Searched refs:VERS_ALL (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dentities.c39 { "quot", VERS_ALL|VERS_XML, 34 },
40 { "amp", VERS_ALL|VERS_XML, 38 },
42 { "lt", VERS_ALL|VERS_XML, 60 },
43 { "gt", VERS_ALL|VERS_XML, 62 },
48 { "nbsp", VERS_ALL, 160 },
49 { "iexcl", VERS_ALL, 161 },
50 { "cent", VERS_ALL, 162 },
51 { "pound", VERS_ALL, 163 },
52 { "curren", VERS_ALL, 164 },
53 { "yen", VERS_ALL, 16
[all...]
H A Dattrs.c103 { TidyAttr_ACCEPT, "accept", VERS_ALL, CH_XTYPE },
106 { TidyAttr_ACTION, "action", VERS_ALL, CH_ACTION },
108 { TidyAttr_ALIGN, "align", VERS_ALL, CH_ALIGN }, /* varies by element */
110 { TidyAttr_ALT, "alt", VERS_ALL, CH_PCDATA }, /* nowrap */
116 { TidyAttr_BORDER, "border", VERS_ALL, CH_BORDER }, /* like LENGTH + "border" */
124 { TidyAttr_CHECKED, "checked", VERS_ALL, CH_BOOL }, /* i.e. "checked" or absent */
139 { TidyAttr_COMPACT, "compact", VERS_ALL, CH_BOOL }, /* lists */
140 { TidyAttr_CONTENT, "content", VERS_ALL, CH_PCDATA },
153 { TidyAttr_ENCTYPE, "enctype", VERS_ALL, CH_XTYPE }, /* FORM */
162 { TidyAttr_HEIGHT, "height", VERS_ALL, CH_LENGT
[all...]
H A Dlexer.h217 #define VERS_ALL (VERS_HTML20|VERS_HTML32|VERS_FROM40) macro
H A Dlexer.c657 lexer->versions = (VERS_ALL|VERS_PROPRIETARY);

Completed in 110 milliseconds