Home
last modified time | relevance | path

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

12345678

/PHP-5.4/ext/standard/html_tables/mappings/
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.4/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.4/ext/pcre/pcrelib/testdata/
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 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 Dtestinput10501 A\x{391}\x{1044F}\x{ff3a}\x{1fb0}
509 A\x{391}\x{1044F}\x{ff3a}\x{1fb0}
H A Dtestinput22232 /A(*PRUNE)B(*SKIP)C(*THEN)D(*COMMIT)E(*F)F(*FAIL)G(?!)H(*ACCEPT)I/BZ
2701 /Z(*F)/
3402 /.(*F)/
3689 "AB(C(D))(E(F))?(?(?=\2)(?=\4))"
H A Dtestinput6341 A\x{391}\x{1044F}\x{ff3a}\x{1fb0}
349 A\x{391}\x{1044F}\x{ff3a}\x{1fb0}
H A Dtestoutput7377 0: F
389 0: F
H A Dtestoutput2216 ? @ 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 [ \ ] ^ _ ` a b c d
1878 Starting chars: 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
2869 0: F
8656 /A(*PRUNE)B(*SKIP)C(*THEN)D(*COMMIT)E(*F)F(*FAIL)G(?!)H(*ACCEPT)I/BZ
8669 F
9726 /Z(*F)/
11707 /.(*F)/
12316 "AB(C(D))(E(F))?(?(?=\2)(?=\4))"
/PHP-5.4/ext/odbc/
H A Dconfig.m4452 DBMAKER_HOME=`grep "^dbmaker:" /etc/passwd | $AWK -F: '{print $6}'`
459 MAJOR_V=`echo $DM_VER | $AWK '{ print $1/10; }' | $AWK -F. '{ print $1; }'`
/PHP-5.4/tests/lang/
H A D023.phpt21 …echo "Limor Ullmann is getting married on ".($wedding_date=date("l, F dS, Y",$wedding_timestamp)).…
/PHP-5.4/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: ƒ => c4
/PHP-5.4/ext/intl/doc/
H A DTutorial.txt178 F=X cote < cote < cote < cote
179 F=O cote < cote < cote < cote
/PHP-5.4/ext/standard/
H A Dvar_unserializer.re220 } else if (**p >= 'A' && **p <= 'F') {
/PHP-5.4/
H A DREADME.RELEASE_PROCESS72 F.e. if the RC is "5.4.1RC1" then the new one should be "5.4.2-dev" - regardless if we get
H A Dacinclude.m4627 PHP_FRAMEWORKPATH="-F$ai_p $PHP_FRAMEWORKPATH"
629 PHP_FRAMEWORKPATH="$PHP_FRAMEWORKPATH -F$ai_p"
/PHP-5.4/ext/wddx/tests/
H A Dbug37569.phpt41 <wddxPacket version='1.0'><header/><data><string>F</string></data></wddxPacket>
/PHP-5.4/ext/pcre/pcrelib/
H A DREADME988 (F) Auxiliary files for building PCRE "by hand"
995 (F) Miscellaneous
H A DChangeLog71 (a) A crash if /K and /F were both set with the option to save the compiled
1609 46. The pattern /.(*F)/, when applied to "abc" with PCRE_PARTIAL_HARD, gave a
1659 to it in the current branch. For example, in ((a|b)(*THEN)(*F)|c..) it
2093 4. The long form of the pcregrep -F option was incorrectly implemented as
2893 13. Added Perl 5.10 experimental backtracking controls (*FAIL), (*F), (*PRUNE),
3691 (j) Added the -F (--fixed-strings) option.
4244 (iii) The F pattern option causes pcretest to flip the bytes in the 32-bit
4443 only 0-9, a-f, and A-F, but the character types table is locale-

Completed in 93 milliseconds

12345678