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

/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dlexer.c78 } const W3C_Doctypes[] = variable
119 for (i = 0; W3C_Doctypes[i].name; ++i)
121 if ((xhtml && !(VERS_XHTML & W3C_Doctypes[i].vers)) ||
122 (html4 && !(VERS_FROM40 & W3C_Doctypes[i].vers)))
125 if (vers & W3C_Doctypes[i].vers &&
126 (W3C_Doctypes[i].score < score || !score))
128 score = W3C_Doctypes[i].score;
134 return W3C_Doctypes[j].vers;
143 for (i = 0; W3C_Doctypes[i].name; ++i)
144 if (W3C_Doctypes[
[all...]

Completed in 151 milliseconds