Searched full:common_pagetpl_load (Results 1 – 19 of 19) 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());
|
| /template/strap/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/ |
| D | README | 3 COMMON_PAGETPL_LOAD, which replaces it (2011-02-03).
|
| D | action.php | 47 $contr->register_hook('COMMON_PAGETPL_LOAD', 'BEFORE', $this, 'pagefromtemplate', array());
|
| /plugin/dev/ |
| D | events.txt | 14 COMMON_PAGETPL_LOAD
|
| /plugin/templatepagename/action/ |
| D | TemplatePageName.php | 26 … $controller->register_hook('COMMON_PAGETPL_LOAD', 'BEFORE', $this, 'handleCommonPagetplLoad');
|
| /plugin/copypage/ |
| D | action.php | 22 $controller->register_hook('COMMON_PAGETPL_LOAD', 'BEFORE', $this, 'get_template');
|
| /plugin/translation/ |
| D | action.php | 50 $controller->register_hook('COMMON_PAGETPL_LOAD', 'AFTER', $this, 'handlePageTemplates'); 211 * @param Event $event COMMON_PAGETPL_LOAD
|
| /plugin/templatebyname/ |
| D | findtemplate.php | 16 … $controller->register_hook('COMMON_PAGETPL_LOAD', 'BEFORE', $this, 'handle_common_pagetpl_load');
|
| /plugin/snippets/ |
| D | action.php | 28 … $controller->register_hook('COMMON_PAGETPL_LOAD', 'AFTER', $this, 'handle_template');
|
| /plugin/autotranslation/ |
| D | action.php | 66 … $controller->register_hook('COMMON_PAGETPL_LOAD', 'AFTER', $this, 'page_template_replacement');
|
| /plugin/dokullm/ |
| H A D | action.php | 57 $controller->register_hook('COMMON_PAGETPL_LOAD', 'BEFORE', $this, 'handleTemplate');
|
| /dokuwiki/inc/ |
| H A D | common.php | 1037 * @triggers COMMON_PAGETPL_LOAD 1057 $evt = new Event('COMMON_PAGETPL_LOAD', $data); 1091 * This works on data from COMMON_PAGETPL_LOAD
|
| /plugin/deeplautotranslate/ |
| D | action.php | 51 $controller->register_hook('COMMON_PAGETPL_LOAD','AFTER', $this, 'pagetpl_load');
|
| /plugin/ckgdoku/action/ |
| D | edit.php | 79 … $controller->register_hook('COMMON_PAGETPL_LOAD', 'AFTER', $this, 'pagefromtemplate', array());
|
| /plugin/ckgedit/action/ |
| D | edit.php | 80 … $controller->register_hook('COMMON_PAGETPL_LOAD', 'AFTER', $this, 'pagefromtemplate', array());
|
| /plugin/fckg/action/ |
| D | edit.php | 78 … $controller->register_hook('COMMON_PAGETPL_LOAD', 'AFTER', $this, 'pagefromtemplate', array());
|