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

1 2

  /external/webkit/LayoutTests/http/tests/appcache/resources/
slow-resource.php 1 <?php
fallback-redirect.php 1 <?php
manifest-redirect-2.php 1 <?php
6 header('Location: manifest-redirect-2.php');
manifest-redirect.php 1 <?php
print-uri.php 1 <?php
resource-redirect-2.php 1 <?php
6 header('Location: resource-redirect-2.php');
resource-redirect.php 1 <?php
uncacheable-resource.php 1 <?php
counter.php 1 <?php
2 require_once '../../resources/portabilityLayer.php';
fail-on-update.php 1 <?php
2 require_once '../../resources/portabilityLayer.php';
34 print("fail-on-update.php?command=\n");
versioned-manifest.php 1 <?php
2 require_once '../../resources/portabilityLayer.php';
33 print("counter.php\n");
34 print("uncacheable-resource.php\n"); // with Cache-control: no-store
36 print("versioned-manifest.php?command=\n");
offline-access.js 9 req.open("GET", "/resources/network-simulator.php?path=/appcache/resources/simple.txt", false);
  /external/webkit/LayoutTests/http/tests/appcache/
access-via-redirect.php 1 <?php
  /external/webkit/LayoutTests/http/tests/appcache/resources/auth/
manifest.php 1 <?php
10 echo "subresource.php\n";
setup.php 1 <?php
subresource.php 1 <?php
iframe.php 1 <?php
8 echo "<html manifest='manifest.php'>\n";
  /external/webkit/WebCore/manual-tests/
timeout-test.php 1 <?php
  /external/webkit/LayoutTests/http/conf/
apache2-debian-httpd.conf 656 # If php is turned on, we repsect .php and .phps files.
657 AddType application/x-httpd-php .php
658 AddType application/x-httpd-php .bat
659 AddType application/x-httpd-php-source .phps
661 # Since most users will want index.php to work we
662 # also automatically enable index.php
664 DirectoryIndex index.html index.php
apache2-httpd.conf 681 # If php is turned on, we repsect .php and .phps files.
682 AddType application/x-httpd-php .php
683 AddType application/x-httpd-php .bat
684 AddType application/x-httpd-php-source .phps
686 # Since most users will want index.php to work we
687 # also automatically enable index.php
689 DirectoryIndex index.html index.php
cygwin-httpd.conf 715 # If php is turned on, we repsect .php and .phps files.
716 AddType application/x-httpd-php .php
717 AddType application/x-httpd-php .bat
718 AddType application/x-httpd-php-source .phps
720 # Since most users will want index.php to work we
721 # also automatically enable index.php
723 DirectoryIndex index.html index.php
fedora-httpd.conf 861 # If php is turned on, we repsect .php and .phps files.
862 AddType application/x-httpd-php .php
863 AddType application/x-httpd-php .bat
864 AddType application/x-httpd-php-source .phps
866 # Since most users will want index.php to work we
867 # also automatically enable index.php
869 DirectoryIndex index.html index.php
httpd.conf 718 # If php is turned on, we repsect .php and .phps files.
719 AddType application/x-httpd-php .php
720 AddType application/x-httpd-php .bat
721 AddType application/x-httpd-php-source .phps
723 # Since most users will want index.php to work we
724 # also automatically enable index.php
726 DirectoryIndex index.html index.php
  /external/clearsilver/util/
neo_net.c 154 struct hostent *php; local
167 php = gethostbyname(host);
168 if (php == NULL)
172 hp = *php;
  /external/webkit/WebKitTools/Scripts/webkitpy/style/
checker.py 608 'php',

Completed in 1649 milliseconds

1 2