Home
last modified time | relevance | path

Searched refs:B (Results 476 – 500 of 504) sorted by relevance

1...<<1112131415161718192021

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput41266 /^.\B.\B./8
H A Dtestoutput15487 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
888 \x1f ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C
H A Dtestoutput5489 A.B
491 A\x{100}B
593 A (x) (?41) B/8x
H A Dtestinput942 /X\B/8
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/exif/
H A Dtest.txt180 <h2>(c) Marcus B&ouml;rger, 2002</h2>
/PHP-5.5/ext/ftp/tests/
H A Dserver.inc308 case "B":
/PHP-5.5/ext/iconv/tests/
H A Diconv_mime_decode_headers_variation2.phpt23 Subject: =?UTF-8?B?QSBTYW1wbGUgVGVzdA==?=
H A Diconv_mime_decode_headers_variation3.phpt26 Subject: =?UTF-8?B?QSBTYW1wbGUgVGVzdA==?=
/PHP-5.5/Zend/
H A DZend.dsp542 flex -B -i -Sflex.skl -Pini_ -ozend_ini_scanner.c zend_ini_scanner.l
/PHP-5.5/sapi/fpm/
H A Dconfig.m4685 …/g'\` | \$(AWK) '{ if (((\$\$2 == \"T\") || (\$\$2 == \"D\") || (\$\$2 == \"B\")) && (substr(\$\$3…
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeMIPS_common.c104 #define B (HI(4)) macro
259 inst[-1] = (jump->flags & IS_JAL) ? BAL : B; in detect_jump_type()
276 inst[0] = (jump->flags & IS_JAL) ? BAL : B; in detect_jump_type()
H A DsljitNativeARM_64.c71 #define B 0x14000000 macro
284 buf_ptr[0] = ((jump->flags & IS_BL) ? BL : B) | (addr & 0x3ffffff); in sljit_generate_code()
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog214 /^(?:(a)|b)(?(1)A|B)/, is another kind of back reference, but it was not
1386 /A(*MARK:A)A+(*SKIP:B)Z|AAC/ this meant that the AAC branch was never
1508 15. Consider the pattern /A (B(*THEN)C) | D/ where A, B, C, and D are complex
1509 pattern fragments (but not containing any | characters). If A and B are
1514 treading (B(*THEN)C) the same as (B(*THEN)C|(*FAIL)) -- which Perl handles
1842 such as (A(*COMMIT)B(*THEN)C|D) any failure after matching A should
1969 3. Inside a character class, \B is treated as a literal by default, but
2326 starts with a lookbehind assertion or \b or \B (\K is not supported by
3509 is the same as /B/I).
3791 as (?P>B) was quantified, for example (xxx(?P>B)){3}, the calculation of
[all …]
H A DNEWS244 \B.
H A DREADME908 (B) Source files for programs that use PCRE:
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar8 ���gtText.php�����J�����Y�����������gtClassMap.php� ����J� ��B�������������texts/unknownMet…
10 …ts/object.txtY����JY����|����������codeSnippets/int.txtz�����Jz�����B����������gtTestSub…
/PHP-5.5/
H A Dconfig.guess586 DPX/2?00:B.O.S.:*:*)
H A Dconfigure.in181 T_MD=`$php_shtool echo -n -e %B`
/PHP-5.5/ext/wddx/tests/
H A Dbug37569.phpt25 <wddxPacket version='1.0'><header/><data><string>B</string></data></wddxPacket>
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja619 MIME encode the string in the format of =?ISO-2022-JP?B?[string]?=.
/PHP-5.5/ext/tidy/
H A Dtidy.c1879 TIDY_TAG_CONST(B); in _php_tidy_register_tags()
/PHP-5.5/build/
H A Dlibtool.m42585 # nm: unknown option "B" ignored
2587 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
2589 lt_cv_path_NM="$tmp_nm -B"
5319 …convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]…
5321 …convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]…
5652 …convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]…
5654 …convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]…
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c8917 #define MIN(A,B) ((A)<(B)?(A):(B)) argument
8918 #define MAX(A,B) ((A)>(B)?(A):(B)) argument
8923 #define SWAP(TYPE,A,B) {TYPE t=A; A=B; B=t;} argument
10249 #define sqlite3PagerGet(A,B,C) sqlite3PagerAcquire(A,B,C,0) argument
13399 (u8)(((u32)(B)<(u32)0x80)?(*(A)=(unsigned char)(B)),1:\
15555 B = 2 - A + (A/4); in computeJD()
15680 B = A + 1524; in computeYMD()
42697 #define put32bits(A,B) sqlite3Put4byte((u8*)A,B)
107775 # define columnType(A,B,C,D,E,F) columnTypeImpl(A,B,C,D,E,F)
107788 # define columnType(A,B,C,D,E,F) columnTypeImpl(A,B,F)
[all …]
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic1692 >21 string B with MIPSEB members
1694 >19 string B and an EB hash table
5041 >32 byte 1 \b, B+ tree
6878 # floppy A: or B:
6889 # floppy A: or B:
7660 >1017 string B
9397 >7 string B (Zaplet)
9416 >7 string B (Zaplet)
13309 >30 byte 9 (512B sectors)
13312 >30 byte 9 (512B sectors)
[all …]

Completed in 418 milliseconds

1...<<1112131415161718192021