Searched refs:php (Results 1 - 25 of 112) sorted by relevance

12345

/external/protobuf/php/tests/
H A Dautoload.php1 <?php
3 require_once('test.pb.php');
4 require_once('test_util.php');
/external/wpa_supplicant_8/hs20/server/www/
H A Dconfig.php1 <?php
H A Dremediation.php7 <?php
11 echo "<a href=\"redirect.php?id=" . $_GET["session_id"] . "\">Complete user subscription remediation</a><br>\n";
H A Dfree.php7 <?php
13 echo "<form action=\"add-free.php\" method=\"POST\">\n";
H A Dredirect.php1 <?php
3 require('config.php');
H A Dfree-remediation.php14 <?php
15 echo "<a href=\"redirect.php?id=" . $_GET["session_id"] . "\">Accept</a><br>\n";
H A Dsignup.php7 <?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"
H A Dcert-enroll.php1 <?php
3 require('config.php');
H A Dadd-free.php1 <?php
3 require('config.php');
H A Dadd-mo.php1 <?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/
H A Dparsecvs-dbaccess.php1 <?php
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/includes/
H A Dsearchcvs-dbaccess.php1 <?php
H A Ddb.php1 <?php
2 require_once $_SERVER['DOCUMENT_ROOT'] . "/emf/includes/searchcvs-dbaccess.php";
/external/protobuf/php/ext/google/protobuf/
H A Dtest.php1 <?php
/external/flatbuffers/samples/
H A Dphp_sample.sh17 # Note: This script runs on Mac and Linux. It requires `php` to be installed
33 ../flatc --php monster.fbs
35 ../Debug/flatc --php monster.fbs
45 php SampleBinary.php
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
H A Dparsecvs.sh23 echo $f | /usr/local/bin/php ../../parsecvs.php;
/external/flatbuffers/tests/MyGame/Example/
H A DAny.php1 <?php
H A DColor.php1 <?php
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
H A DEnumInNestedNS.php1 <?php
/external/flatbuffers/tests/
H A Dgenerate_code.sh17 ../flatc --cpp --java --csharp --go --binary --python --js --php --grpc --gen-mutable --gen-object-api --no-includes monster_test.fbs monsterdata_test.json
18 ../flatc --cpp --java --csharp --go --binary --python --js --php --gen-mutable -o namespace_test namespace_test/namespace_test1.fbs namespace_test/namespace_test2.fbs
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
H A DbuildNotes.php3 <?php
33 Build Notes for <?php echo "$buildType $buildName"; ?></font></b></td>
38 <?php
H A DconsoleLogs.php3 <?php
34 <?php echo "$buildType $buildName"; ?>
40 <?php
H A Ddownload.php6 <?php
37 <?php
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
H A DfeedPublish.uml2.properties37 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&amp;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
H A DfeedPublish.emf.properties37 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

Completed in 272 milliseconds

12345