Home
last modified time | relevance | path

Searched refs:xi (Results 1 – 20 of 20) sorted by relevance

/php-src/ext/dom/tests/
H A DDOMDocument_getElementsByTagName_liveness_xinclude.phpt11 <chapter xmlns:xi="http://www.w3.org/2001/XInclude">
14 <xi:include href="book.xml">
15 <xi:fallback>
17 </xi:fallback>
18 </xi:include>
36 <chapter xmlns:xi="http://www.w3.org/2001/XInclude">
H A DDOMDocument_getElementsByTagNameNS_match_any_namespace.phpt11 <chapter xmlns:xi="http://www.w3.org/2001/XInclude">
14 <xi:include href="book.xml">
15 <xi:fallback>
17 </xi:fallback>
18 </xi:include>
66 local name: 'include', prefix: 'xi'
67 local name: 'fallback', prefix: 'xi'
77 local name: 'include', prefix: 'xi'
78 local name: 'fallback', prefix: 'xi'
H A Dbug43364.phpt23 <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 Ddom_xinclude.phpt30 <foo xmlns:xi="http://www.w3.org/2001/XInclude">
H A DDOMNode_isEqualNode.phpt252 <chapter xmlns:xi="http://www.w3.org/2001/XInclude">
255 <xi:include href="book.xml">
256 <xi:fallback>
258 </xi:fallback>
259 </xi:include>
/php-src/ext/gd/libgd/
H A Dgd_interpolation.c741 const int xi=(int)((x) < 0 ? x - 1: x); in getPixelInterpolated() local
760 return getPixelOverflowTC(im, xi, yi, bgColor); in getPixelInterpolated()
762 return getPixelOverflowPalette(im, xi, yi, bgColor); in getPixelInterpolated()
767 kernel_x[i] = (double) im->interpolation((double)(xi+i-1-x)); in getPixelInterpolated()
782 for (xii=xi-1; xii<xi+3; xii++) { in getPixelInterpolated()
785 kernel = kernel_cache_y * kernel_x[xii-(xi-1)]; in getPixelInterpolated()
792 for (xii=xi-1; xii<xi+3; xii++) { in getPixelInterpolated()
795 kernel = kernel_cache_y * kernel_x[xii-(xi-1)]; in getPixelInterpolated()
/php-src/ext/standard/html_tables/
H A Dents_html401.txt136 xi 03BE
H A Dents_xhtml.txt168 xi 03BE
H A Dents_html5.txt2085 xi 003BE
/php-src/ext/standard/tests/strings/
H A Dget_html_translation_table_basic7.phpt299 [ξ] => &xi;
H A Dget_html_translation_table_basic2.phpt532 string(4) "&xi;"
1041 string(4) "&xi;"
1546 string(4) "&xi;"
H A Dhtml_entity_decode_html4.phpt151 "&xi;",
H A Dget_html_translation_table_basic1.phpt519 string(4) "&xi;"
H A Dhtmlentities_html4.phpt207 &xi; U+003BE
H A Dget_html_translation_table_basic5.phpt1531 [ξ] => &xi;
H A Dhtml_entity_decode_html5.phpt2090 "&xi;",
4224 &xi; => ξ cebe
H A Dhtmlentities_html5.phpt412 &xi; U+003BE
/php-src/Zend/
H A Dzend_strtod.c656 ULong xi, z; local
672 xi = *x;
673 y = (xi & 0xffff) * m + carry;
674 z = (xi >> 16) * m + (y >> 16);
/php-src/ext/openssl/
H A Dopenssl.c2245 X509_INFO *xi; in STACK_OF() local
2276 xi=sk_X509_INFO_shift(sk); in STACK_OF()
2277 if (xi->x509 != NULL) { in STACK_OF()
2278 sk_X509_push(stack,xi->x509); in STACK_OF()
2279 xi->x509=NULL; in STACK_OF()
2281 X509_INFO_free(xi); in STACK_OF()
/php-src/ext/date/lib/
H A Dparse_date.re289 { "xi", 0, 11 },

Completed in 79 milliseconds