Home
last modified time | relevance | path

Searched full:common_pagetpl_load (Results 1 – 19 of 19) 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());
/template/strap/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/
DREADME3 COMMON_PAGETPL_LOAD, which replaces it (2011-02-03).
Daction.php47 $contr->register_hook('COMMON_PAGETPL_LOAD', 'BEFORE', $this, 'pagefromtemplate', array());
/plugin/dev/
Devents.txt14 COMMON_PAGETPL_LOAD
/plugin/templatepagename/action/
DTemplatePageName.php26 … $controller->register_hook('COMMON_PAGETPL_LOAD', 'BEFORE', $this, 'handleCommonPagetplLoad');
/plugin/copypage/
Daction.php22 $controller->register_hook('COMMON_PAGETPL_LOAD', 'BEFORE', $this, 'get_template');
/plugin/translation/
Daction.php50 $controller->register_hook('COMMON_PAGETPL_LOAD', 'AFTER', $this, 'handlePageTemplates');
211 * @param Event $event COMMON_PAGETPL_LOAD
/plugin/templatebyname/
Dfindtemplate.php16 … $controller->register_hook('COMMON_PAGETPL_LOAD', 'BEFORE', $this, 'handle_common_pagetpl_load');
/plugin/snippets/
Daction.php28 … $controller->register_hook('COMMON_PAGETPL_LOAD', 'AFTER', $this, 'handle_template');
/plugin/autotranslation/
Daction.php66 … $controller->register_hook('COMMON_PAGETPL_LOAD', 'AFTER', $this, 'page_template_replacement');
/plugin/dokullm/
H A Daction.php57 $controller->register_hook('COMMON_PAGETPL_LOAD', 'BEFORE', $this, 'handleTemplate');
/dokuwiki/inc/
H A Dcommon.php1037 * @triggers COMMON_PAGETPL_LOAD
1057 $evt = new Event('COMMON_PAGETPL_LOAD', $data);
1091 * This works on data from COMMON_PAGETPL_LOAD
/plugin/deeplautotranslate/
Daction.php51 $controller->register_hook('COMMON_PAGETPL_LOAD','AFTER', $this, 'pagetpl_load');
/plugin/ckgdoku/action/
Dedit.php79 … $controller->register_hook('COMMON_PAGETPL_LOAD', 'AFTER', $this, 'pagefromtemplate', array());
/plugin/ckgedit/action/
Dedit.php80 … $controller->register_hook('COMMON_PAGETPL_LOAD', 'AFTER', $this, 'pagefromtemplate', array());
/plugin/fckg/action/
Dedit.php78 … $controller->register_hook('COMMON_PAGETPL_LOAD', 'AFTER', $this, 'pagefromtemplate', array());