Home
last modified time | relevance | path

Searched refs:TrimEmptyElement (Results 1 – 15 of 15) sorted by relevance

/dports/www/mod_tidy/mod_tidy-0.5.5/tidy/src/
H A Dparser.h51 Node *TrimEmptyElement( TidyDocImpl* doc, Node *element );
H A Dclean.c1943 Node *next = TrimEmptyElement( doc, node ); in CleanWord2000()
2149 TrimEmptyElement( pDoc, pParent );
H A Dparser.c309 Node *TrimEmptyElement( TidyDocImpl* doc, Node *element ) in TrimEmptyElement() function
339 next = TrimEmptyElement(doc, node); in DropEmptyElements()
/dports/textproc/tidyp/tidyp-1.04/src/
H A Dparser.h47 Node *TY_(TrimEmptyElement)( TidyDocImpl* doc, Node *element );
H A Dparser.c303 Node *TY_(TrimEmptyElement)( TidyDocImpl* doc, Node *element ) in TY_() argument
333 next = TY_(TrimEmptyElement)(doc, node); in TY_()
H A Dclean.c2013 Node *next = TY_(TrimEmptyElement)( doc, node ); in TY_()
/dports/www/tidy-lib/tidy/src/
H A Dparser.h53 Node *TY_(TrimEmptyElement)( TidyDocImpl* doc, Node *element );
H A Dclean.c2019 Node *next = TY_(TrimEmptyElement)( doc, node ); in TY_()
2225 TY_(TrimEmptyElement)( pDoc, pParent );
H A Dparser.c309 Node *TY_(TrimEmptyElement)( TidyDocImpl* doc, Node *element ) in TY_() argument
339 next = TY_(TrimEmptyElement)(doc, node); in TY_()
/dports/www/tidy-devel/tidy/src/
H A Dparser.h53 Node *TY_(TrimEmptyElement)( TidyDocImpl* doc, Node *element );
H A Dclean.c2019 Node *next = TY_(TrimEmptyElement)( doc, node ); in TY_()
2225 TY_(TrimEmptyElement)( pDoc, pParent );
H A Dparser.c309 Node *TY_(TrimEmptyElement)( TidyDocImpl* doc, Node *element ) in TY_() argument
339 next = TY_(TrimEmptyElement)(doc, node); in TY_()
/dports/www/tidy-html5/tidy-html5-5.8.0/src/
H A Dparser.h144 TY_PRIVATE Node *TY_(TrimEmptyElement)( TidyDocImpl* doc, Node *element );
H A Dparser.c325 Node *TY_(TrimEmptyElement)( TidyDocImpl* doc, Node *element ) in TY_() argument
358 next = TY_(TrimEmptyElement)(doc, node); in TY_()
H A Dclean.c2004 Node *next = TY_(TrimEmptyElement)( doc, node ); in TY_()