Home
last modified time | relevance | path

Searched full:media_delete_file (Results 1 – 11 of 11) sorted by relevance

/plugin/unusedmedias/admin/
H A Dlist.php50 // trigger an event - MEDIA_DELETE_FILE
58 $evt = new Doku_Event('MEDIA_DELETE_FILE',$data);
/plugin/dev/
H A Devents.txt86 MEDIA_DELETE_FILE
/plugin/webdav/
H A Daction.php28 $controller->register_hook('MEDIA_DELETE_FILE', 'AFTER', $this, 'deleteMeta');
/plugin/owncloud/
H A Daction.php36 $contr->register_hook('MEDIA_DELETE_FILE','AFTER',$this,'filecache',self::FILEREMOVE);
/plugin/dlcount/
H A Daction.php32 $controller->register_hook('MEDIA_DELETE_FILE', 'AFTER', $this, '_delcounter');
/plugin/preservefilenames/
H A Daction_anteater.php36 $controller->register_hook('MEDIA_DELETE_FILE', 'AFTER', $this, '_deleteMeta');
H A Daction_angua.php31 $controller->register_hook('MEDIA_DELETE_FILE', 'AFTER', $this, '_deleteMeta');
/plugin/elasticsearch/action/
H A Dindexing.php29 $controller->register_hook('MEDIA_DELETE_FILE', 'AFTER', $this, 'handle_media_delete');
/plugin/gitbacked/action/
H A Deditcommit.php29 $controller->register_hook('MEDIA_DELETE_FILE', 'AFTER', $this, 'handle_media_deletion');
/plugin/spatialhelper/
H A Daction.php72 $controller->register_hook('MEDIA_DELETE_FILE', 'BEFORE', $this, 'handleMediaDeleted', []);
/dokuwiki/inc/
H A Dmedia.php267 // trigger an event - MEDIA_DELETE_FILE
276 $evt = new Event('MEDIA_DELETE_FILE', $data);