Home
last modified time | relevance | path

Searched full:html_secedit_button (Results 1 – 17 of 17) sorted by relevance

/plugin/nosecedit/
H A Daction.php31 $controller->register_hook('HTML_SECEDIT_BUTTON', 'BEFORE', $this, 'html_secedit_button');
34 function html_secedit_button(&$event) function in action_plugin_nosecedit
/plugin/dev/
H A Devents.txt61 HTML_SECEDIT_BUTTON
/plugin/tagsections/action/
H A Deditbutton.php23 … $controller->register_hook('HTML_SECEDIT_BUTTON', 'AFTER', $this, 'handle_html_secedit_button');
/plugin/editsections/action/
H A Des.php28 $controller->register_hook('HTML_SECEDIT_BUTTON', 'BEFORE', $this, '_editbutton');
52 dbglog('HTML_SECEDIT_BUTTON hook', 'editsections plugin');
/plugin/bootswrapper/
H A Daction.php37 $controller->register_hook('HTML_SECEDIT_BUTTON', 'BEFORE', $this, '_secedit_button');
/plugin/bpmnio/action/
H A Deditor.php19 $controller->register_hook('HTML_SECEDIT_BUTTON', 'BEFORE', $this, 'secedit_button');
/plugin/semanticdata/
H A Daction.php32 $controller->register_hook('HTML_SECEDIT_BUTTON', 'BEFORE', $this, '_editbutton');
/plugin/data-au/
H A Daction.php33 $controller->register_hook('HTML_SECEDIT_BUTTON', 'BEFORE', $this, '_editbutton');
/plugin/projects/lib/
H A Dcode_block.php187 $renderer->doc .= trigger_event('HTML_SECEDIT_BUTTON', $data,
/dokuwiki/inc/
H A Dhtml.php102 'html_secedit_button',
115 * @triggers HTML_SECEDIT_BUTTON
117 function html_secedit_button($matches)
130 'HTML_SECEDIT_BUTTON',
138 * used as default action form HTML_SECEDIT_BUTTON
107 function html_secedit_button($matches){ global() function
/plugin/sketchcanvas/
H A Daction.php25 $controller->register_hook('HTML_SECEDIT_BUTTON', 'BEFORE', $this, 'editButton');
/plugin/wrap/
H A Daction.php18 $controller->register_hook('HTML_SECEDIT_BUTTON', 'BEFORE', $this, 'handle_secedit_button');
/plugin/data/
H A Daction.php38 $controller->register_hook('HTML_SECEDIT_BUTTON', 'BEFORE', $this, 'editButton');
/plugin/edittable/action/
H A Deditor.php25 $controller->register_hook('HTML_SECEDIT_BUTTON', 'BEFORE', $this, 'secedit_button');
/plugin/dokutranslate/
H A Daction.php116 $controller->register_hook('HTML_SECEDIT_BUTTON', 'BEFORE', $this, 'handle_disabled');
/plugin/include/
H A Daction.php42 $controller->register_hook('HTML_SECEDIT_BUTTON', 'BEFORE', $this, 'handle_secedit_button');
/template/bootstrap3/
H A DEventHandlers.php38 'HTML_SECEDIT_BUTTON' => ['AFTER', ['htmlSecEditButton']],