Home
last modified time | relevance | path

Searched full:tpl_toc_render (Results 1 – 16 of 16) sorted by relevance

/plugin/combo/action/
H A Dtoc.php30 // https://www.dokuwiki.org/devel:event:tpl_toc_render
31 $controller->register_hook('TPL_TOC_RENDER', 'BEFORE', $this, 'handle_toc');
/plugin/dev/
H A Devents.txt118 TPL_TOC_RENDER
/plugin/toctweak/action/
H A Drendertoc.php29 // $controller->register_hook('TPL_TOC_RENDER', 'BEFORE', $this, 'handleTocRender');
166 * TPL_TOC_RENDER
/plugin/nodetailsxhtml/
H A Daction.php32 $controller->register_hook('TPL_TOC_RENDER', 'BEFORE', $this, 'check_toc');
/plugin/hiddenheader/
H A Daction.php20 $controller->register_hook('TPL_TOC_RENDER', 'BEFORE', $this, 'handleToc');
/plugin/tagalerts/
H A Daction.php19 $controller->register_hook('TPL_TOC_RENDER', 'AFTER', $this, 'alert', array());
/plugin/ajaxpeon/
H A Daction.php175 trigger_event('TPL_TOC_RENDER', $toc, null, false);
/template/dokubootstrapsimplified/
H A Dtpl_functions.php139 …$EVENT_HANDLER->register_hook('TPL_TOC_RENDER', 'AFTER', NULL, '_tpl_toc_to_twitter_bootstrap_even…
/template/neolaoresources3/
H A Dmain.php56 trigger_event('TPL_TOC_RENDER', $toc, NULL, false);
/template/kajukkk/
H A Dtpl_functions.php228 …$EVENT_HANDLER->register_hook('TPL_TOC_RENDER', 'AFTER', NULL, '_tpl_toc_to_twitter_bootstrap_even…
/template/dokutwitterbootstrap/
H A Dtpl_functions.php298 …$EVENT_HANDLER->register_hook('TPL_TOC_RENDER', 'AFTER', NULL, '_tpl_toc_to_twitter_bootstrap_even…
/plugin/linksuggest/
H A Daction.php118 Event::createAndTrigger('TPL_TOC_RENDER', $toc, null, false);
/template/starterbootstrap/
H A Dtpl_functions.php268 trigger_event('TPL_TOC_RENDER', $toc, null, false);
/dokuwiki/inc/
H A Dtemplate.php170 Event::createAndTrigger('TPL_TOC_RENDER', $toc, null, false);
/plugin/discussion/
H A Daction.php103 'TPL_TOC_RENDER',
/template/bootstrap3/
H A DTemplate.php2233 \dokuwiki\Extension\Event::createAndTrigger('TPL_TOC_RENDER', $toc, null, false);