Home
last modified time | relevance | path

Searched refs:F (Results 151 – 175 of 195) sorted by relevance

12345678

/PHP-5.5/ext/standard/
H A Dsha1.c124 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
141 (e) += F ((b), (c), (d)) + (w) + (php_uint32)(0x5A827999); \
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput11494 /^(A)(B)(C)(D)(E)(F)(G)(H)(I)\8\9$/
3363 /x(~~)*(?:(?:F)?)?/
4623 /(?:(?1)|B)(A(*F)|C)/
4629 /^(?:(?1)|B)(A(*F)|C)/
4963 /^.*? (a(*THEN)b|(*F)) c/x
4966 /^.*? ( (a(*THEN)b) | (*F) ) c/x
4977 /^.*? (?:a(*THEN)b|(*F)) c/x
4991 /^.*? (?>a(*THEN)b|(*F)) c/x
5005 /^.*? (a(*THEN)b|(*F))++ c/x
5019 /^.*? (?:a(*THEN)b|(*F))++ c/x
[all …]
H A Dtestinput826 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\F
3633 /x(~~)*(?:(?:F)?)?/
4432 /Z(*F)/
4456 /Z(*F)Q|ZXY/
4532 /(?:(?1)|B)(A(*F)|C)/
4538 /^(?:(?1)|B)(A(*F)|C)/
4788 /<H((?(?!<H|F>)(.)|(?R))++)*F>/
4789 …<H texting more hexA0-"\xA0" hex above 7F-"\xBC" F> text xxxxx <H text F> text F> text2 <H tex…
H A Dtestoutput8357 0: *** F
377 0: *** F
401 0: *** F
4299 0: F
5698 /x(~~)*(?:(?:F)?)?/
7114 /Z(*F)/
7150 /Z(*F)Q|ZXY/
7288 /(?:(?1)|B)(A(*F)|C)/
7703 /<H((?(?!<H|F>)(.)|(?R))++)*F>/
7704 …<H texting more hexA0-"\xA0" hex above 7F-"\xBC" F> text xxxxx <H text F> text F> text2 <H tex…
[all …]
H A Dtestoutput12171 6: F
3718 0: F
3719 1: F
5459 /x(~~)*(?:(?:F)?)?/
7709 /(?:(?1)|B)(A(*F)|C)/
7721 /^(?:(?1)|B)(A(*F)|C)/
8270 /^.*? (a(*THEN)b|(*F)) c/x
8291 /^.*? (?:a(*THEN)b|(*F)) c/x
8309 /^.*? (?>a(*THEN)b|(*F)) c/x
8327 /^.*? (a(*THEN)b|(*F))++ c/x
[all …]
H A Dtestoutput10692 0: ** F
702 0: F
932 0: F
942 0: F
987 A\x{391}\x{1044F}\x{ff3a}\x{1fb0}
1001 A\x{391}\x{1044F}\x{ff3a}\x{1fb0}
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 Dtestoutput6457 0: ** F
458 1: ** F
544 0: F
567 A\x{391}\x{1044F}\x{ff3a}\x{1fb0}
581 A\x{391}\x{1044F}\x{ff3a}\x{1fb0}
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
889 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 Dtestinput10501 A\x{391}\x{1044F}\x{ff3a}\x{1fb0}
509 A\x{391}\x{1044F}\x{ff3a}\x{1fb0}
/PHP-5.5/ext/date/tests/
H A Ddate_variation2.phpt97 $format = "F j, Y, g:i a";
/PHP-5.5/ext/standard/html_tables/mappings/
H A DCP1251.TXT89 0x46 0x0046 #LATIN CAPITAL LETTER F
121 0x66 0x0066 #LATIN SMALL LETTER F
H A DROMAN.TXT185 0x46 0x0046 # LATIN CAPITAL LETTER F
217 0x66 0x0066 # LATIN SMALL LETTER F
311 0xC4 0x0192 # LATIN SMALL LETTER F WITH HOOK
H A D8859-5.TXT118 0x46 0x0046 # LATIN CAPITAL LETTER F
150 0x66 0x0066 # LATIN SMALL LETTER F
H A DCP866.TXT88 0x46 0x0046 #LATIN CAPITAL LETTER F
120 0x66 0x0066 #LATIN SMALL LETTER F
H A D8859-1.TXT118 0x46 0x0046 # LATIN CAPITAL LETTER F
150 0x66 0x0066 # LATIN SMALL LETTER F
H A D8859-15.TXT117 0x46 0x0046 # LATIN CAPITAL LETTER F
149 0x66 0x0066 # LATIN SMALL LETTER F
H A DKOI8-R.TXT117 0x46 0x0046 # LATIN CAPITAL LETTER F
149 0x66 0x0066 # LATIN SMALL LETTER F
/PHP-5.5/ext/hash/
H A Dhash_md.c231 #define F(x, y, z) (((x) & (y)) | ((~x) & (z))) macro
244 (a) += F ((b), (c), (d)) + (x) + (php_hash_uint32)(ac); \
H A Dhash_sha.c165 #define F(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) macro
182 (e) += F ((b), (c), (d)) + (w) + (php_hash_uint32)(0x5A827999); \
/PHP-5.5/tests/lang/
H A D023.phpt21 …echo "Limor Ullmann is getting married on ".($wedding_date=date("l, F dS, Y",$wedding_timestamp)).…
/PHP-5.5/ext/odbc/
H A Dconfig.m4480 DBMAKER_HOME=`grep "^dbmaker:" /etc/passwd | $AWK -F: '{print $6}'`
487 MAJOR_V=`echo $DM_VER | $AWK '{ print $1/10; }' | $AWK -F. '{ print $1; }'`
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt178 F=X cote < cote < cote < cote
179 F=O cote < cote < cote < cote
/PHP-5.5/ext/standard/tests/strings/
H A Dhtml_entity_decode_macroman.phpt74 0x0192 => array(0xC4, "LATIN SMALL LETTER F WITH HOOK"),
360 LATIN SMALL LETTER F WITH HOOK: &#x192; => c4

Completed in 74 milliseconds

12345678