Home
last modified time | relevance | path

Searched full:form_*_output (Results 26 – 35 of 35) sorted by last modified time

12

/plugin/tablelayout/action/
H A Daction.php33 $controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'addLayoutField');
/plugin/include/
H A Daction.php34 $controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'handle_form');
36 $controller->register_hook('FORM_CONFLICT_OUTPUT', 'BEFORE', $this, 'handle_form');
38 $controller->register_hook('FORM_DRAFT_OUTPUT', 'BEFORE', $this, 'handle_form');
/plugin/passpolicy/
H A Daction.php23 $controller->register_hook('FORM_REGISTER_OUTPUT', 'BEFORE', $this, 'handleForms');
24 $controller->register_hook('FORM_UPDATEPROFILE_OUTPUT', 'BEFORE', $this, 'handleForms');
25 $controller->register_hook('FORM_RESENDPWD_OUTPUT', 'BEFORE', $this, 'handleForms');
/plugin/preregister/
H A Daction.php24 … $controller->register_hook('FORM_REGISTER_OUTPUT', 'BEFORE', $this, 'update_register_form');
/plugin/tplmod/
H A Daction.php15 …$controller->register_hook('FORM_UPDATEPROFILE_OUTPUT', 'BEFORE', $this, 'handle_profile_form'); …
/plugin/minical/
H A Daction.php35 $controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'handle_form');
/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
/plugin/addressbook/
H A Daction.php24 …ster(Doku_Event_Handler $controller) { $controller->register_hook('FORM_SEARCH_OUTPUT', 'AFTER', $…
/template/mystyle/
H A Dtpl_functions.php131 trigger_event('FORM_QUICKSEARCH_OUTPUT', $searchForm);
/plugin/searchdefaults/
H A Daction.php21 …$controller->register_hook('FORM_QUICKSEARCH_OUTPUT', 'BEFORE', $this, 'handle_form_quicksearch_ou…
25 * Handles the FORM_QUICKSEARCH_OUTPUT event

12