Home
last modified time | relevance | path

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

/plugin/archiveupload/
H A Daction.php37 $controller->register_hook('MEDIA_UPLOAD_FINISH', 'BEFORE', $this, 'handle_media_upload');
/plugin/gitbacked/action/
H A Deditcommit.php150 public function handle_media_upload(Doku_Event &$event, $param) { function in action_plugin_gitbacked_editcommit
/plugin/elasticsearch/action/
H A Dindexing.php28 $controller->register_hook('MEDIA_UPLOAD_FINISH', 'AFTER', $this, 'handle_media_upload');
60 public function handle_media_upload(Doku_Event $event) function in action_plugin_elasticsearch_indexing