Searched refs:_GET (Results 1 – 8 of 8) sorted by relevance
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 …nput type="text" size="60" id="q" name="q"<?php print ($_GET["q"] ? " value=\"" . sanitize($_GET["…78 …ows : $offset + $pagesize) . " for " . ($_GET["q"] == "" ? "last $days days of commits" : "$et" . …79 $title = ($rows == 0 ? "No results found for " . sanitize($_GET["q"], "text") . "" : $title);135 if (!isset($_GET["totalonly"]))223 …$text = (!$selected ? "<a href=\"?q=" . sanitize($_GET["q"]) . "&p=$page\">$innertext</a>" : $…
35 private static final AuthPermission _GET = new AuthPermission( field in SubjectDomainCombiner60 sm.checkPermission(_GET); in getSubject()
120 if (!isset($_GET['openid_mode'])) {123 if (isset($_GET['login'])) {
121 if (!isset($_GET['openid_mode'])) {124 if (isset($_GET['login'])) {
118 if ( isset($_GET[$var_name]) )120 return str_replace("\'", "'", $_GET[$var_name]);
76 $this->data = $_POST + $_GET; # OPs may send data as POST or GET.
7863 * doc/search.php: added $_GET[query] so that persistent globals