Home
last modified time | relevance | path

Searched refs:LXB_TAG__LAST_ENTRY (Results 1 – 11 of 11) sorted by relevance

/PHP-8.2/ext/dom/lexbor/lexbor/html/
H A Dtag.h54 if (tag_id < LXB_TAG__LAST_ENTRY && ns < LXB_NS__LAST_ENTRY) { in lxb_html_tag_is_category()
64 if (tag_id >= LXB_TAG__LAST_ENTRY) { in lxb_html_tag_fixname_svg()
H A Dinterface.c30 if (tag_id >= LXB_TAG__LAST_ENTRY) { in lxb_html_interface_create()
134 if (node->local_name >= LXB_TAG__LAST_ENTRY) { in lxb_html_interface_destroy()
H A Dtag_res.h40 static lxb_html_tag_category_t lxb_html_tag_res_cats[LXB_TAG__LAST_ENTRY][LXB_NS__LAST_ENTRY] =
1865 static lxb_html_tag_fixname_t lxb_html_tag_res_fixname_svg[LXB_TAG__LAST_ENTRY] =
H A Dinterface_res.h124 static lxb_dom_interface_constructor_f lxb_html_interface_res_constructors[LXB_TAG__LAST_ENTRY][LX…
2289 static lxb_dom_interface_destructor_f lxb_html_interface_res_destructor[LXB_TAG__LAST_ENTRY][LXB_N…
/PHP-8.2/ext/dom/lexbor/patches/
H A D0001-Remove-unused-upper-case-tag-static-data.patch15 @@ -224,6 +224,7 @@ static const lxb_tag_data_t lxb_tag_res_data_default[LXB_TAG__LAST_ENTRY] =
20 static const lxb_tag_data_t lxb_tag_res_data_upper_default[LXB_TAG__LAST_ENTRY] =
23 @@ -423,6 +424,7 @@ static const lxb_tag_data_t lxb_tag_res_data_upper_default[LXB_TAG__LAST_ENTRY]
/PHP-8.2/ext/dom/lexbor/lexbor/tag/
H A Dtag.c65 if (tag_id >= LXB_TAG__LAST_ENTRY) { in lxb_tag_data_by_id()
66 if (tag_id == LXB_TAG__LAST_ENTRY) { in lxb_tag_data_by_id()
H A Dconst.h220 LXB_TAG__LAST_ENTRY = 0x00c4 enumerator
H A Dres.h27 static const lxb_tag_data_t lxb_tag_res_data_default[LXB_TAG__LAST_ENTRY] =
228 static const lxb_tag_data_t lxb_tag_res_data_upper_default[LXB_TAG__LAST_ENTRY] =
/PHP-8.2/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Din_select_in_table.c72 if (token->tag_id >= LXB_TAG__LAST_ENTRY) { in lxb_html_tree_insertion_mode_in_select_in_table()
/PHP-8.2/ext/dom/lexbor/lexbor/selectors/
H A Dselectors.c1210 else if(node->local_name >= LXB_TAG__LAST_ENTRY) { in lxb_selectors_pseudo_class()
1647 tag_id >= LXB_TAG__LAST_ENTRY) in lxb_selectors_pseudo_class_disabled()
/PHP-8.2/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dnode.c183 if (src->local_name < LXB_TAG__LAST_ENTRY) { in lxb_dom_node_interface_copy()

Completed in 45 milliseconds