Home
last modified time | relevance | path

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

1234567

/plugin/tagfilter/
H A Daction.php19 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, '_addparams');
/plugin/autotranslation/
H A Daction.php61 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'translation_hook');
/plugin/ckgdoku/action/
H A Dmeta.php44 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'file_type');
46 …$controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'reset_user_rewrite_check'); …
H A Dsave.php16 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'ckgdoku_save_preprocess');
/plugin/xtern/
H A Daction.php16 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'curl_check');
/plugin/pageredirect/
H A Daction.php21 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'handle_dokuwiki_started');
/plugin/tagging/action/
H A Dmain.php25 'DOKUWIKI_STARTED', 'AFTER', $this,
/plugin/quickstats/
H A Daction.php136 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'set_cookies');
137 … $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'search_queries');
/plugin/tplmod/
H A Daction.php10 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'dwstarted');
/plugin/openas/
H A Daction.php25 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'openas_preprocess');
/plugin/404manager/
H A Daction.php77 $controller->register_hook('DOKUWIKI_STARTED',
/plugin/combo/ComboStrap/
H A DFetcherRailBar.php133 \dokuwiki\Extension\Event::createAndTrigger('DOKUWIKI_STARTED', $tmp);
/plugin/qna/
H A Daction.php28 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'beforeDokuwikiStarted');
/plugin/siteexport/
H A Dpreload.php55 // Set hint for Dokuwiki_Started event
/plugin/indexmenu/
H A Daction.php34 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'extendJSINFO');
/plugin/snippets/
H A Daction.php27 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'handle_dw_started');
/plugin/dirtylittlehelper/
H A Daction.php22 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'dirtylittlehelper_varis');
/plugin/multiorphan/action/
H A Dmultiorphan.php34 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'extend_JSINFO');
/plugin/translate/
H A Daction.php31 $contr->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'handleDokuwikiStarted');
/plugin/ckgedit/action/
H A Dmeta.php46 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'file_type');
48 …$controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'reset_user_rewrite_check'); …
H A Dsave.php16 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'ckgedit_save_preprocess');
/plugin/evesso/
H A Daction.php26 $controller->register_hook('DOKUWIKI_STARTED', 'BEFORE', $this, 'handle_start');
/plugin/userhomepage/
H A Daction.php19 $controller->register_hook('DOKUWIKI_STARTED', 'AFTER', $this, 'init',array());

1234567