Home
last modified time | relevance | path

Searched full:parser_handler_done (Results 1 – 23 of 23) sorted by relevance

/plugin/structsection/
H A Daction.php22 … $controller->register_hook('PARSER_HANDLER_DONE', 'AFTER', $this, 'appendPluginOutputToPage');
40 * Event handler for PARSER_HANDLER_DONE
/plugin/numberedheadings/
H A Daction.php17 'PARSER_HANDLER_DONE', 'BEFORE', $this, 'numbering', []
28 * PARSER_HANDLER_DONE event handler
H A Dsyntax.php157 // are converted to normal headers in PARSER_HANDLER_DONE event handler
/plugin/editsections/action/
H A Des.php27 $controller->register_hook('PARSER_HANDLER_DONE', 'BEFORE', $this, 'rewrite_sections');
31 $controller->register_hook('PARSER_HANDLER_DONE', 'BEFORE', $this, 'rewrite_sections_legacy');
100 dbglog('PARSER_HANDLER_DONE hook', 'editsections plugin');
/plugin/combo/action/
H A Dinstructionspostprocessing.php39 * Doc: https://www.dokuwiki.org/devel:event:parser_handler_done
42 'PARSER_HANDLER_DONE',
/plugin/dev/
H A Devents.txt93 PARSER_HANDLER_DONE
/plugin/editsections2/
H A Daction.php45 'PARSER_HANDLER_DONE', 'BEFORE',
56 'PARSER_HANDLER_DONE', 'BEFORE',
/plugin/uparrow/
H A Daction.php35 $controller->register_hook('PARSER_HANDLER_DONE', 'BEFORE', $this, 'insert_uparrow');
/plugin/inlineeditor/
H A Daction.php37 $controller->register_hook('PARSER_HANDLER_DONE', 'BEFORE', $this, 'insert_inlineeditor');
/plugin/quickedit/
H A Daction.php36 $controller->register_hook('PARSER_HANDLER_DONE', 'BEFORE', $this, 'insert_quickedit');
/plugin/linebreak/
H A Daction.php43 $controller->register_hook('PARSER_HANDLER_DONE','BEFORE', $this, '_fixsecedit', NULL);
/plugin/struct/action/
H A Doutput.php36 $controller->register_hook('PARSER_HANDLER_DONE', 'AFTER', $this, 'handleOutput');
/plugin/mediasyntax/
H A Daction.php34 $controller->register_hook('PARSER_HANDLER_DONE', 'BEFORE', $this, 'handle_parser');
/plugin/tabtables/
H A Daction.php58 $controller->register_hook('PARSER_HANDLER_DONE','BEFORE', $this, '_fixsecedit');
/plugin/preservefilenames/
H A Daction_anteater.php38 … $controller->register_hook('PARSER_HANDLER_DONE', 'BEFORE', $this, '_replaceLinkTitle');
H A Daction_angua.php33 … $controller->register_hook('PARSER_HANDLER_DONE', 'BEFORE', $this, '_replaceLinkTitle');
/plugin/refnotes/
H A Daction.php55 $controller->register_hook('PARSER_HANDLER_DONE', 'AFTER', $this, 'handle');
/plugin/const/
H A Daction.php37 $controller->register_hook('PARSER_HANDLER_DONE', 'BEFORE', $this, '_fixsecedit');
/plugin/dokutranslate/
H A Daction.php119 $controller->register_hook('PARSER_HANDLER_DONE', 'BEFORE', $this, 'handle_parser_handler_done');
/plugin/qna/
H A Daction.php29 $controller->register_hook('PARSER_HANDLER_DONE', 'AFTER', $this, 'afterParserHandlerDone');
/plugin/include/
H A Daction.php40 $controller->register_hook('PARSER_HANDLER_DONE', 'BEFORE', $this, 'handle_parser');
/plugin/columns/
H A Daction.php23 $controller->register_hook('PARSER_HANDLER_DONE', 'AFTER', $this, 'handle');
/dokuwiki/inc/parser/
H A Dhandler.php131 * @triggers PARSER_HANDLER_DONE
147 Event::createAndTrigger('PARSER_HANDLER_DONE', $this);