Home
last modified time | relevance | path

Searched refs:P (Results 151 – 175 of 185) sorted by relevance

12345678

/PHP-5.6/ext/standard/html_tables/mappings/
H A D8859-5.TXT128 0x50 0x0050 # LATIN CAPITAL LETTER P
160 0x70 0x0070 # LATIN SMALL LETTER P
H A DCP866.TXT98 0x50 0x0050 #LATIN CAPITAL LETTER P
130 0x70 0x0070 #LATIN SMALL LETTER P
H A DCP1252.TXT99 0x50 0x0050 #LATIN CAPITAL LETTER P
131 0x70 0x0070 #LATIN SMALL LETTER P
H A D8859-1.TXT128 0x50 0x0050 # LATIN CAPITAL LETTER P
160 0x70 0x0070 # LATIN SMALL LETTER P
H A D8859-15.TXT127 0x50 0x0050 # LATIN CAPITAL LETTER P
159 0x70 0x0070 # LATIN SMALL LETTER P
H A DKOI8-R.TXT127 0x50 0x0050 # LATIN CAPITAL LETTER P
159 0x70 0x0070 # LATIN SMALL LETTER P
H A DROMAN.TXT195 0x50 0x0050 # LATIN CAPITAL LETTER P
227 0x70 0x0070 # LATIN SMALL LETTER P
/PHP-5.6/ext/phar/tests/cache_list/files/
H A Dnophar.phar293 …���:/H���q%�����������b/c.php�����:/H����73֏����������d����:/H���Lc�P�������<?php include…
/PHP-5.6/ext/phar/tests/files/
H A Dnophar.phar293 …���:/H���q%�����������b/c.php�����:/H����73֏����������d����:/H���Lc�P�������<?php include…
/PHP-5.6/
H A DUPGRADING127 negotiating ephemeral ECDHE ciphers (defaults to NIST P-256).
233 pack() and unpack() now support 64-bit format specifiers: q, Q, J and P.
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt5348 \P{Han}
5378 \P{Lu}.
6560 (?P<p1>(?i)rah)\s+(?P=p1)
8962 data> 3ju\P
8966 data> j\P
9033 data> The date is 23ja\P\P
9090 data> xx123a\P\P
9098 data> ab\P
9143 data> dogsb\P\P
9147 data> gsb\R\P\P\D
[all …]
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestoutput18-16345 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y
770 D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h
H A Dtestoutput18-32343 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y
767 D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h
H A Dtestoutput17232 9 = ? A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ^ _ ` a b c d e
/PHP-5.6/ext/pcre/pcrelib/
H A DChangeLog402 /(?P<Name>a)?(?P<Name2>b)?(?(<Name>)c|d)*l/
2107 13. A pattern such as (?P<L1>(?P<L2>0)|(?P>L2)(?P>L1)) in which the only other
3119 (d) A pattern like (\P{Yi}{2}\277)? could loop at compile time.
3126 26. Patterns such as [\P{Yi}A] which include \p or \P and just one other
3130 \p or \P) caused a compile-time loop.
3565 (?&name) as well as (?P>name).
3791 as (?P>B) was quantified, for example (xxx(?P>B)){3}, the calculation of
4016 \p or \P will have to recompile them.
4295 both the P and the s flags.
4403 pcre_exec() and the \P data escape in pcretest.
[all …]
H A DHACKING299 character by testing its Unicode property (the \p and \P escape sequences).
334 \p or \P, OP_XCLASS is used. It optionally uses a bit map if any code points
H A DNEWS476 use \p or \P must be recompiled.
623 6. Support for named subpatterns. The Python syntax (?P<name>...) is used to
/PHP-5.6/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type1.phpt10 $interval_format = 'P%dDT%hH';
H A Drfc-datetime_and_daylight_saving_time-type2.phpt10 $interval_format = 'P%dDT%hH';
/PHP-5.6/ext/ftp/tests/
H A Dserver.inc132 if ($buf !== "PROT P\r\n") {
/PHP-5.6/ext/sqlite3/libsqlite/
H A Dsqlite3.h2512 SQLITE_API void SQLITE_STDCALL sqlite3_randomness(int N, void *P);
H A Dsqlite3.c10905 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))==(P)) argument
11208 #define ConstFactorOk(P) ((P)->okConstFactor) argument
12004 #define ExprHasProperty(E,P) (((E)->flags&(P))!=0) argument
12005 #define ExprHasAllProperty(E,P) (((E)->flags&(P))==(P)) argument
12006 #define ExprSetProperty(E,P) (E)->flags|=(P) argument
12007 #define ExprClearProperty(E,P) (E)->flags&=~(P) argument
12014 # define ExprSetVVAProperty(E,P) (E)->flags|=(P) argument
14990 #define ExpandBlob(P) (((P)->flags&MEM_Zero)?sqlite3VdbeMemExpandBlob(P):0) argument
42044 if( P->xCodec && P->xCodec(P->pCodec,D,N,X)==0 ){ E; }
54009 ((P)->aData + ((P)->maskPage & get2byte(&(P)->aCellIdx[2*(I)])))
[all …]
/PHP-5.6/ext/wddx/tests/
H A Dbug37569.phpt81 <wddxPacket version='1.0'><header/><data><string>P</string></data></wddxPacket>
/PHP-5.6/sapi/fpm/
H A Dwww.conf.in293 ; %P: PID of the parent of the child that serviced the request
/PHP-5.6/ext/mbstring/oniguruma/
H A DHISTORY1136 2004/03/15: [spec] support NOT op. in char property. \p{^...}, \P{^...}.
1255 2004/01/20: [spec] add \p{...}, \P{...} in char class.
1256 2004/01/20: [new] character property operators \p{...}, \P{...}.

Completed in 443 milliseconds

12345678