Searched defs:withSchemas (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/win32/
H A Dconfigure.js48 var withSchemas = true; variable
144 txt += " schemas: Enable XML Schema support (" + (withSchemas? "yes" : "no") + ")\n";
241 vf.WriteLine("WITH_SCHEMAS=" + (withSchemas? "1" : "0"));
333 of.WriteLine(s.replace(/\@WITH_SCHEMAS\@/, withSchemas? "1" : "0"));
476 withSchemas = strToBool(arg.substring(opt.length + 1, arg.length));
660 txtOut += "XML Schema support: " + boolToStr(withSchemas) + "\n";

Completed in 44 milliseconds