Home
last modified time | relevance | path

Searched refs:handle_parser (Results 1 – 2 of 2) sorted by last modified time

/plugin/include/
H A Daction.php40 $controller->register_hook('PARSER_HANDLER_DONE', 'BEFORE', $this, 'handle_parser');
146 function handle_parser(Doku_Event $event, $param) { function in action_plugin_include
/plugin/mediasyntax/
H A Daction.php34 $controller->register_hook('PARSER_HANDLER_DONE', 'BEFORE', $this, 'handle_parser');
52 function handle_parser(Doku_Event $event, $param)
56 function handle_parser(&$event, $param) global() function in action_plugin_mediasyntax