Home
last modified time | relevance | path

Searched refs:R (Results 1 – 25 of 156) sorted by path

1234567

/PHP-5.5/
H A DCODING_STANDARDS198 2. Use K&R-style. Of course, we can't and don't want to
201 of PHP or one of its standard modules, please maintain the K&R
H A DEXTENSIONS172 PRIMARY MAINTAINER: Daniel R. Kalowsky <kalowsky@php.net>
H A DNEWS805 . Fixed bug #68421 (access.format='%R' doesn't log ipv6 address). (Remi)
6541 Rodriguez R., Felipe)
H A Dacinclude.m4299 dnl Checks for -R, etc. switch
302 AC_MSG_CHECKING([if compiler supports -R])
305 LIBS="-R /usr/$PHP_LIBDIR $LIBS"
310 ld_runpath_switch=-R
475 PHP_RPATHS="$PHP_RPATHS -R $i"
H A Dconfig.guess1198 R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
1235 SX-8R:SUPER-UX:*:*)
H A Dconfigure.in224 dnl check for -R, etc. switch
/PHP-5.5/build/
H A Dlibtool.m43416 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3458 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3640 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3875 -L* | -R* | -l*)
3879 || test $p = "-R"; then
3888 -L* | -R*)
5854 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5870 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5976 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
6002 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
[all …]
/PHP-5.5/ext/bz2/tests/
H A D003.phpt29 string(1) "R"
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.re271 recurrences = "R" number;
/PHP-5.5/ext/date/tests/
H A D009.phpt17 var_dump(strftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U %V…
25 var_dump(gmstrftime("%a %A %b %B %c %C %d %D %e %g %G %h %H %I %j %m %M %n %p %r %R %S %t %T %u %U …
H A DDateInterval_format.phpt26 echo $interval->format('R=%R') . "\n";
40 echo $interval->format('inverted R=%R') . "\n";
58 R=+
67 inverted R=-
H A Dbug68942.phpt5 …2:"DateTimeZone":2:{s:13:"timezone_type";a:2:{i:0;i:1;i:1;i:2;}s:8:"timezone";s:1:"A";}i:1;R:4;}');
H A Dbug68942_2.phpt5 …01 00:00:00.000000";s:13:"timezone_type";a:2:{i:0;i:1;i:1;i:2;}s:8:"timezone";s:1:"A";}i:1;R:5;}');
H A Dexamine_diff.inc57 $result_spec = $result_interval->format('P%R%yY%mM%dDT%hH%iM%sS');
H A Dgmstrftime_variation15.phpt27 'Time in 24 hour notation' => "%R",
H A Dgmstrftime_variation16.phpt27 'Time in 24 hour notation' => "%R",
H A Dstrftime_variation15.phpt27 'Time in 24 hour notation' => "%R",
H A Dstrftime_variation16.phpt27 'Time in 24 hour notation' => "%R",
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3246 0 string C\0\0\0R\0\0\0 BLCR
3257 0 string \0\0\0C\0\0\0R BLCR
6528 #>43 string \224R-LOADER\ \ SYS =label
9383 >10 string A(R) A(R)
9602 #>4 string LZX R executable
9603 #2 string #HUPAIR Human68k hupair R executable
10891 # - Patrik R=E5dman <patrik+file-magic@iki.fi>
12020 #>69 string R*ch (BBEdit)
12333 # from byte 4 it is either 'nul E' or 'soh R'
12336 # 'soh R' means new
[all …]
/PHP-5.5/ext/filter/tests/
H A D043.phpt96 string(1) "R"
/PHP-5.5/ext/gd/libgd/
H A Dgd.c307 #define RETURN_RGB(r, g, b) {RGB->R = r; RGB->G = g; RGB->B = b; return RGB;}
309 #define SETUP_RGB(s, r, g, b) {s.R = r/255.0f; s.G = g/255.0f; s.B = b/255.0f;}
328 float R, G, B; member
344 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
347 w = MIN3 (R, G, B); in RGB_to_HWB()
348 v = MAX3 (R, G, B); in RGB_to_HWB()
353 f = (R == w) ? G - B : ((G == w) ? B - R : R - G); in RGB_to_HWB()
354 i = (R == w) ? 3 : ((G == w) ? 5 : 1); in RGB_to_HWB()
H A Dgd_interpolation.c422 #define R DEFAULT_LANCZOS8_RADIUS in filter_lanczos8() macro
426 if ( x < R) { in filter_lanczos8()
427 return R * sin(x*M_PI) * sin(x * M_PI/ R) / (x * M_PI * x * M_PI); in filter_lanczos8()
430 #undef R in filter_lanczos8()
438 #define R DEFAULT_LANCZOS3_RADIUS in filter_lanczos3() macro
442 if ( x < R) in filter_lanczos3()
444 return R * sin(x*M_PI) * sin(x * M_PI / R) / (x * M_PI * x * M_PI); in filter_lanczos3()
447 #undef R in filter_lanczos3()
/PHP-5.5/ext/hash/
H A Dhash_gost.c38 #define R(key, h, i, t, l, r) \ macro
200 R(key, h, i, t, l, r); \
H A Dhash_ripemd.c154 static const unsigned char R[80] = { variable
213 tmp = ROLS( j, a + F0(b, c, d) + x[R[j]] + K(j)); in RIPEMD128Transform()
220 tmp = ROLS( j, a + F1(b, c, d) + x[R[j]] + K(j)); in RIPEMD128Transform()
227 tmp = ROLS( j, a + F2(b, c, d) + x[R[j]] + K(j)); in RIPEMD128Transform()
234 tmp = ROLS( j, a + F3(b, c, d) + x[R[j]] + K(j)); in RIPEMD128Transform()
304 tmp = ROLS( j, a + F0(b, c, d) + x[R[j]] + K(j)); in RIPEMD256Transform()
312 tmp = ROLS( j, a + F1(b, c, d) + x[R[j]] + K(j)); in RIPEMD256Transform()
320 tmp = ROLS( j, a + F2(b, c, d) + x[R[j]] + K(j)); in RIPEMD256Transform()
328 tmp = ROLS( j, a + F3(b, c, d) + x[R[j]] + K(j)); in RIPEMD256Transform()
402 tmp = ROLS( j, a + F0(b, c, d) + x[R[j]] + K(j)) + e; in RIPEMD160Transform()
[all …]
H A Dhash_whirlpool.c78 for (r = 1; r <= R; r++) { in WhirlpoolTransform()

Completed in 149 milliseconds

1234567