Home
last modified time | relevance | path

Searched full:toolbar_define (Results 1 – 25 of 127) sorted by path

123456

/dokuwiki/inc/
H A Dtoolbar.php15 * @emits TOOLBAR_DEFINE
25 $evt = new Event('TOOLBAR_DEFINE', $menu);
248 } // end event TOOLBAR_DEFINE default action
/plugin/abbr/
H A Daction.php18 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'abbr_button', array ());
/plugin/adhoctags/
H A Daction.php19 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'handle_toolbar', array ());
/plugin/admnote/action/
H A Dbuttons.php23 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'handle_toolbar', array());
/plugin/bahnde/
H A Daction.php29 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button', array ());
/plugin/barcode/
H A Daction.php19 …$controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'toolbar_add_button_barcode', array (…
/plugin/blockquote/
H A Daction.php19 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'blockquote_button', array ());
/plugin/bootnote/
H A Daction.php13 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button', array ());
/plugin/bootswrapper/
H A Daction.php36 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, '_insert_button');
/plugin/bpmnio/action/
H A Dtoolbar.php14 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'handle_toolbar');
/plugin/bpmnioeditor/action/
H A Dbpmnioeditor.php20 … $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'addElementToToolbar', array());
/plugin/button/
H A Daction.php29 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'handle_toolbar', array ());
/plugin/caption/
H A Daction.php12 $controller->register_hook("TOOLBAR_DEFINE", "AFTER", $this, "insert_button", array ());
/plugin/charpicker/
H A Daction.php15 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'check_toolbar');
/plugin/chem/
H A Daction.php5 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'handle_toolbar', array ());
/plugin/codebash/
H A Daction.php19 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button', array ());
/plugin/codebutton/
H A Daction.php31 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button', array ());
/plugin/codebutton2/
H A Daction.php21 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'handle_toolbar', array ());
/plugin/codebutton_ext/
H A Daction.php31 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'handle_toolbar', array ());
H A Daction.php.bak31 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'handle_toolbar', array ());
/plugin/codebuttonmod1/
H A Daction.php18 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button', array ());
/plugin/codebuttonmod2/
H A Daction.php19 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button', array ());
20 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button_copy', array ());
21 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button_inline', array ());
/plugin/codebuttontrumod/
H A Daction.php40 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button', array ());
/plugin/colorpicker/
H A Daction.php20 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'add_button');
/plugin/combo/action/
H A Dtoolbar.php24 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'handle_toolbar', array());
60 // https://www.dokuwiki.org/devel:event:toolbar_define

123456