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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/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";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/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 53 milliseconds