|
4072 | 4072 | 'PhabricatorPasteEditController' => 'applications/paste/controller/PhabricatorPasteEditController.php',
|
4073 | 4073 | 'PhabricatorPasteEditEngine' => 'applications/paste/editor/PhabricatorPasteEditEngine.php',
|
4074 | 4074 | 'PhabricatorPasteEditor' => 'applications/paste/editor/PhabricatorPasteEditor.php',
|
| 4075 | + 'PhabricatorPasteFerretEngine' => 'applications/paste/engine/PhabricatorPasteFerretEngine.php', |
4075 | 4076 | 'PhabricatorPasteFilenameContextFreeGrammar' => 'applications/paste/lipsum/PhabricatorPasteFilenameContextFreeGrammar.php',
|
| 4077 | + 'PhabricatorPasteFulltextEngine' => 'applications/paste/engine/PhabricatorPasteFulltextEngine.php', |
4076 | 4078 | 'PhabricatorPasteLanguageTransaction' => 'applications/paste/xaction/PhabricatorPasteLanguageTransaction.php',
|
4077 | 4079 | 'PhabricatorPasteListController' => 'applications/paste/controller/PhabricatorPasteListController.php',
|
4078 | 4080 | 'PhabricatorPastePastePHIDType' => 'applications/paste/phid/PhabricatorPastePastePHIDType.php',
|
|
10652 | 10654 | 'PhabricatorApplicationTransactionInterface',
|
10653 | 10655 | 'PhabricatorSpacesInterface',
|
10654 | 10656 | 'PhabricatorConduitResultInterface',
|
| 10657 | + 'PhabricatorFerretInterface', |
| 10658 | + 'PhabricatorFulltextInterface', |
10655 | 10659 | ),
|
10656 | 10660 | 'PhabricatorPasteApplication' => 'PhabricatorApplication',
|
10657 | 10661 | 'PhabricatorPasteArchiveController' => 'PhabricatorPasteController',
|
|
10662 | 10666 | 'PhabricatorPasteEditController' => 'PhabricatorPasteController',
|
10663 | 10667 | 'PhabricatorPasteEditEngine' => 'PhabricatorEditEngine',
|
10664 | 10668 | 'PhabricatorPasteEditor' => 'PhabricatorApplicationTransactionEditor',
|
| 10669 | + 'PhabricatorPasteFerretEngine' => 'PhabricatorFerretEngine', |
10665 | 10670 | 'PhabricatorPasteFilenameContextFreeGrammar' => 'PhutilContextFreeGrammar',
|
| 10671 | + 'PhabricatorPasteFulltextEngine' => 'PhabricatorFulltextEngine', |
10666 | 10672 | 'PhabricatorPasteLanguageTransaction' => 'PhabricatorPasteTransactionType',
|
10667 | 10673 | 'PhabricatorPasteListController' => 'PhabricatorPasteController',
|
10668 | 10674 | 'PhabricatorPastePastePHIDType' => 'PhabricatorPHIDType',
|
|
0 commit comments