|
135 | 135 | 'AphrontFormView' => 'view/form/AphrontFormView.php',
|
136 | 136 | 'AphrontGlyphBarView' => 'view/widget/bars/AphrontGlyphBarView.php',
|
137 | 137 | 'AphrontHTMLResponse' => 'aphront/response/AphrontHTMLResponse.php',
|
| 138 | + 'AphrontHTTPParameterType' => 'aphront/httpparametertype/AphrontHTTPParameterType.php', |
138 | 139 | 'AphrontHTTPProxyResponse' => 'aphront/response/AphrontHTTPProxyResponse.php',
|
139 | 140 | 'AphrontHTTPSink' => 'aphront/sink/AphrontHTTPSink.php',
|
140 | 141 | 'AphrontHTTPSinkTestCase' => 'aphront/sink/__tests__/AphrontHTTPSinkTestCase.php',
|
|
149 | 150 | 'AphrontMultiColumnView' => 'view/layout/AphrontMultiColumnView.php',
|
150 | 151 | 'AphrontMySQLDatabaseConnectionTestCase' => 'infrastructure/storage/__tests__/AphrontMySQLDatabaseConnectionTestCase.php',
|
151 | 152 | 'AphrontNullView' => 'view/AphrontNullView.php',
|
| 153 | + 'AphrontPHIDHTTPParameterType' => 'aphront/httpparametertype/AphrontPHIDHTTPParameterType.php', |
| 154 | + 'AphrontPHIDListHTTPParameterType' => 'aphront/httpparametertype/AphrontPHIDListHTTPParameterType.php', |
152 | 155 | 'AphrontPHPHTTPSink' => 'aphront/sink/AphrontPHPHTTPSink.php',
|
153 | 156 | 'AphrontPageView' => 'view/page/AphrontPageView.php',
|
154 | 157 | 'AphrontPlainTextResponse' => 'aphront/response/AphrontPlainTextResponse.php',
|
|
164 | 167 | 'AphrontResponseProducerInterface' => 'aphront/interface/AphrontResponseProducerInterface.php',
|
165 | 168 | 'AphrontRoutingMap' => 'aphront/site/AphrontRoutingMap.php',
|
166 | 169 | 'AphrontRoutingResult' => 'aphront/site/AphrontRoutingResult.php',
|
| 170 | + 'AphrontSelectHTTPParameterType' => 'aphront/httpparametertype/AphrontSelectHTTPParameterType.php', |
167 | 171 | 'AphrontSideNavFilterView' => 'view/layout/AphrontSideNavFilterView.php',
|
168 | 172 | 'AphrontSite' => 'aphront/site/AphrontSite.php',
|
169 | 173 | 'AphrontStackTraceView' => 'view/widget/AphrontStackTraceView.php',
|
170 | 174 | 'AphrontStandaloneHTMLResponse' => 'aphront/response/AphrontStandaloneHTMLResponse.php',
|
| 175 | + 'AphrontStringHTTPParameterType' => 'aphront/httpparametertype/AphrontStringHTTPParameterType.php', |
| 176 | + 'AphrontStringListHTTPParameterType' => 'aphront/httpparametertype/AphrontStringListHTTPParameterType.php', |
171 | 177 | 'AphrontTableView' => 'view/control/AphrontTableView.php',
|
172 | 178 | 'AphrontTagView' => 'view/AphrontTagView.php',
|
173 | 179 | 'AphrontTokenizerTemplateView' => 'view/control/AphrontTokenizerTemplateView.php',
|
|
1889 | 1895 | 'PhabricatorConfigEntryQuery' => 'applications/config/query/PhabricatorConfigEntryQuery.php',
|
1890 | 1896 | 'PhabricatorConfigFileSource' => 'infrastructure/env/PhabricatorConfigFileSource.php',
|
1891 | 1897 | 'PhabricatorConfigGroupController' => 'applications/config/controller/PhabricatorConfigGroupController.php',
|
| 1898 | + 'PhabricatorConfigHTTPParameterTypesModule' => 'applications/config/module/PhabricatorConfigHTTPParameterTypesModule.php', |
1892 | 1899 | 'PhabricatorConfigHistoryController' => 'applications/config/controller/PhabricatorConfigHistoryController.php',
|
1893 | 1900 | 'PhabricatorConfigIgnoreController' => 'applications/config/controller/PhabricatorConfigIgnoreController.php',
|
1894 | 1901 | 'PhabricatorConfigIssueListController' => 'applications/config/controller/PhabricatorConfigIssueListController.php',
|
|
2250 | 2257 | 'PhabricatorGlobalLock' => 'infrastructure/util/PhabricatorGlobalLock.php',
|
2251 | 2258 | 'PhabricatorGlobalUploadTargetView' => 'applications/files/view/PhabricatorGlobalUploadTargetView.php',
|
2252 | 2259 | 'PhabricatorGoogleAuthProvider' => 'applications/auth/provider/PhabricatorGoogleAuthProvider.php',
|
| 2260 | + 'PhabricatorHTTPParameterTypeTableView' => 'applications/config/view/PhabricatorHTTPParameterTypeTableView.php', |
2253 | 2261 | 'PhabricatorHandleList' => 'applications/phid/handle/pool/PhabricatorHandleList.php',
|
2254 | 2262 | 'PhabricatorHandleObjectSelectorDataView' => 'applications/phid/handle/view/PhabricatorHandleObjectSelectorDataView.php',
|
2255 | 2263 | 'PhabricatorHandlePool' => 'applications/phid/handle/pool/PhabricatorHandlePool.php',
|
|
3866 | 3874 | 'AphrontFormView' => 'AphrontView',
|
3867 | 3875 | 'AphrontGlyphBarView' => 'AphrontBarView',
|
3868 | 3876 | 'AphrontHTMLResponse' => 'AphrontResponse',
|
| 3877 | + 'AphrontHTTPParameterType' => 'Phobject', |
3869 | 3878 | 'AphrontHTTPProxyResponse' => 'AphrontResponse',
|
3870 | 3879 | 'AphrontHTTPSink' => 'Phobject',
|
3871 | 3880 | 'AphrontHTTPSinkTestCase' => 'PhabricatorTestCase',
|
|
3880 | 3889 | 'AphrontMultiColumnView' => 'AphrontView',
|
3881 | 3890 | 'AphrontMySQLDatabaseConnectionTestCase' => 'PhabricatorTestCase',
|
3882 | 3891 | 'AphrontNullView' => 'AphrontView',
|
| 3892 | + 'AphrontPHIDHTTPParameterType' => 'AphrontHTTPParameterType', |
| 3893 | + 'AphrontPHIDListHTTPParameterType' => 'AphrontHTTPParameterType', |
3883 | 3894 | 'AphrontPHPHTTPSink' => 'AphrontHTTPSink',
|
3884 | 3895 | 'AphrontPageView' => 'AphrontView',
|
3885 | 3896 | 'AphrontPlainTextResponse' => 'AphrontResponse',
|
|
3897 | 3908 | 'AphrontResponse' => 'Phobject',
|
3898 | 3909 | 'AphrontRoutingMap' => 'Phobject',
|
3899 | 3910 | 'AphrontRoutingResult' => 'Phobject',
|
| 3911 | + 'AphrontSelectHTTPParameterType' => 'AphrontHTTPParameterType', |
3900 | 3912 | 'AphrontSideNavFilterView' => 'AphrontView',
|
3901 | 3913 | 'AphrontSite' => 'Phobject',
|
3902 | 3914 | 'AphrontStackTraceView' => 'AphrontView',
|
3903 | 3915 | 'AphrontStandaloneHTMLResponse' => 'AphrontHTMLResponse',
|
| 3916 | + 'AphrontStringHTTPParameterType' => 'AphrontHTTPParameterType', |
| 3917 | + 'AphrontStringListHTTPParameterType' => 'AphrontHTTPParameterType', |
3904 | 3918 | 'AphrontTableView' => 'AphrontView',
|
3905 | 3919 | 'AphrontTagView' => 'AphrontView',
|
3906 | 3920 | 'AphrontTokenizerTemplateView' => 'AphrontView',
|
|
5889 | 5903 | 'PhabricatorConfigEntryQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
5890 | 5904 | 'PhabricatorConfigFileSource' => 'PhabricatorConfigProxySource',
|
5891 | 5905 | 'PhabricatorConfigGroupController' => 'PhabricatorConfigController',
|
| 5906 | + 'PhabricatorConfigHTTPParameterTypesModule' => 'PhabricatorConfigModule', |
5892 | 5907 | 'PhabricatorConfigHistoryController' => 'PhabricatorConfigController',
|
5893 | 5908 | 'PhabricatorConfigIgnoreController' => 'PhabricatorConfigController',
|
5894 | 5909 | 'PhabricatorConfigIssueListController' => 'PhabricatorConfigController',
|
|
6312 | 6327 | 'PhabricatorGlobalLock' => 'PhutilLock',
|
6313 | 6328 | 'PhabricatorGlobalUploadTargetView' => 'AphrontView',
|
6314 | 6329 | 'PhabricatorGoogleAuthProvider' => 'PhabricatorOAuth2AuthProvider',
|
| 6330 | + 'PhabricatorHTTPParameterTypeTableView' => 'AphrontView', |
6315 | 6331 | 'PhabricatorHandleList' => array(
|
6316 | 6332 | 'Phobject',
|
6317 | 6333 | 'Iterator',
|
|
0 commit comments