Searched refs:xi (Results 1 – 19 of 19) sorted by relevance
/PHP-7.1/ext/dom/tests/ |
H A D | bug43364.phpt | 23 <root xmlns:xi="http://www.w3.org/2001/XInclude"> 28 <b><xi:include xpointer="xpointer(/root/a)" /></b> 29 <c><xi:include xpointer="xpointer(/root/b)" /></c>
|
H A D | dom_xinclude.phpt | 29 <foo xmlns:xi="http://www.w3.org/2001/XInclude">
|
/PHP-7.1/ext/standard/html_tables/ |
H A D | ents_html401.txt | 136 xi 03BE
|
H A D | ents_xhtml.txt | 168 xi 03BE
|
H A D | ents_html5.txt | 2085 xi 003BE
|
/PHP-7.1/ext/gd/libgd/ |
H A D | gd_interpolation.c | 818 const int xi=(int)((x) < 0 ? x - 1: x); in getPixelInterpolated() local 837 return getPixelOverflowTC(im, xi, yi, bgColor); in getPixelInterpolated() 839 return getPixelOverflowPalette(im, xi, yi, bgColor); in getPixelInterpolated() 844 kernel_x[i] = (double) im->interpolation((double)(xi+i-1-x)); in getPixelInterpolated() 859 for (xii=xi-1; xii<xi+3; xii++) { in getPixelInterpolated() 862 kernel = kernel_cache_y * kernel_x[xii-(xi-1)]; in getPixelInterpolated() 869 for (xii=xi-1; xii<xi+3; xii++) { in getPixelInterpolated() 872 kernel = kernel_cache_y * kernel_x[xii-(xi-1)]; in getPixelInterpolated()
|
/PHP-7.1/ext/standard/tests/strings/ |
H A D | get_html_translation_table_basic7.phpt | 299 [ξ] => ξ
|
H A D | get_html_translation_table_basic2.phpt | 537 string(4) "ξ" 1046 string(4) "ξ" 1551 string(4) "ξ"
|
H A D | html_entity_decode_html4.phpt | 151 "ξ",
|
H A D | get_html_translation_table_basic1.phpt | 524 string(4) "ξ"
|
H A D | htmlentities_html4.phpt | 207 ξ U+003BE
|
H A D | get_html_translation_table_basic5.phpt | 1531 [ξ] => ξ
|
H A D | html_entity_decode_html5.phpt | 2090 "ξ", 4224 ξ => ξ cebe
|
H A D | htmlentities_html5.phpt | 412 ξ U+003BE
|
/PHP-7.1/Zend/ |
H A D | zend_strtod.c | 669 ULong xi, z; local 685 xi = *x; 686 y = (xi & 0xffff) * m + carry; 687 z = (xi >> 16) * m + (y >> 16);
|
/PHP-7.1/ext/openssl/ |
H A D | openssl.c | 2447 X509_INFO *xi; in STACK_OF() local 2477 xi=sk_X509_INFO_shift(sk); in STACK_OF() 2478 if (xi->x509 != NULL) { in STACK_OF() 2479 sk_X509_push(stack,xi->x509); in STACK_OF() 2480 xi->x509=NULL; in STACK_OF() 2482 X509_INFO_free(xi); in STACK_OF()
|
/PHP-7.1/ext/date/lib/ |
H A D | parse_date.re | 296 { "xi", 0, 11 },
|
/PHP-7.1/ext/pcre/pcrelib/testdata/ |
H A D | testinput1 | 3788 /xi
|
H A D | testoutput1 | 6182 /xi
|
Completed in 146 milliseconds