@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Rename `PhabricatorUIExample` subclasses for consistency

Summary: Ref T5655. Basically, rename all `PhabricatorUIExample` subclasses to be either `Phabricator*UIExample` or `PHUI*Example`.

Test Plan: `arc lint` and `arc unit`.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin, epriestley

Maniphest Tasks: T5655

Differential Revision: https://secure.phabricator.com/D11177

+60 -60
+40 -40
src/__phutil_library_map__.php
··· 927 927 'HeraldTranscriptSearchEngine' => 'applications/herald/query/HeraldTranscriptSearchEngine.php', 928 928 'HeraldTranscriptTestCase' => 'applications/herald/storage/__tests__/HeraldTranscriptTestCase.php', 929 929 'Javelin' => 'infrastructure/javelin/Javelin.php', 930 - 'JavelinReactorExample' => 'applications/uiexample/examples/JavelinReactorExample.php', 930 + 'JavelinReactorUIExample' => 'applications/uiexample/examples/JavelinReactorUIExample.php', 931 931 'JavelinUIExample' => 'applications/uiexample/examples/JavelinUIExample.php', 932 - 'JavelinViewExample' => 'applications/uiexample/examples/JavelinViewExample.php', 933 932 'JavelinViewExampleServerView' => 'applications/uiexample/examples/JavelinViewExampleServerView.php', 933 + 'JavelinViewUIExample' => 'applications/uiexample/examples/JavelinViewUIExample.php', 934 934 'LegalpadConstants' => 'applications/legalpad/constants/LegalpadConstants.php', 935 935 'LegalpadController' => 'applications/legalpad/controller/LegalpadController.php', 936 936 'LegalpadCreateDocumentsCapability' => 'applications/legalpad/capability/LegalpadCreateDocumentsCapability.php', ··· 1242 1242 'PhabricatorAphlictManagementStopWorkflow' => 'applications/aphlict/management/PhabricatorAphlictManagementStopWorkflow.php', 1243 1243 'PhabricatorAphlictManagementWorkflow' => 'applications/aphlict/management/PhabricatorAphlictManagementWorkflow.php', 1244 1244 'PhabricatorAphlictSetupCheck' => 'applications/notification/setup/PhabricatorAphlictSetupCheck.php', 1245 - 'PhabricatorAphrontBarExample' => 'applications/uiexample/examples/PhabricatorAphrontBarExample.php', 1245 + 'PhabricatorAphrontBarUIExample' => 'applications/uiexample/examples/PhabricatorAphrontBarUIExample.php', 1246 1246 'PhabricatorAphrontViewTestCase' => 'view/__tests__/PhabricatorAphrontViewTestCase.php', 1247 1247 'PhabricatorAppSearchEngine' => 'applications/meta/query/PhabricatorAppSearchEngine.php', 1248 1248 'PhabricatorApplication' => 'applications/base/PhabricatorApplication.php', ··· 1377 1377 'PhabricatorAuthValidateController' => 'applications/auth/controller/PhabricatorAuthValidateController.php', 1378 1378 'PhabricatorAuthenticationConfigOptions' => 'applications/config/option/PhabricatorAuthenticationConfigOptions.php', 1379 1379 'PhabricatorAutoEventListener' => 'infrastructure/events/PhabricatorAutoEventListener.php', 1380 - 'PhabricatorBarePageExample' => 'applications/uiexample/examples/PhabricatorBarePageExample.php', 1380 + 'PhabricatorBarePageUIExample' => 'applications/uiexample/examples/PhabricatorBarePageUIExample.php', 1381 1381 'PhabricatorBarePageView' => 'view/page/PhabricatorBarePageView.php', 1382 1382 'PhabricatorBaseEnglishTranslation' => 'infrastructure/internationalization/translation/PhabricatorBaseEnglishTranslation.php', 1383 1383 'PhabricatorBaseProtocolAdapter' => 'infrastructure/daemon/bot/adapter/PhabricatorBaseProtocolAdapter.php', ··· 1401 1401 'PhabricatorBotUser' => 'infrastructure/daemon/bot/target/PhabricatorBotUser.php', 1402 1402 'PhabricatorBotWhatsNewHandler' => 'infrastructure/daemon/bot/handler/PhabricatorBotWhatsNewHandler.php', 1403 1403 'PhabricatorBuiltinPatchList' => 'infrastructure/storage/patch/PhabricatorBuiltinPatchList.php', 1404 - 'PhabricatorBusyExample' => 'applications/uiexample/examples/PhabricatorBusyExample.php', 1404 + 'PhabricatorBusyUIExample' => 'applications/uiexample/examples/PhabricatorBusyUIExample.php', 1405 1405 'PhabricatorCacheDAO' => 'applications/cache/storage/PhabricatorCacheDAO.php', 1406 1406 'PhabricatorCacheGeneralGarbageCollector' => 'applications/cache/garbagecollector/PhabricatorCacheGeneralGarbageCollector.php', 1407 1407 'PhabricatorCacheManagementPurgeWorkflow' => 'applications/cache/management/PhabricatorCacheManagementPurgeWorkflow.php', ··· 1686 1686 'PhabricatorEnglishTranslation' => 'infrastructure/internationalization/translation/PhabricatorEnglishTranslation.php', 1687 1687 'PhabricatorEnv' => 'infrastructure/env/PhabricatorEnv.php', 1688 1688 'PhabricatorEnvTestCase' => 'infrastructure/env/__tests__/PhabricatorEnvTestCase.php', 1689 - 'PhabricatorErrorExample' => 'applications/uiexample/examples/PhabricatorErrorExample.php', 1689 + 'PhabricatorErrorUIExample' => 'applications/uiexample/examples/PhabricatorErrorUIExample.php', 1690 1690 'PhabricatorEvent' => 'infrastructure/events/PhabricatorEvent.php', 1691 1691 'PhabricatorEventEngine' => 'infrastructure/events/PhabricatorEventEngine.php', 1692 1692 'PhabricatorEventListener' => 'infrastructure/events/PhabricatorEventListener.php', ··· 1802 1802 'PhabricatorFlaggableInterface' => 'applications/flag/interface/PhabricatorFlaggableInterface.php', 1803 1803 'PhabricatorFlagsApplication' => 'applications/flag/application/PhabricatorFlagsApplication.php', 1804 1804 'PhabricatorFlagsUIEventListener' => 'applications/flag/events/PhabricatorFlagsUIEventListener.php', 1805 - 'PhabricatorFormExample' => 'applications/uiexample/examples/PhabricatorFormExample.php', 1805 + 'PhabricatorFormUIExample' => 'applications/uiexample/examples/PhabricatorFormUIExample.php', 1806 1806 'PhabricatorFundApplication' => 'applications/fund/application/PhabricatorFundApplication.php', 1807 1807 'PhabricatorGDSetupCheck' => 'applications/config/check/PhabricatorGDSetupCheck.php', 1808 1808 'PhabricatorGarbageCollector' => 'infrastructure/daemon/garbagecollector/PhabricatorGarbageCollector.php', 1809 1809 'PhabricatorGarbageCollectorConfigOptions' => 'applications/config/option/PhabricatorGarbageCollectorConfigOptions.php', 1810 1810 'PhabricatorGarbageCollectorDaemon' => 'infrastructure/daemon/garbagecollector/PhabricatorGarbageCollectorDaemon.php', 1811 - 'PhabricatorGestureExample' => 'applications/uiexample/examples/PhabricatorGestureExample.php', 1811 + 'PhabricatorGestureUIExample' => 'applications/uiexample/examples/PhabricatorGestureUIExample.php', 1812 1812 'PhabricatorGitGraphStream' => 'applications/repository/daemon/PhabricatorGitGraphStream.php', 1813 1813 'PhabricatorGitHubAuthProvider' => 'applications/auth/provider/PhabricatorGitHubAuthProvider.php', 1814 1814 'PhabricatorGlobalLock' => 'infrastructure/util/PhabricatorGlobalLock.php', ··· 1830 1830 'PhabricatorHomeMainController' => 'applications/home/controller/PhabricatorHomeMainController.php', 1831 1831 'PhabricatorHomePreferencesSettingsPanel' => 'applications/settings/panel/PhabricatorHomePreferencesSettingsPanel.php', 1832 1832 'PhabricatorHomeQuickCreateController' => 'applications/home/controller/PhabricatorHomeQuickCreateController.php', 1833 - 'PhabricatorHovercardExample' => 'applications/uiexample/examples/PhabricatorHovercardExample.php', 1833 + 'PhabricatorHovercardUIExample' => 'applications/uiexample/examples/PhabricatorHovercardUIExample.php', 1834 1834 'PhabricatorHovercardView' => 'view/widget/hovercard/PhabricatorHovercardView.php', 1835 1835 'PhabricatorHunksManagementMigrateWorkflow' => 'applications/differential/management/PhabricatorHunksManagementMigrateWorkflow.php', 1836 1836 'PhabricatorHunksManagementWorkflow' => 'applications/differential/management/PhabricatorHunksManagementWorkflow.php', ··· 1864 1864 'PhabricatorLipsumMondrianArtist' => 'applications/lipsum/image/PhabricatorLipsumMondrianArtist.php', 1865 1865 'PhabricatorLiskDAO' => 'infrastructure/storage/lisk/PhabricatorLiskDAO.php', 1866 1866 'PhabricatorLiskSerializer' => 'infrastructure/storage/lisk/PhabricatorLiskSerializer.php', 1867 + 'PhabricatorListFilterUIExample' => 'applications/uiexample/examples/PhabricatorListFilterUIExample.php', 1867 1868 'PhabricatorLocalDiskFileStorageEngine' => 'applications/files/engine/PhabricatorLocalDiskFileStorageEngine.php', 1868 1869 'PhabricatorLocalTimeTestCase' => 'view/__tests__/PhabricatorLocalTimeTestCase.php', 1869 1870 'PhabricatorLogoutController' => 'applications/auth/controller/PhabricatorLogoutController.php', ··· 1961 1962 'PhabricatorMetaMTASchemaSpec' => 'applications/metamta/storage/PhabricatorMetaMTASchemaSpec.php', 1962 1963 'PhabricatorMetaMTASendGridReceiveController' => 'applications/metamta/controller/PhabricatorMetaMTASendGridReceiveController.php', 1963 1964 'PhabricatorMetaMTAWorker' => 'applications/metamta/PhabricatorMetaMTAWorker.php', 1964 - 'PhabricatorMultiColumnExample' => 'applications/uiexample/examples/PhabricatorMultiColumnExample.php', 1965 + 'PhabricatorMultiColumnUIExample' => 'applications/uiexample/examples/PhabricatorMultiColumnUIExample.php', 1965 1966 'PhabricatorMultiFactorSettingsPanel' => 'applications/settings/panel/PhabricatorMultiFactorSettingsPanel.php', 1966 1967 'PhabricatorMustVerifyEmailController' => 'applications/auth/controller/PhabricatorMustVerifyEmailController.php', 1967 1968 'PhabricatorMySQLConfigOptions' => 'applications/config/option/PhabricatorMySQLConfigOptions.php', ··· 1984 1985 'PhabricatorNotificationStatusController' => 'applications/notification/controller/PhabricatorNotificationStatusController.php', 1985 1986 'PhabricatorNotificationStatusView' => 'applications/notification/view/PhabricatorNotificationStatusView.php', 1986 1987 'PhabricatorNotificationTestController' => 'applications/notification/controller/PhabricatorNotificationTestController.php', 1988 + 'PhabricatorNotificationUIExample' => 'applications/uiexample/examples/PhabricatorNotificationUIExample.php', 1987 1989 'PhabricatorNotificationsApplication' => 'applications/notification/application/PhabricatorNotificationsApplication.php', 1988 1990 'PhabricatorNuanceApplication' => 'applications/nuance/application/PhabricatorNuanceApplication.php', 1989 1991 'PhabricatorOAuth1AuthProvider' => 'applications/auth/provider/PhabricatorOAuth1AuthProvider.php', ··· 2062 2064 'PhabricatorPHPASTApplication' => 'applications/phpast/application/PhabricatorPHPASTApplication.php', 2063 2065 'PhabricatorPHPConfigSetupCheck' => 'applications/config/check/PhabricatorPHPConfigSetupCheck.php', 2064 2066 'PhabricatorPHPMailerConfigOptions' => 'applications/config/option/PhabricatorPHPMailerConfigOptions.php', 2065 - 'PhabricatorPagedFormExample' => 'applications/uiexample/examples/PhabricatorPagedFormExample.php', 2067 + 'PhabricatorPagedFormUIExample' => 'applications/uiexample/examples/PhabricatorPagedFormUIExample.php', 2068 + 'PhabricatorPagerUIExample' => 'applications/uiexample/examples/PhabricatorPageUIExample.php', 2066 2069 'PhabricatorPassphraseApplication' => 'applications/passphrase/application/PhabricatorPassphraseApplication.php', 2067 2070 'PhabricatorPasswordAuthProvider' => 'applications/auth/provider/PhabricatorPasswordAuthProvider.php', 2068 2071 'PhabricatorPasswordHasher' => 'infrastructure/util/password/PhabricatorPasswordHasher.php', ··· 2233 2236 'PhabricatorRemarkupCowsayBlockInterpreter' => 'infrastructure/markup/interpreter/PhabricatorRemarkupCowsayBlockInterpreter.php', 2234 2237 'PhabricatorRemarkupCustomBlockRule' => 'infrastructure/markup/rule/PhabricatorRemarkupCustomBlockRule.php', 2235 2238 'PhabricatorRemarkupCustomInlineRule' => 'infrastructure/markup/rule/PhabricatorRemarkupCustomInlineRule.php', 2236 - 'PhabricatorRemarkupExample' => 'applications/uiexample/examples/PhabricatorRemarkupExample.php', 2237 2239 'PhabricatorRemarkupFigletBlockInterpreter' => 'infrastructure/markup/interpreter/PhabricatorRemarkupFigletBlockInterpreter.php', 2238 2240 'PhabricatorRemarkupGraphvizBlockInterpreter' => 'infrastructure/markup/interpreter/PhabricatorRemarkupGraphvizBlockInterpreter.php', 2241 + 'PhabricatorRemarkupUIExample' => 'applications/uiexample/examples/PhabricatorRemarkupUIExample.php', 2239 2242 'PhabricatorRepositoriesApplication' => 'applications/repository/application/PhabricatorRepositoriesApplication.php', 2240 2243 'PhabricatorRepositoriesSetupCheck' => 'applications/config/check/PhabricatorRepositoriesSetupCheck.php', 2241 2244 'PhabricatorRepository' => 'applications/repository/storage/PhabricatorRepository.php', ··· 2385 2388 'PhabricatorSettingsPanel' => 'applications/settings/panel/PhabricatorSettingsPanel.php', 2386 2389 'PhabricatorSetupCheck' => 'applications/config/check/PhabricatorSetupCheck.php', 2387 2390 'PhabricatorSetupIssue' => 'applications/config/issue/PhabricatorSetupIssue.php', 2388 - 'PhabricatorSetupIssueExample' => 'applications/uiexample/examples/PhabricatorSetupIssueExample.php', 2391 + 'PhabricatorSetupIssueUIExample' => 'applications/uiexample/examples/PhabricatorSetupIssueUIExample.php', 2389 2392 'PhabricatorSetupIssueView' => 'applications/config/view/PhabricatorSetupIssueView.php', 2390 2393 'PhabricatorSlowvoteApplication' => 'applications/slowvote/application/PhabricatorSlowvoteApplication.php', 2391 2394 'PhabricatorSlowvoteChoice' => 'applications/slowvote/storage/PhabricatorSlowvoteChoice.php', ··· 2410 2413 'PhabricatorSlowvoteVoteController' => 'applications/slowvote/controller/PhabricatorSlowvoteVoteController.php', 2411 2414 'PhabricatorSlug' => 'infrastructure/util/PhabricatorSlug.php', 2412 2415 'PhabricatorSlugTestCase' => 'infrastructure/util/__tests__/PhabricatorSlugTestCase.php', 2413 - 'PhabricatorSortTableExample' => 'applications/uiexample/examples/PhabricatorSortTableExample.php', 2416 + 'PhabricatorSortTableUIExample' => 'applications/uiexample/examples/PhabricatorSortTableUIExample.php', 2414 2417 'PhabricatorSourceCodeView' => 'view/layout/PhabricatorSourceCodeView.php', 2415 2418 'PhabricatorStandardCustomField' => 'infrastructure/customfield/standard/PhabricatorStandardCustomField.php', 2416 2419 'PhabricatorStandardCustomFieldBool' => 'infrastructure/customfield/standard/PhabricatorStandardCustomFieldBool.php', ··· 2426 2429 'PhabricatorStandardCustomFieldUsers' => 'infrastructure/customfield/standard/PhabricatorStandardCustomFieldUsers.php', 2427 2430 'PhabricatorStandardPageView' => 'view/page/PhabricatorStandardPageView.php', 2428 2431 'PhabricatorStatusController' => 'applications/system/controller/PhabricatorStatusController.php', 2432 + 'PhabricatorStatusUIExample' => 'applications/uiexample/examples/PhabricatorStatusUIExample.php', 2429 2433 'PhabricatorStorageFixtureScopeGuard' => 'infrastructure/testing/fixture/PhabricatorStorageFixtureScopeGuard.php', 2430 2434 'PhabricatorStorageManagementAPI' => 'infrastructure/storage/management/PhabricatorStorageManagementAPI.php', 2431 2435 'PhabricatorStorageManagementAdjustWorkflow' => 'infrastructure/storage/management/workflow/PhabricatorStorageManagementAdjustWorkflow.php', ··· 2497 2501 'PhabricatorTokenUIEventListener' => 'applications/tokens/event/PhabricatorTokenUIEventListener.php', 2498 2502 'PhabricatorTokensApplication' => 'applications/tokens/application/PhabricatorTokensApplication.php', 2499 2503 'PhabricatorTokensSettingsPanel' => 'applications/settings/panel/PhabricatorTokensSettingsPanel.php', 2504 + 'PhabricatorTooltipUIExample' => 'applications/uiexample/examples/PhabricatorTooltipUIExample.php', 2500 2505 'PhabricatorTransactionView' => 'view/layout/PhabricatorTransactionView.php', 2501 2506 'PhabricatorTransactions' => 'applications/transactions/constants/PhabricatorTransactions.php', 2502 2507 'PhabricatorTransactionsApplication' => 'applications/transactions/application/PhabricatorTransactionsApplication.php', ··· 2506 2511 'PhabricatorTrivialTestCase' => 'infrastructure/testing/__tests__/PhabricatorTrivialTestCase.php', 2507 2512 'PhabricatorTwitchAuthProvider' => 'applications/auth/provider/PhabricatorTwitchAuthProvider.php', 2508 2513 'PhabricatorTwitterAuthProvider' => 'applications/auth/provider/PhabricatorTwitterAuthProvider.php', 2509 - 'PhabricatorTwoColumnExample' => 'applications/uiexample/examples/PhabricatorTwoColumnExample.php', 2514 + 'PhabricatorTwoColumnUIExample' => 'applications/uiexample/examples/PhabricatorTwoColumnUIExample.php', 2510 2515 'PhabricatorTypeaheadApplication' => 'applications/typeahead/application/PhabricatorTypeaheadApplication.php', 2511 2516 'PhabricatorTypeaheadCompositeDatasource' => 'applications/typeahead/datasource/PhabricatorTypeaheadCompositeDatasource.php', 2512 2517 'PhabricatorTypeaheadDatasource' => 'applications/typeahead/datasource/PhabricatorTypeaheadDatasource.php', ··· 2521 2526 'PhabricatorUIExample' => 'applications/uiexample/examples/PhabricatorUIExample.php', 2522 2527 'PhabricatorUIExampleRenderController' => 'applications/uiexample/controller/PhabricatorUIExampleRenderController.php', 2523 2528 'PhabricatorUIExamplesApplication' => 'applications/uiexample/application/PhabricatorUIExamplesApplication.php', 2524 - 'PhabricatorUIListFilterExample' => 'applications/uiexample/examples/PhabricatorUIListFilterExample.php', 2525 - 'PhabricatorUINotificationExample' => 'applications/uiexample/examples/PhabricatorUINotificationExample.php', 2526 - 'PhabricatorUIPagerExample' => 'applications/uiexample/examples/PhabricatorUIPagerExample.php', 2527 - 'PhabricatorUIStatusExample' => 'applications/uiexample/examples/PhabricatorUIStatusExample.php', 2528 - 'PhabricatorUITooltipExample' => 'applications/uiexample/examples/PhabricatorUITooltipExample.php', 2529 2529 'PhabricatorUnitsTestCase' => 'view/__tests__/PhabricatorUnitsTestCase.php', 2530 2530 'PhabricatorUnsubscribedFromObjectEdgeType' => 'applications/transactions/edges/PhabricatorUnsubscribedFromObjectEdgeType.php', 2531 2531 'PhabricatorUser' => 'applications/people/storage/PhabricatorUser.php', ··· 4040 4040 'HeraldTranscriptQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', 4041 4041 'HeraldTranscriptSearchEngine' => 'PhabricatorApplicationSearchEngine', 4042 4042 'HeraldTranscriptTestCase' => 'PhabricatorTestCase', 4043 - 'JavelinReactorExample' => 'PhabricatorUIExample', 4043 + 'JavelinReactorUIExample' => 'PhabricatorUIExample', 4044 4044 'JavelinUIExample' => 'PhabricatorUIExample', 4045 - 'JavelinViewExample' => 'PhabricatorUIExample', 4046 4045 'JavelinViewExampleServerView' => 'AphrontView', 4046 + 'JavelinViewUIExample' => 'PhabricatorUIExample', 4047 4047 'LegalpadController' => 'PhabricatorController', 4048 4048 'LegalpadCreateDocumentsCapability' => 'PhabricatorPolicyCapability', 4049 4049 'LegalpadDAO' => 'PhabricatorLiskDAO', ··· 4390 4390 'PhabricatorAphlictManagementStopWorkflow' => 'PhabricatorAphlictManagementWorkflow', 4391 4391 'PhabricatorAphlictManagementWorkflow' => 'PhabricatorManagementWorkflow', 4392 4392 'PhabricatorAphlictSetupCheck' => 'PhabricatorSetupCheck', 4393 - 'PhabricatorAphrontBarExample' => 'PhabricatorUIExample', 4393 + 'PhabricatorAphrontBarUIExample' => 'PhabricatorUIExample', 4394 4394 'PhabricatorAphrontViewTestCase' => 'PhabricatorTestCase', 4395 4395 'PhabricatorAppSearchEngine' => 'PhabricatorApplicationSearchEngine', 4396 4396 'PhabricatorApplication' => 'PhabricatorPolicyInterface', ··· 4539 4539 'PhabricatorAuthValidateController' => 'PhabricatorAuthController', 4540 4540 'PhabricatorAuthenticationConfigOptions' => 'PhabricatorApplicationConfigOptions', 4541 4541 'PhabricatorAutoEventListener' => 'PhabricatorEventListener', 4542 - 'PhabricatorBarePageExample' => 'PhabricatorUIExample', 4542 + 'PhabricatorBarePageUIExample' => 'PhabricatorUIExample', 4543 4543 'PhabricatorBarePageView' => 'AphrontPageView', 4544 4544 'PhabricatorBaseEnglishTranslation' => 'PhabricatorTranslation', 4545 4545 'PhabricatorBaseURISetupCheck' => 'PhabricatorSetupCheck', ··· 4559 4559 'PhabricatorBotUser' => 'PhabricatorBotTarget', 4560 4560 'PhabricatorBotWhatsNewHandler' => 'PhabricatorBotHandler', 4561 4561 'PhabricatorBuiltinPatchList' => 'PhabricatorSQLPatchList', 4562 - 'PhabricatorBusyExample' => 'PhabricatorUIExample', 4562 + 'PhabricatorBusyUIExample' => 'PhabricatorUIExample', 4563 4563 'PhabricatorCacheDAO' => 'PhabricatorLiskDAO', 4564 4564 'PhabricatorCacheGeneralGarbageCollector' => 'PhabricatorGarbageCollector', 4565 4565 'PhabricatorCacheManagementPurgeWorkflow' => 'PhabricatorCacheManagementWorkflow', ··· 4872 4872 'PhabricatorEmptyQueryException' => 'Exception', 4873 4873 'PhabricatorEnglishTranslation' => 'PhabricatorBaseEnglishTranslation', 4874 4874 'PhabricatorEnvTestCase' => 'PhabricatorTestCase', 4875 - 'PhabricatorErrorExample' => 'PhabricatorUIExample', 4875 + 'PhabricatorErrorUIExample' => 'PhabricatorUIExample', 4876 4876 'PhabricatorEvent' => 'PhutilEvent', 4877 4877 'PhabricatorEventListener' => 'PhutilEventListener', 4878 4878 'PhabricatorEventType' => 'PhutilEventType', ··· 5002 5002 'PhabricatorFlaggableInterface' => 'PhabricatorPHIDInterface', 5003 5003 'PhabricatorFlagsApplication' => 'PhabricatorApplication', 5004 5004 'PhabricatorFlagsUIEventListener' => 'PhabricatorEventListener', 5005 - 'PhabricatorFormExample' => 'PhabricatorUIExample', 5005 + 'PhabricatorFormUIExample' => 'PhabricatorUIExample', 5006 5006 'PhabricatorFundApplication' => 'PhabricatorApplication', 5007 5007 'PhabricatorGDSetupCheck' => 'PhabricatorSetupCheck', 5008 5008 'PhabricatorGarbageCollector' => 'Phobject', 5009 5009 'PhabricatorGarbageCollectorConfigOptions' => 'PhabricatorApplicationConfigOptions', 5010 5010 'PhabricatorGarbageCollectorDaemon' => 'PhabricatorDaemon', 5011 - 'PhabricatorGestureExample' => 'PhabricatorUIExample', 5011 + 'PhabricatorGestureUIExample' => 'PhabricatorUIExample', 5012 5012 'PhabricatorGitGraphStream' => 'PhabricatorRepositoryGraphStream', 5013 5013 'PhabricatorGitHubAuthProvider' => 'PhabricatorOAuth2AuthProvider', 5014 5014 'PhabricatorGlobalLock' => 'PhutilLock', ··· 5028 5028 'PhabricatorHomeMainController' => 'PhabricatorHomeController', 5029 5029 'PhabricatorHomePreferencesSettingsPanel' => 'PhabricatorSettingsPanel', 5030 5030 'PhabricatorHomeQuickCreateController' => 'PhabricatorHomeController', 5031 - 'PhabricatorHovercardExample' => 'PhabricatorUIExample', 5031 + 'PhabricatorHovercardUIExample' => 'PhabricatorUIExample', 5032 5032 'PhabricatorHovercardView' => 'AphrontView', 5033 5033 'PhabricatorHunksManagementMigrateWorkflow' => 'PhabricatorHunksManagementWorkflow', 5034 5034 'PhabricatorHunksManagementWorkflow' => 'PhabricatorManagementWorkflow', ··· 5058 5058 'PhabricatorLipsumManagementWorkflow' => 'PhabricatorManagementWorkflow', 5059 5059 'PhabricatorLipsumMondrianArtist' => 'PhabricatorLipsumArtist', 5060 5060 'PhabricatorLiskDAO' => 'LiskDAO', 5061 + 'PhabricatorListFilterUIExample' => 'PhabricatorUIExample', 5061 5062 'PhabricatorLocalDiskFileStorageEngine' => 'PhabricatorFileStorageEngine', 5062 5063 'PhabricatorLocalTimeTestCase' => 'PhabricatorTestCase', 5063 5064 'PhabricatorLogoutController' => 'PhabricatorAuthController', ··· 5146 5147 'PhabricatorMetaMTASchemaSpec' => 'PhabricatorConfigSchemaSpec', 5147 5148 'PhabricatorMetaMTASendGridReceiveController' => 'PhabricatorMetaMTAController', 5148 5149 'PhabricatorMetaMTAWorker' => 'PhabricatorWorker', 5149 - 'PhabricatorMultiColumnExample' => 'PhabricatorUIExample', 5150 + 'PhabricatorMultiColumnUIExample' => 'PhabricatorUIExample', 5150 5151 'PhabricatorMultiFactorSettingsPanel' => 'PhabricatorSettingsPanel', 5151 5152 'PhabricatorMustVerifyEmailController' => 'PhabricatorAuthController', 5152 5153 'PhabricatorMySQLConfigOptions' => 'PhabricatorApplicationConfigOptions', ··· 5170 5171 'PhabricatorNotificationStatusController' => 'PhabricatorNotificationController', 5171 5172 'PhabricatorNotificationStatusView' => 'AphrontTagView', 5172 5173 'PhabricatorNotificationTestController' => 'PhabricatorNotificationController', 5174 + 'PhabricatorNotificationUIExample' => 'PhabricatorUIExample', 5173 5175 'PhabricatorNotificationsApplication' => 'PhabricatorApplication', 5174 5176 'PhabricatorNuanceApplication' => 'PhabricatorApplication', 5175 5177 'PhabricatorOAuth1AuthProvider' => 'PhabricatorOAuthAuthProvider', ··· 5246 5248 'PhabricatorPHPASTApplication' => 'PhabricatorApplication', 5247 5249 'PhabricatorPHPConfigSetupCheck' => 'PhabricatorSetupCheck', 5248 5250 'PhabricatorPHPMailerConfigOptions' => 'PhabricatorApplicationConfigOptions', 5249 - 'PhabricatorPagedFormExample' => 'PhabricatorUIExample', 5251 + 'PhabricatorPagedFormUIExample' => 'PhabricatorUIExample', 5252 + 'PhabricatorPagerUIExample' => 'PhabricatorUIExample', 5250 5253 'PhabricatorPassphraseApplication' => 'PhabricatorApplication', 5251 5254 'PhabricatorPasswordAuthProvider' => 'PhabricatorAuthProvider', 5252 5255 'PhabricatorPasswordHasher' => 'Phobject', ··· 5446 5449 'PhabricatorRemarkupCowsayBlockInterpreter' => 'PhutilRemarkupBlockInterpreter', 5447 5450 'PhabricatorRemarkupCustomBlockRule' => 'PhutilRemarkupBlockRule', 5448 5451 'PhabricatorRemarkupCustomInlineRule' => 'PhutilRemarkupRule', 5449 - 'PhabricatorRemarkupExample' => 'PhabricatorUIExample', 5450 5452 'PhabricatorRemarkupFigletBlockInterpreter' => 'PhutilRemarkupBlockInterpreter', 5451 5453 'PhabricatorRemarkupGraphvizBlockInterpreter' => 'PhutilRemarkupBlockInterpreter', 5454 + 'PhabricatorRemarkupUIExample' => 'PhabricatorUIExample', 5452 5455 'PhabricatorRepositoriesApplication' => 'PhabricatorApplication', 5453 5456 'PhabricatorRepositoriesSetupCheck' => 'PhabricatorSetupCheck', 5454 5457 'PhabricatorRepository' => array( ··· 5621 5624 'PhabricatorSettingsAdjustController' => 'PhabricatorController', 5622 5625 'PhabricatorSettingsApplication' => 'PhabricatorApplication', 5623 5626 'PhabricatorSettingsMainController' => 'PhabricatorController', 5624 - 'PhabricatorSetupIssueExample' => 'PhabricatorUIExample', 5627 + 'PhabricatorSetupIssueUIExample' => 'PhabricatorUIExample', 5625 5628 'PhabricatorSetupIssueView' => 'AphrontView', 5626 5629 'PhabricatorSlowvoteApplication' => 'PhabricatorApplication', 5627 5630 'PhabricatorSlowvoteChoice' => 'PhabricatorSlowvoteDAO', ··· 5654 5657 'PhabricatorSlowvoteTransactionQuery' => 'PhabricatorApplicationTransactionQuery', 5655 5658 'PhabricatorSlowvoteVoteController' => 'PhabricatorSlowvoteController', 5656 5659 'PhabricatorSlugTestCase' => 'PhabricatorTestCase', 5657 - 'PhabricatorSortTableExample' => 'PhabricatorUIExample', 5660 + 'PhabricatorSortTableUIExample' => 'PhabricatorUIExample', 5658 5661 'PhabricatorSourceCodeView' => 'AphrontView', 5659 5662 'PhabricatorStandardCustomField' => 'PhabricatorCustomField', 5660 5663 'PhabricatorStandardCustomFieldBool' => 'PhabricatorStandardCustomField', ··· 5669 5672 'PhabricatorStandardCustomFieldUsers' => 'PhabricatorStandardCustomFieldPHIDs', 5670 5673 'PhabricatorStandardPageView' => 'PhabricatorBarePageView', 5671 5674 'PhabricatorStatusController' => 'PhabricatorController', 5675 + 'PhabricatorStatusUIExample' => 'PhabricatorUIExample', 5672 5676 'PhabricatorStorageManagementAdjustWorkflow' => 'PhabricatorStorageManagementWorkflow', 5673 5677 'PhabricatorStorageManagementDatabasesWorkflow' => 'PhabricatorStorageManagementWorkflow', 5674 5678 'PhabricatorStorageManagementDestroyWorkflow' => 'PhabricatorStorageManagementWorkflow', ··· 5736 5740 'PhabricatorTokenUIEventListener' => 'PhabricatorEventListener', 5737 5741 'PhabricatorTokensApplication' => 'PhabricatorApplication', 5738 5742 'PhabricatorTokensSettingsPanel' => 'PhabricatorSettingsPanel', 5743 + 'PhabricatorTooltipUIExample' => 'PhabricatorUIExample', 5739 5744 'PhabricatorTransactionView' => 'AphrontView', 5740 5745 'PhabricatorTransactionsApplication' => 'PhabricatorApplication', 5741 5746 'PhabricatorTransformedFile' => 'PhabricatorFileDAO', ··· 5743 5748 'PhabricatorTrivialTestCase' => 'PhabricatorTestCase', 5744 5749 'PhabricatorTwitchAuthProvider' => 'PhabricatorOAuth2AuthProvider', 5745 5750 'PhabricatorTwitterAuthProvider' => 'PhabricatorOAuth1AuthProvider', 5746 - 'PhabricatorTwoColumnExample' => 'PhabricatorUIExample', 5751 + 'PhabricatorTwoColumnUIExample' => 'PhabricatorUIExample', 5747 5752 'PhabricatorTypeaheadApplication' => 'PhabricatorApplication', 5748 5753 'PhabricatorTypeaheadCompositeDatasource' => 'PhabricatorTypeaheadDatasource', 5749 5754 'PhabricatorTypeaheadDatasource' => 'Phobject', ··· 5756 5761 'PhabricatorUIConfigOptions' => 'PhabricatorApplicationConfigOptions', 5757 5762 'PhabricatorUIExampleRenderController' => 'PhabricatorController', 5758 5763 'PhabricatorUIExamplesApplication' => 'PhabricatorApplication', 5759 - 'PhabricatorUIListFilterExample' => 'PhabricatorUIExample', 5760 - 'PhabricatorUINotificationExample' => 'PhabricatorUIExample', 5761 - 'PhabricatorUIPagerExample' => 'PhabricatorUIExample', 5762 - 'PhabricatorUIStatusExample' => 'PhabricatorUIExample', 5763 - 'PhabricatorUITooltipExample' => 'PhabricatorUIExample', 5764 5764 'PhabricatorUnitsTestCase' => 'PhabricatorTestCase', 5765 5765 'PhabricatorUnsubscribedFromObjectEdgeType' => 'PhabricatorEdgeType', 5766 5766 'PhabricatorUser' => array(
+1 -1
src/applications/uiexample/examples/JavelinReactorExample.php src/applications/uiexample/examples/JavelinReactorUIExample.php
··· 1 1 <?php 2 2 3 - final class JavelinReactorExample extends PhabricatorUIExample { 3 + final class JavelinReactorUIExample extends PhabricatorUIExample { 4 4 5 5 public function getName() { 6 6 return 'Javelin Reactor';
+1 -1
src/applications/uiexample/examples/JavelinViewExample.php src/applications/uiexample/examples/JavelinViewUIExample.php
··· 1 1 <?php 2 2 3 - final class JavelinViewExample extends PhabricatorUIExample { 3 + final class JavelinViewUIExample extends PhabricatorUIExample { 4 4 5 5 public function getName() { 6 6 return 'Javelin Views';
+1 -1
src/applications/uiexample/examples/PhabricatorAphrontBarExample.php src/applications/uiexample/examples/PhabricatorAphrontBarUIExample.php
··· 1 1 <?php 2 2 3 - final class PhabricatorAphrontBarExample extends PhabricatorUIExample { 3 + final class PhabricatorAphrontBarUIExample extends PhabricatorUIExample { 4 4 5 5 public function getName() { 6 6 return 'Bars';
+1 -1
src/applications/uiexample/examples/PhabricatorBarePageExample.php src/applications/uiexample/examples/PhabricatorBarePageUIExample.php
··· 1 1 <?php 2 2 3 - final class PhabricatorBarePageExample extends PhabricatorUIExample { 3 + final class PhabricatorBarePageUIExample extends PhabricatorUIExample { 4 4 5 5 public function getName() { 6 6 return 'Bare Page';
+1 -1
src/applications/uiexample/examples/PhabricatorBusyExample.php src/applications/uiexample/examples/PhabricatorBusyUIExample.php
··· 1 1 <?php 2 2 3 - final class PhabricatorBusyExample extends PhabricatorUIExample { 3 + final class PhabricatorBusyUIExample extends PhabricatorUIExample { 4 4 5 5 public function getName() { 6 6 return 'Busy';
+1 -1
src/applications/uiexample/examples/PhabricatorErrorExample.php src/applications/uiexample/examples/PhabricatorErrorUIExample.php
··· 1 1 <?php 2 2 3 - final class PhabricatorErrorExample extends PhabricatorUIExample { 3 + final class PhabricatorErrorUIExample extends PhabricatorUIExample { 4 4 5 5 public function getName() { 6 6 return 'Errors';
+1 -1
src/applications/uiexample/examples/PhabricatorFormExample.php src/applications/uiexample/examples/PhabricatorFormUIExample.php
··· 1 1 <?php 2 2 3 - final class PhabricatorFormExample extends PhabricatorUIExample { 3 + final class PhabricatorFormUIExample extends PhabricatorUIExample { 4 4 5 5 public function getName() { 6 6 return 'Form';
+1 -1
src/applications/uiexample/examples/PhabricatorGestureExample.php src/applications/uiexample/examples/PhabricatorGestureUIExample.php
··· 1 1 <?php 2 2 3 - final class PhabricatorGestureExample extends PhabricatorUIExample { 3 + final class PhabricatorGestureUIExample extends PhabricatorUIExample { 4 4 5 5 public function getName() { 6 6 return 'Gestures';
+1 -1
src/applications/uiexample/examples/PhabricatorHovercardExample.php src/applications/uiexample/examples/PhabricatorHovercardUIExample.php
··· 1 1 <?php 2 2 3 - final class PhabricatorHovercardExample extends PhabricatorUIExample { 3 + final class PhabricatorHovercardUIExample extends PhabricatorUIExample { 4 4 5 5 public function getName() { 6 6 return 'Hovercard';
+1 -1
src/applications/uiexample/examples/PhabricatorMultiColumnExample.php src/applications/uiexample/examples/PhabricatorMultiColumnUIExample.php
··· 1 1 <?php 2 2 3 - final class PhabricatorMultiColumnExample extends PhabricatorUIExample { 3 + final class PhabricatorMultiColumnUIExample extends PhabricatorUIExample { 4 4 5 5 public function getName() { 6 6 return 'Multiple Column Layouts';
+1 -1
src/applications/uiexample/examples/PhabricatorPagedFormExample.php src/applications/uiexample/examples/PhabricatorPagedFormUIExample.php
··· 1 1 <?php 2 2 3 - final class PhabricatorPagedFormExample extends PhabricatorUIExample { 3 + final class PhabricatorPagedFormUIExample extends PhabricatorUIExample { 4 4 5 5 public function getName() { 6 6 return pht('Form (Paged)');
+1 -1
src/applications/uiexample/examples/PhabricatorRemarkupExample.php src/applications/uiexample/examples/PhabricatorRemarkupUIExample.php
··· 1 1 <?php 2 2 3 - final class PhabricatorRemarkupExample extends PhabricatorUIExample { 3 + final class PhabricatorRemarkupUIExample extends PhabricatorUIExample { 4 4 5 5 public function getName() { 6 6 return pht('Remarkup');
+1 -1
src/applications/uiexample/examples/PhabricatorSetupIssueExample.php src/applications/uiexample/examples/PhabricatorSetupIssueUIExample.php
··· 1 1 <?php 2 2 3 - final class PhabricatorSetupIssueExample extends PhabricatorUIExample { 3 + final class PhabricatorSetupIssueUIExample extends PhabricatorUIExample { 4 4 5 5 public function getName() { 6 6 return 'Setup Issue';
+1 -1
src/applications/uiexample/examples/PhabricatorSortTableExample.php src/applications/uiexample/examples/PhabricatorSortTableUIExample.php
··· 1 1 <?php 2 2 3 - final class PhabricatorSortTableExample extends PhabricatorUIExample { 3 + final class PhabricatorSortTableUIExample extends PhabricatorUIExample { 4 4 5 5 public function getName() { 6 6 return 'Sortable Tables';
+1 -1
src/applications/uiexample/examples/PhabricatorTwoColumnExample.php src/applications/uiexample/examples/PhabricatorTwoColumnUIExample.php
··· 1 1 <?php 2 2 3 - final class PhabricatorTwoColumnExample extends PhabricatorUIExample { 3 + final class PhabricatorTwoColumnUIExample extends PhabricatorUIExample { 4 4 5 5 public function getName() { 6 6 return 'Two Column Layout';
+1 -1
src/applications/uiexample/examples/PhabricatorUIListFilterExample.php src/applications/uiexample/examples/PhabricatorListFilterUIExample.php
··· 1 1 <?php 2 2 3 - final class PhabricatorUIListFilterExample extends PhabricatorUIExample { 3 + final class PhabricatorListFilterUIExample extends PhabricatorUIExample { 4 4 5 5 public function getName() { 6 6 return 'ListFilter';
+1 -1
src/applications/uiexample/examples/PhabricatorUINotificationExample.php src/applications/uiexample/examples/PhabricatorNotificationUIExample.php
··· 1 1 <?php 2 2 3 - final class PhabricatorUINotificationExample extends PhabricatorUIExample { 3 + final class PhabricatorNotificationUIExample extends PhabricatorUIExample { 4 4 5 5 public function getName() { 6 6 return 'Notifications';
+1 -1
src/applications/uiexample/examples/PhabricatorUIPagerExample.php src/applications/uiexample/examples/PhabricatorPageUIExample.php
··· 1 1 <?php 2 2 3 - final class PhabricatorUIPagerExample extends PhabricatorUIExample { 3 + final class PhabricatorPagerUIExample extends PhabricatorUIExample { 4 4 5 5 public function getName() { 6 6 return 'Pager';
+1 -1
src/applications/uiexample/examples/PhabricatorUIStatusExample.php src/applications/uiexample/examples/PhabricatorStatusUIExample.php
··· 1 1 <?php 2 2 3 - final class PhabricatorUIStatusExample extends PhabricatorUIExample { 3 + final class PhabricatorStatusUIExample extends PhabricatorUIExample { 4 4 5 5 public function getName() { 6 6 return 'Status List';
+1 -1
src/applications/uiexample/examples/PhabricatorUITooltipExample.php src/applications/uiexample/examples/PhabricatorTooltipUIExample.php
··· 1 1 <?php 2 2 3 - final class PhabricatorUITooltipExample extends PhabricatorUIExample { 3 + final class PhabricatorTooltipUIExample extends PhabricatorUIExample { 4 4 5 5 public function getName() { 6 6 return 'Tooltips';