Home
last modified time | relevance | path

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

/PHP-8.3/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 Dgh14702.phpt18 $xi = $doc->createElementNS('http://www.w3.org/2001/XInclude', 'xi:include');
19 $xi->setAttribute('href', 'nonexistent');
21 $fallback = $doc->createElementNS('http://www.w3.org/2001/XInclude', 'xi:fallback');
22 $xi->appendChild($fallback);
28 $toReplace->parentNode->replaceChild($xi, $toReplace);
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-8.3/ext/gd/libgd/
H A Dgd_interpolation.c751 const int xi=(int)((x) < 0 ? x - 1: x); in getPixelInterpolated() local
770 return getPixelOverflowTC(im, xi, yi, bgColor); in getPixelInterpolated()
772 return getPixelOverflowPalette(im, xi, yi, bgColor); in getPixelInterpolated()
777 kernel_x[i] = (double) im->interpolation((double)(xi+i-1-x)); 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()
802 for (xii=xi-1; xii<xi+3; xii++) { in getPixelInterpolated()
805 kernel = kernel_cache_y * kernel_x[xii-(xi-1)]; in getPixelInterpolated()
/PHP-8.3/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-8.3/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-8.3/Zend/
H A Dzend_strtod.c662 ULong xi, z; local
678 xi = *x;
679 y = (xi & 0xffff) * m + carry;
680 z = (xi >> 16) * m + (y >> 16);
/PHP-8.3/ext/openssl/
H A Dopenssl.c2249 X509_INFO *xi; in STACK_OF() local
2280 xi=sk_X509_INFO_shift(sk); in STACK_OF()
2281 if (xi->x509 != NULL) { in STACK_OF()
2282 sk_X509_push(stack,xi->x509); in STACK_OF()
2283 xi->x509=NULL; in STACK_OF()
2285 X509_INFO_free(xi); in STACK_OF()
/PHP-8.3/ext/date/lib/
H A Dparse_date.re289 { "xi", 0, 11 },

Completed in 67 milliseconds