OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:php
(Results
1 - 25
of
116
) sorted by null
1
2
3
4
5
/external/wpa_supplicant_8/hs20/server/www/
config.php
1
<?
php
spp.php
1
<?
php
3
require('config.
php
');
6
error_log("spp.
php
- Unexpected Content-Type " . $_SERVER["CONTENT_TYPE"]);
11
error_log("spp.
php
- Unexpected method " . $_SERVER["REQUEST_METHOD"]);
19
error_log("spp.
php
- Realm not specified");
38
error_log("spp.
php
- Authentication failed - missing: " . print_r($needed));
43
error_log("spp.
php
- Authentication failed - empty username");
50
error_log("spp.
php
- Could not access database");
62
error_log("spp.
php
- Authentication failed - user '$user' not found");
66
error_log("spp.
php
- Authentication failed - empty password")
[
all
...]
remediation.php
7
<?
php
11
echo "<a href=\"redirect.
php
?id=" . $_GET["session_id"] . "\">Complete user subscription remediation</a><br>\n";
free.php
7
<?
php
13
echo "<form action=\"add-free.
php
\" method=\"POST\">\n";
redirect.php
1
<?
php
3
require('config.
php
');
signup.php
7
<?
php
11
require('config.
php
');
28
echo "<p><a href=\"free.
php
?session_id=$id\">Sign up for free access</a></p>\n";
31
echo "<form action=\"add-mo.
php
\" method=\"POST\">\n";
41
<?
php
42
echo "<p><a href=\"cert-enroll.
php
?id=$id\">Enroll a client certificate</a></p>\n"
cert-enroll.php
1
<?
php
3
require('config.
php
');
add-free.php
1
<?
php
3
require('config.
php
');
free-remediation.php
14
<?
php
15
echo "<a href=\"redirect.
php
?id=" . $_GET["session_id"] . "\">Accept</a><br>\n";
add-mo.php
1
<?
php
3
require('config.
php
');
23
echo "<a href=\"signup.
php
?session_id=$id\">Try again</a>\n";
37
echo "<a href=\"signup.
php
?session_id=$id\">Try again</a>\n";
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/includes/
parsecvs-dbaccess.php
1
<?
php
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/includes/
searchcvs-dbaccess.php
1
<?
php
db.php
1
<?
php
2
require_once $_SERVER['DOCUMENT_ROOT'] . "/emf/includes/searchcvs-dbaccess.
php
";
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
parsecvs.sh
23
echo $f | /usr/local/bin/
php
../../parsecvs.
php
;
parsecvs.php
1
#!/usr/bin/
php
3
<?
php
60
include_once "includes/parsecvs-dbaccess.
php
";
63
$file = file_get_contents(($argv[1] ? $argv[1] : "
php
://stdin"));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
download.php
6
<?
php
37
<?
php
buildNotes.php
3
<?
php
33
Build Notes for <?
php
echo "$buildType $buildName"; ?></font></b></td>
38
<?
php
consoleLogs.php
3
<?
php
34
<?
php
echo "$buildType $buildName"; ?>
40
<?
php
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedPublish.uml2.properties
37
buildDetailURL=http://www.eclipse.org/downloads/download.
php
?r=1&file=/modeling/mdt/uml2-uml/downloads/drops/%%version%%/%%buildID%%/
43
releaseNotesURL=http://www.eclipse.org/modeling/mdt/news/release-notes.
php
?project=uml2-uml&version=%%version%%
57
dependencyURLs=http://www.eclipse.org/downloads/download.
php
?file=/eclipse/downloads/drops/M20060919-1045/eclipse-SDK-M20060919-1045-linux-gtk.tar.gz http://www.eclipse.org/downloads/download.
php
?file=/tools/emf/downloads/drops/2.2.1/S200609210005/emf-sdo-xsd-SDK-2.2.1RC2.zip
60
JUnitTestURL=http://www.eclipse.org/downloads/download.
php
?r=1&file=/modeling/mdt/uml2-uml/downloads/drops/%%version%%/%%buildID%%/testResults.
php
70
# only need the filename; the full http URL can be assembled from buildURL + "/download.
php
?dropFile=" + filename or buildURL (switched to ftp://) + "/" + filename
feedPublish.emf.properties
37
buildDetailURL=http://www.eclipse.org/downloads/download.
php
?r=1&file=/tools/emf/downloads/drops/%%version%%/%%buildID%%/
43
releaseNotesURL=http://www.eclipse.org/emf/news/release-notes.
php
?version=%%version%%
57
dependencyURLs=http://www.eclipse.org/downloads/download.
php
?file=/eclipse/downloads/drops/M20060919-1045/eclipse-SDK-M20060919-1045-linux-gtk.tar.gz
60
JUnitTestURL=http://www.eclipse.org/downloads/download.
php
?r=1&file=/tools/emf/downloads/drops/%%version%%/%%buildID%%/testResults.
php
70
# only need the filename; the full http URL can be assembled from buildURL + "/download.
php
?dropFile=" + filename or buildURL (switched to ftp://) + "/" + filename
feedPublish.eclipse.properties
37
buildDetailURL=http://www.eclipse.org/downloads/download.
php
?r=1&file=/eclipse/downloads/drops/%%buildID%%/
43
releaseNotesURL=http://download.eclipse.org/eclipse/downloads/drops/%%buildID%%/buildNotes.
php
60
JUnitTestURL=http://download.eclipse.org/eclipse/downloads/drops/%%buildID%%/testResults.
php
61
performanceTestURL=http://download.eclipse.org/eclipse/downloads/drops/%%buildID%%/performance/performance.
php
82
# only need the filename; the full http URL can be assembled from buildURL + "/download.
php
?dropFile=" + filename or buildURL (switched to ftp://) + "/" + filename
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/scripts/
Fingerprints.js
4
var idx=document.URL.indexOf("
php
?");
8
window.open(document.URL.substring(0,idx)+"
php
?fp_type="+type, "_self");
/external/llvm/test/Bindings/OCaml/
ext_exc.ml
12
* want the let _ bindings executed, see http://caml.inria.fr/mantis/view.
php
?id=4166 *)
/prebuilts/go/darwin-x86/test/fixedbugs/
bug321.go
25
// http://www.exploringbinary.com/
php
-hangs-on-numeric-value-2-2250738585072011e-308/
/prebuilts/go/linux-x86/test/fixedbugs/
bug321.go
25
// http://www.exploringbinary.com/
php
-hangs-on-numeric-value-2-2250738585072011e-308/
Completed in 260 milliseconds
1
2
3
4
5