mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-11 01:12:41 +01:00
121 lines
6.1 KiB
PHP
121 lines
6.1 KiB
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* This file is automatically generated. Use 'phutil_mapper.php' to rebuild it.
|
||
|
* @generated
|
||
|
*/
|
||
|
|
||
|
phutil_register_library_map(array(
|
||
|
'class' =>
|
||
|
array(
|
||
|
'Aphront404Response' => 'aphront/response/404',
|
||
|
'AphrontApplicationConfiguration' => 'aphront/applicationconfiguration',
|
||
|
'AphrontController' => 'aphront/controller',
|
||
|
'AphrontDatabaseConnection' => 'storage/connection/base',
|
||
|
'AphrontDefaultApplicationConfiguration' => 'aphront/default/configuration',
|
||
|
'AphrontDefaultApplicationController' => 'aphront/default/controller',
|
||
|
'AphrontDialogResponse' => 'aphront/response/dialog',
|
||
|
'AphrontDialogView' => 'view/dialog',
|
||
|
'AphrontDirectoryCategory' => 'applications/directory/storage/category',
|
||
|
'AphrontDirectoryCategoryDeleteController' => 'applications/directory/controller/categorydelete',
|
||
|
'AphrontDirectoryCategoryEditController' => 'applications/directory/controller/categoryedit',
|
||
|
'AphrontDirectoryCategoryListController' => 'applications/directory/controller/categorylist',
|
||
|
'AphrontDirectoryController' => 'applications/directory/controller/base',
|
||
|
'AphrontDirectoryDAO' => 'applications/directory/storage/base',
|
||
|
'AphrontDirectoryItem' => 'applications/directory/storage/item',
|
||
|
'AphrontDirectoryItemDeleteController' => 'applications/directory/controller/itemdelete',
|
||
|
'AphrontDirectoryItemEditController' => 'applications/directory/controller/itemedit',
|
||
|
'AphrontDirectoryItemListController' => 'applications/directory/controller/itemlist',
|
||
|
'AphrontDirectoryMainController' => 'applications/directory/controller/main',
|
||
|
'AphrontErrorView' => 'view/form/error',
|
||
|
'AphrontFormControl' => 'view/form/control/base',
|
||
|
'AphrontFormSelectControl' => 'view/form/control/select',
|
||
|
'AphrontFormSubmitControl' => 'view/form/control/submit',
|
||
|
'AphrontFormTextAreaControl' => 'view/form/control/textarea',
|
||
|
'AphrontFormTextControl' => 'view/form/control/text',
|
||
|
'AphrontFormView' => 'view/form/base',
|
||
|
'AphrontLiskDAO' => 'aphront/storage/lisk',
|
||
|
'AphrontMySQLDatabaseConnection' => 'storage/connection/mysql',
|
||
|
'AphrontNullView' => 'view/null',
|
||
|
'AphrontPageView' => 'view/page/base',
|
||
|
'AphrontPanelView' => 'view/layout/panel',
|
||
|
'AphrontQueryConnectionException' => 'storage/exception/connection',
|
||
|
'AphrontQueryConnectionLostException' => 'storage/exception/connectionlost',
|
||
|
'AphrontQueryCountException' => 'storage/exception/count',
|
||
|
'AphrontQueryException' => 'storage/exception/base',
|
||
|
'AphrontQueryObjectMissingException' => 'storage/exception/objectmissing',
|
||
|
'AphrontQueryParameterException' => 'storage/exception/parameter',
|
||
|
'AphrontQueryRecoverableException' => 'storage/exception/recoverable',
|
||
|
'AphrontRedirectResponse' => 'aphront/response/redirect',
|
||
|
'AphrontRequest' => 'aphront/request',
|
||
|
'AphrontResponse' => 'aphront/response/base',
|
||
|
'AphrontStandardPageView' => 'view/page/standard',
|
||
|
'AphrontTableView' => 'view/control/table',
|
||
|
'AphrontURIMapper' => 'aphront/mapper',
|
||
|
'AphrontView' => 'view/base',
|
||
|
'AphrontWebpageResponse' => 'aphront/response/webpage',
|
||
|
'DifferentialAction' => 'applications/review/constants/action',
|
||
|
'DifferentialChangeType' => 'applications/review/constants/changetype',
|
||
|
'DifferentialLintStatus' => 'applications/review/constants/lintstatus',
|
||
|
'DifferentialRevisionStatus' => 'applications/review/constants/revisionstatus',
|
||
|
'DifferentialUnitStatus' => 'applications/review/constants/unitstatus',
|
||
|
'LiskDAO' => 'storage/lisk/dao',
|
||
|
),
|
||
|
'function' =>
|
||
|
array(
|
||
|
'_qsprintf_check_scalar_type' => 'storage/qsprintf',
|
||
|
'_qsprintf_check_type' => 'storage/qsprintf',
|
||
|
'qsprintf' => 'storage/qsprintf',
|
||
|
'queryfx' => 'storage/queryfx',
|
||
|
'queryfx_all' => 'storage/queryfx',
|
||
|
'queryfx_one' => 'storage/queryfx',
|
||
|
'vqsprintf' => 'storage/qsprintf',
|
||
|
'vqueryfx' => 'storage/queryfx',
|
||
|
'xsprintf_query' => 'storage/qsprintf',
|
||
|
),
|
||
|
'requires_class' =>
|
||
|
array(
|
||
|
'Aphront404Response' => 'AphrontResponse',
|
||
|
'AphrontDefaultApplicationConfiguration' => 'AphrontApplicationConfiguration',
|
||
|
'AphrontDefaultApplicationController' => 'AphrontController',
|
||
|
'AphrontDialogResponse' => 'AphrontResponse',
|
||
|
'AphrontDialogView' => 'AphrontView',
|
||
|
'AphrontDirectoryCategory' => 'AphrontDirectoryDAO',
|
||
|
'AphrontDirectoryCategoryDeleteController' => 'AphrontDirectoryController',
|
||
|
'AphrontDirectoryCategoryEditController' => 'AphrontDirectoryController',
|
||
|
'AphrontDirectoryCategoryListController' => 'AphrontDirectoryController',
|
||
|
'AphrontDirectoryController' => 'AphrontController',
|
||
|
'AphrontDirectoryDAO' => 'AphrontLiskDAO',
|
||
|
'AphrontDirectoryItem' => 'AphrontDirectoryDAO',
|
||
|
'AphrontDirectoryItemDeleteController' => 'AphrontDirectoryController',
|
||
|
'AphrontDirectoryItemEditController' => 'AphrontDirectoryController',
|
||
|
'AphrontDirectoryItemListController' => 'AphrontDirectoryController',
|
||
|
'AphrontDirectoryMainController' => 'AphrontDirectoryController',
|
||
|
'AphrontErrorView' => 'AphrontView',
|
||
|
'AphrontFormControl' => 'AphrontView',
|
||
|
'AphrontFormSelectControl' => 'AphrontFormControl',
|
||
|
'AphrontFormSubmitControl' => 'AphrontFormControl',
|
||
|
'AphrontFormTextAreaControl' => 'AphrontFormControl',
|
||
|
'AphrontFormTextControl' => 'AphrontFormControl',
|
||
|
'AphrontFormView' => 'AphrontView',
|
||
|
'AphrontLiskDAO' => 'LiskDAO',
|
||
|
'AphrontMySQLDatabaseConnection' => 'AphrontDatabaseConnection',
|
||
|
'AphrontNullView' => 'AphrontView',
|
||
|
'AphrontPageView' => 'AphrontView',
|
||
|
'AphrontPanelView' => 'AphrontView',
|
||
|
'AphrontQueryConnectionException' => 'AphrontQueryException',
|
||
|
'AphrontQueryConnectionLostException' => 'AphrontQueryRecoverableException',
|
||
|
'AphrontQueryCountException' => 'AphrontQueryException',
|
||
|
'AphrontQueryObjectMissingException' => 'AphrontQueryException',
|
||
|
'AphrontQueryParameterException' => 'AphrontQueryException',
|
||
|
'AphrontQueryRecoverableException' => 'AphrontQueryException',
|
||
|
'AphrontRedirectResponse' => 'AphrontResponse',
|
||
|
'AphrontStandardPageView' => 'AphrontPageView',
|
||
|
'AphrontTableView' => 'AphrontView',
|
||
|
'AphrontWebpageResponse' => 'AphrontResponse',
|
||
|
),
|
||
|
'requires_interface' =>
|
||
|
array(
|
||
|
),
|
||
|
));
|