Home
last modified time | relevance | path

Searched full:dokuwiki_started (Results 1 – 25 of 173) sorted by relevance

1234567

/plugin/diagrams/action/
H A Daction.php19 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'addJsinfo');
21 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'checkConf');
35 * @param Doku_Event $event DOKUWIKI_STARTED|MEDIAMANAGER_STARTED
50 * @param Doku_Event $event DOKUWIKI_STARTED
/plugin/pwaoffline/
H A Daction.php17 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'writeConfigToJSINFO');
78 * Event: DOKUWIKI_STARTED
/plugin/ajaxedit/
H A Daction.php17 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, '_addlastmod');
18 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'fixsecedit');
/plugin/strreplace/
H A Daction.php26 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, '_ini');
27 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'write_metafile');
/plugin/deletepagebutton/
H A Daction.php28 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'addJsInfo' );
34 * Hook for DOKUWIKI_STARTED event.
/plugin/nohighlight/
H A Daction.php39 'DOKUWIKI_STARTED', 'BEFORE',
44 'DOKUWIKI_STARTED', 'AFTER',
/plugin/pdfjs/
H A Daction.php10 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'add_jsinfo');
/plugin/vimeo/
H A Daction.php11 'DOKUWIKI_STARTED', 'AFTER', $this,
/plugin/cryptsign/
H A Daction.php15 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, '_adduser');
/plugin/namespacesearch/
H A Daction.php10 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, '_fixquery');
/plugin/newsticker/
H A Daction.php15 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'jsinfo_addConf');
/plugin/davcard/action/
H A Djsinfo.php14 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'add_jsinfo_information');
/plugin/showsamples/
H A Daction.php18 $controller->register_hook ('DOKUWIKI_STARTED', 'AFTER', $this, '_defconf');
/plugin/cookiebanner/
H A Daction.php15 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'handleStart');
/plugin/nosidebar/
H A Daction.php18 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'nosidebar', array());
/plugin/ckgdoku/action/
H A Ddelete.php15 … $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'ckgdoku_delete_preprocess');
/plugin/slider/
H A Daction.php21 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'addconfig2js');
/plugin/wikistyle2html/
H A Daction.php16 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'alert', array());
/plugin/edittable/action/
H A Djsinfo.php16 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'fill_jsinfo');
/plugin/dev/
H A Devents.txt25 DOKUWIKI_STARTED
/plugin/extlist/
H A Daction.php18 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'prepareCssFile');
/plugin/dropfiles/action/
H A Djsinfoconfig.php27 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'addDataToJSINFO');
/plugin/dblclickedit/
H A Daction.php18 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'enable_dblClick');
/plugin/passwordgenerator/
H A Daction.php16 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, '_addpluginconfigdata');
/plugin/autoindentcontrol/
H A Daction.php36 'DOKUWIKI_STARTED', 'AFTER', $this, 'exportToJSINFO'

1234567