Home
last modified time | relevance | path

Searched refs:BEGIN (Results 26 – 50 of 132) sorted by relevance

123456

/PHP-5.6/ext/openssl/tests/
H A Dpublic_ec.key1 -----BEGIN PUBLIC KEY-----
H A Dprivate_ec.key1 -----BEGIN EC PRIVATE KEY-----
H A Dpublic.key1 -----BEGIN PUBLIC KEY-----
H A Dbug37820cert.pem1 -----BEGIN CERTIFICATE-----
H A Dbug41033pub.pem1 -----BEGIN PUBLIC KEY-----
H A Dsni_server_ca.pem1 -----BEGIN CERTIFICATE-----
32 -----BEGIN CERTIFICATE-----
H A Dsan-ca.pem1 -----BEGIN CERTIFICATE-----
H A Dbug37820key.pem1 -----BEGIN RSA PRIVATE KEY-----
H A Dbug39217cert2.txt1 -----BEGIN CERTIFICATE-----
H A Dbug39217cert1.txt1 -----BEGIN CERTIFICATE-----
H A Dbug69215-ca.pem1 -----BEGIN CERTIFICATE-----
H A Dbug41033.pem1 -----BEGIN DSA PRIVATE KEY-----
H A Dcert.csr1 -----BEGIN NEW CERTIFICATE REQUEST-----
/PHP-5.6/ext/fileinfo/
H A Dmagicdata.patch9 Subject: [PATCH] further optimize awk by not looking for the BEGIN regex until
10 we found the BEGIN (Jan Kaluza)
24 -0 regex =^\\s{0,100}BEGIN\\s{0,100}[{] awk script text
25 +0 search/16384 BEGIN
26 +>0 regex =^\\s{0,100}BEGIN\\s{0,100}[{] awk script text
36 Subject: [PATCH] Limit regex search for BEGIN to the first 4K of the file.
50 -0 search/16384 BEGIN
51 ->0 regex =^\\s{0,100}BEGIN\\s{0,100}[{] awk script text
52 +0 regex/4096 =^\\s{0,100}BEGIN\\s{0,100}[{] awk script text
/PHP-5.6/ext/oci8/tests/
H A Dbug40078.phpt24 BEGIN
35 $statement = oci_parse($c, "BEGIN bug40078_pkg.nullbind(:c1); END;");
H A Darray_bind_014.phpt33 BEGIN
54 $statement = oci_parse($c, "BEGIN array_bind_014_pkg.iobind(:c1); END;");
H A Darray_bind_date1.phpt33 BEGIN
52 $statement = oci_parse($c, "BEGIN array_bind_date1_pkg.iobind(:c1); END;");
H A Darray_bind_float.phpt33 BEGIN
52 $statement = oci_parse($c, "BEGIN array_bind_float_pkg.iobind(:c1); END;");
/PHP-5.6/ext/phar/tests/cache_list/files/
H A Dopenssl.phar.pubkey1 -----BEGIN PUBLIC KEY-----
H A Dprivate.pem1 -----BEGIN RSA PRIVATE KEY-----
/PHP-5.6/ext/phar/tests/files/
H A Dopenssl.phar.pubkey1 -----BEGIN PUBLIC KEY-----
H A Dprivate.pem1 -----BEGIN RSA PRIVATE KEY-----
/PHP-5.6/ext/phar/tests/tar/files/
H A DP1-1.0.0.tgz.pubkey1 -----BEGIN PUBLIC KEY-----
/PHP-5.6/build/
H A Dscan_makefile_in.awk1 BEGIN {
/PHP-5.6/ext/pgsql/tests/
H A D16pg_result_status.phpt12 $result = pg_query($db, "BEGIN;END");

Completed in 87 milliseconds

123456