Home
last modified time | relevance | path

Searched refs:_GET (Results 176 – 199 of 199) sorted by relevance

12345678

/plugin/htmlokay/
H A Daction.php137 if(isset($_GET['htmlOKay_dbg'])) {
/plugin/mantisreporter/
H A Dsyntax.php156 $caller = $_GET['caller'];
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DConfigurationTest.php260 $this->assertEquals('bar', $_GET['foo']);
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.txt
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php15 case 'G': $var = &$_GET; break;
/plugin/authucenter/lib/api/
H A Duc.php42 $code = @$_GET['code'];
/plugin/authfacebook/
H A Dauth.php93 if (isset($_GET['code'])) {
/plugin/farm/
H A Dadmin.php296 foreach($_GET as $k => $v) {
/plugin/dirtylittlehelper/
H A Daction.php59 if( !$INFO['userinfo'] && $_GET['do']!='login' && $this->getConf('must_login') ) {
/plugin/authucenter/lib/uc_client/
H A Dclient.php217 $__times__ = isset($_GET['__times__']) ? intval($_GET['__times__']) + 1 : 1;
/plugin/evesso/
H A Dauth.php145 $_SESSION[DOKU_COOKIE]['oauth-inprogress']['params'] = $_GET;
/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php47 $id = $_GET["id"] ?? null;
/plugin/gallery2/dwgallery/
H A Ddwgallery.php103 $gallery['pic'] = $_GET['pic'];
/plugin/phpipam/
H A Dphpipam-api.php289 $xml = new SimpleXMLElement('<'.$_GET['controller'].'/>');
/plugin/adfs/phpsaml/
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
H A DCHANGELOG13 * Remove use of $_GET on static method validateBinarySign
/plugin/webdav/vendor/sabre/http/
H A DREADME.md14 * `$_GET`,
426 * This is equivalent to PHP's $_GET superglobal.
/plugin/davcal/vendor/sabre/http/
H A DREADME.md14 * `$_GET`,
426 * This is equivalent to PHP's $_GET superglobal.
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D41.41.js.map1_GET',\n '$_POST',\n '$_FILES',\n '$_REQUEST',\n '$_SESSION',\n …
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md184 if (isset($_GET['code'])) {
185 $token = $client->fetchAccessTokenWithAuthCode($_GET['code']);
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php4301 if (isset($_GET) && is_array($_GET)) {
4302 foreach ($_GET as $key => $value) {
4325 …$this->f = (isset($_GET['f']) ? $_GET['f'] : $this->f); // debug modes 0-2 don't recognize text mo…
4520 if (isset($_GET['phpThumbDebug'])) {
H A DphpThumb.config.php.default198 … 'SELECT `picture` FROM `products` WHERE (`id` = \''.mysqli_real_escape_string(@$_GET['id']).'\')';
/plugin/database2/
H A Ddatabase2.php522 if ( $matchingSecTok || ( $_GET[$name] && preg_match( '/^(cmd|opt)/i', $matches[1] ) ) )
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt2362 globals ($_GET, $_SERVER, etc).

12345678