Home
last modified time | relevance | path

Searched refs:handle_form (Results 1 – 5 of 5) sorted by relevance

/plugin/minical/
H A Daction.php34 $controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'handle_form');
35 $controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'handle_form');
/plugin/wikicalendar/
H A Daction.php36 $controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'handle_form');
/plugin/bpmnio/action/
H A Deditor.php34 function handle_form(Doku_Event $event) function in action_plugin_bpmnio_editor
/plugin/mediasyntax/
H A Daction.php30 $controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'handle_form');
31 $controller->register_hook('HTML_CONFLICTFORM_OUTPUT', 'BEFORE', $this, 'handle_form');
32 $controller->register_hook('HTML_DRAFTFORM_OUTPUT', 'BEFORE', $this, 'handle_form');
89 function handle_form(Doku_Event $event, $param)
93 function handle_form(&$event, $param) global() function in action_plugin_mediasyntax
/plugin/include/
H A Daction.php33 $controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'handle_form'); // todo remove
34 $controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'handle_form');
35 $controller->register_hook('HTML_CONFLICTFORM_OUTPUT', 'BEFORE', $this, 'handle_form'); // todo remove
36 $controller->register_hook('FORM_CONFLICT_OUTPUT', 'BEFORE', $this, 'handle_form');
37 $controller->register_hook('HTML_DRAFTFORM_OUTPUT', 'BEFORE', $this, 'handle_form'); // todo remove
38 $controller->register_hook('FORM_DRAFT_OUTPUT', 'BEFORE', $this, 'handle_form');
178 function handle_form(Doku_Event $event, $param) function in action_plugin_include