Home
last modified time | relevance | path

Searched full:renderer_content_postprocess (Results 1 – 25 of 29) sorted by relevance

12

/plugin/revealjs/
H A Daction.php10 …$controller->register_hook('RENDERER_CONTENT_POSTPROCESS', 'BEFORE', $this, '_renderer_content_pos…
23 …//dbglog('Plugin revealjs - hook RENDERER_CONTENT_POSTPROCESS - closing last edit section (missing…
/plugin/numberedheadings/
H A Daction.php22 'RENDERER_CONTENT_POSTPROCESS', 'AFTER', $this, 'decorateTieredNumber'
107 * RENDERER_CONTENT_POSTPROCESS
/plugin/docnavigation/
H A Daction.php26 $controller->register_hook('RENDERER_CONTENT_POSTPROCESS', 'AFTER', $this, 'addtopnavigation');
57 // the RENDERER_CONTENT_POSTPROCESS event is triggered just after rendering the instruction,
/plugin/dev/
H A Devents.txt99 RENDERER_CONTENT_POSTPROCESS
/plugin/usecounter/
H A Daction.php23 … $controller->register_hook('RENDERER_CONTENT_POSTPROCESS', 'AFTER', $this, '_resetUseCounter');
/plugin/oddeven/
H A Daction.php28 'RENDERER_CONTENT_POSTPROCESS',
/plugin/medialist/
H A Daction.php19 'RENDERER_CONTENT_POSTPROCESS', 'AFTER', $this, 'handle_postprocess', array()
/plugin/hyphenation/
H A Daction.php23 $controller->register_hook('RENDERER_CONTENT_POSTPROCESS', 'BEFORE', $this, '_dohyph');
/plugin/inlinetoc/
H A Daction.php21 …$controller->register_hook('RENDERER_CONTENT_POSTPROCESS', 'AFTER', $this, 'handle_renderer_conten…
/plugin/toctweak/action/
H A Drendertoc.php27 … $controller->register_hook('RENDERER_CONTENT_POSTPROCESS', 'BEFORE', $this, 'handlePostProcess');
108 * RENDERER_CONTENT_POSTPROCESS
/plugin/combo/action/
H A Dsnippets.php58 * https://www.dokuwiki.org/devel:event:renderer_content_postprocess
61 $controller->register_hook('RENDERER_CONTENT_POSTPROCESS', 'AFTER', $this, 'componentSnippetContent', array());
/plugin/hiddenheader/
H A Daction.php19 $controller->register_hook('RENDERER_CONTENT_POSTPROCESS', 'BEFORE', $this, 'handlePostProcess');
/plugin/xhtmlruby/
H A Daction.php60 $controller->register_hook('RENDERER_CONTENT_POSTPROCESS', 'AFTER', $this, '_rubify'); }
/plugin/combo/ComboStrap/
H A DMarkupDynamicRender.php108 // \dokuwiki\Extension\Event::createAndTrigger('RENDERER_CONTENT_POSTPROCESS', $data);
/plugin/userspagecreate/
H A Daction.php48 $controller->register_hook('RENDERER_CONTENT_POSTPROCESS',
/plugin/pagetemplater/
H A Daction.php71 trigger_event('RENDERER_CONTENT_POSTPROCESS',$data);
/plugin/tablewidth/
H A Daction.php16 … $controller->register_hook('RENDERER_CONTENT_POSTPROCESS', 'AFTER', $this, 'replaceComments');
/plugin/editsections2/
H A Daction.php50 'RENDERER_CONTENT_POSTPROCESS', 'BEFORE',
/plugin/owncloud/
H A Daction.php38 $contr->register_hook('RENDERER_CONTENT_POSTPROCESS','AFTER',$this,'mediaOnThisPage');
/plugin/preservefilenames/
H A Daction_anteater.php39 … $controller->register_hook('RENDERER_CONTENT_POSTPROCESS', 'AFTER', $this, '_replaceLinkURL');
H A Daction_angua.php34 … $controller->register_hook('RENDERER_CONTENT_POSTPROCESS', 'AFTER', $this, '_replaceLinkURL');
/plugin/epub/scripts/
H A Debook.php72 trigger_event('RENDERER_CONTENT_POSTPROCESS',$data);
/plugin/docnavigation/syntax/
H A Dtoc.php212 // the RENDERER_CONTENT_POSTPROCESS event is triggered just after rendering the instruction,
/plugin/linkback/action/
H A Ddisplay.php36 $controller->register_hook('RENDERER_CONTENT_POSTPROCESS', 'AFTER', $this, 'handle_content_postprocess', array ());
/plugin/webcode/syntax/
H A Dbasis.php82 Event::createAndTrigger('RENDERER_CONTENT_POSTPROCESS', $data);

12