Home
last modified time | relevance | path

Searched refs:_SERVER (Results 601 – 625 of 667) sorted by relevance

1...<<21222324252627

/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php945 return (isset($_SERVER['SERVER_SOFTWARE']) &&
946 strpos($_SERVER['SERVER_SOFTWARE'], 'Google App Engine') !== false);
/plugin/tagging/
H A Dhelper.php54 if (!isset($_SERVER['REMOTE_USER'])) {
61 return $_SERVER['REMOTE_USER'];
/plugin/siteexport/inc/
H A Dfunctions.php742 if (!isset($_SERVER['HTTP_AUTHORIZATION']) && $this->hasAuthentication()) {
744 …$_SERVER['HTTP_AUTHORIZATION'] = 'Basic ' . base64_encode($authentication['user'] . ':' . $authent…
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt385 echo '<img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" />';
390 echo '<td><img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" /></td>…
397 echo '<img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" />';
402 echo '<td><img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" /></td>…
/plugin/translation3/
H A Dhelper.php65 if(preg_match($rx,$_SERVER['HTTP_ACCEPT_LANGUAGE'],$match)){
/plugin/nstoc/
H A Dsyntax.php669 $u =& $_SERVER['REMOTE_USER']; // .. lookups within the loops below.
/plugin/git/lib/
H A DGit.php16 if (__FILE__ == $_SERVER['SCRIPT_FILENAME']) die('Bad load order');
/plugin/authsaml/
H A Dsaml.php174 $_SERVER['REMOTE_USER'] = $username;
/plugin/preregister/
H A Daction.php129 if($_SERVER['REMOTE_USER']){
/plugin/fckg/action/
H A Dmeta.php97 $pos = strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE');
/plugin/publish/
H A Dhelper.php323 if (!$_SERVER['REMOTE_USER']) {
/plugin/elwikiupgrade/
H A DHTTPClient.php905 isset($_SERVER['HTTP_REFERER']) &&
906 strpos($_SERVER['HTTP_REFERER'], 'httpdebug') !== false
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php726 $index = strpos($_SERVER['QUERY_STRING'], $name.'=');
727 $substring = substr($_SERVER['QUERY_STRING'], $index + strlen($name) + 1);
/plugin/redissue/
H A Dsyntax.php160 $wiki_user = $_SERVER['REMOTE_USER'];
/plugin/authsplit/
H A Dauth.php191 $user = $_SERVER['REMOTE_USER'];
/plugin/redproject/
H A Dsyntax.php108 $redUser = $_SERVER['REMOTE_USER'];
/plugin/odt/action/
H A Dexport.php362 $_SERVER['REQUEST_METHOD'] = 'POST'; //clears url
/plugin/autlogin/
H A Dadmin.php458 $user = $_SERVER['REMOTE_USER'];
746 $user = $_SERVER['REMOTE_USER'];
1494 $user = $_SERVER['REMOTE_USER'];
/plugin/statdisplay/
H A DBrowser.php221 $this->_agent = isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : "";
/plugin/webdav/vendor/sabre/http/
H A DREADME.md16 * `$_SERVER`,
455 * Returns an item from the _SERVER array.
465 * Sets the _SERVER array.
/plugin/davcal/vendor/sabre/http/
H A DREADME.md16 * `$_SERVER`,
455 * Returns an item from the _SERVER array.
465 * Sets the _SERVER array.
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt431 echo '<img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" />';
436 echo '<td><img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" /></td>';
443 echo '<img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" />';
448 echo '<td><img src="' . $_SERVER['PHP_SELF'] . '?=' . php_logo_guid() . '" alt="PHP Logo !" /></td>';
/plugin/data-au/_test/
H A Dhelper.test.php187 $_SERVER['REMOTE_USER'] = 'test';
/plugin/autotranslation/
H A Dhelper.php144 if(preg_match($rx, $_SERVER['HTTP_ACCEPT_LANGUAGE'], $match)) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dhelp.phpt5 $_SERVER['argv'][1] = '--no-configuration';

1...<<21222324252627