Home
last modified time | relevance | path

Searched refs:_GET (Results 1 – 25 of 199) sorted by path

12345678

/plugin/accscounter/
H A Daction.php41 if ($_GET['mode'] == 'move') {
124 if ($_GET['mode'] == 'delete') {
/plugin/aceeditor/
H A Dpreview.php30 $xhtml = $renderer->render($_GET['text']);
/plugin/adfs/phpsaml/
H A DCHANGELOG13 * Remove use of $_GET on static method validateBinarySign
H A DREADME.md928 $logoutResponse = new OneLogin_Saml2_LogoutResponse($this->_settings, $_GET['SAMLResponse']);
947 $decoded = base64_decode($_GET['SAMLRequest']);
962 if (isset($_GET['RelayState'])) {
963 $parameters['RelayState'] = $_GET['RelayState'];
1102 if (isset($_GET['sso'])) { // SSO action. Will send an AuthNRequest to the IdP
1104 } else if (isset($_GET['sso2'])) { // Another SSO action
1107 } else if (isset($_GET['slo'])) { // SLO action. Will sent a Logout Request to IdP
1109 } else if (isset($_GET['acs'])) { // Assertion Consumer Service
1130 } else if (isset($_GET['sls'])) { // Single Logout Service
/plugin/adfs/phpsaml/lib/Saml2/
H A DAuth.php255 if (isset($_GET['SAMLResponse'])) {
256 … $logoutResponse = new OneLogin_Saml2_LogoutResponse($this->_settings, $_GET['SAMLResponse']);
273 } else if (isset($_GET['SAMLRequest'])) {
274 … $logoutRequest = new OneLogin_Saml2_LogoutRequest($this->_settings, $_GET['SAMLRequest']);
296 if (isset($_GET['RelayState'])) {
297 $parameters['RelayState'] = $_GET['RelayState'];
H A DLogoutRequest.php402 if ($security['wantMessagesSigned'] && !isset($_GET['Signature'])) {
410 if (isset($_GET['Signature'])) {
411 …$signatureValid = OneLogin_Saml2_Utils::validateBinarySign("SAMLRequest", $_GET, $idpData, $retrie…
H A DLogoutResponse.php187 if ($security['wantMessagesSigned'] && !isset($_GET['Signature'])) {
195 if (isset($_GET['Signature'])) {
196 …$signatureValid = OneLogin_Saml2_Utils::validateBinarySign("SAMLResponse", $_GET, $idpData, $retri…
/plugin/ajaxloader/
H A Dajax.php24 else if(isset($_GET['call']))
25 $call = $_GET['call'];
/plugin/ajaxpeon/
H A Daction.php121 if($_GET["callback"]){
122 echo $_GET["callback"]."(".$json->encode($data).")";
/plugin/anewssystem/
H A Daction.php67 if(stripos($_GET['archive'],'archive')!== false) $ans_conf['param'] = $_GET['archive'];
68 $_GET['archive']="";
H A Dsyntax.php91 if(stripos($_GET['archive'],'archive')!== false) $ans_conf['param'] = $_GET['archive'];
92 $_GET['archive']="";
964 $tmp = ','.$_GET['tag']; // this will overrule the page syntax setting
980 $prefs['anchor'] = $_GET['anchor']; // this will overrule the page syntax setting to
/plugin/api/
H A Daction.php131 if ($_GET["callback"] ?? null) {
132 echo $_GET["callback"] . "(" . json_encode($data) . ")";
/plugin/approve/action/
H A Dapprove.php38 if ($event->data == 'diff' && isset($_GET['approve'])) {
43 if ($this->getConf('ready_for_approval') && $event->data == 'diff' && isset($_GET['ready_for_approval'])) {
92 if (!isset($_GET['approve'])) return;
129 if (!isset($_GET['ready_for_approval'])) return;
/plugin/authdiscourse/
H A Dauth.php79 if (!empty($_GET) && isset($_GET['sso'])){
81 $sso = urldecode($_GET['sso']);
82 $sig = $_GET['sig'];
/plugin/authfacebook/
H A Dauth.php93 if (isset($_GET['code'])) {
/plugin/authfacebook/lib/Helpers/
H A DFacebookRedirectLoginHelper.php331 return isset($_GET[$key]) ? $_GET[$key] : null;
/plugin/authgoogle/
H A Dauth.php89 if (isset($_GET['code'])) {
92 $client->authenticate($_GET['code']);
178 if (isset($_GET['do']) && $_GET['do']=='login') {
/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php91 if (!$code && isset($_GET['code'])) {
92 $code = $_GET['code'];
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md184 if (isset($_GET['code'])) {
185 $token = $client->fetchAccessTokenWithAuthCode($_GET['code']);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DServerRequest.php182 ->withQueryParams($_GET)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRandom.php102 (isset($_GET) ? self::safe_serialize($_GET) : '') .
/plugin/authhiorgserver/
H A Dauth.php108 if(empty($_GET["token"])) {
115 $token = $_GET["token"];
/plugin/authloginapi/
H A Dauth.php47 if ($ACT == 'login' && isset($_GET['r']) && isset($_GET['s'])) { // parse response
48 $data = $this->parseResponse($_GET['r'], $_GET['s']);
/plugin/authucenter/lib/api/
H A Duc.php42 $code = @$_GET['code'];
/plugin/authucenter/lib/uc_client/
H A Dclient.php217 $__times__ = isset($_GET['__times__']) ? intval($_GET['__times__']) + 1 : 1;

12345678