Home
last modified time | relevance | path

Searched full:tpl_content_display (Results 1 – 25 of 53) sorted by relevance

123

/plugin/showlogin2/
H A Daction.php33 # TPL_CONTENT_DISPLAY is called before and after content of wikipage
37 'TPL_CONTENT_DISPLAY', 'BEFORE', $this, 'showlogin2'
41 'TPL_CONTENT_DISPLAY', 'AFTER', $this, 'showlogin2'
/plugin/showlogin/
H A Daction.php25 … # TPL_CONTENT_DISPLAY is called before and after content of wikipage is written to output buffer
26 … $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, 'handle_tpl_content_display');
/plugin/dev/
H A Devents.txt115 TPL_CONTENT_DISPLAY
/plugin/autoincludeindex/
H A Daction.php33 $controller->register_hook('TPL_CONTENT_DISPLAY','BEFORE',$this, '_indexMenu', array());
/plugin/notfound/
H A Daction.php11 $controller->register_hook('TPL_CONTENT_DISPLAY','BEFORE', $this, '_show404');
/plugin/showinitpage/
H A Daction.php23 # TPL_CONTENT_DISPLAY is called before and after content of wikipage
/plugin/toc/
H A Daction.php34 …$controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, 'handle_content_display', array…
/plugin/highlightjs/
H A Daction.php28 $controller->register_hook('TPL_CONTENT_DISPLAY', 'AFTER', $this, 'init_highlight');
/plugin/toctweak/action/
H A Drendertoc.php30 $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, 'handleContentDisplay');
191 * TPL_CONTENT_DISPLAY
/plugin/maintenancemessage/
H A Daction.php25 $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, '_printmaintenance');
/plugin/stats/
H A Daction.php32 $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this,
/plugin/skilltagicon/action/
H A Dicon.php22 … $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, 'handle_tpl_content_display');
/plugin/docsearch/action/
H A Dsearch.php16 $controller->register_hook('TPL_CONTENT_DISPLAY', 'AFTER', $this, 'display', array());
/plugin/duoshuo-dokuwiki/
H A Daction.php23 … $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, 'handle_tpl_content_display');
/plugin/sidebarng/
H A Daction.php24 $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, '_before');
25 $controller->register_hook('TPL_CONTENT_DISPLAY', 'AFTER', $this, '_after');
/plugin/noiewarning/
H A Daction.php83 'TPL_CONTENT_DISPLAY','BEFORE', $this, 'warning',array());
87 //'TPL_CONTENT_DISPLAY','BEFORE', $this, '_debug');
/plugin/highlightparent/
H A Daction.php24 … $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, 'handle_tpl_content_display');
/plugin/pdftools/
H A Daction.php19 $controller->register_hook('TPL_CONTENT_DISPLAY', 'AFTER', $this, 'printbutton');
/plugin/lytebox/
H A Daction.php42 …$contr->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, '_handle_tpl_content_display', arr…
/plugin/stopforumspam2/
H A Daction.php20 $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, 'ipprevent', array());
/plugin/numbering/
H A Daction.php20 …$controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, 'handle_read',array('before'));…
/plugin/redirect2/
H A Daction.php26 $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, 'errorDocument404');
40 * TPL_CONTENT_DISPLAY:BEFORE event handler
/plugin/translation/
H A Daction.php42 $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, 'addLanguageAttributes');
131 * @param Event $event TPL_CONTENT_DISPLAY
/plugin/components/lib/
H A Daction_manager.php149 trigger_event('TPL_CONTENT_DISPLAY', $html_output, 'ptln');
/plugin/nodisp/
H A Daction.php11 … $controller->register_hook('TPL_CONTENT_DISPLAY', 'BEFORE', $this, 'handle_wiki_content');

123