Home
last modified time | relevance | path

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

12345678

/PHP-5.5/ext/standard/html_tables/mappings/
H A DROMAN.TXT195 0x50 0x0050 # LATIN CAPITAL LETTER P
227 0x70 0x0070 # LATIN SMALL LETTER P
/PHP-5.5/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.5/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.5/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
H A DREADME248 include support for the \P, \p, and \X sequences that recognize Unicode
/PHP-5.5/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.5/ext/ftp/tests/
H A Dserver.inc132 if ($buf !== "PROT P\r\n") {
/PHP-5.5/ext/oci8/
H A Doci8.c63 #define OCI8_PTR_TO_INT(P) ((int)(intptr_t)(P)) argument
66 #define OCI8_PTR_TO_INT(P) ((int)(P)) argument
/PHP-5.5/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.5/ext/wddx/tests/
H A Dbug37569.phpt81 <wddxPacket version='1.0'><header/><data><string>P</string></data></wddxPacket>
/PHP-5.5/ext/date/lib/
H A Dparse_date.re1958 case 'A': /* AM/PM/A.M./P.M. */
2029 case 'P': /* timezone */
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY1117 2004/03/15: [spec] support NOT op. in char property. \p{^...}, \P{^...}.
1236 2004/01/20: [spec] add \p{...}, \P{...} in char class.
1237 2004/01/20: [new] character property operators \p{...}, \P{...}.
/PHP-5.5/ext/tidy/
H A Dtidy.c1950 TIDY_TAG_CONST(P); in _php_tidy_register_tags()
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in416 ; %P: PID of the parent of the child that serviced the request
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar10 …odeSnippets/int.txtz�����Jz�����B����������gtTestSubject.php����J��P�e�������'���testca…
/PHP-5.5/
H A Dphp.ini-development599 ; starts up. G,P,C,E & S are abbreviations for the following respective super
611 ; This directive determines which super global data (G,P,C,E & S) should
H A Dphp.ini-production599 ; starts up. G,P,C,E & S are abbreviations for the following respective super
611 ; This directive determines which super global data (G,P,C,E & S) should
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1087 >36 string P \bprogressive,
1095 >36 string P \bprogressive,
2262 # any capital 'P's. This is a kludge.
3190 # From: "Leslie P. Polzer" <leslie.polzer@gmx.net>
4310 # FIXME: need a little more info...;P
14543 >6 byte&0x0f 0x03 Pascal P-code
14571 >0x13 byte 3 Pascal P-code
14930 >15 byte 0x00 - P/D format
14931 >15 byte 0x01 - P/K/D format
15074 0 string FTNCHEK_\ P project file for ftnchek
[all …]
/PHP-5.5/ext/standard/tests/misc/
H A Dbrowscap.ini1736 [Nozilla/P.N (Just for IDS woring)]
1738 Browser="Nozilla/P.N"

Completed in 604 milliseconds

12345678