Home
last modified time | relevance | path

Searched full:action_headers_send (Results 1 – 25 of 25) sorted by last modified time

/dokuwiki/inc/
H A Dactions.php22 Event::createAndTrigger('ACTION_HEADERS_SEND', $headers, 'act_sendheaders');
/plugin/linkback/action/
H A Dreceive.php19 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'addPingbackLinkToHTTPHeader', array ());
108 * Handler for the ACTION_HEADERS_SEND event
/plugin/batchedit/
H A Daction.php30 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'onBeforeHeadersSend');
/plugin/dev/
H A Devents.txt5 ACTION_HEADERS_SEND
/plugin/combo/action/
H A Ddocss.php26 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'handleCssForDoAction');
/plugin/sql2wiki/action/
H A Dsqlite.php60 // this is why we are using ACTION_HEADERS_SEND event here
61 $controller->register_hook('ACTION_HEADERS_SEND', 'AFTER', $this, 'check_current_page_for_updates');
/plugin/prosemirror/action/
H A Deditor.php27 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'forceWYSIWYG');
28 $controller->register_hook('ACTION_HEADERS_SEND', 'AFTER', $this, 'addJSINFO');
37 * Triggered by event: ACTION_HEADERS_SEND
/plugin/blogtng/action/
H A Dlinkback.php26 …$controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'addPinkbackToHTTPHeader', arra…
90 * Handler for the ACTION_HEADERS_SEND event
/plugin/fastwiki/
H A Daction.php30 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'block_headers');
31 $controller->register_hook('ACTION_HEADERS_SEND', 'AFTER', $this, 'instead_of_template');
/plugin/instantpage/action/
H A DadjustPrefetchCaching.php15 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'adjustCaching');
19 * Event: ACTION_HEADERS_SEND
/plugin/cspheader/
H A Daction.php61 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'handleHeadersSend');
65 * Handler for the ACTION_HEADERS_SEND event
/plugin/showinitpage/
H A Daction.php26 'ACTION_HEADERS_SEND', 'AFTER', $this, 'redirect_whole_content'
/plugin/deniedpage/
H A Daction.php23 … $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'handle_action_headers_send');
/plugin/forceuserchange/
H A Daction.php29 $controller->register_hook('ACTION_HEADERS_SEND', 'AFTER', $this, 'handle_tpl_act_render');
/plugin/clacks/
H A Daction.php41 'ACTION_HEADERS_SEND','BEFORE', $this, 'GNU', array()
/plugin/htmlokay/
H A Daction.php27 … $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'modify_headers', array());
/plugin/redirector/
H A Daction.php19 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, '_redirector');
/plugin/logstats/
H A Daction.php21 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'logPageAccess');
/plugin/upload/
H A Daction.php36 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, '_hook_function_upload');
/plugin/redirect2/
H A Daction.php24 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'redirectPage');
156 * ACTION_HEADERS_SEND:BEFORE event handler
/plugin/zenlogin/
H A Daction.php66 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this,
/plugin/directions/
H A Daction.php105 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'dir_tpl_logfile');
/plugin/noticeboard/
H A Daction.php62 $controller->register_hook('ACTION_HEADERS_SEND',
/plugin/noticeboard/noticeboard/
H A Daction.php62 $controller->register_hook('ACTION_HEADERS_SEND',
/plugin/nftr/
H A Daction.php89 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'setNoindex');
108 if ($event->name == 'ACTION_HEADERS_SEND')