Home
last modified time | relevance | path

Searched full:tpl_act_render (Results 76 – 87 of 87) sorted by last modified time

1234

/plugin/gtime/action/
H A Dtimestamp.php63 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'handle_tpl_act_render');
/plugin/autlogin/
H A Daction.php39 ('TPL_ACT_RENDER', 'AFTER', $this, display_banner, array());
/plugin/asiansearch/
H A Daction.php51 'TPL_ACT_RENDER', 'BEFORE',
/plugin/noticeboard/
H A Daction.php57 $controller->register_hook('TPL_ACT_RENDER',
/plugin/noticeboard/noticeboard/
H A Daction.php57 $controller->register_hook('TPL_ACT_RENDER',
/plugin/farm/
H A Daction.php47 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'displayState');
/plugin/maintenancemessage/
H A Daction.php27 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, '_denyediting');
/plugin/sidebar/
H A Daction.php29 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, '_output');
/plugin/userannotations/
H A Daction.php31 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, '_displayMessage');
32 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, '_displayAnnotations');
/plugin/toc/
H A Daction.php33 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'handle_act_render', array());
/plugin/bookmarkme/
H A Daction.php121 …$controller->register_hook('TPL_ACT_RENDER','AFTER',$this,'bookmark',array("show" => $this->BOOKMA…
122 …$controller->register_hook('TPL_ACT_RENDER','BEFORE',$this,'bookmark',array("show" => $this->BOOKM…
/plugin/blogmeta/
H A Daction.php31 $contr->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'printout', array() );

1234