Home
last modified time | relevance | path

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

/external/libxml2/win32/
Dconfigure.js35 var withHtml = true; variable
121 txt += " html: Enable HTML processor (" + (withHtml? "yes" : "no") + ")\n";
232 vf.WriteLine("WITH_HTML=" + (withHtml? "1" : "0"));
327 of.WriteLine(s.replace(/\@WITH_HTML\@/, withHtml? "1" : "0"));
474 withHtml = strToBool(arg.substring(opt.length + 1, arg.length));
667 txtOut += " HTML processor: " + boolToStr(withHtml) + "\n";