Home
last modified time | relevance | path

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

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/siteexport/action/
H A Daggregate.php21 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'siteexport_aggregate');
/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
H A Ddisplay.php35 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'handle_act_render', array ());
40 * Handler for the TPL_ACT_RENDER event
/plugin/structpublish/action/
H A Dbanner.php21 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'renderBanner');
/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/tagging/action/
H A Dsearch.php37 'TPL_ACT_RENDER', 'BEFORE', $this,
/plugin/dev/
H A Devents.txt113 TPL_ACT_RENDER
/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 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
H A Dcanonical.php38 * 'TPL_ACT_RENDER' is triggered just before
40 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'addCanonicalToJavascript', array());
/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/prosemirror/action/
H A Deditor.php31 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'addAddtionalForms');
/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/fastwiki/
H A Daction.php32 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'pre_render');
/template/bulma/
H A Dtpl_functions.php54 Event::createAndTrigger('TPL_ACT_RENDER', $ACT, 'tpl_content_core');
/plugin/pageredirect/
H A Daction.php27 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'handle_tpl_act_render', null, PHP_INT_MIN);
H A Dsyntax.php127 $EVENT_HANDLER->register_hook('TPL_ACT_RENDER', 'AFTER', $action, 'handle_dokuwiki_started');
/plugin/bulletodo/
H A Daction.php14 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'bulletshow');
/plugin/snippets/
H A Daction.php24 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'handle_content_display');
/plugin/ckgedit/action/
H A Dedit.php82 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'ckgedit_edit');
/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');

1234