Home
last modified time | relevance | path

Searched full:action_show_redirect (Results 1 – 14 of 14) sorted by relevance

/dokuwiki/inc/Action/
H A DRedirect.php20 * @triggers ACTION_SHOW_REDIRECT
43 Event::createAndTrigger('ACTION_SHOW_REDIRECT', $opts, [$this, 'redirect']);
52 * Default action for ACTION_SHOW_REDIRECT
/plugin/showpageafterlogin/
H A Daction.php16 …* Registers a callback function for ACTION_SHOW_REDIRECT to get notified after a login/logout happ…
23 $controller->register_hook('ACTION_SHOW_REDIRECT', 'BEFORE', $this, 'handle_redirect');
/plugin/dev/
H A Devents.txt6 ACTION_SHOW_REDIRECT
/plugin/edittable/action/
H A Dsectionjump.php18 $controller->register_hook('ACTION_SHOW_REDIRECT', 'BEFORE', $this, 'jump_to_section');
/plugin/box2/
H A Daction.php19 … $controller->register_hook('ACTION_SHOW_REDIRECT', 'BEFORE', $this, 'act_box_redirect_execute');
/plugin/wikicalendar/
H A Daction.php35 $controller->register_hook('ACTION_SHOW_REDIRECT', 'BEFORE', $this, 'handle_redirect');
/plugin/minical/
H A Daction.php33 $controller->register_hook('ACTION_SHOW_REDIRECT', 'BEFORE', $this, 'handle_redirect');
/plugin/mediasyntax/
H A Daction.php33 $controller->register_hook('ACTION_SHOW_REDIRECT', 'BEFORE', $this, 'handle_redirect');
/plugin/authorstats/
H A Daction.php33 $controller->register_hook("ACTION_SHOW_REDIRECT", "BEFORE", $this, "_updateSavedStats");
/plugin/dokutranslate/
H A Daction.php118 …$controller->register_hook('ACTION_SHOW_REDIRECT', 'BEFORE', $this, 'handle_action_show_redirect');
/plugin/fastwiki/
H A Daction.php29 $controller->register_hook('ACTION_SHOW_REDIRECT', 'BEFORE', $this, 'block_redirect');
/plugin/translate/
H A Daction.php333 trigger_event('ACTION_SHOW_REDIRECT',$opts,'act_redirect_execute');
/plugin/include/
H A Daction.php39 $controller->register_hook('ACTION_SHOW_REDIRECT', 'BEFORE', $this, 'handle_redirect');
/plugin/ckgedit/action/
H A Dmeta.php52 …$controller->register_hook('ACTION_SHOW_REDIRECT', 'BEFORE', $this, 'handle_redirect');