/plugin/structsection/ |
H A D | action.php | 22 … $controller->register_hook('PARSER_HANDLER_DONE', 'AFTER', $this, 'appendPluginOutputToPage'); 40 * Event handler for PARSER_HANDLER_DONE
|
/plugin/numberedheadings/ |
H A D | action.php | 17 'PARSER_HANDLER_DONE', 'BEFORE', $this, 'numbering', [] 28 * PARSER_HANDLER_DONE event handler
|
H A D | syntax.php | 148 // are converted to normal headers in PARSER_HANDLER_DONE event handler
|
/plugin/editsections/action/ |
H A D | es.php | 27 $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 D | instructionspostprocessing.php | 39 * Doc: https://www.dokuwiki.org/devel:event:parser_handler_done 42 'PARSER_HANDLER_DONE',
|
/plugin/dev/ |
H A D | events.txt | 93 PARSER_HANDLER_DONE
|
/plugin/editsections2/ |
H A D | action.php | 45 'PARSER_HANDLER_DONE', 'BEFORE', 56 'PARSER_HANDLER_DONE', 'BEFORE',
|
/plugin/uparrow/ |
H A D | action.php | 35 $controller->register_hook('PARSER_HANDLER_DONE', 'BEFORE', $this, 'insert_uparrow');
|
/plugin/inlineeditor/ |
H A D | action.php | 37 $controller->register_hook('PARSER_HANDLER_DONE', 'BEFORE', $this, 'insert_inlineeditor');
|
/plugin/quickedit/ |
H A D | action.php | 36 $controller->register_hook('PARSER_HANDLER_DONE', 'BEFORE', $this, 'insert_quickedit');
|
/plugin/linebreak/ |
H A D | action.php | 43 $controller->register_hook('PARSER_HANDLER_DONE','BEFORE', $this, '_fixsecedit', NULL);
|
/plugin/struct/action/ |
H A D | output.php | 33 $controller->register_hook('PARSER_HANDLER_DONE', 'AFTER', $this, 'handleOutput');
|
/plugin/mediasyntax/ |
H A D | action.php | 38 $controller->register_hook('PARSER_HANDLER_DONE', 'BEFORE', $this, 'handle_parser');
|
/plugin/tabtables/ |
H A D | action.php | 58 $controller->register_hook('PARSER_HANDLER_DONE','BEFORE', $this, '_fixsecedit');
|
/plugin/preservefilenames/ |
H A D | action_anteater.php | 38 … $controller->register_hook('PARSER_HANDLER_DONE', 'BEFORE', $this, '_replaceLinkTitle');
|
H A D | action_angua.php | 33 … $controller->register_hook('PARSER_HANDLER_DONE', 'BEFORE', $this, '_replaceLinkTitle');
|
/plugin/columns/ |
H A D | action.php | 28 $controller->register_hook('PARSER_HANDLER_DONE', 'AFTER', $this, 'handle');
|
/plugin/refnotes/ |
H A D | action.php | 55 $controller->register_hook('PARSER_HANDLER_DONE', 'AFTER', $this, 'handle');
|
/plugin/const/ |
H A D | action.php | 37 $controller->register_hook('PARSER_HANDLER_DONE', 'BEFORE', $this, '_fixsecedit');
|
/plugin/dokutranslate/ |
H A D | action.php | 119 $controller->register_hook('PARSER_HANDLER_DONE', 'BEFORE', $this, 'handle_parser_handler_done');
|
/plugin/qna/ |
H A D | action.php | 35 $controller->register_hook('PARSER_HANDLER_DONE', 'AFTER', $this, 'afterParserHandlerDone');
|
/plugin/include/ |
H A D | action.php | 40 $controller->register_hook('PARSER_HANDLER_DONE', 'BEFORE', $this, 'handle_parser');
|
/dokuwiki/inc/parser/ |
H A D | handler.php | 122 * @triggers PARSER_HANDLER_DONE 137 Event::createAndTrigger('PARSER_HANDLER_DONE',$this);
|