Home
last modified time | relevance | path

Searched full:action_act_preprocess (Results 1 – 25 of 172) sorted by last modified time

1234567

/plugin/twofactor/action/
H A Dlogin.php22 'ACTION_ACT_PREPROCESS',
H A Dprofile.php24 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handlePreProcess');
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
/dokuwiki/inc/
H A DActionRouter.php74 * @triggers ACTION_ACT_PREPROCESS
82 $evt = new Event('ACTION_ACT_PREPROCESS', $actionname);
/plugin/siteexport/action/
H A Dajax.php49 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'siteexport_action');
H A Dstartup.php23 … $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'siteexport_check_export');
/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/structpublish/action/
H A Dmigration.php17 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleMigrations');
H A Dpublish.php10 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'changeStatus');
H A Dshow.php14 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleShow');
/plugin/struct/action/
H A Dentry.php47 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleValidation');
/plugin/spatialhelper/
H A Daction.php52 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleActionActPreprocess', []);
/plugin/dokusioc/
H A Daction.php40 … $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'checkAction', $controller);
/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/diffpreview/
H A Daction.php21 … $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, '_action_act_preprocess');
/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/tagging/action/
H A Dmain.php20 'ACTION_ACT_PREPROCESS', 'BEFORE', $this,
/plugin/dev/
H A Devents.txt1 ACTION_ACT_PREPROCESS
/plugin/tag/
H A Daction.php18 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'catchTagAction', array());
/plugin/recommend/
H A Daction.php6 foreach (array('ACTION_ACT_PREPROCESS', 'AJAX_CALL_UNKNOWN',
27 if ($event->name === 'ACTION_ACT_PREPROCESS') {
/plugin/dw2pdf/
H A Daction.php74 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'convert');
/plugin/combo/action/
H A Ddocustom.php64 * Execute the combo action via an ACTION_ACT_PREPROCESS
72 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'executeComboDoAction');
/plugin/structodt/
H A Daction.php26 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_action_act_prerpocess');
/plugin/data/
H A Daction.php41 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handleEditPost');
/plugin/bpmnio/action/
H A Deditor.php24 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'handle_post');

1234567