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/wpa_supplicant_8/hs20/server/www/
spp.php 5 if (!stristr($_SERVER["CONTENT_TYPE"], "application/soap+xml")) {
6 error_log("spp.php - Unexpected Content-Type " . $_SERVER["CONTENT_TYPE"]);
10 if ($_SERVER["REQUEST_METHOD"] != "POST") {
11 error_log("spp.php - Unexpected method " . $_SERVER["REQUEST_METHOD"]);
26 if (!empty($_SERVER['PHP_AUTH_DIGEST'])) {
32 $_SERVER['PHP_AUTH_DIGEST'], $matches, PREG_SET_ORDER);
71 $A2 = md5($_SERVER['REQUEST_METHOD'] . ':' . $data['uri']);
78 } else if (isset($_SERVER["SSL_CLIENT_VERIFY"]) &&
79 $_SERVER["SSL_CLIENT_VERIFY"] == "SUCCESS" &&
80 isset($_SERVER["SSL_CLIENT_M_SERIAL"]))
    [all...]
est.php 5 $params = split("/", $_SERVER["PATH_INFO"], 3);
8 $method = $_SERVER["REQUEST_METHOD"];
13 if (!empty($_SERVER['PHP_AUTH_DIGEST'])) {
19 $_SERVER['PHP_AUTH_DIGEST'], $matches, PREG_SET_ORDER);
103 if (!isset($_SERVER["CONTENT_TYPE"])) {
107 if (!stristr($_SERVER["CONTENT_TYPE"], "application/pkcs10")) {
109 $_SERVER["CONTENT_TYPE"]);
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
server.py 95 _SERVER = None # This gets filled in by main()
457 results_obj = _SERVER.results
460 results_type=results_type, reload_seconds=_SERVER.reload_seconds,
461 is_editable=_SERVER.is_editable, is_exported=_SERVER.is_exported)
538 if not _SERVER.is_editable:
554 # We must hold _SERVER.results_rlock while we do this, to guarantee that
557 with _SERVER.results_rlock:
559 oldResults = _SERVER.results.get_results_of_type(oldResultsType)
567 _SERVER.results.edit_expectations(data[KEY__EDITS__MODIFICATIONS]
    [all...]
  /external/skia/gm/rebaseline_server/
server.py 95 _SERVER = None # This gets filled in by main()
457 results_obj = _SERVER.results
460 results_type=results_type, reload_seconds=_SERVER.reload_seconds,
461 is_editable=_SERVER.is_editable, is_exported=_SERVER.is_exported)
538 if not _SERVER.is_editable:
554 # We must hold _SERVER.results_rlock while we do this, to guarantee that
557 with _SERVER.results_rlock:
559 oldResults = _SERVER.results.get_results_of_type(oldResultsType)
567 _SERVER.results.edit_expectations(data[KEY__EDITS__MODIFICATIONS]
    [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/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_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 180 milliseconds