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

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
searchcvs.php 10 $page = (preg_match("/^\d+$/", $_GET["p"]) ? $_GET["p"] : 1);
24 $q = (get_magic_quotes_gpc() ? $_GET["q"] : addslashes($_GET["q"]));
37 if (preg_match("/^\s*\[?(\d+)\]?\s*$/", $_GET["q"], $regs))
39 $_GET["q"] = $regs[1];
62 <input type="text" size="60" id="q" name="q"<?php print ($_GET["q"] ? " value=\"" . sanitize($_GET["q"], "text") . "\"" : ""); ?>/>
78 $title = "<span>$rows results total</span>Showing results " . ($offset + 1) . "-" . ($offset + $pagesize > $rows ? $rows : $offset + $pagesize) . " for " . ($_GET["q"] == "" ? "last $days days of commits" : "$et" . sanitize($_GET["q"], "text"))
    [all...]
  /external/smack/src/org/apache/harmony/javax/security/auth/
SubjectDomainCombiner.java 35 private static final AuthPermission _GET = new AuthPermission(
60 sm.checkPermission(_GET);
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 121 if (!isset($_GET['openid_mode'])) {
124 if (isset($_GET['login'])) {
130 } else if ($_GET['openid_mode'] == 'cancel') {
155 } else if (isset($_GET['logout'])) {
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 120 if (!isset($_GET['openid_mode'])) {
123 if (isset($_GET['login'])) {
129 } else if ($_GET['openid_mode'] == 'cancel') {
154 } else if (isset($_GET['logout'])) {
  /external/libvpx/libvpx/examples/includes/geshi/contrib/
cssgen.php 118 if ( isset($_GET[$var_name]) )
120 return str_replace("\'", "'", $_GET[$var_name]);
140 '_GET' => 'HTTP_GET_VARS',
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 76 $this->data = $_POST + $_GET; # OPs may send data as POST or GET.
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 76 $this->data = $_POST + $_GET; # OPs may send data as POST or GET.

Completed in 578 milliseconds