Home
last modified time | relevance | path

Searched full:action_act_preprocess (Results 1 – 25 of 169) 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/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/randompage2/
H A Daction.php14 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'do_randompage');
/plugin/linkback/action/
H A Dsend.php26 …$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_action_act_preprocess…
27 …$controller->register_hook('ACTION_ACT_PREPROCESS', 'AFTER', $this, 'handle_action_act_preprocess_…
31 * Handler for the ACTION_ACT_PREPROCESS event and BEFORE advise.
43 * Handler for the ACTION_ACT_PREPROCESS event and AFTER advise.
/plugin/svgedit/
H A Daction.php20 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this,
/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/captcha/
H A Daction.php20 … $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_captcha_input', []);
48 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_auth', []);
84 * ACTION_ACT_PREPROCESS event)
/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/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/structpublish/action/
H A Dpublish.php10 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'changeStatus');
/plugin/loglog/
H A Daction.php38 'ACTION_ACT_PREPROCESS',
62 'ACTION_ACT_PREPROCESS',
/plugin/filelisting/action/
H A Ddelete.php22 …$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_action_act_preprocess…
/plugin/projects/action/
H A Deditformselect.php3 * projects Action Plugin: hijack the ACTION_ACT_PREPROCESS events for admin action
/plugin/denyactions/action/
H A Dact.php22 …$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_action_act_preprocess…

1234567