Home
last modified time | relevance | path

Searched refs:R (Results 76 – 100 of 109) sorted by relevance

12345

/PHP-5.3/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 "
/PHP-5.3/ext/gd/libgd/
H A Dgd.c299 #define RETURN_RGB(r, g, b) {RGB->R = r; RGB->G = g; RGB->B = b; return RGB;}
301 #define SETUP_RGB(s, r, g, b) {s.R = r/255.0f; s.G = g/255.0f; s.B = b/255.0f;}
320 float R, G, B; member
336 float R = RGB.R, G = RGB.G, B = RGB.B, w, v, b, f; in RGB_to_HWB() local
339 w = MIN3 (R, G, B); in RGB_to_HWB()
340 v = MAX3 (R, G, B); in RGB_to_HWB()
345 f = (R == w) ? G - B : ((G == w) ? B - R : R - G); in RGB_to_HWB()
346 i = (R == w) ? 3 : ((G == w) ? 5 : 1); in RGB_to_HWB()
/PHP-5.3/
H A Dconfig.guess1203 R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
1234 SX-8R:SUPER-UX:*:*)
H A DCODING_STANDARDS178 2. Use K&R-style. Of course, we can't and don't want to
181 of PHP or one of its standard modules, please maintain the K&R
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 DEXTENSIONS172 PRIMARY MAINTAINER: Daniel R. Kalowsky <kalowsky@php.net>
/PHP-5.3/ext/hash/
H A Dhash_whirlpool.c78 for (r = 1; r <= R; r++) { in WhirlpoolTransform()
H A Dphp_hash_whirlpool_tables.h24 #define R 10 macro
26 static const php_hash_uint64 rc[R + 1] = {
/PHP-5.3/ext/standard/
H A Dvar_unserializer.re401 if (var_hash && cursor[0] != 'R') {
411 "R:" iv ";" {
/PHP-5.3/ext/pcre/pcrelib/
H A DNEWS228 \R matches any Unicode line ending (the default) or just CR, LF, and CRLF.
336 3. The \R escape matches a single Unicode newline sequence as a single unit.
375 example, (?R) is treated as if it were (?>(?R)). This is necessary because
H A DChangeLog254 25. \s*\R was auto-possessifying the \s* when it should not, whereas \S*\R
588 17. If a user had set PCREGREP_COLO(U)R to something other than 1:31, the
652 behaviour of \R* different to (\R)*, which also seems wrong. The behaviour
711 18. If a pattern containing \R was studied, it was assumed that \R always
713 incorrectly computed because \R can also match just one byte.
814 41. A pattern such as /(?(R)a+|(?R)b)/ is quite safe, as the recursion can
1037 4. Inside a character class, PCRE always treated \R and \X as literals,
2565 For example, the pattern (?>\x{100}*)\d(?R) provoked this error
2948 atomic groups. Thus, for example, (?R) is treated as if it were (?>(?R)).
3442 -R library as well as a -L library.
[all …]
H A DREADME249 . By default, the sequence \R in a pattern matches any Unicode line ending
251 be the end of a line (see above). However, the caller of PCRE can restrict \R
253 --enable-bsr-anycrlf to the "configure" command (bsr = "backslash R").
/PHP-5.3/ext/mbstring/tests/
H A Dmb_regex_encoding_variation2.phpt78 'KOI8-R'); /*56*/
/PHP-5.3/sapi/fpm/
H A Dphp-fpm.conf.in407 ; %R: remote IP address
417 ; Default: "%R - %u %t \"%m %r\" %s"
418 ;access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{mili}d %{kilo}M %C%%"
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt1022 WHAT \R MATCHES
1916 the \R escape sequence matches by default. A value of 0 means that \R
5837 the \R escape sequence
6597 \( ( [^()]++ | (?R) )* \)
6667 Do not confuse the (?R) item with the condition (R), which tests for
6673 < (?: (?(R) \d++ | [^<>]*+) | (?R)) * >
7532 WHAT \R MATCHES
8484 data> n05\R\D
8584 data> gsb\R\P\D
8609 data> gsb\R\P\P\D
[all …]
/PHP-5.3/build/
H A Dlibtool.m43413 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3455 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3637 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
3872 -L* | -R* | -l*)
3876 || test $p = "-R"; then
3885 -L* | -R*)
5855 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5871 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5977 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
6003 _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
[all …]
/PHP-5.3/sapi/apache_hooks/
H A Dphp_apache.c119 #define APREQ_GET_REQUEST(ZVAL, R) APREQ_GET_THIS(ZVAL); \ argument
120 R = get_apache_request(ZVAL TSRMLS_CC)
/PHP-5.3/ext/date/lib/
H A Dparse_iso_intervals.re306 recurrences = "R" number;
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestoutput91065 /^a\R*b/8<bsr_unicode>
1085 /^a\R+b/8<bsr_unicode>
1107 /^a\R{1,3}b/8<bsr_unicode>
1235 /a\R?b/I8<bsr_anycrlf>
1253 /a\R?b/I8<bsr_unicode>
H A Dtestinput14521 /((< (?: (?(R) \d++ | [^<>]*+) | (?2)) * >))/x
4959 /(?(R)a+|(?R)b)/
4962 /(?(R)a+|((?R))b)/
4965 /((?(R)a+|(?1)b))/
H A Dtestinput6801 /\p{Zs}*?\R/
805 /\p{Zs}*\R/
H A Dtestoutput17464 /((< (?: (?(R) \d++ | [^<>]*+) | (?2)) * >))/x
8256 /(?(R)a+|(?R)b)/
8260 /(?(R)a+|((?R))b)/
8265 /((?(R)a+|(?1)b))/
/PHP-5.3/ext/mbstring/oniguruma/doc/
H A DAPI109 ONIG_ENCODING_KOI8_R KOI8-R
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dvdbe.c2687 int R; in sqliteVdbeExec() local
2693 R = pTos->i; in sqliteVdbeExec()
2736 if( v==R ){ in sqliteVdbeExec()
/PHP-5.3/ext/wddx/tests/
H A Dbug37569.phpt89 <wddxPacket version='1.0'><header/><data><string>R</string></data></wddxPacket>

Completed in 120 milliseconds

12345