Searched refs:bf (Results 1 – 20 of 20) sorted by relevance
/PHP-5.6/ext/gd/libgd/ |
H A D | gd_filter.c | 131 double rf,gf,bf; in gdImageContrast() local 160 bf = (double)b/255.0; in gdImageContrast() 161 bf = bf-0.5; in gdImageContrast() 162 bf = bf*contrast; in gdImageContrast() 163 bf = bf+0.5; in gdImageContrast() 164 bf = bf*255.0; in gdImageContrast() 174 bf = (bf > 255.0)? 255.0 : ((bf < 0.0)? 0.0:bf); in gdImageContrast() 176 new_pxl = gdImageColorAllocateAlpha(src, (int)rf, (int)gf, (int)bf, a); in gdImageContrast() 178 new_pxl = gdImageColorClosestAlpha(src, (int)rf, (int)gf, (int)bf, a); in gdImageContrast()
|
/PHP-5.6/ext/mysqli/tests/ |
H A D | client-cert.pem | 18 0d:80:06:df:52:14:d2:85:32:cf:bf:ce:2a:47:28: 46 92:f5:74:78:13:43:3c:fe:b5:61:bf:00:47:43:45:a0:b9:dd: 47 a1:10:0c:29:69:2a:6f:7d:67:3d:1e:09:b5:15:74:bf:73:11: 49 a1:f1:09:43:fc:bf:83:89:3a:b1:18:40:f3:cf:6d:12:ef:6e:
|
H A D | cacert.pem | 43 32:97:4c:af:bf:ca:e0:10:66:b7:cc:8b:0d:05:d1:d2:ca:b8:
|
/PHP-5.6/ext/standard/tests/strings/ |
H A D | strtolower-win32.phpt | 254 bf => bf
|
H A D | strtoupper1-win32.phpt | 254 bf => bf
|
H A D | convert_cyr_string_basic.phpt | 78 169: bf
|
H A D | html_entity_decode_iso8859-15.phpt | 210 INVERTED QUESTION MARK: ¿ => bf 211 ¿ => bf
|
H A D | html_entity_decode_macroman.phpt | 345 LATIN SMALL LETTER O WITH STROKE: ø => bf 517 ø => bf
|
H A D | html_entity_decode_koi8-r.phpt | 273 © => bf 338 COPYRIGHT SIGN: © => bf
|
H A D | html_entity_decode_iso8859-5.phpt | 210 CYRILLIC CAPITAL LETTER PE: П => bf
|
H A D | html_entity_decode_win1251.phpt | 342 CYRILLIC SMALL LETTER YI: ї => bf
|
H A D | html_entity_decode_cp866.phpt | 338 BOX DRAWINGS LIGHT DOWN AND LEFT: ┐ => bf
|
H A D | bug49785.phpt | 217 string(2) "bf"
|
/PHP-5.6/ext/pcre/pcrelib/testdata/ |
H A D | testoutput6 | 1834 0: \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c2} \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c2} 1835 1: \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c2} 1837 0: \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c2} \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c3} 1838 1: \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c2} 1841 1: \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c2} 1851 0: \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c2} \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c2} 1852 1: \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c2} 1854 0: \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c2} \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c3} 1855 1: \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c2} 1858 1: \x{3c3}\x{3ac}\x{3bc}\x{3bf}\x{3c2} [all …]
|
H A D | testoutput15 | 311 Need char = \x{bf} 323 Need char = \x{bf} 359 Need char = \x{bf} 496 \x{bf} 497 0: \x{bf} 682 Need char = \x{bf} 722 Need char = \x{bf} 989 Need char = \x{bf}
|
H A D | testinput18 | 111 \x{bf}
|
H A D | testinput15 | 191 \x{bf}
|
H A D | testoutput18-16 | 355 \x{bf} 356 0: \x{bf}
|
H A D | testoutput18-32 | 353 \x{bf} 354 0: \x{bf}
|
/PHP-5.6/ext/fileinfo/tests/ |
H A D | magic | 3446 # http://lists.blender.org/mailman/listinfo/bf-committers
|
Completed in 62 milliseconds