/plugin/instantpage/action/ |
H A D | adjustPrefetchCaching.php | 15 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'adjustCaching'); 19 * Event: ACTION_HEADERS_SEND
|
/plugin/cspheader/ |
H A D | action.php | 61 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'handleHeadersSend'); 65 * Handler for the ACTION_HEADERS_SEND event
|
/plugin/blogtng/action/ |
H A D | linkback.php | 26 …$controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'addPinkbackToHTTPHeader', arra… 90 * Handler for the ACTION_HEADERS_SEND event
|
/plugin/dev/ |
H A D | events.txt | 5 ACTION_HEADERS_SEND
|
/plugin/nftr/ |
H A D | action.php | 89 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'setNoindex'); 108 if ($event->name == 'ACTION_HEADERS_SEND')
|
/plugin/linkback/action/ |
H A D | receive.php | 19 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'addPingbackLinkToHTTPHeader', array ()); 108 * Handler for the ACTION_HEADERS_SEND event
|
/plugin/deniedpage/ |
H A D | action.php | 23 … $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'handle_action_headers_send');
|
/plugin/showinitpage/ |
H A D | action.php | 26 'ACTION_HEADERS_SEND', 'AFTER', $this, 'redirect_whole_content'
|
/plugin/clacks/ |
H A D | action.php | 41 'ACTION_HEADERS_SEND','BEFORE', $this, 'GNU', array()
|
/plugin/upload/ |
H A D | action.php | 36 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, '_hook_function_upload');
|
/plugin/combo/action/ |
H A D | docss.php | 26 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'handleCssForDoAction');
|
/dokuwiki/inc/ |
H A D | actions.php | 22 Event::createAndTrigger('ACTION_HEADERS_SEND', $headers, 'act_sendheaders');
|
/plugin/redirector/ |
H A D | action.php | 19 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, '_redirector');
|
/plugin/sql2wiki/action/ |
H A D | sqlite.php | 60 // 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 D | editor.php | 27 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'forceWYSIWYG'); 28 $controller->register_hook('ACTION_HEADERS_SEND', 'AFTER', $this, 'addJSINFO'); 36 * Triggered by event: ACTION_HEADERS_SEND
|
/plugin/redirect2/ |
H A D | action.php | 24 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'redirectPage'); 160 * ACTION_HEADERS_SEND:BEFORE event handler
|
/plugin/forceuserchange/ |
H A D | action.php | 29 $controller->register_hook('ACTION_HEADERS_SEND', 'AFTER', $this, 'handle_tpl_act_render');
|
/plugin/batchedit/ |
H A D | action.php | 30 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'onBeforeHeadersSend');
|
/plugin/logstats/ |
H A D | action.php | 21 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'logPageAccess');
|
/plugin/fastwiki/ |
H A D | action.php | 30 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'block_headers'); 31 $controller->register_hook('ACTION_HEADERS_SEND', 'AFTER', $this, 'instead_of_template');
|
/plugin/zenlogin/ |
H A D | action.php | 66 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this,
|
/plugin/htmlokay/ |
H A D | action.php | 27 … $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'modify_headers', array());
|
/plugin/directions/ |
H A D | action.php | 105 $controller->register_hook('ACTION_HEADERS_SEND', 'BEFORE', $this, 'dir_tpl_logfile');
|
/plugin/noticeboard/ |
H A D | action.php | 62 $controller->register_hook('ACTION_HEADERS_SEND',
|
/plugin/noticeboard/noticeboard/ |
H A D | action.php | 62 $controller->register_hook('ACTION_HEADERS_SEND',
|