Home
last modified time | relevance | path

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

/PHP-7.4/ext/tidy/
H A Dtidy.c1917 TIDY_NODE_CONST(ROOT, Root); in _php_tidy_register_nodetypes()
1918 TIDY_NODE_CONST(DOCTYPE, DocType); in _php_tidy_register_nodetypes()
1919 TIDY_NODE_CONST(COMMENT, Comment); in _php_tidy_register_nodetypes()
1920 TIDY_NODE_CONST(PROCINS, ProcIns); in _php_tidy_register_nodetypes()
1921 TIDY_NODE_CONST(TEXT, Text); in _php_tidy_register_nodetypes()
1922 TIDY_NODE_CONST(START, Start); in _php_tidy_register_nodetypes()
1923 TIDY_NODE_CONST(END, End); in _php_tidy_register_nodetypes()
1925 TIDY_NODE_CONST(CDATA, CDATA); in _php_tidy_register_nodetypes()
1927 TIDY_NODE_CONST(ASP, Asp); in _php_tidy_register_nodetypes()
1928 TIDY_NODE_CONST(JSTE, Jste); in _php_tidy_register_nodetypes()
[all …]

Completed in 8 milliseconds