Home
last modified time | relevance | path

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

1234567

/dokuwiki/inc/
H A DActionRouter.php74 * @triggers ACTION_ACT_PREPROCESS
82 $evt = new Event('ACTION_ACT_PREPROCESS', $actionname);
/plugin/accscounter/
H A Daction.php16 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'allow_my_action');
/plugin/adfs/
H A Daction.php13 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_request');
/plugin/adminhomepage/
H A Daction.php38 … $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_act_preprocess');
/plugin/anewssystem/
H A Daction.php37 … $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, '_handle_act', array());
/plugin/approve/action/
H A Dapprove.php12 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_approve');
13 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_mark_ready_for_approval');
14 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_viewer');
H A Dviewmode.php22 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleAct');
/plugin/asyncsearch/
H A Dasyncsearch.php21 …$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_action_act_preprocess…
/plugin/authenvvars/
H A Daction.php20 $controller->register_hook('ACTION_ACT_PREPROCESS', 'AFTER', $this, 'skip_login_action', NULL);
/plugin/authhttp/
H A Daction.php72 $controller->register_hook('ACTION_ACT_PREPROCESS',
/plugin/authorstats/
H A Daction.php35 … $controller->register_hook("ACTION_ACT_PREPROCESS", "BEFORE", $this, "_allow_show_author_pages");
/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/authsaml/
H A Daction.php50 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_login');
/plugin/authshibboleth/plugin/authshibboleth/
H A Daction.php42 … $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'redirectToLoginHandler');
/plugin/authvk/
H A Daction.php22 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_dologin');
/plugin/autogroup/
H A Daction.php67 … $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'check_update_all_event');
/plugin/autosearch/
H A Daction.php19 $contr->register_hook('ACTION_ACT_PREPROCESS',
/plugin/autostart/
H A Daction.php33 … $controller->register_hook('ACTION_ACT_PREPROCESS', 'AFTER', $this, 'preprocess', array ());
/plugin/bez/action/
H A Ddefault.php57 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'action_act_preprocess');
210 public function action_act_preprocess(Doku_Event $event, $param) function in action_plugin_bez_default
/plugin/blog/
H A Daction.php14 $contr->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_act_preprocess', array());
/plugin/blogtng/action/
H A Dcomments.php34 …$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleCommentSaveAndSubscrib…
H A Dedit.php40 …$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'saveSubmittedFormData', arra…
41 …$controller->register_hook('ACTION_ACT_PREPROCESS', 'AFTER', $this, 'saveSubmittedFormData', array…
H A Dnew.php28 …$controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleNewBlogFormData', arra…
/plugin/bookmark2wiki/
H A Daction.php29 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'allowMyAction');
/plugin/bpmnio/action/
H A Deditor.php24 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_post');

1234567