Home
last modified time | relevance | path

Searched full:fetch_media_status (Results 1 – 18 of 18) sorted by relevance

/plugin/dev/
H A Devents.txt32 FETCH_MEDIA_STATUS
/plugin/svgpureinsert/
H A Daction.php15 $controller->register_hook('FETCH_MEDIA_STATUS', 'BEFORE', $this, 'handle_send');
/plugin/mediacacheconfig/
H A Daction.php22 … $controller->register_hook('FETCH_MEDIA_STATUS', 'AFTER', $this, 'handle_fetch_media_status');
/plugin/rrdgraph/
H A Daction.php85 …$controller->register_hook ( 'FETCH_MEDIA_STATUS', 'BEFORE', $this, '_handle_fetch_media_status' );
145 * Event-Handler for FETCH_MEDIA_STATUS.
/plugin/redirect2/
H A Daction.php25 $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 Dfetchaction.php27 $controller->register_hook('FETCH_MEDIA_STATUS', 'BEFORE', $this, 'fetch_action' );
/plugin/cloudstorage/
H A Daction.php22 … $controller->register_hook('FETCH_MEDIA_STATUS', 'BEFORE', $this, 'handle_fetch_media_status');
/plugin/ditaa/
H A Daction.php30 … $controller->register_hook('FETCH_MEDIA_STATUS', 'BEFORE', $this, 'ditaa_sendfile_not_found');
/plugin/combo/action/
H A Dstaticresource.php59 * 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/icon/
H A Daction.php17 $controller->register_hook('FETCH_MEDIA_STATUS', 'BEFORE', $this, 'handleMediaStatus');
/plugin/siteexport/action/
H A Dsendfile.php25 …$controller->register_hook('FETCH_MEDIA_STATUS', 'BEFORE', $this, 'siteexport_sendfile_not_found');
/plugin/templateconfhelper/
H A DREADME25 uses FETCH_MEDIA_STATUS event to hook into fetch.php. This allows to have template files outside of…
/plugin/logger/action/
H A Dlogging.php26 $controller->register_hook('FETCH_MEDIA_STATUS', 'BEFORE', $this, 'handle_before', array());
/dokuwiki/lib/exe/
H A Dfetch.php72 $evt = new Event('FETCH_MEDIA_STATUS', $data);
/plugin/logstats/
H A Daction.php22 $controller->register_hook('FETCH_MEDIA_STATUS', 'BEFORE', $this, 'logMediaAccess');
/plugin/combo/ComboStrap/
H A DIFetcherAbs.php166 * and https://www.dokuwiki.org/devel:event:fetch_media_status
/plugin/statistics/
H A Daction.php53 'FETCH_MEDIA_STATUS',
/plugin/photogallery/
H A DpgFetch.php63 $evt = new Doku_Event('FETCH_MEDIA_STATUS', $data);