Searched full:common_pagetpl_load (Results 1 – 16 of 16) sorted by relevance
/plugin/combo/action/ |
H A D | autofrontmatter.php | 30 * https://www.dokuwiki.org/devel:event:common_pagetpl_load 33 … $controller->register_hook('COMMON_PAGETPL_LOAD', 'BEFORE', $this, 'handle_new_page', array());
|
H A D | slottemplate.php | 31 … $controller->register_hook('COMMON_PAGETPL_LOAD', 'BEFORE', $this, 'handle_new_slot', array());
|
/plugin/newpagetemplate/ |
H A D | README | 3 COMMON_PAGETPL_LOAD, which replaces it (2011-02-03).
|
H A D | action.php | 49 $contr->register_hook('COMMON_PAGETPL_LOAD', 'BEFORE', $this, 'pagefromtemplate', array());
|
/plugin/dev/ |
H A D | events.txt | 14 COMMON_PAGETPL_LOAD
|
/plugin/templatepagename/action/ |
H A D | TemplatePageName.php | 24 … $controller->register_hook('COMMON_PAGETPL_LOAD', 'BEFORE', $this, 'handle_common_pagetpl_load');
|
/plugin/copypage/ |
H A D | action.php | 22 $controller->register_hook('COMMON_PAGETPL_LOAD', 'BEFORE', $this, 'get_template');
|
/plugin/templatebyname/ |
H A D | findtemplate.php | 16 … $controller->register_hook('COMMON_PAGETPL_LOAD', 'BEFORE', $this, 'handle_common_pagetpl_load');
|
/plugin/translation/ |
H A D | action.php | 47 $controller->register_hook('COMMON_PAGETPL_LOAD', 'AFTER', $this, 'handlePageTemplates'); 205 * @param Doku_Event $event COMMON_PAGETPL_LOAD
|
/plugin/autotranslation/ |
H A D | action.php | 66 … $controller->register_hook('COMMON_PAGETPL_LOAD', 'AFTER', $this, 'page_template_replacement');
|
/plugin/snippets/ |
H A D | action.php | 28 … $controller->register_hook('COMMON_PAGETPL_LOAD', 'AFTER', $this, 'handle_template');
|
/dokuwiki/inc/ |
H A D | common.php | 1064 * @triggers COMMON_PAGETPL_LOAD 1083 $evt = new Event('COMMON_PAGETPL_LOAD', $data); 1117 * This works on data from COMMON_PAGETPL_LOAD
|
/plugin/ckgdoku/action/ |
H A D | edit.php | 79 … $controller->register_hook('COMMON_PAGETPL_LOAD', 'AFTER', $this, 'pagefromtemplate', array());
|
/plugin/deeplautotranslate/ |
H A D | action.php | 50 $controller->register_hook('COMMON_PAGETPL_LOAD','AFTER', $this, 'pagetpl_load');
|
/plugin/ckgedit/action/ |
H A D | edit.php | 80 … $controller->register_hook('COMMON_PAGETPL_LOAD', 'AFTER', $this, 'pagefromtemplate', array());
|
/plugin/fckg/action/ |
H A D | edit.php | 78 … $controller->register_hook('COMMON_PAGETPL_LOAD', 'AFTER', $this, 'pagefromtemplate', array());
|