/plugin/saveandedit/ |
H A D | action.php | 24 'ACTION_ACT_PREPROCESS', 77 The ACTION_ACT_PREPROCESS event is triggered several 93 ACTION_ACT_PREPROCESS call. This breaks the 114 $new_evt = new Event('ACTION_ACT_PREPROCESS', $event->data);
|
/plugin/edittable/action/ |
H A D | preprocess.php | 11 * just intercepts ACTION_ACT_PREPROCESS and emits two new events 25 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_preprocess');
|
/plugin/twofactor/action/ |
H A D | resendpwd.php | 21 'ACTION_ACT_PREPROCESS', 40 * Event handler for ACTION_ACT_PREPROCESS 42 * @see https://www.dokuwiki.org/devel:events:ACTION_ACT_PREPROCESS
|
/plugin/starred/ |
H A D | action.php | 30 …$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_action_act_preprocess… 56 * @param Doku_Event $event ACTION_ACT_PREPROCESS
|
/plugin/forcessllogin/ |
H A D | action.php | 26 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'forcessllogin'); 39 if( $event->name == 'ACTION_ACT_PREPROCESS' && !$this->getConf('splashpage')) {
|
/plugin/deletepagebutton/ |
H A D | action.php | 30 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'deletePage' ); 79 * Hook for ACTION_ACT_PREPROCESS event.
|
/plugin/authplaincas/ |
H A D | action.php | 29 $controller->register_hook ('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_action'); 30 $controller->register_hook ('ACTION_ACT_PREPROCESS', 'AFTER', $this, 'handle_action_after');
|
/plugin/prosemirror/action/ |
H A D | parser.php | 28 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_preprocess'); 72 * Triggered by: ACTION_ACT_PREPROCESS
|
/plugin/publish/action/ |
H A D | approve.php | 17 … $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_io_write', array()); 50 # but late enough to have lastmod set (ACTION_ACT_PREPROCESS
|
/plugin/components/action/ |
H A D | action.php | 11 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this,
|
/plugin/linkback/action/ |
H A D | send.php | 26 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_action_act_preprocess_before', array()); 27 $controller->register_hook('ACTION_ACT_PREPROCESS', 'AFTER', $this, 'handle_action_act_preprocess_after', array()); 31 * Handler for the ACTION_ACT_PREPROCESS event and BEFORE advise. 43 * Handler for the ACTION_ACT_PREPROCESS event and AFTER advise.
|
/plugin/randompage2/ |
H A D | action.php | 14 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'do_randompage');
|
/plugin/dev/ |
H A D | events.txt | 1 ACTION_ACT_PREPROCESS
|
/plugin/svgedit/ |
H A D | action.php | 20 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this,
|
/plugin/captcha/ |
H A D | action.php | 24 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleCaptchaInput', []); 46 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleAuth', []); 82 * ACTION_ACT_PREPROCESS event)
|
/plugin/notfound/ |
H A D | action.php | 10 $controller->register_hook('ACTION_ACT_PREPROCESS','BEFORE', $this, '_check404');
|
/plugin/new_page_dialog/action/ |
H A D | new.php | 24 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'fckw_index');
|
/plugin/npd/action/ |
H A D | new.php | 24 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'fckw_index');
|
/plugin/log404/ |
H A D | action.php | 22 $controller->register_hook('ACTION_ACT_PREPROCESS', 'AFTER', $this, 'handle');
|
/plugin/directorylist/action/ |
H A D | directorylist.php | 20 $controller->register_hook(ACTION_ACT_PREPROCESS, BEFORE, $this, 'handle_event');
|
/plugin/loglog/ |
H A D | action.php | 38 'ACTION_ACT_PREPROCESS', 62 'ACTION_ACT_PREPROCESS',
|
/plugin/brj404/ |
H A D | action.php | 33 $controller->register_hook('ACTION_ACT_PREPROCESS', 'AFTER', $this, 'preprocess', array ());
|
/plugin/maintenance/ |
H A D | action.php | 20 … $contr->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'before_action', array());
|
/plugin/loginredirect/ |
H A D | action.php | 26 $controller->register_hook('ACTION_ACT_PREPROCESS','BEFORE', $this, 'handle_loginredirect');
|
/plugin/filelisting/action/ |
H A D | delete.php | 22 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_action_act_preprocess');
|