Home
last modified time | relevance | path

Searched refs:redirectSource (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/action/
H A Droutermessage.php90 $redirectSource = null;
94 list($pageIdOrigin, $redirectSource) = $messageQueryStringProperties;
99 switch ($redirectSource) {
148 LogUtility::msg("The redirection source ($redirectSource) is unknown. It was not expected", LogUtility::LVL_MSG_ERROR, action_plugin_combo_router::CANONICAL);
156 if ($redirectSource != action_plugin_combo_router::TARGET_ORIGIN_PAGE_RULES) {
255 * @param string $redirectSource
257 static function notify($id, $redirectSource) argument
264 $_SESSION[DOKU_COOKIE][self::ORIGIN_TYPE] = $redirectSource;
/plugin/404manager/
H A Daction.php268 $redirectSource = $INPUT->str(self::QUERY_STRING_REDIR_TYPE);
270 switch ($redirectSource) {
301 if ($redirectSource!=self::REDIRECT_TARGET_PAGE_FROM_DATASTORE) {
432 * @param string|the $redirectSource the source of the redirect
435 private function redirectToDokuwikiPage($targetPage, $redirectSource = 'Not Known') argument
456 $this->redirectManager->logRedirection($ID, $targetPage, $redirectSource);
464 self::QUERY_STRING_REDIR_TYPE => $redirectSource