Home
last modified time | relevance | path

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

/plugin/codehighlight/
H A Daction.php45 'handle_editform_output',
52 'handle_editform_output',
119 function handle_editform_output(&$event, $param){ function in action_plugin_codehighlight
/plugin/textmodule/
H A Daction.php65 function handle_editform_output( &$event, $param ) { function in action_plugin_textmodule
/plugin/requiz/
H A Daction.php90 function handle_editform_output(&$event, $param){ function in action_plugin_requiz
/plugin/tagentry/
H A Daction.php26 function handle_editform_output( &$event, $param ) { function in action_plugin_tagentry
/plugin/linkback/action/
H A Dsend.php24 $controller->register_hook('HTML_EDITFORM_OUTPUT', 'BEFORE', $this, 'handle_editform_output', array ());
25 $controller->register_hook('FORM_EDIT_OUTPUT', 'BEFORE', $this, 'handle_editform_output', array ());
131 function handle_editform_output(Doku_Event $event, $params) { function in action_plugin_linkback_send