Searched full:fetch_media_status (Results 1 – 18 of 18) sorted by relevance
/plugin/dev/ |
H A D | events.txt | 32 FETCH_MEDIA_STATUS
|
/plugin/svgpureinsert/ |
H A D | action.php | 15 $controller->register_hook('FETCH_MEDIA_STATUS', 'BEFORE', $this, 'handle_send');
|
/plugin/mediacacheconfig/ |
H A D | action.php | 22 … $controller->register_hook('FETCH_MEDIA_STATUS', 'AFTER', $this, 'handle_fetch_media_status');
|
/plugin/rrdgraph/ |
H A D | action.php | 85 …$controller->register_hook ( 'FETCH_MEDIA_STATUS', 'BEFORE', $this, '_handle_fetch_media_status' ); 145 * Event-Handler for FETCH_MEDIA_STATUS.
|
/plugin/redirect2/ |
H A D | action.php | 25 $controller->register_hook('FETCH_MEDIA_STATUS', 'BEFORE', $this, 'redirectMedia'); 221 * FETCH_MEDIA_STATUS event handler 222 * @see also https://www.dokuwiki.org/devel:event:fetch_media_status
|
/plugin/templateconfhelper/action/ |
H A D | fetchaction.php | 27 $controller->register_hook('FETCH_MEDIA_STATUS', 'BEFORE', $this, 'fetch_action' );
|
/plugin/cloudstorage/ |
H A D | action.php | 22 … $controller->register_hook('FETCH_MEDIA_STATUS', 'BEFORE', $this, 'handle_fetch_media_status');
|
/plugin/ditaa/ |
H A D | action.php | 30 … $controller->register_hook('FETCH_MEDIA_STATUS', 'BEFORE', $this, 'ditaa_sendfile_not_found');
|
/plugin/combo/action/ |
H A D | staticresource.php | 59 * https://www.dokuwiki.org/devel:event:fetch_media_status 61 … $controller->register_hook('FETCH_MEDIA_STATUS', 'BEFORE', $this, 'handleMediaStatus', array()); 74 * https://www.dokuwiki.org/devel:event:fetch_media_status
|
/plugin/siteexport/action/ |
H A D | sendfile.php | 25 …$controller->register_hook('FETCH_MEDIA_STATUS', 'BEFORE', $this, 'siteexport_sendfile_not_found');
|
/plugin/icon/ |
H A D | action.php | 17 $controller->register_hook('FETCH_MEDIA_STATUS', 'BEFORE', $this, 'handleMediaStatus');
|
/plugin/templateconfhelper/ |
H A D | README | 25 uses FETCH_MEDIA_STATUS event to hook into fetch.php. This allows to have template files outside of…
|
/plugin/logger/action/ |
H A D | logging.php | 26 $controller->register_hook('FETCH_MEDIA_STATUS', 'BEFORE', $this, 'handle_before', array());
|
/dokuwiki/lib/exe/ |
H A D | fetch.php | 70 $evt = new Event('FETCH_MEDIA_STATUS', $data);
|
/plugin/logstats/ |
H A D | action.php | 22 $controller->register_hook('FETCH_MEDIA_STATUS', 'BEFORE', $this, 'logMediaAccess');
|
/plugin/combo/ComboStrap/ |
H A D | IFetcherAbs.php | 166 * and https://www.dokuwiki.org/devel:event:fetch_media_status
|
/plugin/statistics/ |
H A D | action.php | 53 'FETCH_MEDIA_STATUS',
|
/plugin/photogallery/ |
H A D | pgFetch.php | 63 $evt = new Doku_Event('FETCH_MEDIA_STATUS', $data);
|