|
145 | 145 | 'AphrontJavelinView' => 'view/AphrontJavelinView.php',
|
146 | 146 | 'AphrontKeyboardShortcutsAvailableView' => 'view/widget/AphrontKeyboardShortcutsAvailableView.php',
|
147 | 147 | 'AphrontListFilterView' => 'view/layout/AphrontListFilterView.php',
|
| 148 | + 'AphrontListHTTPParameterType' => 'aphront/httpparametertype/AphrontListHTTPParameterType.php', |
148 | 149 | 'AphrontMalformedRequestException' => 'aphront/exception/AphrontMalformedRequestException.php',
|
149 | 150 | 'AphrontMoreView' => 'view/layout/AphrontMoreView.php',
|
150 | 151 | 'AphrontMultiColumnView' => 'view/layout/AphrontMultiColumnView.php',
|
|
2580 | 2581 | 'PhabricatorPHID' => 'applications/phid/storage/PhabricatorPHID.php',
|
2581 | 2582 | 'PhabricatorPHIDConstants' => 'applications/phid/PhabricatorPHIDConstants.php',
|
2582 | 2583 | 'PhabricatorPHIDInterface' => 'applications/phid/interface/PhabricatorPHIDInterface.php',
|
| 2584 | + 'PhabricatorPHIDListEditField' => 'applications/transactions/editfield/PhabricatorPHIDListEditField.php', |
2583 | 2585 | 'PhabricatorPHIDResolver' => 'applications/phid/resolver/PhabricatorPHIDResolver.php',
|
2584 | 2586 | 'PhabricatorPHIDType' => 'applications/phid/type/PhabricatorPHIDType.php',
|
2585 | 2587 | 'PhabricatorPHIDTypeTestCase' => 'applications/phid/type/__tests__/PhabricatorPHIDTypeTestCase.php',
|
|
3943 | 3945 | 'AphrontJavelinView' => 'AphrontView',
|
3944 | 3946 | 'AphrontKeyboardShortcutsAvailableView' => 'AphrontView',
|
3945 | 3947 | 'AphrontListFilterView' => 'AphrontView',
|
| 3948 | + 'AphrontListHTTPParameterType' => 'AphrontHTTPParameterType', |
3946 | 3949 | 'AphrontMalformedRequestException' => 'AphrontException',
|
3947 | 3950 | 'AphrontMoreView' => 'AphrontView',
|
3948 | 3951 | 'AphrontMultiColumnView' => 'AphrontView',
|
3949 | 3952 | 'AphrontMySQLDatabaseConnectionTestCase' => 'PhabricatorTestCase',
|
3950 | 3953 | 'AphrontNullView' => 'AphrontView',
|
3951 | 3954 | 'AphrontPHIDHTTPParameterType' => 'AphrontHTTPParameterType',
|
3952 |
| - 'AphrontPHIDListHTTPParameterType' => 'AphrontHTTPParameterType', |
| 3955 | + 'AphrontPHIDListHTTPParameterType' => 'AphrontListHTTPParameterType', |
3953 | 3956 | 'AphrontPHPHTTPSink' => 'AphrontHTTPSink',
|
3954 | 3957 | 'AphrontPageView' => 'AphrontView',
|
3955 | 3958 | 'AphrontPlainTextResponse' => 'AphrontResponse',
|
3956 | 3959 | 'AphrontProgressBarView' => 'AphrontBarView',
|
3957 |
| - 'AphrontProjectListHTTPParameterType' => 'AphrontHTTPParameterType', |
| 3960 | + 'AphrontProjectListHTTPParameterType' => 'AphrontListHTTPParameterType', |
3958 | 3961 | 'AphrontProxyResponse' => array(
|
3959 | 3962 | 'AphrontResponse',
|
3960 | 3963 | 'AphrontResponseProducerInterface',
|
|
3974 | 3977 | 'AphrontStackTraceView' => 'AphrontView',
|
3975 | 3978 | 'AphrontStandaloneHTMLResponse' => 'AphrontHTMLResponse',
|
3976 | 3979 | 'AphrontStringHTTPParameterType' => 'AphrontHTTPParameterType',
|
3977 |
| - 'AphrontStringListHTTPParameterType' => 'AphrontHTTPParameterType', |
| 3980 | + 'AphrontStringListHTTPParameterType' => 'AphrontListHTTPParameterType', |
3978 | 3981 | 'AphrontTableView' => 'AphrontView',
|
3979 | 3982 | 'AphrontTagView' => 'AphrontView',
|
3980 | 3983 | 'AphrontTokenizerTemplateView' => 'AphrontView',
|
3981 | 3984 | 'AphrontTypeaheadTemplateView' => 'AphrontView',
|
3982 | 3985 | 'AphrontUnhandledExceptionResponse' => 'AphrontStandaloneHTMLResponse',
|
3983 |
| - 'AphrontUserListHTTPParameterType' => 'AphrontHTTPParameterType', |
| 3986 | + 'AphrontUserListHTTPParameterType' => 'AphrontListHTTPParameterType', |
3984 | 3987 | 'AphrontView' => array(
|
3985 | 3988 | 'Phobject',
|
3986 | 3989 | 'PhutilSafeHTMLProducerInterface',
|
|
6752 | 6755 | 'PhabricatorPHDConfigOptions' => 'PhabricatorApplicationConfigOptions',
|
6753 | 6756 | 'PhabricatorPHID' => 'Phobject',
|
6754 | 6757 | 'PhabricatorPHIDConstants' => 'Phobject',
|
| 6758 | + 'PhabricatorPHIDListEditField' => 'PhabricatorEditField', |
6755 | 6759 | 'PhabricatorPHIDResolver' => 'Phobject',
|
6756 | 6760 | 'PhabricatorPHIDType' => 'Phobject',
|
6757 | 6761 | 'PhabricatorPHIDTypeTestCase' => 'PhutilTestCase',
|
|
7437 | 7441 | 'PhabricatorTokenReceiverQuery' => 'PhabricatorCursorPagedPolicyAwareQuery',
|
7438 | 7442 | 'PhabricatorTokenTokenPHIDType' => 'PhabricatorPHIDType',
|
7439 | 7443 | 'PhabricatorTokenUIEventListener' => 'PhabricatorEventListener',
|
7440 |
| - 'PhabricatorTokenizerEditField' => 'PhabricatorEditField', |
| 7444 | + 'PhabricatorTokenizerEditField' => 'PhabricatorPHIDListEditField', |
7441 | 7445 | 'PhabricatorTokensApplication' => 'PhabricatorApplication',
|
7442 | 7446 | 'PhabricatorTokensSettingsPanel' => 'PhabricatorSettingsPanel',
|
7443 | 7447 | 'PhabricatorTooltipUIExample' => 'PhabricatorUIExample',
|
|
0 commit comments