Home
last modified time | relevance | path

Searched refs:handle_preprocess (Results 1 – 3 of 3) sorted by relevance

/plugin/edittable/action/
H A Dpreprocess.php33 public function handle_preprocess(Doku_Event $event) function in action_plugin_edittable_preprocess
/plugin/prosemirror/action/
H A Dparser.php28 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_preprocess');
80 public function handle_preprocess(Doku_Event $event, $param) function in action_plugin_prosemirror_parser
/plugin/elasticsearch/action/
H A Dsearch.php48 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_preprocess');
59 public function handle_preprocess(Doku_Event $event, $param) { function in action_plugin_elasticsearch_search