Home
last modified time | relevance | path

Searched full:action_act_preprocess (Results 1 – 25 of 172) sorted by relevance

1234567

/plugin/saveandedit/
H A Daction.php23 …$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_action_act_preprocess…
68 The ACTION_ACT_PREPROCESS event is triggered several
84 ACTION_ACT_PREPROCESS call. This breaks the
105 $new_evt = new \Doku_Event('ACTION_ACT_PREPROCESS', $event->data);
/plugin/edittable/action/
H A Dpreprocess.php11 * 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 Dresendpwd.php21 '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 Daction.php30 …$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_action_act_preprocess…
56 * @param Doku_Event $event ACTION_ACT_PREPROCESS
/plugin/forcessllogin/
H A Daction.php26 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'forcessllogin');
39 if( $event->name == 'ACTION_ACT_PREPROCESS' && !$this->getConf('splashpage')) {
/plugin/deletepagebutton/
H A Daction.php30 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'deletePage' );
79 * Hook for ACTION_ACT_PREPROCESS event.
/plugin/authplaincas/
H A Daction.php29 $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 Dparser.php28 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_preprocess');
72 * Triggered by: ACTION_ACT_PREPROCESS
/plugin/publish/action/
H A Dapprove.php17 … $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 Daction.php11 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this,
/plugin/linkback/action/
H A Dsend.php26 $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 Daction.php14 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'do_randompage');
/plugin/dev/
H A Devents.txt1 ACTION_ACT_PREPROCESS
/plugin/svgedit/
H A Daction.php20 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this,
/plugin/captcha/
H A Daction.php24 $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 Daction.php10 $controller->register_hook('ACTION_ACT_PREPROCESS','BEFORE', $this, '_check404');
/plugin/new_page_dialog/action/
H A Dnew.php24 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'fckw_index');
/plugin/npd/action/
H A Dnew.php24 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'fckw_index');
/plugin/log404/
H A Daction.php22 $controller->register_hook('ACTION_ACT_PREPROCESS', 'AFTER', $this, 'handle');
/plugin/directorylist/action/
H A Ddirectorylist.php20 $controller->register_hook(ACTION_ACT_PREPROCESS, BEFORE, $this, 'handle_event');
/plugin/loglog/
H A Daction.php38 'ACTION_ACT_PREPROCESS',
62 'ACTION_ACT_PREPROCESS',
/plugin/brj404/
H A Daction.php33 $controller->register_hook('ACTION_ACT_PREPROCESS', 'AFTER', $this, 'preprocess', array ());
/plugin/maintenance/
H A Daction.php20 … $contr->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'before_action', array());
/plugin/loginredirect/
H A Daction.php26 $controller->register_hook('ACTION_ACT_PREPROCESS','BEFORE', $this, 'handle_loginredirect');
/plugin/filelisting/action/
H A Ddelete.php22 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_action_act_preprocess');

1234567