Home
last modified time | relevance | path

Searched refs:c1 (Results 201 – 225 of 229) sorted by relevance

12345678910

/PHP-5.6/ext/dom/tests/
H A Ddom007.phpt25 <course cid="c1">
H A Ddom001.phpt203 <row><entry>a1</entry><entry morerows="1">b1</entry><entry>c1</entry></row>
264 <row><entry>a1</entry><entry morerows="1">b1</entry><entry>c1</entry></row>
/PHP-5.6/ext/oci8/tests/
H A Dbug42173.phpt18 c1 TIMESTAMP,
H A Dimp_res_3.phpt26 "create table imp_res_3_tab_1 (c1 number, c2 varchar2(10))",
38 c1 sys_refcursor;
42 open c1 for select t1.*, t2.*, t3.*, t4.*, t5.*
45 dbms_sql.return_result(c1);
46 open c1 for select c2 from imp_res_3_tab_1 order by 1;
47 dbms_sql.return_result(c1);
48 open c1 for select * from imp_res_3_tab_2 order by 1;
49 dbms_sql.return_result(c1);
50 open c1 for select * from dual;
51 dbms_sql.return_result (c1);
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestinput6754 …\x{10b00}\x{a6ef}\x{13007}\x{10857}\x{10b78}\x{10b58}\x{a980}\x{110c1}\x{a4ff}\x{abc0}\x{10a7d}\x{…
1028 \x{03a1}\x{03c1}\x{03f1}
1030 /[z\x{03c1}]+/8i
1031 \x{03a1}\x{03c1}\x{03f1}
1034 \x{03a1}\x{03c1}\x{03f1}
1241 \x{03a1}\x{03c1}\x{03f1}
1243 /\x{03c1}+/8i
1244 \x{03a1}\x{03c1}\x{03f1}
1247 \x{03a1}\x{03c1}\x{03f1}
H A Dtestoutput61739 \x{03a1}\x{03c1}\x{03f1}
1740 0: \x{3a1}\x{3c1}\x{3f1}
1742 /[z\x{03c1}]+/8i
1743 \x{03a1}\x{03c1}\x{03f1}
1744 0: \x{3a1}\x{3c1}\x{3f1}
1747 \x{03a1}\x{03c1}\x{03f1}
1748 0: \x{3a1}\x{3c1}\x{3f1}
2036 0: \x{3a1}\x{3c1}\x{3f1}
2038 /\x{03c1}+/8i
2040 0: \x{3a1}\x{3c1}\x{3f1}
[all …]
H A Dtestinput10979 !\x{c0}++\x{c1}\x{c2}
989 !\x{c0}++\x{c1}\x{c2}
996 !\x{c0}++\x{c1}\x{c2}
1250 \x{03a1}\x{03c1}\x{03f1}
1252 /\x{03c1}+/8i
1253 \x{03a1}\x{03c1}\x{03f1}
1256 \x{03a1}\x{03c1}\x{03f1}
H A Dtestoutput101840 !\x{c0}++\x{c1}\x{c2}
1841 0: ++\x{c1}
1856 !\x{c0}++\x{c1}\x{c2}
1866 !\x{c0}++\x{c1}\x{c2}
2294 \x{03a1}\x{03c1}\x{03f1}
2295 0: \x{3a1}\x{3c1}\x{3f1}
2297 /\x{03c1}+/8i
2298 \x{03a1}\x{03c1}\x{03f1}
2299 0: \x{3a1}\x{3c1}\x{3f1}
2302 \x{03a1}\x{03c1}\x{03f1}
[all …]
H A Dtestinput7438 !\x{c0}++\x{c1}\x{c2}
448 !\x{c0}++\x{c1}\x{c2}
455 !\x{c0}++\x{c1}\x{c2}
H A Dtestoutput7916 !\x{c0}++\x{c1}\x{c2}
917 0: ++\x{c1}
932 !\x{c0}++\x{c1}\x{c2}
942 !\x{c0}++\x{c1}\x{c2}
/PHP-5.6/ext/ereg/regex/
H A Dregcomp.ih39 static int samesets(register struct re_guts *g, int c1, int c2);
H A Dregcomp.c1302 samesets(g, c1, c2) in samesets() argument
1304 int c1;
1310 register unsigned uc1 = (unsigned char)c1;
/PHP-5.6/ext/gd/libgd/
H A Dgd_interpolation.c760 …const int c1 = im->trueColor == 1 ? getPixelOverflowTC(im, sx, sy, bgColor) : getPixelOver… in getPixelInterpolateWeight() local
771 …r = (int)(m1*gdTrueColorGetRed(c1) + m2*gdTrueColorGetRed(c2) + m3*gdTrueColorGetRed(c3) + m… in getPixelInterpolateWeight()
772 …g = (int)(m1*gdTrueColorGetGreen(c1) + m2*gdTrueColorGetGreen(c2) + m3*gdTrueColorGetGreen(c3) + m… in getPixelInterpolateWeight()
773 …b = (int)(m1*gdTrueColorGetBlue(c1) + m2*gdTrueColorGetBlue(c2) + m3*gdTrueColorGetBlue(c3) + m… in getPixelInterpolateWeight()
774 …a = (int)(m1*gdTrueColorGetAlpha(c1) + m2*gdTrueColorGetAlpha(c2) + m3*gdTrueColorGetAlpha(c3) + m… in getPixelInterpolateWeight()
776 r = (int)(m1*im->red[(c1)] + m2*im->red[(c2)] + m3*im->red[(c3)] + m4*im->red[(c4)]); in getPixelInterpolateWeight()
777 g = (int)(m1*im->green[(c1)] + m2*im->green[(c2)] + m3*im->green[(c3)] + m4*im->green[(c4)]); in getPixelInterpolateWeight()
778 b = (int)(m1*im->blue[(c1)] + m2*im->blue[(c2)] + m3*im->blue[(c3)] + m4*im->blue[(c4)]); in getPixelInterpolateWeight()
779 a = (int)(m1*im->alpha[(c1)] + m2*im->alpha[(c2)] + m3*im->alpha[(c3)] + m4*im->alpha[(c4)]); in getPixelInterpolateWeight()
/PHP-5.6/ext/standard/tests/strings/
H A Dstrtolower-win32.phpt256 c1 => e1
H A Dhtml_entity_decode_iso8859-15.phpt216 LATIN CAPITAL LETTER A WITH ACUTE: &#xC1; => c1
217 &#xC1; => c1
H A Dhtml_entity_decode_macroman.phpt256 &#xA1; => c1
351 INVERTED EXCLAMATION MARK: &#xA1; => c1
H A Dhtml_entity_decode_iso8859-5.phpt216 CYRILLIC CAPITAL LETTER ES: &#x421; => c1
H A Dhtml_entity_decode_win1251.phpt348 CYRILLIC CAPITAL LETTER BE: &#x411; => c1
H A Dhtml_entity_decode_cp866.phpt344 BOX DRAWINGS LIGHT UP AND HORIZONTAL: &#x2534; => c1
H A Dhtml_entity_decode_koi8-r.phpt344 CYRILLIC SMALL LETTER A: &#x430; => c1
/PHP-5.6/ext/standard/html_tables/mappings/
H A DROMAN.TXT15 # <c1.1> and Text Encoding Converter 2.0.
16 # b4,c1 2002-Dec-19 Update URLs, notes. Matches internal
/PHP-5.6/
H A Drun-tests.php2207 $c1 = @count_array_diff($ar1, $ar2, $is_reg, $w, $idx1+1, $idx2, $cnt1, $cnt2, 10);
2210 if ($c1 > $c2) {
H A Dconfig.guess738 echo c1-convex-bsd
/PHP-5.6/ext/hash/tests/
H A Dfnv1a32.phpt71 array( 'iu1qiGFGv/hZ|', '045498c1' ),
/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c4577 pcre_uint32 c1, c2; in do_utf_caselesscmp() local
4587 GETCHARINC(c1, src1); in do_utf_caselesscmp()
4590 if (c1 != c2 && c1 != c2 + ur->other_case) in do_utf_caselesscmp()
4595 if (c1 < *pp) return NULL; in do_utf_caselesscmp()
4596 if (c1 == *pp++) break; in do_utf_caselesscmp()

Completed in 104 milliseconds

12345678910