Home
last modified time | relevance | path

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

12

/plugin/tagging/action/
H A Dsearch.php52 'FORM_SEARCH_OUTPUT', 'BEFORE', $this,
/plugin/keywords/action/
H A Dkeywords.php18 $controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'handleFormEditOutput');
/plugin/diffpreview/
H A Daction.php19 …$controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, '_edit_form'); // release Igor and…
/plugin/openid/
H A Daction.php61 $controller->register_hook('FORM_LOGIN_OUTPUT',
66 $controller->register_hook('FORM_UPDATEPROFILE_OUTPUT',
/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/linkback/action/
H A Dsend.php25 $controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'handle_editform_output', array ());
/template/mystyle/
H A Dtpl_functions.php131 trigger_event('FORM_QUICKSEARCH_OUTPUT', $searchForm);
/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);

12