Home
last modified time | relevance | path

Searched full:media_sendfile (Results 1 – 16 of 16) sorted by relevance

/plugin/rrdgraph/
H A Daction.php84 $controller->register_hook ( 'MEDIA_SENDFILE', 'BEFORE', $this, '_handle_media_sendfile' );
112 * Event-Handler for MEDIA_SENDFILE.
148 …* is set to 200 and DokuWiki calls the MEDIA_SENDFILE event hook. if the virtual namespace is not …
/plugin/diagrams/action/
H A Dmediafile.php29 $controller->register_hook('MEDIA_SENDFILE', 'BEFORE', $this, 'handleCSP');
129 * @param Doku_Event $event MEDIA_SENDFILE
/plugin/dev/
H A Devents.txt88 MEDIA_SENDFILE
/plugin/dlcounter/
H A Daction.php28 $controller->register_hook('MEDIA_SENDFILE', 'BEFORE', $this, 'handle_media_sendfile');
/plugin/svgimg2/
H A Daction.php26 $controller->register_hook('MEDIA_SENDFILE', 'BEFORE', $this, 'svgimg__convert');
/plugin/ditaa/
H A Daction.php29 $controller->register_hook('MEDIA_SENDFILE', 'BEFORE', $this, 'ditaa_sendfile');
/plugin/livemark/
H A Daction.php20 $controller->register_hook('MEDIA_SENDFILE', 'BEFORE', $this, 'livemark__livemark');
/plugin/siteexport/action/
H A Dsendfile.php24 $controller->register_hook('MEDIA_SENDFILE', 'BEFORE', $this, 'siteexport_sendfile');
/plugin/extranet/
H A Daction.php12 $controller->register_hook('MEDIA_SENDFILE', 'BEFORE', $this, '_hidemediasifrestricted');
/plugin/combo/action/
H A Dstaticresource.php65 * https://www.dokuwiki.org/devel:event:media_sendfile
67 $controller->register_hook('MEDIA_SENDFILE', 'BEFORE', $this, 'handleSendFile', array());
/dokuwiki/lib/exe/
H A Dfetch.php112 $evt = new Event('MEDIA_SENDFILE', $data);
/plugin/dlcount/
H A Daction.php30 $controller->register_hook('MEDIA_SENDFILE', 'BEFORE', $this, '_countdl');
/plugin/reflect/
H A Daction.php23 $controller->register_hook('MEDIA_SENDFILE', 'BEFORE', $this, 'reflect__reflect');
/plugin/preservefilenames/
H A Daction_anteater.php37 $controller->register_hook('MEDIA_SENDFILE', 'BEFORE', $this, '_sendFile');
H A Daction_angua.php32 $controller->register_hook('MEDIA_SENDFILE', 'BEFORE', $this, '_sendFile');
/plugin/photogallery/
H A DpgFetch.php98 $evt = new Doku_Event('MEDIA_SENDFILE', $data);