Home
last modified time | relevance | path

Searched refs:R (Results 126 – 150 of 154) sorted by relevance

1234567

/PHP-7.4/ext/standard/tests/strings/
H A Ducwords_variation4.phpt71 string(30) "T E S T I N G U C W O R D S "
H A Dhtml_entity_decode_koi8-r.phpt2 Translation of HTML entities for encoding KOI8-R
138 $res = html_entity_decode($ent, ENT_QUOTES, 'KOI8-R');
143 $res = html_entity_decode($ent, ENT_QUOTES, 'KOI8-R');
/PHP-7.4/ext/gd/libgd/
H A Dgd_interpolation.c440 #define R DEFAULT_LANCZOS8_RADIUS in filter_lanczos8() macro
444 if ( x < R) { in filter_lanczos8()
445 return R * sin(x*M_PI) * sin(x * M_PI/ R) / (x * M_PI * x * M_PI); in filter_lanczos8()
448 #undef R in filter_lanczos8()
457 #define R DEFAULT_LANCZOS3_RADIUS in filter_lanczos3() macro
461 if ( x < R) in filter_lanczos3()
463 return R * sin(x*M_PI) * sin(x * M_PI / R) / (x * M_PI * x * M_PI); in filter_lanczos3()
466 #undef R in filter_lanczos3()
H A Dgd.c343 #define RETURN_RGB(r, g, b) {RGB->R = r; RGB->G = g; RGB->B = b; return RGB;}
345 #define SETUP_RGB(s, r, g, b) {s.R = r/255.0f; s.G = g/255.0f; s.B = b/255.0f;}
364 float R, G, B; member
380 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
383 w = MIN3 (R, G, B); in RGB_to_HWB()
384 v = MAX3 (R, G, B); in RGB_to_HWB()
389 f = (R == w) ? G - B : ((G == w) ? B - R : R - G); in RGB_to_HWB()
390 i = (R == w) ? 3 : ((G == w) ? 5 : 1); in RGB_to_HWB()
/PHP-7.4/ext/session/tests/
H A Dsession_decode_error2.phpt17 $data = "foo|a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}guff|R:1;blah|R:1;";
/PHP-7.4/ext/standard/html_tables/mappings/
H A DCP1251.TXT101 0x52 0x0052 #LATIN CAPITAL LETTER R
133 0x72 0x0072 #LATIN SMALL LETTER R
H A D8859-5.TXT130 0x52 0x0052 # LATIN CAPITAL LETTER R
162 0x72 0x0072 # LATIN SMALL LETTER R
H A DCP1252.TXT101 0x52 0x0052 #LATIN CAPITAL LETTER R
133 0x72 0x0072 #LATIN SMALL LETTER R
H A DCP866.TXT100 0x52 0x0052 #LATIN CAPITAL LETTER R
132 0x72 0x0072 #LATIN SMALL LETTER R
H A D8859-1.TXT130 0x52 0x0052 # LATIN CAPITAL LETTER R
162 0x72 0x0072 # LATIN SMALL LETTER R
H A D8859-15.TXT129 0x52 0x0052 # LATIN CAPITAL LETTER R
161 0x72 0x0072 # LATIN SMALL LETTER R
H A DROMAN.TXT197 0x52 0x0052 # LATIN CAPITAL LETTER R
229 0x72 0x0072 # LATIN SMALL LETTER R
/PHP-7.4/ext/hash/
H A Dhash_whirlpool.c76 for (r = 1; r <= R; r++) { in WhirlpoolTransform()
H A Dphp_hash_whirlpool_tables.h22 #define R 10 macro
24 static const uint64_t rc[R + 1] = {
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in304 ; %R: remote IP address
318 ; Default: "%R - %u %t \"%m %r\" %s"
319 ;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{mili}d %{kilo}M %C%%"
/PHP-7.4/ext/mbstring/tests/
H A Dmb_regex_encoding_variation2.phpt78 'KOI8-R'); /*56*/
/PHP-7.4/
H A DCODING_STANDARDS.md238 2. Use K&R-style. Of course, we can't and don't want to force anybody to use a
241 maintain the K&R style. This applies to just about everything, starting with
H A DEXTENSIONS103 PRIMARY MAINTAINER: Daniel R. Kalowsky <kalowsky@php.net> (2000 - 2004)
/PHP-7.4/build/
H A Dconfig.guess1348 R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
1385 SX-8R:SUPER-UX:*:*)
H A Dlibtool.m43412 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3454 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3636 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3871 -L* | -R* | -l*)
3875 || test $p = "-R"; then
3884 -L* | -R*)
5850 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5866 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5972 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5998 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
[all …]
H A Dphp.m4275 dnl Checks for -R, etc. switch.
278 AC_MSG_CHECKING([if compiler supports -R])
281 LIBS="-R /usr/$PHP_LIBDIR $LIBS"
286 ld_runpath_switch=-R
456 PHP_RPATHS="$PHP_RPATHS -R $i"
/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.re197 recurrences = "R" number;
/PHP-7.4/ext/standard/
H A Dvar_unserializer.re784 if (var_hash && (*p)[0] != 'R') {
792 "R:" uiv ";" {
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます4688 # From Fabio R. Schmidlin <frs@pop.com.br>
5564 0 string C\0\0\0R\0\0\0 BLCR
5575 0 string \0\0\0C\0\0\0R BLCR
10889 #>43 string \224R-LOADER\ \ SYS =label
14702 >10 string A(R) A(R)
14921 #>4 string LZX R executable
17673 # Add [R:4] after the offset?
19011 >0 string R*ch BBEdit
19683 # 'soh R' means new
25266 0 string R-AXIS4\ \ \ R-Axis Area Detector Image:
[all …]
H A Dmagic4688 # From Fabio R. Schmidlin <frs@pop.com.br>
5564 0 string C\0\0\0R\0\0\0 BLCR
5575 0 string \0\0\0C\0\0\0R BLCR
10889 #>43 string \224R-LOADER\ \ SYS =label
14702 >10 string A(R) A(R)
14921 #>4 string LZX R executable
17673 # Add [R:4] after the offset?
19011 >0 string R*ch BBEdit
19683 # 'soh R' means new
25266 0 string R-AXIS4\ \ \ R-Axis Area Detector Image:
[all …]

Completed in 185 milliseconds

1234567