Searched full:media_delete_file (Results 1 – 11 of 11) sorted by relevance
/plugin/unusedmedias/admin/ |
H A D | list.php | 50 // trigger an event - MEDIA_DELETE_FILE 58 $evt = new Doku_Event('MEDIA_DELETE_FILE',$data);
|
/plugin/dev/ |
H A D | events.txt | 86 MEDIA_DELETE_FILE
|
/plugin/webdav/ |
H A D | action.php | 28 $controller->register_hook('MEDIA_DELETE_FILE', 'AFTER', $this, 'deleteMeta');
|
/plugin/owncloud/ |
H A D | action.php | 36 $contr->register_hook('MEDIA_DELETE_FILE','AFTER',$this,'filecache',self::FILEREMOVE);
|
/plugin/dlcount/ |
H A D | action.php | 32 $controller->register_hook('MEDIA_DELETE_FILE', 'AFTER', $this, '_delcounter');
|
/plugin/preservefilenames/ |
H A D | action_anteater.php | 36 $controller->register_hook('MEDIA_DELETE_FILE', 'AFTER', $this, '_deleteMeta');
|
H A D | action_angua.php | 31 $controller->register_hook('MEDIA_DELETE_FILE', 'AFTER', $this, '_deleteMeta');
|
/plugin/elasticsearch/action/ |
H A D | indexing.php | 29 $controller->register_hook('MEDIA_DELETE_FILE', 'AFTER', $this, 'handle_media_delete');
|
/plugin/gitbacked/action/ |
H A D | editcommit.php | 29 $controller->register_hook('MEDIA_DELETE_FILE', 'AFTER', $this, 'handle_media_deletion');
|
/plugin/spatialhelper/ |
H A D | action.php | 62 … $controller->register_hook('MEDIA_DELETE_FILE', 'BEFORE', $this, 'handleMediaDeleted', array());
|
/dokuwiki/inc/ |
H A D | media.php | 256 // trigger an event - MEDIA_DELETE_FILE 265 $evt = new Event('MEDIA_DELETE_FILE',$data);
|