HomeSort by relevance Sort by last modified time
    Searched refs:_SERVER (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/WebKit/ManualTests/blackberry/
http-cookie-database-set.php 8 $path = str_replace("http-cookie-database-set.php", "http-cookie-database-update.php", $_SERVER["PHP_SELF"]);
9 $newurl = 'https://'.$_SERVER["HTTP_HOST"].$path;
http-auth-challenge.php 10 if ($_SERVER['PHP_AUTH_USER'] == $username && $_SERVER['PHP_AUTH_PW'] == $password){
http-auth-private-mode-changed.php 4 if ($_SERVER['PHP_AUTH_USER'] == $username && $_SERVER['PHP_AUTH_PW'] == $password){
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/includes/
db.php 2 require_once $_SERVER['DOCUMENT_ROOT'] . "/emf/includes/searchcvs-dbaccess.php";
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 242 $scheme = (!isset($_SERVER['HTTPS']) || $_SERVER['HTTPS'] != "on")
246 '://' . $_SERVER['HTTP_HOST'] .
248 $_SERVER['SERVER_PORT'] .
249 $_SERVER['REQUEST_URI'];
250 $http_method = ($http_method) ? $http_method : $_SERVER['REQUEST_METHOD'];
261 $parameters = OAuthUtil::parse_parameters($_SERVER['QUERY_STRING']);
791 // that $_SERVER actually contains what we need
793 if( isset($_SERVER['CONTENT_TYPE']) )
794 $out['Content-Type'] = $_SERVER['CONTENT_TYPE']
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 242 $scheme = (!isset($_SERVER['HTTPS']) || $_SERVER['HTTPS'] != "on")
246 '://' . $_SERVER['HTTP_HOST'] .
248 $_SERVER['SERVER_PORT'] .
249 $_SERVER['REQUEST_URI'];
250 $http_method = ($http_method) ? $http_method : $_SERVER['REQUEST_METHOD'];
261 $parameters = OAuthUtil::parse_parameters($_SERVER['QUERY_STRING']);
791 // that $_SERVER actually contains what we need
793 if( isset($_SERVER['CONTENT_TYPE']) )
794 $out['Content-Type'] = $_SERVER['CONTENT_TYPE']
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
searchcvs.php 2 require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); $App = new App(); $Nav = new Nav(); $Menu = new Menu(); include($App->getProjectCommon());
  /external/libvpx/libvpx/examples/includes/geshi/contrib/
aliased.php 26 $path = SOURCE_ROOT.$_SERVER['PATH_INFO'];
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 31 $scheme = (!isset($_SERVER['HTTPS']) || $_SERVER['HTTPS'] != 'on') ? 'http' :
33 $selfUrl = "$scheme://{$_SERVER['HTTP_HOST']}{$_SERVER['PHP_SELF']}";
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 30 $scheme = (!isset($_SERVER['HTTPS']) || $_SERVER['HTTPS'] != 'on') ? 'http' :
32 $selfUrl = "$scheme://{$_SERVER['HTTP_HOST']}{$_SERVER['PHP_SELF']}";
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
index.php 7 $serverName = $_SERVER["SERVER_NAME"];
11 $serverName = $_SERVER["SERVER_NAME"];
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 26 * $openid->realm = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' . $_SERVER['HTTP_HOST'];
27 * $openid->returnUrl = $openid->realm . $_SERVER['REQUEST_URI'];
69 $this->trustRoot = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' . $_SERVER['HTTP_HOST'];
70 $this->returnUrl = $this->trustRoot . $_SERVER['REQUEST_URI'];
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 26 * $openid->realm = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' . $_SERVER['HTTP_HOST'];
27 * $openid->returnUrl = $openid->realm . $_SERVER['REQUEST_URI'];
69 $this->trustRoot = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' . $_SERVER['HTTP_HOST'];
70 $this->returnUrl = $this->trustRoot . $_SERVER['REQUEST_URI'];

Completed in 2885 milliseconds