Home
last modified time | relevance | path

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

1234

/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 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/forcessllogin/
H A Daction.php25 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'forcessllogin');
43 if( $event->name == 'TPL_ACT_RENDER' ) {
/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/epub/
H A Daction.php20 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'create_ebook_button');
21 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'get_epub');
22 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'check_scriptLoaded');
/plugin/editions/
H A Daction.php25 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'openContent');
26 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'closeContent');
/plugin/legalnotice/
H A Daction.php8 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'legalnotice');
/plugin/tools/
H A Daction.php50 …$controller->register_hook('TPL_ACT_RENDER','AFTER',$this,'tools',array("show" => $this->TOOLS_SHO…
51 …$controller->register_hook('TPL_ACT_RENDER','BEFORE',$this,'tools',array("show" => $this->TOOLS_SH…
/plugin/blogtng/action/
H A Dlinkback.php24 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'addTrackbackLink', array ());
45 * Handler for the TPL_ACT_RENDER event
/plugin/components/action/
H A Drender.php13 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this,
/plugin/bulletodo/
H A Daction.php14 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'bulletshow');
/plugin/dev/
H A Devents.txt113 TPL_ACT_RENDER
/plugin/linkback/action/
H A Dreceive.php17 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'addTrackbackLink', array ());
23 * Handler for the TPL_ACT_RENDER event
/plugin/denyactions/action/
H A Drev.php14 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'handle_start', array());
/plugin/toc/
H A Daction.php33 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'handle_act_render', array());
/plugin/publish/action/
H A Ddebug.php16 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'debug', array());
H A Dhide.php17 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'hide', array());
/plugin/cookielaw/
H A Daction.php22 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'handle_tpl_act_render');
/plugin/inlinetoc/
H A Daction.php20 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'handle_act_render', array());
/plugin/namespacemessage/
H A Daction.php17 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'handle_tpl_act_render');
/plugin/vkeyboard/
H A Daction.php25 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this,
/plugin/forcepreview/
H A Daction.php32 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, '_controlSaveButton');
/plugin/webdavclient/
H A Daction.php25 //$controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'handle_indexer_sync');
/plugin/toctweak/action/
H A Drendertoc.php28 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'handleActRender');
152 * TPL_ACT_RENDER
/plugin/maintenancemessage/
H A Daction.php27 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, '_denyediting');

1234