Home
last modified time | relevance | path

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

1234

/plugin/translate/
H A Daction.php40 $contr->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'handleActRender');
/plugin/prosemirror/action/
H A Deditor.php31 $controller->register_hook('TPL_ACT_RENDER', 'AFTER', $this, 'addAddtionalForms');
/plugin/autlogin/
H A Daction.php39 ('TPL_ACT_RENDER', 'AFTER', $this, display_banner, array());
/plugin/odt2dw/
H A Daction.php22 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, '_render', array());
/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/odtplus2dw/
H A Daction.php23 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, '_render', array());
/template/strap/class/
H A DTplUtility.php1513 Event::createAndTrigger('TPL_ACT_RENDER', $ACT, null);
1534 Event::createAndTrigger('TPL_ACT_RENDER', $ACT, 'tpl_content_core');
/plugin/ckgdoku/action/
H A Dedit.php81 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'ckgdoku_edit');
/plugin/combo/ComboStrap/
H A DTemplateForWebPage.php634 \dokuwiki\Extension\Event::createAndTrigger('TPL_ACT_RENDER', $ACT);
/plugin/ckgedit/action/
H A Dedit.php82 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'ckgedit_edit');
/plugin/fckg/action/
H A Dedit.php80 $controller->register_hook('TPL_ACT_RENDER', 'BEFORE', $this, 'fckg_edit');
/plugin/discussion/
H A Daction.php40 'TPL_ACT_RENDER',

1234