Home
last modified time | relevance | path

Searched full:action_denied_tplcontent (Results 1 – 4 of 4) sorted by relevance

/plugin/dev/
Devents.txt2 ACTION_DENIED_TPLCONTENT
/dokuwiki/inc/Action/
H A DDenied.php30 $event = new Event('ACTION_DENIED_TPLCONTENT', $data);
/plugin/redirectssl/
Daction.php12 …e. But Action/Denied.php:Denied::tplContent() triggers an event ACTION_DENIED_TPLCONTENT, which we…
13 $contr->register_hook('ACTION_DENIED_TPLCONTENT','BEFORE',$this,'handle_action_denied',array());
/plugin/oauth/action/
H A Dlogin.php51 $controller->register_hook('ACTION_DENIED_TPLCONTENT', 'BEFORE', $this, 'handleDeniedForm');