Home
last modified time | relevance | path

Searched refs:redirectUrl (Results 1 – 6 of 6) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/
DAssociationSession.php42 public $redirectUrl; variable in Google\\Service\\AdSenseHost\\AssociationSession
119 public function setRedirectUrl($redirectUrl) argument
121 $this->redirectUrl = $redirectUrl;
128 return $this->redirectUrl;
/plugin/authfacebook/lib/Helpers/
DFacebookRedirectLoginHelper.php116 * @param string $redirectUrl The URL Facebook should redirect users to after login.
123 private function makeUrl($redirectUrl, array $scope, array $params = [], $separator = '&') argument
128 …return $this->oAuth2Client->getAuthorizationUrl($redirectUrl, $state, $scope, $params, $separator);
134 * @param string $redirectUrl The URL Facebook should redirect users to after login.
140 public function getLoginUrl($redirectUrl, array $scope = [], $separator = '&') argument
142 return $this->makeUrl($redirectUrl, $scope, [], $separator);
/plugin/authssocas/vendor/apereo/phpcas/source/CAS/ProxiedService/Http/
H A DAbstract.php241 if ($redirectUrl = $this->getRedirectUrl($request->getResponseHeaders())
243 phpCAS::trace('Found redirect:' . $redirectUrl);
244 $this->makeRequest($redirectUrl);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
DCreative.php170 public $redirectUrl; variable in Google\\Service\\Dfareporting\\Creative
849 public function setRedirectUrl($redirectUrl) argument
851 $this->redirectUrl = $redirectUrl;
858 return $this->redirectUrl;
/plugin/authgoogle/google/contrib/
DGoogle_AdsensehostService.php1110 public $redirectUrl; variable in Google_AssociationSession
1140 public function setRedirectUrl( $redirectUrl) { argument
1141 $this->redirectUrl = $redirectUrl;
1144 return $this->redirectUrl;
/plugin/calendar/
Dadmin.php6237 …$redirectUrl = DOKU_URL . 'doku.php?do=admin&page=calendar&tab=manage&msg=' . urlencode('Events re…
6240 header('Location: ' . $redirectUrl, true, 303);
6319 …$redirectUrl = DOKU_URL . 'doku.php?do=admin&page=calendar&tab=manage&msg=' . urlencode('No file u…
6320 header('Location: ' . $redirectUrl, true, 303);
6327 …$redirectUrl = DOKU_URL . 'doku.php?do=admin&page=calendar&tab=manage&msg=' . urlencode('Upload er…
6328 header('Location: ' . $redirectUrl, true, 303);
6336 …$redirectUrl = DOKU_URL . 'doku.php?do=admin&page=calendar&tab=manage&msg=' . urlencode('Invalid i…
6337 header('Location: ' . $redirectUrl, true, 303);
6407 …$redirectUrl = DOKU_URL . 'doku.php?do=admin&page=calendar&tab=manage&msg=' . urlencode($message) …
6408 header('Location: ' . $redirectUrl, true, 303);
[all …]