Home
last modified time | relevance | path

Searched full:form_*_output (Results 26 – 35 of 35) sorted by path

12

/plugin/struct/action/
H A Dedit.php40 $controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'addFromData');
46 * Handles the FORM_EDIT_OUTPUT event
/plugin/structpublish/action/
H A Drevisions.php10 $controller->register_hook('FORM_REVISIONS_OUTPUT', 'BEFORE', $this, 'handleRevisions');
/plugin/tablelayout/action/
H A Daction.php33 $controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'addLayoutField');
/plugin/tagging/action/
H A Dsearch.php52 'FORM_SEARCH_OUTPUT', 'BEFORE', $this,
/plugin/tplmod/
H A Daction.php15 …$controller->register_hook('FORM_UPDATEPROFILE_OUTPUT', 'BEFORE', $this, 'handle_profile_form'); …
/plugin/translate/
H A Daction.php35 $contr->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'handleHtmlEditformOutput', []);
132 * event FORM_EDIT_OUTPUT (DW > 2020-07-29 "hogfather" )
/plugin/watchcycle/
H A Daction.php33 $controller->register_hook('FORM_SEARCH_OUTPUT', 'BEFORE', $this, 'addFilterToSearchForm');
34 $controller->register_hook('FORM_QUICKSEARCH_OUTPUT', 'BEFORE', $this, 'handle_form_quicksearch_output');
78 * Handles the FORM_QUICKSEARCH_OUTPUT event
/template/bootstrap3/
H A DEventHandlers.php27 'FORM_QUICKSEARCH_OUTPUT' => ['BEFORE', ['search']],
28 'FORM_SEARCH_OUTPUT' => ['BEFORE', ['search']],
31 'HTML_EDITFORM_OUTPUT' => ['BEFORE', ['htmlEditForm']], # use FORM_EDIT_OUTPUT in DokuWiki next
53 'FORM_CONFLICT_OUTPUT' => ['BEFORE', ['commonStyles']],
54 'FORM_DRAFT_OUTPUT' => ['BEFORE', ['commonStyles']],
55 'FORM_EDIT_OUTPUT' => ['BEFORE', ['commonStyles', 'formEditOutput']],
56 'FORM_LOGIN_OUTPUT' => ['BEFORE', ['commonStyles', 'formLoginOutput']],
57 'FORM_PROFILEDELETE_OUTPUT' => ['BEFORE', ['commonStyles', 'formProfileDeleteOutput']],
58 'FORM_RECENT_OUTPUT' => ['BEFORE', ['commonStyles', 'formRevisionsOutput']],
59 'FORM_REGISTER_OUTPUT'
[all...]
/template/bulma/
H A Dtpl_functions.php215 Event::createAndTrigger('FORM_QUICKSEARCH_OUTPUT', $searchForm);
/template/mystyle/
H A Dtpl_functions.php131 trigger_event('FORM_QUICKSEARCH_OUTPUT', $searchForm);

12