HomeSort by relevance Sort by last modified time
    Searched refs:php (Results 1 - 25 of 851) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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";
  /external/flatbuffers/tests/
phpUnionVectorTest.sh 5 ../flatc --php -o php union_vector/union_vector.fbs
6 php phpUnionVectorTest.php
8 echo 'PHP union vector test passed'
TestAll.sh 34 echo "************************ PHP:"
36 php phpTest.php
generate_code.sh 17 ../flatc --cpp --java --csharp --go --binary --python --js --ts --php --grpc --gen-mutable --reflect-names --gen-object-api --no-includes --cpp-ptr-type flatbuffers::unique_ptr --no-fb-import -I include_test monster_test.fbs monsterdata_test.json
18 ../flatc --cpp --java --csharp --go --binary --python --js --ts --php --gen-mutable --reflect-names --no-fb-import --cpp-ptr-type flatbuffers::unique_ptr -o namespace_test namespace_test/namespace_test1.fbs namespace_test/namespace_test2.fbs
19 ../flatc --cpp --js --ts --php --gen-mutable --reflect-names --gen-object-api --cpp-ptr-type flatbuffers::unique_ptr -o union_vector ./union_vector/union_vector.fbs
  /external/protobuf/php/tests/
autoload.php 1 <?php
3 require_once('test.pb.php');
4 require_once('test_util.php');
  /external/flatbuffers/php/
Constants.php 1 <?php
Struct.php 1 <?php
  /external/protobuf/php/ext/google/protobuf/
test.php 1 <?php
  /external/flatbuffers/samples/
php_sample.sh 17 # 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
42 echo Running the PHP sample.
45 php SampleBinary.php
  /external/flatbuffers/tests/MyGame/Example/
Any.php 1 <?php
Color.php 1 <?php
Ability.php 1 <?php
Test.php 1 <?php
  /external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
EnumInNestedNS.php 1 <?php
  /external/flatbuffers/tests/union_vector/
Character.php 1 <?php
BookReader.php 1 <?php
Rapunzel.php 1 <?php

Completed in 194 milliseconds

1 2 3 4 5 6 7 8 91011>>