Searched refs:TIDY_NODE_CONST (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/tidy/ |
H A D | tidy.c | 1853 TIDY_NODE_CONST(ROOT, Root); in _php_tidy_register_nodetypes() 1854 TIDY_NODE_CONST(DOCTYPE, DocType); in _php_tidy_register_nodetypes() 1855 TIDY_NODE_CONST(COMMENT, Comment); in _php_tidy_register_nodetypes() 1856 TIDY_NODE_CONST(PROCINS, ProcIns); in _php_tidy_register_nodetypes() 1857 TIDY_NODE_CONST(TEXT, Text); in _php_tidy_register_nodetypes() 1858 TIDY_NODE_CONST(START, Start); in _php_tidy_register_nodetypes() 1859 TIDY_NODE_CONST(END, End); in _php_tidy_register_nodetypes() 1861 TIDY_NODE_CONST(CDATA, CDATA); in _php_tidy_register_nodetypes() 1863 TIDY_NODE_CONST(ASP, Asp); in _php_tidy_register_nodetypes() 1864 TIDY_NODE_CONST(JSTE, Jste); in _php_tidy_register_nodetypes() [all …]
|
Completed in 12 milliseconds