Searched refs:xi (Results 1 – 21 of 21) sorted by relevance
/PHP-8.3/ext/dom/tests/ |
H A D | DOMDocument_getElementsByTagName_liveness_xinclude.phpt | 11 <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 D | gh14702.phpt | 18 $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 D | DOMDocument_getElementsByTagNameNS_match_any_namespace.phpt | 11 <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 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 | 30 <foo xmlns:xi="http://www.w3.org/2001/XInclude">
|
H A D | DOMNode_isEqualNode.phpt | 252 <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 D | gd_interpolation.c | 751 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 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-8.3/ext/standard/tests/strings/ |
H A D | get_html_translation_table_basic7.phpt | 299 [ξ] => ξ
|
H A D | get_html_translation_table_basic2.phpt | 532 string(4) "ξ" 1041 string(4) "ξ" 1546 string(4) "ξ"
|
H A D | html_entity_decode_html4.phpt | 151 "ξ",
|
H A D | get_html_translation_table_basic1.phpt | 519 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-8.3/Zend/ |
H A D | zend_strtod.c | 662 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 D | openssl.c | 2258 X509_INFO *xi; in STACK_OF() local 2289 xi=sk_X509_INFO_shift(sk); in STACK_OF() 2290 if (xi->x509 != NULL) { in STACK_OF() 2291 sk_X509_push(stack,xi->x509); in STACK_OF() 2292 xi->x509=NULL; in STACK_OF() 2294 X509_INFO_free(xi); in STACK_OF()
|
/PHP-8.3/ext/date/lib/ |
H A D | parse_date.re | 289 { "xi", 0, 11 },
|
Completed in 93 milliseconds