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

  /external/chromium_org/third_party/WebKit/ManualTests/blackberry/
clear-cookie-refresh-result.php 5 if (isset($_COOKIE["cookieName"])) {
http-cookie-database-set.php 1 <?php if (isset($_COOKIE["db_cookie"])) {
http-auth-challenge.php 3 if (isset($_SESSION['triedTimes']))
  /external/wpa_supplicant_8/hs20/server/www/
add-mo.php 10 if (isset($_POST["id"]))
17 if (strlen($id) < 32 || !isset($user) || !isset($pw)) {
redirect.php 10 if (isset($_GET["id"]))
cert-enroll.php 10 if (isset($_GET["id"]))
add-free.php 10 if (isset($_POST["id"]))
users.php 10 if (isset($_GET["id"])) {
16 if (isset($_GET["cmd"]))
37 if (!isset($mo))
87 if ($cmd == "policy" && $id > 0 && isset($_GET["policy"])) {
94 if ($cmd == "account-type" && $id > 0 && isset($_GET["type"])) {
114 if (isset($_GET["dump"])) {
260 if (isset($_GET["limit"])) {
spp.php 15 if (isset($_GET["realm"])) {
78 } else if (isset($_SERVER["SSL_CLIENT_VERIFY"]) &&
80 isset($_SERVER["SSL_CLIENT_M_SERIAL"])) {
83 } else if (!isset($_SERVER["PATH_INFO"]) ||
93 if (isset($user) && strlen($user) > 0)
est.php 96 if (!isset($user) || strlen($user) == 0) {
103 if (!isset($_SERVER["CONTENT_TYPE"])) {
151 if (!isset($matches['snhex']) || strlen($matches['snhex']) < 1) {
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 30 $scheme = (!isset($_SERVER['HTTPS']) || $_SERVER['HTTPS'] != 'on') ? 'http' :
120 if (!isset($_GET['openid_mode'])) {
123 if (isset($_GET['login'])) {
142 if (isset($_REQUEST['popup']) && !isset($_SESSION['redirect_to'])) {
146 } else if (isset($_SESSION['redirect_to'])) {
150 } else if (isset($_REQUEST['queryLicenseServer'])) {
154 } else if (isset($_GET['logout'])) {
179 <?php if (!isset($_SESSION['userId'])): ?>
186 <?php if (isset($_SESSION['attributes'])): ?
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 242 $scheme = (!isset($_SERVER['HTTPS']) || $_SERVER['HTTPS'] != "on")
266 && isset($request_headers['Content-Type'])
278 if (isset($request_headers['Authorization']) && substr($request_headers['Authorization'], 0, 6) == 'OAuth ') {
308 if ($allow_duplicates && isset($this->parameters[$name])) {
323 return isset($this->parameters[$name]) ? $this->parameters[$name] : null;
344 if (isset($params['oauth_signature'])) {
384 $scheme = (isset($parts['scheme'])) ? $parts['scheme'] : 'http';
385 $port = (isset($parts['port'])) ? $parts['port'] : (($scheme == 'https') ? '443' : '80');
386 $host = (isset($parts['host'])) ? $parts['host'] : '';
387 $path = (isset($parts['path'])) ? $parts['path'] : ''
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 143 if (isset($url['query'], $parts['query'])) {
229 if (isset($delegate[2])) $this->identity = trim($delegate[2]);
251 if (isset($delegate[1])) $this->identity = $delegate[1];
315 if (!isset(self::$ax_to_sreg[$required])) continue;
324 if (!isset(self::$ax_to_sreg[$optional])) continue;
449 $this->claimed_id = isset($this->data['openid_claimed_id'])?$this->data['openid_claimed_id']:$this->data['openid_identity'];
456 if (isset($this->data['openid_op_endpoint'])) {
484 if (isset($this->data['openid_ns_ax'])
512 if (!isset($this->data['openid_' . $alias . '_type_' . $key])) {
535 if (!isset($sreg_to_ax[$key]))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
param.h 57 #define isset(a,i) ((a)[(i)/NBBY] & (1<<((i)%NBBY))) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
param.h 57 #define isset(a,i) ((a)[(i)/NBBY] & (1<<((i)%NBBY))) macro
  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
tasn_enc.c 318 int isset, sktag, skaclass; local
327 isset = 1;
330 isset = 2;
332 else isset = 0;
345 if (isset)
376 isset, iclass);
  /external/openssl/crypto/asn1/
tasn_enc.c 321 int isset, sktag, skaclass; local
330 isset = 1;
333 isset = 2;
335 else isset = 0;
348 if (isset)
379 isset, iclass);
  /external/chromium_org/third_party/icu/source/tools/tzcode/
tz2icu.cpp 789 bool isset; // used during building; later ignored member in struct:FinalRulePart
791 FinalRulePart() : isset(false) {}
801 if (isset) {
804 isset = true;
893 bool isset() const { function in struct:FinalRule
894 return part[0].isset && part[1].isset;
912 return !p.second.isset();
965 int32_t p = fr.part[0].isset ? 1 : 0;
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 789 bool isset; // used during building; later ignored member in struct:FinalRulePart
791 FinalRulePart() : isset(false) {}
801 if (isset) {
804 isset = true;
893 bool isset() const { function in struct:FinalRule
894 return part[0].isset && part[1].isset;
912 return !p.second.isset();
965 int32_t p = fr.part[0].isset ? 1 : 0;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
index.php 129 if (isset($aBucket)) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
searchcvs.php 135 if (!isset($_GET["totalonly"]))
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 663 extern bool isset(const void *array, uint bit);
668 #define isset(a, i) (((const uint8 *)a)[(i) / NBBY] & (1 << ((i) % NBBY))) macro
  /prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg 71 PHPKW(isset); // "Language construct"
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 2282 isset(const void *array, uint bit) function
    [all...]

Completed in 600 milliseconds