Home
last modified time | relevance | path

Searched refs:DescendantOf (Results 1 – 9 of 9) sorted by relevance

/dports/www/mod_tidy/mod_tidy-0.5.5/tidy/src/
H A Dparser.h67 Bool DescendantOf(Node *element, TidyTagId tid);
H A Dparser.c658 Bool DescendantOf( Node *element, TidyTagId tid ) in DescendantOf() function
829 DescendantOf(element, TidyTag_FORM) ) in ParseBlock()
872 if ( nodeIsBODY( node ) && DescendantOf( element, TidyTag_HEAD )) in ParseBlock()
917 else if (DescendantOf( element, node->tag->id )) in ParseBlock()
1458 DescendantOf(element, TidyTag_DT ) in ParseInline()
1500 if ( !DescendantOf(element, TidyTag_P) ) in ParseInline()
1580 (nodeIsA(element) || DescendantOf(element, TidyTag_A)) ) in ParseInline()
2143 && DescendantOf(row, TagId(node)) ) in ParseRow()
2634 (node->tag == pre->tag || DescendantOf(pre, TagId(node))) ) in ParsePre()
/dports/editors/vim/vim-8.2.3745/runtime/syntax/
H A Dcdl.vim16 sy keyword cdlFunction ChildOf IChildOf LeafChildOf DescendantOf IDescendantOf LeafDescendantOf Mem…
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/
H A Dmenu_manager.h408 bool DescendantOf(MenuItem* item, const MenuItem::Id& ancestor_id);
H A Dmenu_manager.cc395 bool MenuManager::DescendantOf(MenuItem* item, in DescendantOf() function in extensions::MenuManager
421 (new_parent && (DescendantOf(new_parent, child_id) || in ChangeParent()
/dports/textproc/tidyp/tidyp-1.04/src/
H A Dparser.c617 static Bool DescendantOf( Node *element, TidyTagId tid ) in DescendantOf() function
788 DescendantOf(element, TidyTag_FORM) ) in TY_()
831 if ( nodeIsBODY( node ) && DescendantOf( element, TidyTag_HEAD )) in TY_()
876 else if (DescendantOf( element, node->tag->id )) in TY_()
1419 DescendantOf(element, TidyTag_DT ) in TY_()
1461 if ( !DescendantOf(element, TidyTag_P) ) in TY_()
1563 (nodeIsA(element) || DescendantOf(element, TidyTag_A)) ) in TY_()
2165 && DescendantOf(row, TagId(node)) ) in TY_()
2656 (node->tag == pre->tag || DescendantOf(pre, TagId(node))) ) in TY_()
/dports/www/tidy-lib/tidy/src/
H A Dparser.c658 static Bool DescendantOf( Node *element, TidyTagId tid ) in DescendantOf() function
829 DescendantOf(element, TidyTag_FORM) ) in TY_()
872 if ( nodeIsBODY( node ) && DescendantOf( element, TidyTag_HEAD )) in TY_()
917 else if (DescendantOf( element, node->tag->id )) in TY_()
1460 DescendantOf(element, TidyTag_DT ) in TY_()
1502 if ( !DescendantOf(element, TidyTag_P) ) in TY_()
1604 (nodeIsA(element) || DescendantOf(element, TidyTag_A)) ) in TY_()
2210 && DescendantOf(row, TagId(node)) ) in TY_()
2701 (node->tag == pre->tag || DescendantOf(pre, TagId(node))) ) in TY_()
/dports/www/tidy-devel/tidy/src/
H A Dparser.c658 static Bool DescendantOf( Node *element, TidyTagId tid ) in DescendantOf() function
829 DescendantOf(element, TidyTag_FORM) ) in TY_()
872 if ( nodeIsBODY( node ) && DescendantOf( element, TidyTag_HEAD )) in TY_()
917 else if (DescendantOf( element, node->tag->id )) in TY_()
1460 DescendantOf(element, TidyTag_DT ) in TY_()
1502 if ( !DescendantOf(element, TidyTag_P) ) in TY_()
1604 (nodeIsA(element) || DescendantOf(element, TidyTag_A)) ) in TY_()
2210 && DescendantOf(row, TagId(node)) ) in TY_()
2701 (node->tag == pre->tag || DescendantOf(pre, TagId(node))) ) in TY_()
/dports/www/tidy-html5/tidy-html5-5.8.0/src/
H A Dparser.c628 static Bool DescendantOf( Node *element, TidyTagId tid ) in DescendantOf() function
820 DescendantOf(element, TidyTag_FORM) ) in TY_()
914 else if (DescendantOf( element, node->tag->id )) in TY_()
1246 (nodeIsA(element) || DescendantOf(element, TidyTag_A)) ) in TY_()
1737 DescendantOf(element, TidyTag_DT ) in TY_()
1779 if ( !DescendantOf(element, TidyTag_P) ) in TY_()
1896 (nodeIsA(element) || DescendantOf(element, TidyTag_A)) ) in TY_()
2589 && DescendantOf(row, TagId(node)) ) in TY_()
3116 (node->tag == pre->tag || DescendantOf(pre, TagId(node))) ) in TY_()