Home
last modified time | relevance | path

Searched full:tpl_act_render (Results 1 – 25 of 87) sorted by path

1234

/dokuwiki/inc/
H A Dtemplate.php91 * @triggers TPL_ACT_RENDER
102 Event::createAndTrigger('TPL_ACT_RENDER', $ACT, 'tpl_content_core');
112 * Default Action of TPL_ACT_RENDER
/plugin/404manager/
H A Daction.php85 'TPL_ACT_RENDER',
/plugin/animation/
H A Daction.php41 $controller->register_hook('TPL_ACT_RENDER',
/plugin/approve/action/
H A Dapprove.php10 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'handle_diff_accept');
15 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'handle_display_banner');
/plugin/asiansearch/
H A Daction.php51 'TPL_ACT_RENDER', 'BEFORE',
/plugin/asyncsearch/
H A Dasyncsearch.php23 … $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'handle_action_tpl_act_renderer');
/plugin/authorlist/
H A Daction.php23 // $contr->register_hook('TPL_ACT_RENDER','AFTER',$this,'renderAuthorlist');
/plugin/autlogin/
H A Daction.php39 ('TPL_ACT_RENDER', 'AFTER', $this, display_banner, array());
/plugin/bez/action/
H A Ddefault.php58 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'tpl_act_render');
256 public function tpl_act_render($event, $param) function in action_plugin_bez_default
/plugin/bloglinks/
H A Daction.php16 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'handle_act_render', array ());
/plugin/blogmeta/
H A Daction.php31 $contr->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'printout', array() );
/plugin/blogtng/action/
H A Dentry.php28 …$controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'replaceUsualPageViewWithBlogView', …
H A Dlinkback.php24 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'addTrackbackLink', array ());
45 * Handler for the TPL_ACT_RENDER event
/plugin/bookcreator/action/
H A Dpagetools.php21 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'bookbar');
/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/bulletodo/
H A Daction.php14 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'bulletshow');
/plugin/ckgdoku/action/
H A Dedit.php81 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'ckgdoku_edit');
/plugin/ckgedit/action/
H A Dedit.php82 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'ckgedit_edit');
/plugin/combo/ComboStrap/
H A DFetcherAppPages.php102 \dokuwiki\Extension\Event::createAndTrigger('TPL_ACT_RENDER', $ACT, $actionName);
156 * @noinspection PhpUnused - is a callback to the event TPL_ACT_RENDER called in this class
H A DTemplateForWebPage.php634 \dokuwiki\Extension\Event::createAndTrigger('TPL_ACT_RENDER', $ACT);
/plugin/combo/action/
H A Dcanonical.php38 * 'TPL_ACT_RENDER' is triggered just before
40 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'addCanonicalToJavascript', array());
H A Droutermessage.php71 'TPL_ACT_RENDER',
H A Dsnippets.php52 * Not https://www.dokuwiki.org/devel:event:tpl_content_display TPL_ACT_RENDER
53 * or https://www.dokuwiki.org/devel:event:tpl_act_render
/plugin/components/action/
H A Drender.php13 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this,
/plugin/cookielaw/
H A Daction.php22 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'handle_tpl_act_render');

1234