Home
last modified time | relevance | path

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

/plugin/combo/action/
H A Dautofrontmatter.php30 * https://www.dokuwiki.org/devel:event:common_pagetpl_load
33 $controller->register_hook('COMMON_PAGETPL_LOAD', 'BEFORE', $this, 'handle_new_page', array());
H A Dslottemplate.php31 $controller->register_hook('COMMON_PAGETPL_LOAD', 'BEFORE', $this, 'handle_new_slot', array());
/plugin/newpagetemplate/
H A DREADME3 COMMON_PAGETPL_LOAD, which replaces it (2011-02-03).
H A Daction.php47 $contr->register_hook('COMMON_PAGETPL_LOAD', 'BEFORE', $this, 'pagefromtemplate', array());
/plugin/dev/
H A Devents.txt14 COMMON_PAGETPL_LOAD
/plugin/templatepagename/action/
H A DTemplatePageName.php26 $controller->register_hook('COMMON_PAGETPL_LOAD', 'BEFORE', $this, 'handleCommonPagetplLoad');
/plugin/copypage/
H A Daction.php22 $controller->register_hook('COMMON_PAGETPL_LOAD', 'BEFORE', $this, 'get_template');
/plugin/templatebyname/
H A Dfindtemplate.php16 … $controller->register_hook('COMMON_PAGETPL_LOAD', 'BEFORE', $this, 'handle_common_pagetpl_load');
/plugin/translation/
H A Daction.php50 $controller->register_hook('COMMON_PAGETPL_LOAD', 'AFTER', $this, 'handlePageTemplates');
211 * @param Event $event COMMON_PAGETPL_LOAD
/plugin/autotranslation/
H A Daction.php66 … $controller->register_hook('COMMON_PAGETPL_LOAD', 'AFTER', $this, 'page_template_replacement');
/plugin/snippets/
H A Daction.php28 … $controller->register_hook('COMMON_PAGETPL_LOAD', 'AFTER', $this, 'handle_template');
/dokuwiki/inc/
H A Dcommon.php1068 * @triggers COMMON_PAGETPL_LOAD
1088 $evt = new Event('COMMON_PAGETPL_LOAD', $data);
1122 * This works on data from COMMON_PAGETPL_LOAD
/plugin/ckgdoku/action/
H A Dedit.php79 … $controller->register_hook('COMMON_PAGETPL_LOAD', 'AFTER', $this, 'pagefromtemplate', array());
/plugin/deeplautotranslate/
H A Daction.php51 $controller->register_hook('COMMON_PAGETPL_LOAD','AFTER', $this, 'pagetpl_load');
/plugin/ckgedit/action/
H A Dedit.php80 … $controller->register_hook('COMMON_PAGETPL_LOAD', 'AFTER', $this, 'pagefromtemplate', array());
/plugin/fckg/action/
H A Dedit.php78 … $controller->register_hook('COMMON_PAGETPL_LOAD', 'AFTER', $this, 'pagefromtemplate', array());