Searched refs:pagefromtemplate (Results 1 – 5 of 5) sorted by relevance
/plugin/newpagetemplate/ |
H A D | helper.php | 38 $tpl = $this->pagefromtemplate($opts['tmpl'], $opts['page'], $opts['usrrepl'], $opts['user']); 85 function pagefromtemplate($template, $page, $newpagevars, $user = "") function in helper_plugin_newpagetemplate 198 $res = $this->pagefromtemplate($tpl, $pages[$i], $newpagevars[$i], $user); 231 $res = $this->pagefromtemplate($tpl, $pages[$i], $newpagevars, $user);
|
H A D | action.php | 46 $contr->register_hook('COMMON_PAGE_FROMTEMPLATE', 'BEFORE', $this, 'pagefromtemplate', array()); 47 $contr->register_hook('COMMON_PAGETPL_LOAD', 'BEFORE', $this, 'pagefromtemplate', array()); 50 $contr->register_hook('HTML_PAGE_FROMTEMPLATE', 'BEFORE', $this, 'pagefromtemplate', array()); 54 * pagefromtemplate 60 function pagefromtemplate(Doku_Event $event, $param) { 62 function pagefromtemplate(Doku_Event $event, $param) { global() function in action_plugin_newpagetemplate
|
/plugin/fckg/action/ |
H A D | edit.php | 90 function pagefromtemplate(&$event) { function in action_plugin_fckg_edit
|
/plugin/ckgdoku/action/ |
H A D | edit.php | 91 function pagefromtemplate(Doku_Event $event) { function in action_plugin_ckgdoku_edit
|
/plugin/ckgedit/action/ |
H A D | edit.php | 92 function pagefromtemplate(Doku_Event $event) { function in action_plugin_ckgedit_edit
|