mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-11 01:12:41 +01:00
a11b5e8bbc
Summary: Addon that allows you to create a live countdown page to some event. Here is the ticket that this code is based on https://secure.phabricator.com/T36 Test Plan: Tested by manually setting dates in the timer.js file and checking if they made sense. I'm not sure if it works across different timezones though. Reviewers: epriestley CC: Differential Revision: 436
978 lines
68 KiB
PHP
978 lines
68 KiB
PHP
<?php
|
|
|
|
/**
|
|
* This file is automatically generated. Use 'phutil_mapper.php' to rebuild it.
|
|
* @generated
|
|
*/
|
|
|
|
phutil_register_library_map(array(
|
|
'class' =>
|
|
array(
|
|
'Aphront304Response' => 'aphront/response/304',
|
|
'Aphront400Response' => 'aphront/response/400',
|
|
'Aphront404Response' => 'aphront/response/404',
|
|
'AphrontAjaxResponse' => 'aphront/response/ajax',
|
|
'AphrontApplicationConfiguration' => 'aphront/applicationconfiguration',
|
|
'AphrontAttachedFileView' => 'view/control/attachedfile',
|
|
'AphrontController' => 'aphront/controller',
|
|
'AphrontCrumbsView' => 'view/layout/crumbs',
|
|
'AphrontDatabaseConnection' => 'storage/connection/base',
|
|
'AphrontDefaultApplicationConfiguration' => 'aphront/default/configuration',
|
|
'AphrontDefaultApplicationController' => 'aphront/default/controller',
|
|
'AphrontDialogResponse' => 'aphront/response/dialog',
|
|
'AphrontDialogView' => 'view/dialog',
|
|
'AphrontErrorView' => 'view/form/error',
|
|
'AphrontException' => 'aphront/exception/base',
|
|
'AphrontFilePreviewView' => 'view/layout/filepreview',
|
|
'AphrontFileResponse' => 'aphront/response/file',
|
|
'AphrontFormCheckboxControl' => 'view/form/control/checkbox',
|
|
'AphrontFormControl' => 'view/form/control/base',
|
|
'AphrontFormDividerControl' => 'view/form/control/divider',
|
|
'AphrontFormDragAndDropUploadControl' => 'view/form/control/draganddropupload',
|
|
'AphrontFormFileControl' => 'view/form/control/file',
|
|
'AphrontFormMarkupControl' => 'view/form/control/markup',
|
|
'AphrontFormPasswordControl' => 'view/form/control/password',
|
|
'AphrontFormRecaptchaControl' => 'view/form/control/recaptcha',
|
|
'AphrontFormSelectControl' => 'view/form/control/select',
|
|
'AphrontFormStaticControl' => 'view/form/control/static',
|
|
'AphrontFormSubmitControl' => 'view/form/control/submit',
|
|
'AphrontFormTextAreaControl' => 'view/form/control/textarea',
|
|
'AphrontFormTextControl' => 'view/form/control/text',
|
|
'AphrontFormToggleButtonsControl' => 'view/form/control/togglebuttons',
|
|
'AphrontFormTokenizerControl' => 'view/form/control/tokenizer',
|
|
'AphrontFormView' => 'view/form/base',
|
|
'AphrontHeadsupActionListView' => 'view/layout/headsup/actionlist',
|
|
'AphrontHeadsupActionView' => 'view/layout/headsup/action',
|
|
'AphrontIsolatedDatabaseConnection' => 'storage/connection/isolated',
|
|
'AphrontIsolatedDatabaseConnectionTestCase' => 'storage/connection/isolated/__tests__',
|
|
'AphrontKeyboardShortcutsAvailableView' => 'view/widget/keyboardshortcuts',
|
|
'AphrontListFilterView' => 'view/layout/listfilter',
|
|
'AphrontMySQLDatabaseConnection' => 'storage/connection/mysql',
|
|
'AphrontNullView' => 'view/null',
|
|
'AphrontPageView' => 'view/page/base',
|
|
'AphrontPagerView' => 'view/control/pager',
|
|
'AphrontPanelView' => 'view/layout/panel',
|
|
'AphrontQueryAccessDeniedException' => 'storage/exception/accessdenied',
|
|
'AphrontQueryConnectionException' => 'storage/exception/connection',
|
|
'AphrontQueryConnectionLostException' => 'storage/exception/connectionlost',
|
|
'AphrontQueryCountException' => 'storage/exception/count',
|
|
'AphrontQueryDuplicateKeyException' => 'storage/exception/duplicatekey',
|
|
'AphrontQueryException' => 'storage/exception/base',
|
|
'AphrontQueryObjectMissingException' => 'storage/exception/objectmissing',
|
|
'AphrontQueryParameterException' => 'storage/exception/parameter',
|
|
'AphrontQueryRecoverableException' => 'storage/exception/recoverable',
|
|
'AphrontRedirectException' => 'aphront/exception/redirect',
|
|
'AphrontRedirectResponse' => 'aphront/response/redirect',
|
|
'AphrontReloadResponse' => 'aphront/response/reload',
|
|
'AphrontRequest' => 'aphront/request',
|
|
'AphrontRequestFailureView' => 'view/page/failure',
|
|
'AphrontResponse' => 'aphront/response/base',
|
|
'AphrontSideNavView' => 'view/layout/sidenav',
|
|
'AphrontTableView' => 'view/control/table',
|
|
'AphrontTokenizerTemplateView' => 'view/control/tokenizer',
|
|
'AphrontTypeaheadTemplateView' => 'view/control/typeahead',
|
|
'AphrontURIMapper' => 'aphront/mapper',
|
|
'AphrontView' => 'view/base',
|
|
'AphrontWebpageResponse' => 'aphront/response/webpage',
|
|
'CelerityAPI' => 'infrastructure/celerity/api',
|
|
'CelerityResourceController' => 'infrastructure/celerity/controller',
|
|
'CelerityResourceMap' => 'infrastructure/celerity/map',
|
|
'CelerityStaticResourceResponse' => 'infrastructure/celerity/response',
|
|
'ConduitAPIMethod' => 'applications/conduit/method/base',
|
|
'ConduitAPIRequest' => 'applications/conduit/protocol/request',
|
|
'ConduitAPI_conduit_connect_Method' => 'applications/conduit/method/conduit/connect',
|
|
'ConduitAPI_conduit_ping_Method' => 'applications/conduit/method/conduit/ping',
|
|
'ConduitAPI_daemon_launched_Method' => 'applications/conduit/method/daemon/launched',
|
|
'ConduitAPI_daemon_log_Method' => 'applications/conduit/method/daemon/log',
|
|
'ConduitAPI_differential_creatediff_Method' => 'applications/conduit/method/differential/creatediff',
|
|
'ConduitAPI_differential_createrevision_Method' => 'applications/conduit/method/differential/createrevision',
|
|
'ConduitAPI_differential_find_Method' => 'applications/conduit/method/differential/find',
|
|
'ConduitAPI_differential_getalldiffs_Method' => 'applications/conduit/method/differential/getalldiffs',
|
|
'ConduitAPI_differential_getcommitmessage_Method' => 'applications/conduit/method/differential/getcommitmessage',
|
|
'ConduitAPI_differential_getcommitpaths_Method' => 'applications/conduit/method/differential/getcommitpaths',
|
|
'ConduitAPI_differential_getdiff_Method' => 'applications/conduit/method/differential/getdiff',
|
|
'ConduitAPI_differential_getrevision_Method' => 'applications/conduit/method/differential/getrevision',
|
|
'ConduitAPI_differential_getrevisionfeedback_Method' => 'applications/conduit/method/differential/getrevisionfeedback',
|
|
'ConduitAPI_differential_markcommitted_Method' => 'applications/conduit/method/differential/markcommitted',
|
|
'ConduitAPI_differential_parsecommitmessage_Method' => 'applications/conduit/method/differential/parsecommitmessage',
|
|
'ConduitAPI_differential_setdiffproperty_Method' => 'applications/conduit/method/differential/setdiffproperty',
|
|
'ConduitAPI_differential_updaterevision_Method' => 'applications/conduit/method/differential/updaterevision',
|
|
'ConduitAPI_differential_updatetaskrevisionassoc_Method' => 'applications/conduit/method/differential/updatetaskrevisionassoc',
|
|
'ConduitAPI_differential_updateunitresults_Method' => 'applications/conduit/method/differential/updateunitresults',
|
|
'ConduitAPI_diffusion_getcommits_Method' => 'applications/conduit/method/diffusion/getcommits',
|
|
'ConduitAPI_diffusion_getrecentcommitsbypath_Method' => 'applications/conduit/method/diffusion/getrecentcommitsbypath',
|
|
'ConduitAPI_file_download_Method' => 'applications/conduit/method/file/download',
|
|
'ConduitAPI_file_upload_Method' => 'applications/conduit/method/file/upload',
|
|
'ConduitAPI_path_getowners_Method' => 'applications/conduit/method/path/getowners',
|
|
'ConduitAPI_user_find_Method' => 'applications/conduit/method/user/find',
|
|
'ConduitAPI_user_whoami_Method' => 'applications/conduit/method/user/whoami',
|
|
'ConduitException' => 'applications/conduit/protocol/exception',
|
|
'DarkConsole' => 'aphront/console/api',
|
|
'DarkConsoleConfigPlugin' => 'aphront/console/plugin/config',
|
|
'DarkConsoleController' => 'aphront/console/controller',
|
|
'DarkConsoleCore' => 'aphront/console/core',
|
|
'DarkConsoleErrorLogPlugin' => 'aphront/console/plugin/errorlog',
|
|
'DarkConsoleErrorLogPluginAPI' => 'aphront/console/plugin/errorlog/api',
|
|
'DarkConsolePlugin' => 'aphront/console/plugin/base',
|
|
'DarkConsoleRequestPlugin' => 'aphront/console/plugin/request',
|
|
'DarkConsoleServicesPlugin' => 'aphront/console/plugin/services',
|
|
'DarkConsoleXHProfPlugin' => 'aphront/console/plugin/xhprof',
|
|
'DarkConsoleXHProfPluginAPI' => 'aphront/console/plugin/xhprof/api',
|
|
'DatabaseConfigurationProvider' => 'applications/base/storage/configuration',
|
|
'DifferentialAction' => 'applications/differential/constants/action',
|
|
'DifferentialAddCommentView' => 'applications/differential/view/addcomment',
|
|
'DifferentialCCWelcomeMail' => 'applications/differential/mail/ccwelcome',
|
|
'DifferentialChangeType' => 'applications/differential/constants/changetype',
|
|
'DifferentialChangeset' => 'applications/differential/storage/changeset',
|
|
'DifferentialChangesetDetailView' => 'applications/differential/view/changesetdetailview',
|
|
'DifferentialChangesetListView' => 'applications/differential/view/changesetlistview',
|
|
'DifferentialChangesetParser' => 'applications/differential/parser/changeset',
|
|
'DifferentialChangesetViewController' => 'applications/differential/controller/changesetview',
|
|
'DifferentialComment' => 'applications/differential/storage/comment',
|
|
'DifferentialCommentEditor' => 'applications/differential/editor/comment',
|
|
'DifferentialCommentMail' => 'applications/differential/mail/comment',
|
|
'DifferentialCommentPreviewController' => 'applications/differential/controller/commentpreview',
|
|
'DifferentialCommentSaveController' => 'applications/differential/controller/commentsave',
|
|
'DifferentialCommitMessage' => 'applications/differential/parser/commitmessage',
|
|
'DifferentialCommitMessageData' => 'applications/differential/data/commitmessage',
|
|
'DifferentialCommitMessageParserException' => 'applications/differential/parser/commitmessage/exception',
|
|
'DifferentialController' => 'applications/differential/controller/base',
|
|
'DifferentialDAO' => 'applications/differential/storage/base',
|
|
'DifferentialDiff' => 'applications/differential/storage/diff',
|
|
'DifferentialDiffContentMail' => 'applications/differential/mail/diffcontent',
|
|
'DifferentialDiffCreateController' => 'applications/differential/controller/diffcreate',
|
|
'DifferentialDiffProperty' => 'applications/differential/storage/diffproperty',
|
|
'DifferentialDiffTableOfContentsView' => 'applications/differential/view/difftableofcontents',
|
|
'DifferentialDiffViewController' => 'applications/differential/controller/diffview',
|
|
'DifferentialExceptionMail' => 'applications/differential/mail/exception',
|
|
'DifferentialHunk' => 'applications/differential/storage/hunk',
|
|
'DifferentialInlineComment' => 'applications/differential/storage/inlinecomment',
|
|
'DifferentialInlineCommentEditController' => 'applications/differential/controller/inlinecommentedit',
|
|
'DifferentialInlineCommentPreviewController' => 'applications/differential/controller/inlinecommentpreview',
|
|
'DifferentialInlineCommentView' => 'applications/differential/view/inlinecomment',
|
|
'DifferentialLintStatus' => 'applications/differential/constants/lintstatus',
|
|
'DifferentialMail' => 'applications/differential/mail/base',
|
|
'DifferentialMarkupEngineFactory' => 'applications/differential/parser/markup',
|
|
'DifferentialNewDiffMail' => 'applications/differential/mail/newdiff',
|
|
'DifferentialPrimaryPaneView' => 'applications/differential/view/primarypane',
|
|
'DifferentialReplyHandler' => 'applications/differential/replyhandler',
|
|
'DifferentialReviewRequestMail' => 'applications/differential/mail/reviewrequest',
|
|
'DifferentialRevision' => 'applications/differential/storage/revision',
|
|
'DifferentialRevisionCommentListView' => 'applications/differential/view/revisioncommentlist',
|
|
'DifferentialRevisionCommentView' => 'applications/differential/view/revisioncomment',
|
|
'DifferentialRevisionControlSystem' => 'applications/differential/constants/revisioncontrolsystem',
|
|
'DifferentialRevisionDetailRenderer' => 'applications/differential/controller/customrenderer',
|
|
'DifferentialRevisionDetailView' => 'applications/differential/view/revisiondetail',
|
|
'DifferentialRevisionEditController' => 'applications/differential/controller/revisionedit',
|
|
'DifferentialRevisionEditor' => 'applications/differential/editor/revision',
|
|
'DifferentialRevisionListController' => 'applications/differential/controller/revisionlist',
|
|
'DifferentialRevisionListData' => 'applications/differential/data/revisionlist',
|
|
'DifferentialRevisionStatus' => 'applications/differential/constants/revisionstatus',
|
|
'DifferentialRevisionUpdateHistoryView' => 'applications/differential/view/revisionupdatehistory',
|
|
'DifferentialRevisionViewController' => 'applications/differential/controller/revisionview',
|
|
'DifferentialSubscribeController' => 'applications/differential/controller/subscribe',
|
|
'DifferentialTasksAttacher' => 'applications/differential/tasks',
|
|
'DifferentialUnitStatus' => 'applications/differential/constants/unitstatus',
|
|
'DifferentialUnitTestResult' => 'applications/differential/constants/unittestresult',
|
|
'DifferentialViewTime' => 'applications/differential/storage/viewtime',
|
|
'DiffusionBranchInformation' => 'applications/diffusion/data/branch',
|
|
'DiffusionBranchQuery' => 'applications/diffusion/query/branch/base',
|
|
'DiffusionBranchTableView' => 'applications/diffusion/view/branchtable',
|
|
'DiffusionBrowseController' => 'applications/diffusion/controller/browse',
|
|
'DiffusionBrowseFileController' => 'applications/diffusion/controller/file',
|
|
'DiffusionBrowseQuery' => 'applications/diffusion/query/browse/base',
|
|
'DiffusionBrowseTableView' => 'applications/diffusion/view/browsetable',
|
|
'DiffusionChangeController' => 'applications/diffusion/controller/change',
|
|
'DiffusionCommitChangeTableView' => 'applications/diffusion/view/commitchangetable',
|
|
'DiffusionCommitController' => 'applications/diffusion/controller/commit',
|
|
'DiffusionController' => 'applications/diffusion/controller/base',
|
|
'DiffusionDiffController' => 'applications/diffusion/controller/diff',
|
|
'DiffusionDiffQuery' => 'applications/diffusion/query/diff/base',
|
|
'DiffusionFileContent' => 'applications/diffusion/data/filecontent',
|
|
'DiffusionFileContentQuery' => 'applications/diffusion/query/filecontent/base',
|
|
'DiffusionGitBranchQuery' => 'applications/diffusion/query/branch/git',
|
|
'DiffusionGitBrowseQuery' => 'applications/diffusion/query/browse/git',
|
|
'DiffusionGitDiffQuery' => 'applications/diffusion/query/diff/git',
|
|
'DiffusionGitFileContentQuery' => 'applications/diffusion/query/filecontent/git',
|
|
'DiffusionGitHistoryQuery' => 'applications/diffusion/query/history/git',
|
|
'DiffusionGitLastModifiedQuery' => 'applications/diffusion/query/lastmodified/git',
|
|
'DiffusionGitPathIDQuery' => 'applications/diffusion/query/pathid/base',
|
|
'DiffusionGitRequest' => 'applications/diffusion/request/git',
|
|
'DiffusionHistoryController' => 'applications/diffusion/controller/history',
|
|
'DiffusionHistoryQuery' => 'applications/diffusion/query/history/base',
|
|
'DiffusionHistoryTableView' => 'applications/diffusion/view/historytable',
|
|
'DiffusionHomeController' => 'applications/diffusion/controller/home',
|
|
'DiffusionLastModifiedController' => 'applications/diffusion/controller/lastmodified',
|
|
'DiffusionLastModifiedQuery' => 'applications/diffusion/query/lastmodified/base',
|
|
'DiffusionPathChange' => 'applications/diffusion/data/pathchange',
|
|
'DiffusionPathChangeQuery' => 'applications/diffusion/query/pathchange/base',
|
|
'DiffusionPathCompleteController' => 'applications/diffusion/controller/pathcomplete',
|
|
'DiffusionPathValidateController' => 'applications/diffusion/controller/pathvalidate',
|
|
'DiffusionRepositoryController' => 'applications/diffusion/controller/repository',
|
|
'DiffusionRepositoryPath' => 'applications/diffusion/data/repositorypath',
|
|
'DiffusionRequest' => 'applications/diffusion/request/base',
|
|
'DiffusionSvnBrowseQuery' => 'applications/diffusion/query/browse/svn',
|
|
'DiffusionSvnDiffQuery' => 'applications/diffusion/query/diff/svn',
|
|
'DiffusionSvnFileContentQuery' => 'applications/diffusion/query/filecontent/svn',
|
|
'DiffusionSvnHistoryQuery' => 'applications/diffusion/query/history/svn',
|
|
'DiffusionSvnLastModifiedQuery' => 'applications/diffusion/query/lastmodified/svn',
|
|
'DiffusionSvnRequest' => 'applications/diffusion/request/svn',
|
|
'DiffusionView' => 'applications/diffusion/view/base',
|
|
'HeraldAction' => 'applications/herald/storage/action',
|
|
'HeraldActionConfig' => 'applications/herald/config/action',
|
|
'HeraldApplyTranscript' => 'applications/herald/storage/transcript/apply',
|
|
'HeraldCommitAdapter' => 'applications/herald/adapter/commit',
|
|
'HeraldCondition' => 'applications/herald/storage/condition',
|
|
'HeraldConditionConfig' => 'applications/herald/config/condition',
|
|
'HeraldConditionTranscript' => 'applications/herald/storage/transcript/condition',
|
|
'HeraldContentTypeConfig' => 'applications/herald/config/contenttype',
|
|
'HeraldController' => 'applications/herald/controller/base',
|
|
'HeraldDAO' => 'applications/herald/storage/base',
|
|
'HeraldDeleteController' => 'applications/herald/controller/delete',
|
|
'HeraldDifferentialRevisionAdapter' => 'applications/herald/adapter/differential',
|
|
'HeraldDryRunAdapter' => 'applications/herald/adapter/dryrun',
|
|
'HeraldEffect' => 'applications/herald/engine/effect',
|
|
'HeraldEngine' => 'applications/herald/engine/engine',
|
|
'HeraldFieldConfig' => 'applications/herald/config/field',
|
|
'HeraldHomeController' => 'applications/herald/controller/home',
|
|
'HeraldInvalidConditionException' => 'applications/herald/engine/engine/exception',
|
|
'HeraldInvalidFieldException' => 'applications/herald/engine/engine/exception',
|
|
'HeraldNewController' => 'applications/herald/controller/new',
|
|
'HeraldObjectAdapter' => 'applications/herald/adapter/base',
|
|
'HeraldObjectTranscript' => 'applications/herald/storage/transcript/object',
|
|
'HeraldRecursiveConditionsException' => 'applications/herald/engine/engine/exception',
|
|
'HeraldRepetitionPolicyConfig' => 'applications/herald/config/repetitionpolicy',
|
|
'HeraldRule' => 'applications/herald/storage/rule',
|
|
'HeraldRuleController' => 'applications/herald/controller/rule',
|
|
'HeraldRuleTranscript' => 'applications/herald/storage/transcript/rule',
|
|
'HeraldTestConsoleController' => 'applications/herald/controller/test',
|
|
'HeraldTranscript' => 'applications/herald/storage/transcript/base',
|
|
'HeraldTranscriptController' => 'applications/herald/controller/transcript',
|
|
'HeraldTranscriptListController' => 'applications/herald/controller/transcriptlist',
|
|
'HeraldValueTypeConfig' => 'applications/herald/config/valuetype',
|
|
'Javelin' => 'infrastructure/javelin/api',
|
|
'LiskDAO' => 'storage/lisk/dao',
|
|
'LiskIsolationTestCase' => 'storage/lisk/dao/__tests__',
|
|
'LiskIsolationTestDAO' => 'storage/lisk/dao/__tests__',
|
|
'LiskIsolationTestDAOException' => 'storage/lisk/dao/__tests__',
|
|
'ManiphestController' => 'applications/maniphest/controller/base',
|
|
'ManiphestDAO' => 'applications/maniphest/storage/base',
|
|
'ManiphestReplyHandler' => 'applications/maniphest/replyhandler',
|
|
'ManiphestTask' => 'applications/maniphest/storage/task',
|
|
'ManiphestTaskDescriptionChangeController' => 'applications/maniphest/controller/descriptionchange',
|
|
'ManiphestTaskDetailController' => 'applications/maniphest/controller/taskdetail',
|
|
'ManiphestTaskEditController' => 'applications/maniphest/controller/taskedit',
|
|
'ManiphestTaskListController' => 'applications/maniphest/controller/tasklist',
|
|
'ManiphestTaskListView' => 'applications/maniphest/view/tasklist',
|
|
'ManiphestTaskPriority' => 'applications/maniphest/constants/priority',
|
|
'ManiphestTaskStatus' => 'applications/maniphest/constants/status',
|
|
'ManiphestTaskSummaryView' => 'applications/maniphest/view/tasksummary',
|
|
'ManiphestTransaction' => 'applications/maniphest/storage/transaction',
|
|
'ManiphestTransactionDetailView' => 'applications/maniphest/view/transactiondetail',
|
|
'ManiphestTransactionEditor' => 'applications/maniphest/editor/transaction',
|
|
'ManiphestTransactionListView' => 'applications/maniphest/view/transactionlist',
|
|
'ManiphestTransactionPreviewController' => 'applications/maniphest/controller/transactionpreview',
|
|
'ManiphestTransactionSaveController' => 'applications/maniphest/controller/transactionsave',
|
|
'ManiphestTransactionType' => 'applications/maniphest/constants/transactiontype',
|
|
'Phabricator404Controller' => 'applications/base/controller/404',
|
|
'PhabricatorAuthController' => 'applications/auth/controller/base',
|
|
'PhabricatorConduitAPIController' => 'applications/conduit/controller/api',
|
|
'PhabricatorConduitConnectionLog' => 'applications/conduit/storage/connectionlog',
|
|
'PhabricatorConduitConsoleController' => 'applications/conduit/controller/console',
|
|
'PhabricatorConduitController' => 'applications/conduit/controller/base',
|
|
'PhabricatorConduitDAO' => 'applications/conduit/storage/base',
|
|
'PhabricatorConduitLogController' => 'applications/conduit/controller/log',
|
|
'PhabricatorConduitMethodCallLog' => 'applications/conduit/storage/methodcalllog',
|
|
'PhabricatorController' => 'applications/base/controller/base',
|
|
'PhabricatorCountdownController' => 'applications/countdown/controller/base',
|
|
'PhabricatorCountdownDAO' => 'applications/countdown/storage/base',
|
|
'PhabricatorCountdownDeleteController' => 'applications/countdown/controller/delete',
|
|
'PhabricatorCountdownEditController' => 'applications/countdown/controller/edit',
|
|
'PhabricatorCountdownListController' => 'applications/countdown/controller/list',
|
|
'PhabricatorCountdownViewController' => 'applications/countdown/controller/view',
|
|
'PhabricatorDaemon' => 'infrastructure/daemon/base',
|
|
'PhabricatorDaemonCombinedLogController' => 'applications/daemon/controller/combined',
|
|
'PhabricatorDaemonConsoleController' => 'applications/daemon/controller/console',
|
|
'PhabricatorDaemonControl' => 'infrastructure/daemon/control',
|
|
'PhabricatorDaemonController' => 'applications/daemon/controller/base',
|
|
'PhabricatorDaemonDAO' => 'infrastructure/daemon/storage/base',
|
|
'PhabricatorDaemonLog' => 'infrastructure/daemon/storage/log',
|
|
'PhabricatorDaemonLogEvent' => 'infrastructure/daemon/storage/event',
|
|
'PhabricatorDaemonLogEventsView' => 'applications/daemon/view/daemonlogevents',
|
|
'PhabricatorDaemonLogListController' => 'applications/daemon/controller/loglist',
|
|
'PhabricatorDaemonLogListView' => 'applications/daemon/view/daemonloglist',
|
|
'PhabricatorDaemonLogViewController' => 'applications/daemon/controller/logview',
|
|
'PhabricatorDaemonReference' => 'infrastructure/daemon/control/reference',
|
|
'PhabricatorDaemonTimelineConsoleController' => 'applications/daemon/controller/timeline',
|
|
'PhabricatorDaemonTimelineEventController' => 'applications/daemon/controller/timelineevent',
|
|
'PhabricatorDirectoryCategory' => 'applications/directory/storage/category',
|
|
'PhabricatorDirectoryCategoryDeleteController' => 'applications/directory/controller/categorydelete',
|
|
'PhabricatorDirectoryCategoryEditController' => 'applications/directory/controller/categoryedit',
|
|
'PhabricatorDirectoryCategoryListController' => 'applications/directory/controller/categorylist',
|
|
'PhabricatorDirectoryController' => 'applications/directory/controller/base',
|
|
'PhabricatorDirectoryDAO' => 'applications/directory/storage/base',
|
|
'PhabricatorDirectoryItem' => 'applications/directory/storage/item',
|
|
'PhabricatorDirectoryItemDeleteController' => 'applications/directory/controller/itemdelete',
|
|
'PhabricatorDirectoryItemEditController' => 'applications/directory/controller/itemedit',
|
|
'PhabricatorDirectoryItemListController' => 'applications/directory/controller/itemlist',
|
|
'PhabricatorDirectoryMainController' => 'applications/directory/controller/main',
|
|
'PhabricatorDisabledUserController' => 'applications/auth/controller/disabled',
|
|
'PhabricatorDraft' => 'applications/draft/storage/draft',
|
|
'PhabricatorDraftDAO' => 'applications/draft/storage/base',
|
|
'PhabricatorEditPreferencesController' => 'applications/preferences/controller/edit',
|
|
'PhabricatorEmailLoginController' => 'applications/auth/controller/email',
|
|
'PhabricatorEmailTokenController' => 'applications/auth/controller/emailtoken',
|
|
'PhabricatorEnv' => 'infrastructure/env',
|
|
'PhabricatorFile' => 'applications/files/storage/file',
|
|
'PhabricatorFileController' => 'applications/files/controller/base',
|
|
'PhabricatorFileDAO' => 'applications/files/storage/base',
|
|
'PhabricatorFileDropUploadController' => 'applications/files/controller/dropupload',
|
|
'PhabricatorFileImageMacro' => 'applications/files/storage/imagemacro',
|
|
'PhabricatorFileListController' => 'applications/files/controller/list',
|
|
'PhabricatorFileMacroDeleteController' => 'applications/files/controller/macrodelete',
|
|
'PhabricatorFileMacroEditController' => 'applications/files/controller/macroedit',
|
|
'PhabricatorFileMacroListController' => 'applications/files/controller/macrolist',
|
|
'PhabricatorFileProxyController' => 'applications/files/controller/proxy',
|
|
'PhabricatorFileProxyImage' => 'applications/files/storage/proxyimage',
|
|
'PhabricatorFileStorageBlob' => 'applications/files/storage/storageblob',
|
|
'PhabricatorFileTransformController' => 'applications/files/controller/transform',
|
|
'PhabricatorFileURI' => 'applications/files/uri',
|
|
'PhabricatorFileUploadController' => 'applications/files/controller/upload',
|
|
'PhabricatorFileViewController' => 'applications/files/controller/view',
|
|
'PhabricatorGoodForNothingWorker' => 'infrastructure/daemon/workers/worker/goodfornothing',
|
|
'PhabricatorHandleObjectSelectorDataView' => 'applications/phid/handle/view/selector',
|
|
'PhabricatorHelpController' => 'applications/help/controller/base',
|
|
'PhabricatorHelpKeyboardShortcutController' => 'applications/help/controller/keyboardshortcut',
|
|
'PhabricatorIRCBot' => 'infrastructure/daemon/irc/bot',
|
|
'PhabricatorIRCHandler' => 'infrastructure/daemon/irc/handler/base',
|
|
'PhabricatorIRCMessage' => 'infrastructure/daemon/irc/message',
|
|
'PhabricatorIRCObjectNameHandler' => 'infrastructure/daemon/irc/handler/objectname',
|
|
'PhabricatorIRCProtocolHandler' => 'infrastructure/daemon/irc/handler/protocol',
|
|
'PhabricatorJavelinLinter' => 'infrastructure/lint/linter/javelin',
|
|
'PhabricatorLintEngine' => 'infrastructure/lint/engine',
|
|
'PhabricatorLiskDAO' => 'applications/base/storage/lisk',
|
|
'PhabricatorLoginController' => 'applications/auth/controller/login',
|
|
'PhabricatorLogoutController' => 'applications/auth/controller/logout',
|
|
'PhabricatorMailImplementationAdapter' => 'applications/metamta/adapter/base',
|
|
'PhabricatorMailImplementationAmazonSESAdapter' => 'applications/metamta/adapter/amazonses',
|
|
'PhabricatorMailImplementationPHPMailerLiteAdapter' => 'applications/metamta/adapter/phpmailerlite',
|
|
'PhabricatorMailImplementationSendGridAdapter' => 'applications/metamta/adapter/sendgrid',
|
|
'PhabricatorMailImplementationTestAdapter' => 'applications/metamta/adapter/test',
|
|
'PhabricatorMailReplyHandler' => 'applications/metamta/replyhandler/base',
|
|
'PhabricatorMetaMTAController' => 'applications/metamta/controller/base',
|
|
'PhabricatorMetaMTADAO' => 'applications/metamta/storage/base',
|
|
'PhabricatorMetaMTADaemon' => 'applications/metamta/daemon/mta',
|
|
'PhabricatorMetaMTAEmailBodyParser' => 'applications/metamta/parser',
|
|
'PhabricatorMetaMTAEmailBodyParserTestCase' => 'applications/metamta/parser/__tests__',
|
|
'PhabricatorMetaMTAListController' => 'applications/metamta/controller/list',
|
|
'PhabricatorMetaMTAMail' => 'applications/metamta/storage/mail',
|
|
'PhabricatorMetaMTAMailTestCase' => 'applications/metamta/storage/mail/__tests__',
|
|
'PhabricatorMetaMTAMailingList' => 'applications/metamta/storage/mailinglist',
|
|
'PhabricatorMetaMTAMailingListEditController' => 'applications/metamta/controller/mailinglistedit',
|
|
'PhabricatorMetaMTAMailingListsController' => 'applications/metamta/controller/mailinglists',
|
|
'PhabricatorMetaMTAReceiveController' => 'applications/metamta/controller/receive',
|
|
'PhabricatorMetaMTAReceivedListController' => 'applications/metamta/controller/receivedlist',
|
|
'PhabricatorMetaMTAReceivedMail' => 'applications/metamta/storage/receivedmail',
|
|
'PhabricatorMetaMTASendController' => 'applications/metamta/controller/send',
|
|
'PhabricatorMetaMTASendGridReceiveController' => 'applications/metamta/controller/sendgridreceive',
|
|
'PhabricatorMetaMTAViewController' => 'applications/metamta/controller/view',
|
|
'PhabricatorOAuthDefaultRegistrationController' => 'applications/auth/controller/oauthregistration/default',
|
|
'PhabricatorOAuthDiagnosticsController' => 'applications/auth/controller/oauthdiagnostics',
|
|
'PhabricatorOAuthFailureView' => 'applications/auth/view/oauthfailure',
|
|
'PhabricatorOAuthLoginController' => 'applications/auth/controller/oauth',
|
|
'PhabricatorOAuthProvider' => 'applications/auth/oauth/provider/base',
|
|
'PhabricatorOAuthProviderFacebook' => 'applications/auth/oauth/provider/facebook',
|
|
'PhabricatorOAuthProviderGithub' => 'applications/auth/oauth/provider/github',
|
|
'PhabricatorOAuthRegistrationController' => 'applications/auth/controller/oauthregistration/base',
|
|
'PhabricatorOAuthUnlinkController' => 'applications/auth/controller/unlink',
|
|
'PhabricatorObjectHandle' => 'applications/phid/handle',
|
|
'PhabricatorObjectHandleData' => 'applications/phid/handle/data',
|
|
'PhabricatorObjectSelectorDialog' => 'view/control/objectselector',
|
|
'PhabricatorOwnersController' => 'applications/owners/controller/base',
|
|
'PhabricatorOwnersDAO' => 'applications/owners/storage/base',
|
|
'PhabricatorOwnersDeleteController' => 'applications/owners/controller/delete',
|
|
'PhabricatorOwnersDetailController' => 'applications/owners/controller/detail',
|
|
'PhabricatorOwnersEditController' => 'applications/owners/controller/edit',
|
|
'PhabricatorOwnersListController' => 'applications/owners/controller/list',
|
|
'PhabricatorOwnersOwner' => 'applications/owners/storage/owner',
|
|
'PhabricatorOwnersPackage' => 'applications/owners/storage/package',
|
|
'PhabricatorOwnersPath' => 'applications/owners/storage/path',
|
|
'PhabricatorPHID' => 'applications/phid/storage/phid',
|
|
'PhabricatorPHIDAllocateController' => 'applications/phid/controller/allocate',
|
|
'PhabricatorPHIDConstants' => 'applications/phid/constants',
|
|
'PhabricatorPHIDController' => 'applications/phid/controller/base',
|
|
'PhabricatorPHIDDAO' => 'applications/phid/storage/base',
|
|
'PhabricatorPHIDListController' => 'applications/phid/controller/list',
|
|
'PhabricatorPHIDLookupController' => 'applications/phid/controller/lookup',
|
|
'PhabricatorPaste' => 'applications/paste/storage/paste',
|
|
'PhabricatorPasteController' => 'applications/paste/controller/base',
|
|
'PhabricatorPasteCreateController' => 'applications/paste/controller/create',
|
|
'PhabricatorPasteDAO' => 'applications/paste/storage/base',
|
|
'PhabricatorPasteHomeController' => 'applications/paste/controller/home',
|
|
'PhabricatorPasteViewController' => 'applications/paste/controller/view',
|
|
'PhabricatorPeopleController' => 'applications/people/controller/base',
|
|
'PhabricatorPeopleEditController' => 'applications/people/controller/edit',
|
|
'PhabricatorPeopleListController' => 'applications/people/controller/list',
|
|
'PhabricatorPeopleLogsController' => 'applications/people/controller/logs',
|
|
'PhabricatorPeopleProfileController' => 'applications/people/controller/profile',
|
|
'PhabricatorPeopleProfileEditController' => 'applications/people/controller/profileedit',
|
|
'PhabricatorPreferencesController' => 'applications/preferences/controller/base',
|
|
'PhabricatorProject' => 'applications/project/storage/project',
|
|
'PhabricatorProjectAffiliation' => 'applications/project/storage/affiliation',
|
|
'PhabricatorProjectAffiliationEditController' => 'applications/project/controller/editaffiliation',
|
|
'PhabricatorProjectController' => 'applications/project/controller/base',
|
|
'PhabricatorProjectDAO' => 'applications/project/storage/base',
|
|
'PhabricatorProjectEditController' => 'applications/project/controller/edit',
|
|
'PhabricatorProjectListController' => 'applications/project/controller/list',
|
|
'PhabricatorProjectProfile' => 'applications/project/storage/profile',
|
|
'PhabricatorProjectProfileController' => 'applications/project/controller/profile',
|
|
'PhabricatorRedirectController' => 'applications/base/controller/redirect',
|
|
'PhabricatorRemarkupRuleDifferential' => 'infrastructure/markup/remarkup/markuprule/differential',
|
|
'PhabricatorRemarkupRuleDiffusion' => 'infrastructure/markup/remarkup/markuprule/diffusion',
|
|
'PhabricatorRemarkupRuleImageMacro' => 'infrastructure/markup/remarkup/markuprule/imagemacro',
|
|
'PhabricatorRemarkupRuleManiphest' => 'infrastructure/markup/remarkup/markuprule/maniphest',
|
|
'PhabricatorRemarkupRuleObjectName' => 'infrastructure/markup/remarkup/markuprule/objectname',
|
|
'PhabricatorRemarkupRuleProxyImage' => 'infrastructure/markup/remarkup/markuprule/proxyimage',
|
|
'PhabricatorRemarkupRuleYoutube' => 'infrastructure/markup/remarkup/markuprule/youtube',
|
|
'PhabricatorRepository' => 'applications/repository/storage/repository',
|
|
'PhabricatorRepositoryArcanistProject' => 'applications/repository/storage/arcanistproject',
|
|
'PhabricatorRepositoryArcanistProjectEditController' => 'applications/repository/controller/arcansistprojectedit',
|
|
'PhabricatorRepositoryCommit' => 'applications/repository/storage/commit',
|
|
'PhabricatorRepositoryCommitChangeParserWorker' => 'applications/repository/worker/commitchangeparser/base',
|
|
'PhabricatorRepositoryCommitData' => 'applications/repository/storage/commitdata',
|
|
'PhabricatorRepositoryCommitDiscoveryDaemon' => 'applications/repository/daemon/commitdiscovery/base',
|
|
'PhabricatorRepositoryCommitHeraldWorker' => 'applications/repository/worker/herald',
|
|
'PhabricatorRepositoryCommitMessageDetailParser' => 'applications/repository/parser/base',
|
|
'PhabricatorRepositoryCommitMessageParserWorker' => 'applications/repository/worker/commitmessageparser/base',
|
|
'PhabricatorRepositoryCommitParserWorker' => 'applications/repository/worker/base',
|
|
'PhabricatorRepositoryCommitTaskDaemon' => 'applications/repository/daemon/committask',
|
|
'PhabricatorRepositoryController' => 'applications/repository/controller/base',
|
|
'PhabricatorRepositoryCreateController' => 'applications/repository/controller/create',
|
|
'PhabricatorRepositoryDAO' => 'applications/repository/storage/base',
|
|
'PhabricatorRepositoryDaemon' => 'applications/repository/daemon/base',
|
|
'PhabricatorRepositoryDefaultCommitMessageDetailParser' => 'applications/repository/parser/default',
|
|
'PhabricatorRepositoryDeleteController' => 'applications/repository/controller/delete',
|
|
'PhabricatorRepositoryEditController' => 'applications/repository/controller/edit',
|
|
'PhabricatorRepositoryGitCommitChangeParserWorker' => 'applications/repository/worker/commitchangeparser/git',
|
|
'PhabricatorRepositoryGitCommitDiscoveryDaemon' => 'applications/repository/daemon/commitdiscovery/git',
|
|
'PhabricatorRepositoryGitCommitMessageParserWorker' => 'applications/repository/worker/commitmessageparser/git',
|
|
'PhabricatorRepositoryGitFetchDaemon' => 'applications/repository/daemon/gitfetch',
|
|
'PhabricatorRepositoryGitHubNotification' => 'applications/repository/storage/githubnotification',
|
|
'PhabricatorRepositoryGitHubPostReceiveController' => 'applications/repository/controller/github-post-receive',
|
|
'PhabricatorRepositoryListController' => 'applications/repository/controller/list',
|
|
'PhabricatorRepositoryShortcut' => 'applications/repository/storage/shortcut',
|
|
'PhabricatorRepositorySvnCommitChangeParserWorker' => 'applications/repository/worker/commitchangeparser/svn',
|
|
'PhabricatorRepositorySvnCommitDiscoveryDaemon' => 'applications/repository/daemon/commitdiscovery/svn',
|
|
'PhabricatorRepositorySvnCommitMessageParserWorker' => 'applications/repository/worker/commitmessageparser/svn',
|
|
'PhabricatorRepositoryType' => 'applications/repository/constants/repositorytype',
|
|
'PhabricatorSQLPatchList' => 'infrastructure/setup/sql',
|
|
'PhabricatorSearchAbstractDocument' => 'applications/search/index/abstractdocument',
|
|
'PhabricatorSearchAttachController' => 'applications/search/controller/attach',
|
|
'PhabricatorSearchBaseController' => 'applications/search/controller/base',
|
|
'PhabricatorSearchController' => 'applications/search/controller/search',
|
|
'PhabricatorSearchDAO' => 'applications/search/storage/base',
|
|
'PhabricatorSearchDifferentialIndexer' => 'applications/search/index/indexer/differential',
|
|
'PhabricatorSearchDocument' => 'applications/search/storage/document/document',
|
|
'PhabricatorSearchDocumentField' => 'applications/search/storage/document/field',
|
|
'PhabricatorSearchDocumentIndexer' => 'applications/search/index/indexer/base',
|
|
'PhabricatorSearchDocumentRelationship' => 'applications/search/storage/document/relationship',
|
|
'PhabricatorSearchExecutor' => 'applications/search/execute/base',
|
|
'PhabricatorSearchField' => 'applications/search/constants/field',
|
|
'PhabricatorSearchManiphestIndexer' => 'applications/search/index/indexer/maniphest',
|
|
'PhabricatorSearchMySQLExecutor' => 'applications/search/execute/mysql',
|
|
'PhabricatorSearchQuery' => 'applications/search/storage/query',
|
|
'PhabricatorSearchRelationship' => 'applications/search/constants/relationship',
|
|
'PhabricatorSearchSelectController' => 'applications/search/controller/select',
|
|
'PhabricatorSetup' => 'infrastructure/setup',
|
|
'PhabricatorStandardPageView' => 'view/page/standard',
|
|
'PhabricatorStatusController' => 'applications/status/base',
|
|
'PhabricatorTaskmasterDaemon' => 'infrastructure/daemon/workers/taskmaster',
|
|
'PhabricatorTestCase' => 'infrastructure/testing/testcase',
|
|
'PhabricatorTimelineCursor' => 'infrastructure/daemon/timeline/storage/cursor',
|
|
'PhabricatorTimelineDAO' => 'infrastructure/daemon/timeline/storage/base',
|
|
'PhabricatorTimelineEvent' => 'infrastructure/daemon/timeline/storage/event',
|
|
'PhabricatorTimelineEventData' => 'infrastructure/daemon/timeline/storage/eventdata',
|
|
'PhabricatorTimelineIterator' => 'infrastructure/daemon/timeline/cursor/iterator',
|
|
'PhabricatorTimer' => 'applications/countdown/storage/timer',
|
|
'PhabricatorTransformedFile' => 'applications/files/storage/transformed',
|
|
'PhabricatorTypeaheadCommonDatasourceController' => 'applications/typeahead/controller/common',
|
|
'PhabricatorTypeaheadDatasourceController' => 'applications/typeahead/controller/base',
|
|
'PhabricatorUIExample' => 'applications/uiexample/examples/base',
|
|
'PhabricatorUIExampleController' => 'applications/uiexample/controller/base',
|
|
'PhabricatorUIExampleRenderController' => 'applications/uiexample/controller/render',
|
|
'PhabricatorUIListFilterExample' => 'applications/uiexample/examples/listfilter',
|
|
'PhabricatorUIPagerExample' => 'applications/uiexample/examples/pager',
|
|
'PhabricatorUser' => 'applications/people/storage/user',
|
|
'PhabricatorUserDAO' => 'applications/people/storage/base',
|
|
'PhabricatorUserLog' => 'applications/people/storage/log',
|
|
'PhabricatorUserOAuthInfo' => 'applications/people/storage/useroauthinfo',
|
|
'PhabricatorUserPreferences' => 'applications/people/storage/preferences',
|
|
'PhabricatorUserProfile' => 'applications/people/storage/profile',
|
|
'PhabricatorUserSettingsController' => 'applications/people/controller/settings',
|
|
'PhabricatorWorker' => 'infrastructure/daemon/workers/worker',
|
|
'PhabricatorWorkerDAO' => 'infrastructure/daemon/workers/storage/base',
|
|
'PhabricatorWorkerTask' => 'infrastructure/daemon/workers/storage/task',
|
|
'PhabricatorWorkerTaskData' => 'infrastructure/daemon/workers/storage/taskdata',
|
|
'PhabricatorWorkerTaskDetailController' => 'applications/daemon/controller/workertaskdetail',
|
|
'PhabricatorXHPASTViewController' => 'applications/xhpastview/controller/base',
|
|
'PhabricatorXHPASTViewDAO' => 'applications/xhpastview/storage/base',
|
|
'PhabricatorXHPASTViewFrameController' => 'applications/xhpastview/controller/viewframe',
|
|
'PhabricatorXHPASTViewFramesetController' => 'applications/xhpastview/controller/viewframeset',
|
|
'PhabricatorXHPASTViewInputController' => 'applications/xhpastview/controller/viewinput',
|
|
'PhabricatorXHPASTViewPanelController' => 'applications/xhpastview/controller/viewpanel',
|
|
'PhabricatorXHPASTViewParseTree' => 'applications/xhpastview/storage/parsetree',
|
|
'PhabricatorXHPASTViewRunController' => 'applications/xhpastview/controller/run',
|
|
'PhabricatorXHPASTViewStreamController' => 'applications/xhpastview/controller/viewstream',
|
|
'PhabricatorXHPASTViewTreeController' => 'applications/xhpastview/controller/viewtree',
|
|
'PhabricatorXHProfController' => 'applications/xhprof/controller/base',
|
|
'PhabricatorXHProfProfileController' => 'applications/xhprof/controller/profile',
|
|
'PhabricatorXHProfProfileSymbolView' => 'applications/xhprof/view/symbol',
|
|
'PhabricatorXHProfProfileTopLevelView' => 'applications/xhprof/view/toplevel',
|
|
),
|
|
'function' =>
|
|
array(
|
|
'_qsprintf_check_scalar_type' => 'storage/qsprintf',
|
|
'_qsprintf_check_type' => 'storage/qsprintf',
|
|
'celerity_generate_unique_node_id' => 'infrastructure/celerity/api',
|
|
'celerity_register_resource_map' => 'infrastructure/celerity/map',
|
|
'javelin_render_tag' => 'infrastructure/javelin/markup',
|
|
'phabricator_format_relative_time' => 'view/utils',
|
|
'phabricator_format_timestamp' => 'view/utils',
|
|
'phabricator_format_units_generic' => 'view/utils',
|
|
'phabricator_render_form' => 'infrastructure/javelin/markup',
|
|
'qsprintf' => 'storage/qsprintf',
|
|
'queryfx' => 'storage/queryfx',
|
|
'queryfx_all' => 'storage/queryfx',
|
|
'queryfx_one' => 'storage/queryfx',
|
|
'require_celerity_resource' => 'infrastructure/celerity/api',
|
|
'vqsprintf' => 'storage/qsprintf',
|
|
'vqueryfx' => 'storage/queryfx',
|
|
'vqueryfx_all' => 'storage/queryfx',
|
|
'xsprintf_query' => 'storage/qsprintf',
|
|
),
|
|
'requires_class' =>
|
|
array(
|
|
'Aphront304Response' => 'AphrontResponse',
|
|
'Aphront400Response' => 'AphrontResponse',
|
|
'Aphront404Response' => 'AphrontResponse',
|
|
'AphrontAjaxResponse' => 'AphrontResponse',
|
|
'AphrontAttachedFileView' => 'AphrontView',
|
|
'AphrontCrumbsView' => 'AphrontView',
|
|
'AphrontDefaultApplicationConfiguration' => 'AphrontApplicationConfiguration',
|
|
'AphrontDefaultApplicationController' => 'AphrontController',
|
|
'AphrontDialogResponse' => 'AphrontResponse',
|
|
'AphrontDialogView' => 'AphrontView',
|
|
'AphrontErrorView' => 'AphrontView',
|
|
'AphrontFilePreviewView' => 'AphrontView',
|
|
'AphrontFileResponse' => 'AphrontResponse',
|
|
'AphrontFormCheckboxControl' => 'AphrontFormControl',
|
|
'AphrontFormControl' => 'AphrontView',
|
|
'AphrontFormDividerControl' => 'AphrontFormControl',
|
|
'AphrontFormDragAndDropUploadControl' => 'AphrontFormControl',
|
|
'AphrontFormFileControl' => 'AphrontFormControl',
|
|
'AphrontFormMarkupControl' => 'AphrontFormControl',
|
|
'AphrontFormPasswordControl' => 'AphrontFormControl',
|
|
'AphrontFormRecaptchaControl' => 'AphrontFormControl',
|
|
'AphrontFormSelectControl' => 'AphrontFormControl',
|
|
'AphrontFormStaticControl' => 'AphrontFormControl',
|
|
'AphrontFormSubmitControl' => 'AphrontFormControl',
|
|
'AphrontFormTextAreaControl' => 'AphrontFormControl',
|
|
'AphrontFormTextControl' => 'AphrontFormControl',
|
|
'AphrontFormToggleButtonsControl' => 'AphrontFormControl',
|
|
'AphrontFormTokenizerControl' => 'AphrontFormControl',
|
|
'AphrontFormView' => 'AphrontView',
|
|
'AphrontHeadsupActionListView' => 'AphrontView',
|
|
'AphrontHeadsupActionView' => 'AphrontView',
|
|
'AphrontIsolatedDatabaseConnection' => 'AphrontDatabaseConnection',
|
|
'AphrontIsolatedDatabaseConnectionTestCase' => 'PhabricatorTestCase',
|
|
'AphrontKeyboardShortcutsAvailableView' => 'AphrontView',
|
|
'AphrontListFilterView' => 'AphrontView',
|
|
'AphrontMySQLDatabaseConnection' => 'AphrontDatabaseConnection',
|
|
'AphrontNullView' => 'AphrontView',
|
|
'AphrontPageView' => 'AphrontView',
|
|
'AphrontPagerView' => 'AphrontView',
|
|
'AphrontPanelView' => 'AphrontView',
|
|
'AphrontQueryAccessDeniedException' => 'AphrontQueryRecoverableException',
|
|
'AphrontQueryConnectionException' => 'AphrontQueryException',
|
|
'AphrontQueryConnectionLostException' => 'AphrontQueryRecoverableException',
|
|
'AphrontQueryCountException' => 'AphrontQueryException',
|
|
'AphrontQueryDuplicateKeyException' => 'AphrontQueryException',
|
|
'AphrontQueryObjectMissingException' => 'AphrontQueryException',
|
|
'AphrontQueryParameterException' => 'AphrontQueryException',
|
|
'AphrontQueryRecoverableException' => 'AphrontQueryException',
|
|
'AphrontRedirectException' => 'AphrontException',
|
|
'AphrontRedirectResponse' => 'AphrontResponse',
|
|
'AphrontReloadResponse' => 'AphrontRedirectResponse',
|
|
'AphrontRequestFailureView' => 'AphrontView',
|
|
'AphrontSideNavView' => 'AphrontView',
|
|
'AphrontTableView' => 'AphrontView',
|
|
'AphrontTokenizerTemplateView' => 'AphrontView',
|
|
'AphrontTypeaheadTemplateView' => 'AphrontView',
|
|
'AphrontWebpageResponse' => 'AphrontResponse',
|
|
'CelerityResourceController' => 'AphrontController',
|
|
'ConduitAPI_conduit_connect_Method' => 'ConduitAPIMethod',
|
|
'ConduitAPI_conduit_ping_Method' => 'ConduitAPIMethod',
|
|
'ConduitAPI_daemon_launched_Method' => 'ConduitAPIMethod',
|
|
'ConduitAPI_daemon_log_Method' => 'ConduitAPIMethod',
|
|
'ConduitAPI_differential_creatediff_Method' => 'ConduitAPIMethod',
|
|
'ConduitAPI_differential_createrevision_Method' => 'ConduitAPIMethod',
|
|
'ConduitAPI_differential_find_Method' => 'ConduitAPIMethod',
|
|
'ConduitAPI_differential_getalldiffs_Method' => 'ConduitAPIMethod',
|
|
'ConduitAPI_differential_getcommitmessage_Method' => 'ConduitAPIMethod',
|
|
'ConduitAPI_differential_getcommitpaths_Method' => 'ConduitAPIMethod',
|
|
'ConduitAPI_differential_getdiff_Method' => 'ConduitAPIMethod',
|
|
'ConduitAPI_differential_getrevision_Method' => 'ConduitAPIMethod',
|
|
'ConduitAPI_differential_getrevisionfeedback_Method' => 'ConduitAPIMethod',
|
|
'ConduitAPI_differential_markcommitted_Method' => 'ConduitAPIMethod',
|
|
'ConduitAPI_differential_parsecommitmessage_Method' => 'ConduitAPIMethod',
|
|
'ConduitAPI_differential_setdiffproperty_Method' => 'ConduitAPIMethod',
|
|
'ConduitAPI_differential_updaterevision_Method' => 'ConduitAPIMethod',
|
|
'ConduitAPI_differential_updatetaskrevisionassoc_Method' => 'ConduitAPIMethod',
|
|
'ConduitAPI_differential_updateunitresults_Method' => 'ConduitAPIMethod',
|
|
'ConduitAPI_diffusion_getcommits_Method' => 'ConduitAPIMethod',
|
|
'ConduitAPI_diffusion_getrecentcommitsbypath_Method' => 'ConduitAPIMethod',
|
|
'ConduitAPI_file_download_Method' => 'ConduitAPIMethod',
|
|
'ConduitAPI_file_upload_Method' => 'ConduitAPIMethod',
|
|
'ConduitAPI_path_getowners_Method' => 'ConduitAPIMethod',
|
|
'ConduitAPI_user_find_Method' => 'ConduitAPIMethod',
|
|
'ConduitAPI_user_whoami_Method' => 'ConduitAPIMethod',
|
|
'DarkConsoleConfigPlugin' => 'DarkConsolePlugin',
|
|
'DarkConsoleController' => 'PhabricatorController',
|
|
'DarkConsoleErrorLogPlugin' => 'DarkConsolePlugin',
|
|
'DarkConsoleRequestPlugin' => 'DarkConsolePlugin',
|
|
'DarkConsoleServicesPlugin' => 'DarkConsolePlugin',
|
|
'DarkConsoleXHProfPlugin' => 'DarkConsolePlugin',
|
|
'DifferentialAddCommentView' => 'AphrontView',
|
|
'DifferentialCCWelcomeMail' => 'DifferentialReviewRequestMail',
|
|
'DifferentialChangeset' => 'DifferentialDAO',
|
|
'DifferentialChangesetDetailView' => 'AphrontView',
|
|
'DifferentialChangesetListView' => 'AphrontView',
|
|
'DifferentialChangesetViewController' => 'DifferentialController',
|
|
'DifferentialComment' => 'DifferentialDAO',
|
|
'DifferentialCommentMail' => 'DifferentialMail',
|
|
'DifferentialCommentPreviewController' => 'DifferentialController',
|
|
'DifferentialCommentSaveController' => 'DifferentialController',
|
|
'DifferentialController' => 'PhabricatorController',
|
|
'DifferentialDAO' => 'PhabricatorLiskDAO',
|
|
'DifferentialDiff' => 'DifferentialDAO',
|
|
'DifferentialDiffContentMail' => 'DifferentialMail',
|
|
'DifferentialDiffCreateController' => 'DifferentialController',
|
|
'DifferentialDiffProperty' => 'DifferentialDAO',
|
|
'DifferentialDiffTableOfContentsView' => 'AphrontView',
|
|
'DifferentialDiffViewController' => 'DifferentialController',
|
|
'DifferentialExceptionMail' => 'DifferentialMail',
|
|
'DifferentialHunk' => 'DifferentialDAO',
|
|
'DifferentialInlineComment' => 'DifferentialDAO',
|
|
'DifferentialInlineCommentEditController' => 'DifferentialController',
|
|
'DifferentialInlineCommentPreviewController' => 'DifferentialController',
|
|
'DifferentialInlineCommentView' => 'AphrontView',
|
|
'DifferentialNewDiffMail' => 'DifferentialReviewRequestMail',
|
|
'DifferentialPrimaryPaneView' => 'AphrontView',
|
|
'DifferentialReplyHandler' => 'PhabricatorMailReplyHandler',
|
|
'DifferentialReviewRequestMail' => 'DifferentialMail',
|
|
'DifferentialRevision' => 'DifferentialDAO',
|
|
'DifferentialRevisionCommentListView' => 'AphrontView',
|
|
'DifferentialRevisionCommentView' => 'AphrontView',
|
|
'DifferentialRevisionDetailView' => 'AphrontView',
|
|
'DifferentialRevisionEditController' => 'DifferentialController',
|
|
'DifferentialRevisionListController' => 'DifferentialController',
|
|
'DifferentialRevisionUpdateHistoryView' => 'AphrontView',
|
|
'DifferentialRevisionViewController' => 'DifferentialController',
|
|
'DifferentialSubscribeController' => 'DifferentialController',
|
|
'DifferentialViewTime' => 'DifferentialDAO',
|
|
'DiffusionBranchTableView' => 'DiffusionView',
|
|
'DiffusionBrowseController' => 'DiffusionController',
|
|
'DiffusionBrowseFileController' => 'DiffusionController',
|
|
'DiffusionBrowseTableView' => 'DiffusionView',
|
|
'DiffusionChangeController' => 'DiffusionController',
|
|
'DiffusionCommitChangeTableView' => 'DiffusionView',
|
|
'DiffusionCommitController' => 'DiffusionController',
|
|
'DiffusionController' => 'PhabricatorController',
|
|
'DiffusionDiffController' => 'DiffusionController',
|
|
'DiffusionGitBranchQuery' => 'DiffusionBranchQuery',
|
|
'DiffusionGitBrowseQuery' => 'DiffusionBrowseQuery',
|
|
'DiffusionGitDiffQuery' => 'DiffusionDiffQuery',
|
|
'DiffusionGitFileContentQuery' => 'DiffusionFileContentQuery',
|
|
'DiffusionGitHistoryQuery' => 'DiffusionHistoryQuery',
|
|
'DiffusionGitLastModifiedQuery' => 'DiffusionLastModifiedQuery',
|
|
'DiffusionGitRequest' => 'DiffusionRequest',
|
|
'DiffusionHistoryController' => 'DiffusionController',
|
|
'DiffusionHistoryTableView' => 'DiffusionView',
|
|
'DiffusionHomeController' => 'DiffusionController',
|
|
'DiffusionLastModifiedController' => 'DiffusionController',
|
|
'DiffusionPathCompleteController' => 'DiffusionController',
|
|
'DiffusionPathValidateController' => 'DiffusionController',
|
|
'DiffusionRepositoryController' => 'DiffusionController',
|
|
'DiffusionSvnBrowseQuery' => 'DiffusionBrowseQuery',
|
|
'DiffusionSvnDiffQuery' => 'DiffusionDiffQuery',
|
|
'DiffusionSvnFileContentQuery' => 'DiffusionFileContentQuery',
|
|
'DiffusionSvnHistoryQuery' => 'DiffusionHistoryQuery',
|
|
'DiffusionSvnLastModifiedQuery' => 'DiffusionLastModifiedQuery',
|
|
'DiffusionSvnRequest' => 'DiffusionRequest',
|
|
'DiffusionView' => 'AphrontView',
|
|
'HeraldAction' => 'HeraldDAO',
|
|
'HeraldApplyTranscript' => 'HeraldDAO',
|
|
'HeraldCommitAdapter' => 'HeraldObjectAdapter',
|
|
'HeraldCondition' => 'HeraldDAO',
|
|
'HeraldController' => 'PhabricatorController',
|
|
'HeraldDAO' => 'PhabricatorLiskDAO',
|
|
'HeraldDeleteController' => 'HeraldController',
|
|
'HeraldDifferentialRevisionAdapter' => 'HeraldObjectAdapter',
|
|
'HeraldDryRunAdapter' => 'HeraldObjectAdapter',
|
|
'HeraldHomeController' => 'HeraldController',
|
|
'HeraldNewController' => 'HeraldController',
|
|
'HeraldRule' => 'HeraldDAO',
|
|
'HeraldRuleController' => 'HeraldController',
|
|
'HeraldTestConsoleController' => 'HeraldController',
|
|
'HeraldTranscript' => 'HeraldDAO',
|
|
'HeraldTranscriptController' => 'HeraldController',
|
|
'HeraldTranscriptListController' => 'HeraldController',
|
|
'LiskIsolationTestCase' => 'PhabricatorTestCase',
|
|
'LiskIsolationTestDAO' => 'LiskDAO',
|
|
'ManiphestController' => 'PhabricatorController',
|
|
'ManiphestDAO' => 'PhabricatorLiskDAO',
|
|
'ManiphestReplyHandler' => 'PhabricatorMailReplyHandler',
|
|
'ManiphestTask' => 'ManiphestDAO',
|
|
'ManiphestTaskDescriptionChangeController' => 'ManiphestController',
|
|
'ManiphestTaskDetailController' => 'ManiphestController',
|
|
'ManiphestTaskEditController' => 'ManiphestController',
|
|
'ManiphestTaskListController' => 'ManiphestController',
|
|
'ManiphestTaskListView' => 'AphrontView',
|
|
'ManiphestTaskSummaryView' => 'AphrontView',
|
|
'ManiphestTransaction' => 'ManiphestDAO',
|
|
'ManiphestTransactionDetailView' => 'AphrontView',
|
|
'ManiphestTransactionListView' => 'AphrontView',
|
|
'ManiphestTransactionPreviewController' => 'ManiphestController',
|
|
'ManiphestTransactionSaveController' => 'ManiphestController',
|
|
'Phabricator404Controller' => 'PhabricatorController',
|
|
'PhabricatorAuthController' => 'PhabricatorController',
|
|
'PhabricatorConduitAPIController' => 'PhabricatorConduitController',
|
|
'PhabricatorConduitConnectionLog' => 'PhabricatorConduitDAO',
|
|
'PhabricatorConduitConsoleController' => 'PhabricatorConduitController',
|
|
'PhabricatorConduitController' => 'PhabricatorController',
|
|
'PhabricatorConduitDAO' => 'PhabricatorLiskDAO',
|
|
'PhabricatorConduitLogController' => 'PhabricatorConduitController',
|
|
'PhabricatorConduitMethodCallLog' => 'PhabricatorConduitDAO',
|
|
'PhabricatorController' => 'AphrontController',
|
|
'PhabricatorCountdownController' => 'PhabricatorController',
|
|
'PhabricatorCountdownDAO' => 'PhabricatorLiskDAO',
|
|
'PhabricatorCountdownDeleteController' => 'PhabricatorCountdownController',
|
|
'PhabricatorCountdownEditController' => 'PhabricatorCountdownController',
|
|
'PhabricatorCountdownListController' => 'PhabricatorCountdownController',
|
|
'PhabricatorCountdownViewController' => 'PhabricatorCountdownController',
|
|
'PhabricatorDaemon' => 'PhutilDaemon',
|
|
'PhabricatorDaemonCombinedLogController' => 'PhabricatorDaemonController',
|
|
'PhabricatorDaemonConsoleController' => 'PhabricatorDaemonController',
|
|
'PhabricatorDaemonController' => 'PhabricatorController',
|
|
'PhabricatorDaemonDAO' => 'PhabricatorLiskDAO',
|
|
'PhabricatorDaemonLog' => 'PhabricatorDaemonDAO',
|
|
'PhabricatorDaemonLogEvent' => 'PhabricatorDaemonDAO',
|
|
'PhabricatorDaemonLogEventsView' => 'AphrontView',
|
|
'PhabricatorDaemonLogListController' => 'PhabricatorDaemonController',
|
|
'PhabricatorDaemonLogListView' => 'AphrontView',
|
|
'PhabricatorDaemonLogViewController' => 'PhabricatorDaemonController',
|
|
'PhabricatorDaemonTimelineConsoleController' => 'PhabricatorDaemonController',
|
|
'PhabricatorDaemonTimelineEventController' => 'PhabricatorDaemonController',
|
|
'PhabricatorDirectoryCategory' => 'PhabricatorDirectoryDAO',
|
|
'PhabricatorDirectoryCategoryDeleteController' => 'PhabricatorDirectoryController',
|
|
'PhabricatorDirectoryCategoryEditController' => 'PhabricatorDirectoryController',
|
|
'PhabricatorDirectoryCategoryListController' => 'PhabricatorDirectoryController',
|
|
'PhabricatorDirectoryController' => 'PhabricatorController',
|
|
'PhabricatorDirectoryDAO' => 'PhabricatorLiskDAO',
|
|
'PhabricatorDirectoryItem' => 'PhabricatorDirectoryDAO',
|
|
'PhabricatorDirectoryItemDeleteController' => 'PhabricatorDirectoryController',
|
|
'PhabricatorDirectoryItemEditController' => 'PhabricatorDirectoryController',
|
|
'PhabricatorDirectoryItemListController' => 'PhabricatorDirectoryController',
|
|
'PhabricatorDirectoryMainController' => 'PhabricatorDirectoryController',
|
|
'PhabricatorDisabledUserController' => 'PhabricatorAuthController',
|
|
'PhabricatorDraft' => 'PhabricatorDraftDAO',
|
|
'PhabricatorDraftDAO' => 'PhabricatorLiskDAO',
|
|
'PhabricatorEditPreferencesController' => 'PhabricatorPreferencesController',
|
|
'PhabricatorEmailLoginController' => 'PhabricatorAuthController',
|
|
'PhabricatorEmailTokenController' => 'PhabricatorAuthController',
|
|
'PhabricatorFile' => 'PhabricatorFileDAO',
|
|
'PhabricatorFileController' => 'PhabricatorController',
|
|
'PhabricatorFileDAO' => 'PhabricatorLiskDAO',
|
|
'PhabricatorFileDropUploadController' => 'PhabricatorFileController',
|
|
'PhabricatorFileImageMacro' => 'PhabricatorFileDAO',
|
|
'PhabricatorFileListController' => 'PhabricatorFileController',
|
|
'PhabricatorFileMacroDeleteController' => 'PhabricatorFileController',
|
|
'PhabricatorFileMacroEditController' => 'PhabricatorFileController',
|
|
'PhabricatorFileMacroListController' => 'PhabricatorFileController',
|
|
'PhabricatorFileProxyController' => 'PhabricatorFileController',
|
|
'PhabricatorFileProxyImage' => 'PhabricatorFileDAO',
|
|
'PhabricatorFileStorageBlob' => 'PhabricatorFileDAO',
|
|
'PhabricatorFileTransformController' => 'PhabricatorFileController',
|
|
'PhabricatorFileUploadController' => 'PhabricatorFileController',
|
|
'PhabricatorFileViewController' => 'PhabricatorFileController',
|
|
'PhabricatorGoodForNothingWorker' => 'PhabricatorWorker',
|
|
'PhabricatorHelpController' => 'PhabricatorController',
|
|
'PhabricatorHelpKeyboardShortcutController' => 'PhabricatorHelpController',
|
|
'PhabricatorIRCBot' => 'PhabricatorDaemon',
|
|
'PhabricatorIRCObjectNameHandler' => 'PhabricatorIRCHandler',
|
|
'PhabricatorIRCProtocolHandler' => 'PhabricatorIRCHandler',
|
|
'PhabricatorJavelinLinter' => 'ArcanistLinter',
|
|
'PhabricatorLintEngine' => 'PhutilLintEngine',
|
|
'PhabricatorLiskDAO' => 'LiskDAO',
|
|
'PhabricatorLoginController' => 'PhabricatorAuthController',
|
|
'PhabricatorLogoutController' => 'PhabricatorAuthController',
|
|
'PhabricatorMailImplementationAmazonSESAdapter' => 'PhabricatorMailImplementationPHPMailerLiteAdapter',
|
|
'PhabricatorMailImplementationPHPMailerLiteAdapter' => 'PhabricatorMailImplementationAdapter',
|
|
'PhabricatorMailImplementationSendGridAdapter' => 'PhabricatorMailImplementationAdapter',
|
|
'PhabricatorMailImplementationTestAdapter' => 'PhabricatorMailImplementationAdapter',
|
|
'PhabricatorMetaMTAController' => 'PhabricatorController',
|
|
'PhabricatorMetaMTADAO' => 'PhabricatorLiskDAO',
|
|
'PhabricatorMetaMTADaemon' => 'PhabricatorDaemon',
|
|
'PhabricatorMetaMTAEmailBodyParserTestCase' => 'PhabricatorTestCase',
|
|
'PhabricatorMetaMTAListController' => 'PhabricatorMetaMTAController',
|
|
'PhabricatorMetaMTAMail' => 'PhabricatorMetaMTADAO',
|
|
'PhabricatorMetaMTAMailTestCase' => 'PhabricatorTestCase',
|
|
'PhabricatorMetaMTAMailingList' => 'PhabricatorMetaMTADAO',
|
|
'PhabricatorMetaMTAMailingListEditController' => 'PhabricatorMetaMTAController',
|
|
'PhabricatorMetaMTAMailingListsController' => 'PhabricatorMetaMTAController',
|
|
'PhabricatorMetaMTAReceiveController' => 'PhabricatorMetaMTAController',
|
|
'PhabricatorMetaMTAReceivedListController' => 'PhabricatorMetaMTAController',
|
|
'PhabricatorMetaMTAReceivedMail' => 'PhabricatorMetaMTADAO',
|
|
'PhabricatorMetaMTASendController' => 'PhabricatorMetaMTAController',
|
|
'PhabricatorMetaMTASendGridReceiveController' => 'PhabricatorMetaMTAController',
|
|
'PhabricatorMetaMTAViewController' => 'PhabricatorMetaMTAController',
|
|
'PhabricatorOAuthDefaultRegistrationController' => 'PhabricatorOAuthRegistrationController',
|
|
'PhabricatorOAuthDiagnosticsController' => 'PhabricatorAuthController',
|
|
'PhabricatorOAuthFailureView' => 'AphrontView',
|
|
'PhabricatorOAuthLoginController' => 'PhabricatorAuthController',
|
|
'PhabricatorOAuthProviderFacebook' => 'PhabricatorOAuthProvider',
|
|
'PhabricatorOAuthProviderGithub' => 'PhabricatorOAuthProvider',
|
|
'PhabricatorOAuthRegistrationController' => 'PhabricatorAuthController',
|
|
'PhabricatorOAuthUnlinkController' => 'PhabricatorAuthController',
|
|
'PhabricatorOwnersController' => 'PhabricatorController',
|
|
'PhabricatorOwnersDAO' => 'PhabricatorLiskDAO',
|
|
'PhabricatorOwnersDeleteController' => 'PhabricatorOwnersController',
|
|
'PhabricatorOwnersDetailController' => 'PhabricatorOwnersController',
|
|
'PhabricatorOwnersEditController' => 'PhabricatorOwnersController',
|
|
'PhabricatorOwnersListController' => 'PhabricatorOwnersController',
|
|
'PhabricatorOwnersOwner' => 'PhabricatorOwnersDAO',
|
|
'PhabricatorOwnersPackage' => 'PhabricatorOwnersDAO',
|
|
'PhabricatorOwnersPath' => 'PhabricatorOwnersDAO',
|
|
'PhabricatorPHID' => 'PhabricatorPHIDDAO',
|
|
'PhabricatorPHIDAllocateController' => 'PhabricatorPHIDController',
|
|
'PhabricatorPHIDController' => 'PhabricatorController',
|
|
'PhabricatorPHIDDAO' => 'PhabricatorLiskDAO',
|
|
'PhabricatorPHIDListController' => 'PhabricatorPHIDController',
|
|
'PhabricatorPHIDLookupController' => 'PhabricatorPHIDController',
|
|
'PhabricatorPaste' => 'PhabricatorPasteDAO',
|
|
'PhabricatorPasteController' => 'PhabricatorController',
|
|
'PhabricatorPasteCreateController' => 'PhabricatorPasteController',
|
|
'PhabricatorPasteDAO' => 'PhabricatorLiskDAO',
|
|
'PhabricatorPasteHomeController' => 'PhabricatorPasteController',
|
|
'PhabricatorPasteViewController' => 'PhabricatorPasteController',
|
|
'PhabricatorPeopleController' => 'PhabricatorController',
|
|
'PhabricatorPeopleEditController' => 'PhabricatorPeopleController',
|
|
'PhabricatorPeopleListController' => 'PhabricatorPeopleController',
|
|
'PhabricatorPeopleLogsController' => 'PhabricatorPeopleController',
|
|
'PhabricatorPeopleProfileController' => 'PhabricatorPeopleController',
|
|
'PhabricatorPeopleProfileEditController' => 'PhabricatorPeopleController',
|
|
'PhabricatorPreferencesController' => 'PhabricatorController',
|
|
'PhabricatorProject' => 'PhabricatorProjectDAO',
|
|
'PhabricatorProjectAffiliation' => 'PhabricatorProjectDAO',
|
|
'PhabricatorProjectAffiliationEditController' => 'PhabricatorProjectController',
|
|
'PhabricatorProjectController' => 'PhabricatorController',
|
|
'PhabricatorProjectDAO' => 'PhabricatorLiskDAO',
|
|
'PhabricatorProjectEditController' => 'PhabricatorProjectController',
|
|
'PhabricatorProjectListController' => 'PhabricatorProjectController',
|
|
'PhabricatorProjectProfile' => 'PhabricatorProjectDAO',
|
|
'PhabricatorProjectProfileController' => 'PhabricatorProjectController',
|
|
'PhabricatorRedirectController' => 'PhabricatorController',
|
|
'PhabricatorRemarkupRuleDifferential' => 'PhabricatorRemarkupRuleObjectName',
|
|
'PhabricatorRemarkupRuleDiffusion' => 'PhutilRemarkupRule',
|
|
'PhabricatorRemarkupRuleImageMacro' => 'PhutilRemarkupRule',
|
|
'PhabricatorRemarkupRuleManiphest' => 'PhabricatorRemarkupRuleObjectName',
|
|
'PhabricatorRemarkupRuleObjectName' => 'PhutilRemarkupRule',
|
|
'PhabricatorRemarkupRuleProxyImage' => 'PhutilRemarkupRule',
|
|
'PhabricatorRemarkupRuleYoutube' => 'PhutilRemarkupRule',
|
|
'PhabricatorRepository' => 'PhabricatorRepositoryDAO',
|
|
'PhabricatorRepositoryArcanistProject' => 'PhabricatorRepositoryDAO',
|
|
'PhabricatorRepositoryArcanistProjectEditController' => 'PhabricatorRepositoryController',
|
|
'PhabricatorRepositoryCommit' => 'PhabricatorRepositoryDAO',
|
|
'PhabricatorRepositoryCommitChangeParserWorker' => 'PhabricatorRepositoryCommitParserWorker',
|
|
'PhabricatorRepositoryCommitData' => 'PhabricatorRepositoryDAO',
|
|
'PhabricatorRepositoryCommitDiscoveryDaemon' => 'PhabricatorRepositoryDaemon',
|
|
'PhabricatorRepositoryCommitHeraldWorker' => 'PhabricatorRepositoryCommitParserWorker',
|
|
'PhabricatorRepositoryCommitMessageParserWorker' => 'PhabricatorRepositoryCommitParserWorker',
|
|
'PhabricatorRepositoryCommitParserWorker' => 'PhabricatorWorker',
|
|
'PhabricatorRepositoryCommitTaskDaemon' => 'PhabricatorRepositoryDaemon',
|
|
'PhabricatorRepositoryController' => 'PhabricatorController',
|
|
'PhabricatorRepositoryCreateController' => 'PhabricatorRepositoryController',
|
|
'PhabricatorRepositoryDAO' => 'PhabricatorLiskDAO',
|
|
'PhabricatorRepositoryDaemon' => 'PhabricatorDaemon',
|
|
'PhabricatorRepositoryDefaultCommitMessageDetailParser' => 'PhabricatorRepositoryCommitMessageDetailParser',
|
|
'PhabricatorRepositoryDeleteController' => 'PhabricatorRepositoryController',
|
|
'PhabricatorRepositoryEditController' => 'PhabricatorRepositoryController',
|
|
'PhabricatorRepositoryGitCommitChangeParserWorker' => 'PhabricatorRepositoryCommitChangeParserWorker',
|
|
'PhabricatorRepositoryGitCommitDiscoveryDaemon' => 'PhabricatorRepositoryCommitDiscoveryDaemon',
|
|
'PhabricatorRepositoryGitCommitMessageParserWorker' => 'PhabricatorRepositoryCommitMessageParserWorker',
|
|
'PhabricatorRepositoryGitFetchDaemon' => 'PhabricatorRepositoryDaemon',
|
|
'PhabricatorRepositoryGitHubNotification' => 'PhabricatorRepositoryDAO',
|
|
'PhabricatorRepositoryGitHubPostReceiveController' => 'PhabricatorRepositoryController',
|
|
'PhabricatorRepositoryListController' => 'PhabricatorRepositoryController',
|
|
'PhabricatorRepositoryShortcut' => 'PhabricatorRepositoryDAO',
|
|
'PhabricatorRepositorySvnCommitChangeParserWorker' => 'PhabricatorRepositoryCommitChangeParserWorker',
|
|
'PhabricatorRepositorySvnCommitDiscoveryDaemon' => 'PhabricatorRepositoryCommitDiscoveryDaemon',
|
|
'PhabricatorRepositorySvnCommitMessageParserWorker' => 'PhabricatorRepositoryCommitMessageParserWorker',
|
|
'PhabricatorSearchAttachController' => 'PhabricatorSearchController',
|
|
'PhabricatorSearchBaseController' => 'PhabricatorController',
|
|
'PhabricatorSearchController' => 'PhabricatorSearchBaseController',
|
|
'PhabricatorSearchDAO' => 'PhabricatorLiskDAO',
|
|
'PhabricatorSearchDifferentialIndexer' => 'PhabricatorSearchDocumentIndexer',
|
|
'PhabricatorSearchDocument' => 'PhabricatorSearchDAO',
|
|
'PhabricatorSearchDocumentField' => 'PhabricatorSearchDAO',
|
|
'PhabricatorSearchDocumentRelationship' => 'PhabricatorSearchDAO',
|
|
'PhabricatorSearchManiphestIndexer' => 'PhabricatorSearchDocumentIndexer',
|
|
'PhabricatorSearchMySQLExecutor' => 'PhabricatorSearchExecutor',
|
|
'PhabricatorSearchQuery' => 'PhabricatorSearchDAO',
|
|
'PhabricatorSearchSelectController' => 'PhabricatorSearchController',
|
|
'PhabricatorStandardPageView' => 'AphrontPageView',
|
|
'PhabricatorStatusController' => 'PhabricatorController',
|
|
'PhabricatorTaskmasterDaemon' => 'PhabricatorDaemon',
|
|
'PhabricatorTestCase' => 'ArcanistPhutilTestCase',
|
|
'PhabricatorTimelineCursor' => 'PhabricatorTimelineDAO',
|
|
'PhabricatorTimelineDAO' => 'PhabricatorLiskDAO',
|
|
'PhabricatorTimelineEvent' => 'PhabricatorTimelineDAO',
|
|
'PhabricatorTimelineEventData' => 'PhabricatorTimelineDAO',
|
|
'PhabricatorTimer' => 'PhabricatorCountdownDAO',
|
|
'PhabricatorTransformedFile' => 'PhabricatorFileDAO',
|
|
'PhabricatorTypeaheadCommonDatasourceController' => 'PhabricatorTypeaheadDatasourceController',
|
|
'PhabricatorTypeaheadDatasourceController' => 'PhabricatorController',
|
|
'PhabricatorUIExampleController' => 'PhabricatorController',
|
|
'PhabricatorUIExampleRenderController' => 'PhabricatorUIExampleController',
|
|
'PhabricatorUIListFilterExample' => 'PhabricatorUIExample',
|
|
'PhabricatorUIPagerExample' => 'PhabricatorUIExample',
|
|
'PhabricatorUser' => 'PhabricatorUserDAO',
|
|
'PhabricatorUserDAO' => 'PhabricatorLiskDAO',
|
|
'PhabricatorUserLog' => 'PhabricatorUserDAO',
|
|
'PhabricatorUserOAuthInfo' => 'PhabricatorUserDAO',
|
|
'PhabricatorUserPreferences' => 'PhabricatorUserDAO',
|
|
'PhabricatorUserProfile' => 'PhabricatorUserDAO',
|
|
'PhabricatorUserSettingsController' => 'PhabricatorPeopleController',
|
|
'PhabricatorWorkerDAO' => 'PhabricatorLiskDAO',
|
|
'PhabricatorWorkerTask' => 'PhabricatorWorkerDAO',
|
|
'PhabricatorWorkerTaskData' => 'PhabricatorWorkerDAO',
|
|
'PhabricatorWorkerTaskDetailController' => 'PhabricatorDaemonController',
|
|
'PhabricatorXHPASTViewController' => 'PhabricatorController',
|
|
'PhabricatorXHPASTViewDAO' => 'PhabricatorLiskDAO',
|
|
'PhabricatorXHPASTViewFrameController' => 'PhabricatorXHPASTViewController',
|
|
'PhabricatorXHPASTViewFramesetController' => 'PhabricatorXHPASTViewController',
|
|
'PhabricatorXHPASTViewInputController' => 'PhabricatorXHPASTViewPanelController',
|
|
'PhabricatorXHPASTViewPanelController' => 'PhabricatorXHPASTViewController',
|
|
'PhabricatorXHPASTViewParseTree' => 'PhabricatorXHPASTViewDAO',
|
|
'PhabricatorXHPASTViewRunController' => 'PhabricatorXHPASTViewController',
|
|
'PhabricatorXHPASTViewStreamController' => 'PhabricatorXHPASTViewPanelController',
|
|
'PhabricatorXHPASTViewTreeController' => 'PhabricatorXHPASTViewPanelController',
|
|
'PhabricatorXHProfController' => 'PhabricatorController',
|
|
'PhabricatorXHProfProfileController' => 'PhabricatorXHProfController',
|
|
'PhabricatorXHProfProfileSymbolView' => 'AphrontView',
|
|
'PhabricatorXHProfProfileTopLevelView' => 'AphrontView',
|
|
),
|
|
'requires_interface' =>
|
|
array(
|
|
),
|
|
));
|