Home
last modified time | relevance | path

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

1234567

/PHP-5.5/ext/date/tests/
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",
H A Dexamine_diff.inc57 $result_spec = $result_interval->format('P%R%yY%mM%dDT%hH%iM%sS');
/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_012.phpt139 string(37) "a:2:{i:0;O:8:"stdClass":0:{}i:1;R:2;}"
217 string(58) "O:8:"stdClass":2:{s:1:"a";O:8:"stdClass":0:{}s:1:"b";R:2;}"
H A D001.phpt116 a:2:{s:1:"a";s:4:"test";s:1:"b";R:2;}
/PHP-5.5/ext/mbstring/oniguruma/
H A DREADME.ja15 Shift_JIS, Big5, GB18030, KOI8-R, CP1251,
154 enc/koi8_r.c KOI8-R �������ǥ���
H A DREADME15 Shift_JIS, Big5, GB18030, KOI8-R, CP1251,
148 enc/koi8_r.c KOI8-R encoding.
/PHP-5.5/ext/standard/html_tables/mappings/
H A DKOI8-R.TXT2 # Name: KOI8-R (RFC1489) to Unicode
28 # KOI8-R characters map into Unicode. The underlying document is the
34 # Column #1 is the KOI8-R code (in hex as 0xXX)
38 # The entries are in KOI8-R order.
129 0x52 0x0052 # LATIN CAPITAL LETTER R
161 0x72 0x0072 # LATIN SMALL LETTER R
/PHP-5.5/ext/session/
H A Dmod_files.bat36 IF /I %Bits% GEQ 5 SET HashChars=!HashChars! G H I J K L M N O P Q R S T U V
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput2333 : ; < = > ? @ 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 [ \ ] ^
60 ? @ 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 [ \ ] ^ _ ` a b c
H A Dtestinput9554 /^a\R*b/8<bsr_unicode>
565 /^a\R+b/8<bsr_unicode>
577 /^a\R{1,3}b/8<bsr_unicode>
645 /a\R?b/I8<bsr_anycrlf>
653 /a\R?b/I8<bsr_unicode>
H A Dtestinput18210 /\R*A/SI8<bsr_unicode>
246 /\R/SI8
H A Dtestoutput2580 : ; < = > ? @ 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 [ \ ] ^
107 ? @ 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 [ \ ] ^ _ ` a b c
H A Dtestoutput8687 /< (?: (?(R) \d++ | [^<>]*+) | (?R)) * >/x
956 def\R
974 obar\R
6294 4\P\R
7534 /(?(R)a+|(?R)b)/
7538 /(?(R)a+|((?R))b)/
7550 /(?(R)a*(?1)|((?R))b)/
7574 /^\R/
7616 /^\R?x/
7626 /^\R+x/
[all …]
H A Dtestoutput5221 /\x{100}*\d(?R)/8DZ
676 /^a\R*b/8<bsr_unicode>
696 /^a\R+b/8<bsr_unicode>
718 /^a\R{1,3}b/8<bsr_unicode>
872 /a\R?b/I8<bsr_anycrlf>
890 /a\R?b/I8<bsr_unicode>
1507 /(\R*)(.)/s8
1521 /(\R)*(.)/s8
1674 /\R+/8<bsr_unicode>
/PHP-5.5/ext/mbstring/tests/
H A Dmb_internal_encoding_variation2.phpt79 'KOI8-R'); /*56*/
373 string(6) "KOI8-R"
/PHP-5.5/ext/imap/tests/
H A Dimap_rfc822_parse_headers_basic.phpt37 if ($z->Recent == 'R' || $z->Recent == 'N' || $z->Recent == ' ') {
H A Dimap_headerinfo_basic.phpt37 if ($z->Recent == 'R' || $z->Recent == 'N' || $z->Recent == ' ') {
/PHP-5.5/ext/standard/tests/strings/
H A Ducwords_variation3.phpt64 string(30) "T E S T I N G U C W O R D S "
H A Ducwords_variation4.phpt71 string(30) "T E S T I N G U C W O R D S "
/PHP-5.5/ext/filter/tests/
H A D043.phpt96 string(1) "R"
/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); \
/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()

Completed in 65 milliseconds

1234567