Home
last modified time | relevance | path

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

123456

/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/typography/
H A Daction.php16 … $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'fontColorToolbar', array());
19 … $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'fontSizeToolbar', array());
22 … $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'fontFamilyToolbar', array());
/plugin/txt2tags/
H A Dtoolbar.php15 * @emits TOOLBAR_DEFINE
24 $evt = new Doku_Event('TOOLBAR_DEFINE', $menu);
224 } // end event TOOLBAR_DEFINE default action
/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
/plugin/chem/
H A Daction.php5 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'handle_toolbar', array ());
/plugin/webcomponent/action/
H A Dblockquote.php14 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'blockquote_button', array());
H A Dtoolbar.php22 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'handle_toolbar', array ());
/plugin/gitlabproject/
H A Daction.php13 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button', array ());
/plugin/jenkins/
H A Daction.php13 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button', array ());
/plugin/newline/
H A Daction.php16 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button', array ());
/plugin/textrotate/
H A Daction.php15 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button', array ());
/plugin/codebuttonmod1/
H A Daction.php18 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button', array ());
/plugin/minimap/
H A Daction.php10 $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/dev/
H A Devents.txt111 TOOLBAR_DEFINE
/plugin/entitiesbutton/action/
H A Dbutton.php20 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'addEditorButton');
/plugin/doodle3toolbar/
H A Daction.php19 … $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button', array());
/plugin/jcapture/
H A Daction.php31 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button', array ());
/plugin/prettytables/
H A Daction.php21 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button');
/plugin/plantumlparser/action/
H A Dtoolbar.php16 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button', array ());
/plugin/plantuml/
H A Daction.php24 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button', array ());
/plugin/gitlabapi/
H A Daction.php7 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'insert_button', array());
/plugin/orgapp/
H A Daction.php19 …$controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'toolbar_add_button_orgapp', array ()…
/plugin/indexnumber/
H A Daction.php18 $controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'add_button');
/plugin/barcode/
H A Daction.php19 …$controller->register_hook('TOOLBAR_DEFINE', 'AFTER', $this, 'toolbar_add_button_barcode', array (…

123456