Home
last modified time | relevance | path

Searched full:tpl_content_display (Results 1 – 25 of 53) sorted by last modified time

123

/dokuwiki/inc/
H A Dtemplate.php92 * @triggers TPL_CONTENT_DISPLAY
104 Event::createAndTrigger('TPL_CONTENT_DISPLAY', $html_output, function ($html_output) {
/plugin/tagging/action/
H A Dsearch.php32 'TPL_CONTENT_DISPLAY', 'BEFORE', $this,
/plugin/dev/
H A Devents.txt115 TPL_CONTENT_DISPLAY
/plugin/translation/
H A Daction.php42 $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, 'addLanguageAttributes');
131 * @param Event $event TPL_CONTENT_DISPLAY
/plugin/combo/action/
H A Dsnippets.php52 * Not https://www.dokuwiki.org/devel:event:tpl_content_display TPL_ACT_RENDER
/plugin/ireadit/action/
H A Direadit.php13 $controller->register_hook('TPL_CONTENT_DISPLAY', 'AFTER', $this, 'render_list');
/template/bulma/
H A Dtpl_functions.php152 Event::createAndTrigger('TPL_CONTENT_DISPLAY', $html_output, 'ptln');
/plugin/elasticsearch/action/
H A Dindexing.php26 $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, 'handle_tpl_content_display');
/plugin/ckgedit/action/
H A Dmeta.php47 $controller->register_hook('TPL_CONTENT_DISPLAY', 'AFTER', $this, 'setupDWEdit');
/plugin/nodisp/
H A Daction.php11 … $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, 'handle_wiki_content');
/template/strap/class/
H A DTplUtility.php1543 Event::createAndTrigger('TPL_CONTENT_DISPLAY', $html_output, null);
/plugin/spreadout/
H A Daction.php18 …$controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, '_spreadout_postprocess', array…
/plugin/indexmenu/
H A Daction.php37 $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, 'showSortNumberAtTopOfPage');
/template/bootstrap3/
H A DEventHandlers.php50 'TPL_CONTENT_DISPLAY' => ['BEFORE', ['tplContent']],
/plugin/xtern/
H A Daction.php18 $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, 'handle_wiki_content');
/plugin/newpagetemplate/
H A Daction.php49 $contr->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, 'write_msg', array());
/plugin/pdftools/
H A Daction.php19 $controller->register_hook('TPL_CONTENT_DISPLAY', 'AFTER', $this, 'printbutton');
/plugin/mediatooltip/
H A Daction.php11 $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, '_insert_exif');
/plugin/showinitpage/
H A Daction.php23 # TPL_CONTENT_DISPLAY is called before and after content of wikipage
/plugin/nobadbrowser/
H A Daction.php56 $controller->register_hook('TPL_CONTENT_DISPLAY','BEFORE', $this, 'warning',array());
/plugin/iphelper/
H A Daction.php17 $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, 'handle_content_display', array());
/plugin/numbering/
H A Daction.php20 …$controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, 'handle_read',array('before'));…
/plugin/sphinxsearch-was/
H A Daction.php73 …$controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, 'handle_act_unknown', array()…
/plugin/stopforumspam2/
H A Daction.php20 $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, 'ipprevent', array());
/plugin/hidingip/
H A Daction.php32 …search('diff', $whentohide) !== FALSE) $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE',…

123