Home
last modified time | relevance | path

Searched refs:_GET (Results 1 – 13 of 13) sorted by relevance

/external/wpa_supplicant_8/hs20/server/www/
Dusers.php10 if (isset($_GET["id"])) {
11 $id = $_GET["id"];
16 if (isset($_GET["cmd"]))
17 $cmd = $_GET["cmd"];
36 $mo = $_GET["mo"];
87 if ($cmd == "policy" && $id > 0 && isset($_GET["policy"])) {
88 $policy = $_GET["policy"];
94 if ($cmd == "account-type" && $id > 0 && isset($_GET["type"])) {
95 $type = $_GET["type"];
114 if (isset($_GET["dump"])) {
[all …]
Dremediation.php9 echo "SessionID: " . $_GET["session_id"] . "<br>\n";
11 echo "<a href=\"redirect.php?id=" . $_GET["session_id"] . "\">Complete user subscription remediatio…
Dredirect.php10 if (isset($_GET["id"]))
11 $id = preg_replace("/[^a-fA-F0-9]/", "", $_GET["id"]);
Dcert-enroll.php10 if (isset($_GET["id"]))
11 $id = preg_replace("/[^a-fA-F0-9]/", "", $_GET["id"]);
Dspp.php15 if (isset($_GET["realm"])) {
16 $realm = $_GET["realm"];
Dfree-remediation.php15 echo "<a href=\"redirect.php?id=" . $_GET["session_id"] . "\">Accept</a><br>\n";
Dfree.php9 $id = $_GET["session_id"];
Dsignup.php9 $id = $_GET["session_id"];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
Dsearchcvs.php10 $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"]) . "&amp;p=$page\">$innertext</a>" : $…
/external/chromium-trace/catapult/third_party/Paste/paste/
Dwsgiwrappers.py178 def _GET(self): member in WSGIRequest
193 params = self._GET()
245 params.update(self._GET())
/external/libxml2/doc/
Dsearch.php95 $query = $_GET['query'];
/external/chromium-trace/catapult/third_party/WebOb/docs/
Ddifferences.txt647 ``$_POST``, ``$_GET``, ``$_FILES``
/external/libxml2/
DChangeLog7863 * doc/search.php: added $_GET[query] so that persistent globals