Searched refs:LXB_NS_MATH (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/dom/lexbor/lexbor/ns/ |
H A D | const.h | 27 LXB_NS_MATH = 0x03, enumerator
|
H A D | res.h | 34 …char_t *) "http://www.w3.org/1998/Math/MathML", .length = 34, .next = NULL}, LXB_NS_MATH, 1, true}, 46 {{.u.short_str = "math", .length = 4, .next = NULL}, LXB_NS_MATH, 1, true},
|
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/ |
H A D | foreign_content.c | 83 if (node->ns == LXB_NS_MATH) { in lxb_html_tree_insertion_mode_foreign_content_anything_else()
|
H A D | in_body.c | 1542 element = lxb_html_tree_insert_foreign_element(tree, token, LXB_NS_MATH); in lxb_html_tree_insertion_mode_in_body_math()
|
/php-src/ext/dom/lexbor/lexbor/html/ |
H A D | tree.h | 345 if (node->ns == LXB_NS_MATH) { in lxb_html_tree_mathml_text_integration_point()
|
H A D | tree.c | 270 && adjusted->ns == LXB_NS_MATH in lxb_html_tree_construction_dispatcher() 1666 if (node->ns == LXB_NS_MATH in lxb_html_tree_html_integration_point()
|
/php-src/ext/dom/ |
H A D | html5_parser.c | 77 } else if (lexbor_namespace == LXB_NS_MATH) { in get_libxml_namespace_href()
|
Completed in 26 milliseconds