Home
last modified time | relevance | path

Searched refs:node_tagname (Results 1 – 7 of 7) sorted by relevance

/dports/www/py-html5-parser/html5-parser-0.4.10/gumbo/
H A Dparser.c4391 GumboStringPiece node_tagname = node->v.element.original_tag; in handle_in_foreign_content() local
4393 gumbo_tag_from_original_text(&node_tagname); in handle_in_foreign_content()
4396 if (!gumbo_string_equals_ignore_case(&node_tagname, &token_tagname)) { in handle_in_foreign_content()
4406 gumbo_debug("Foreign %.*s node at %d.\n", node_tagname.length, in handle_in_foreign_content()
4407 node_tagname.data, i); in handle_in_foreign_content()
4408 if (gumbo_string_equals_ignore_case(&node_tagname, &token_tagname)) { in handle_in_foreign_content()
4424 node_tagname = node->v.element.original_tag; in handle_in_foreign_content()
4425 gumbo_tag_from_original_text(&node_tagname); in handle_in_foreign_content()
/dports/textproc/sigil/Sigil-1.8.0/internal/gumbo/
H A Dparser.c4331 GumboStringPiece node_tagname = node->v.element.original_tag; in handle_in_foreign_content() local
4333 gumbo_tag_from_original_text(&node_tagname); in handle_in_foreign_content()
4336 if (!gumbo_string_equals_ignore_case(&node_tagname, &token_tagname)) { in handle_in_foreign_content()
4346 gumbo_debug("Foreign %.*s node at %d.\n", node_tagname.length, in handle_in_foreign_content()
4347 node_tagname.data, i); in handle_in_foreign_content()
4348 if (gumbo_string_equals_ignore_case(&node_tagname, &token_tagname)) { in handle_in_foreign_content()
4364 node_tagname = node->v.element.original_tag; in handle_in_foreign_content()
4365 gumbo_tag_from_original_text(&node_tagname); in handle_in_foreign_content()
/dports/devel/gumbo/gumbo-parser-0.10.1/src/
H A Dparser.c3909 GumboStringPiece node_tagname = node->v.element.original_tag; in handle_in_foreign_content() local
3911 gumbo_tag_from_original_text(&node_tagname); in handle_in_foreign_content()
3914 if (!gumbo_string_equals_ignore_case(&node_tagname, &token_tagname)) { in handle_in_foreign_content()
3924 gumbo_debug("Foreign %.*s node at %d.\n", node_tagname.length, in handle_in_foreign_content()
3925 node_tagname.data, i); in handle_in_foreign_content()
3926 if (gumbo_string_equals_ignore_case(&node_tagname, &token_tagname)) { in handle_in_foreign_content()
3942 node_tagname = node->v.element.original_tag; in handle_in_foreign_content()
3943 gumbo_tag_from_original_text(&node_tagname); in handle_in_foreign_content()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qlitehtml/src/3rdparty/litehtml/src/gumbo/
H A Dparser.c3909 GumboStringPiece node_tagname = node->v.element.original_tag; in handle_in_foreign_content() local
3911 gumbo_tag_from_original_text(&node_tagname); in handle_in_foreign_content()
3914 if (!gumbo_string_equals_ignore_case(&node_tagname, &token_tagname)) { in handle_in_foreign_content()
3924 gumbo_debug("Foreign %.*s node at %d.\n", node_tagname.length, in handle_in_foreign_content()
3925 node_tagname.data, i); in handle_in_foreign_content()
3926 if (gumbo_string_equals_ignore_case(&node_tagname, &token_tagname)) { in handle_in_foreign_content()
3942 node_tagname = node->v.element.original_tag; in handle_in_foreign_content()
3943 gumbo_tag_from_original_text(&node_tagname); in handle_in_foreign_content()
/dports/www/kristall/kristall-6b39f244/lib/gumbo-parser/
H A Dparser.c3913 GumboStringPiece node_tagname = node->v.element.original_tag; in handle_in_foreign_content() local
3915 gumbo_tag_from_original_text(&node_tagname); in handle_in_foreign_content()
3918 if (!gumbo_string_equals_ignore_case(&node_tagname, &token_tagname)) { in handle_in_foreign_content()
3928 gumbo_debug("Foreign %.*s node at %d.\n", node_tagname.length, in handle_in_foreign_content()
3929 node_tagname.data, i); in handle_in_foreign_content()
3930 if (gumbo_string_equals_ignore_case(&node_tagname, &token_tagname)) { in handle_in_foreign_content()
3946 node_tagname = node->v.element.original_tag; in handle_in_foreign_content()
3947 gumbo_tag_from_original_text(&node_tagname); in handle_in_foreign_content()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/gumbo-parser/src/
H A Dparser.c3909 GumboStringPiece node_tagname = node->v.element.original_tag; in handle_in_foreign_content() local
3911 gumbo_tag_from_original_text(&node_tagname); in handle_in_foreign_content()
3914 if (!gumbo_string_equals_ignore_case(&node_tagname, &token_tagname)) { in handle_in_foreign_content()
3924 gumbo_debug("Foreign %.*s node at %d.\n", node_tagname.length, in handle_in_foreign_content()
3925 node_tagname.data, i); in handle_in_foreign_content()
3926 if (gumbo_string_equals_ignore_case(&node_tagname, &token_tagname)) { in handle_in_foreign_content()
3942 node_tagname = node->v.element.original_tag; in handle_in_foreign_content()
3943 gumbo_tag_from_original_text(&node_tagname); in handle_in_foreign_content()
/dports/textproc/pageedit/PageEdit-1.2.0/gumbo_subtree/src/
H A Dparser.c4331 GumboStringPiece node_tagname = node->v.element.original_tag; in handle_in_foreign_content() local
4333 gumbo_tag_from_original_text(&node_tagname); in handle_in_foreign_content()
4336 if (!gumbo_string_equals_ignore_case(&node_tagname, &token_tagname)) { in handle_in_foreign_content()
4346 gumbo_debug("Foreign %.*s node at %d.\n", node_tagname.length, in handle_in_foreign_content()
4347 node_tagname.data, i); in handle_in_foreign_content()
4348 if (gumbo_string_equals_ignore_case(&node_tagname, &token_tagname)) { in handle_in_foreign_content()
4364 node_tagname = node->v.element.original_tag; in handle_in_foreign_content()
4365 gumbo_tag_from_original_text(&node_tagname); in handle_in_foreign_content()