Searched refs:withSchematron (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.js49 var withSchematron = true; variable
145 txt += " schematron: Enable Schematron support (" + (withSchematron? "yes" : "no") + ")\n";
242 vf.WriteLine("WITH_SCHEMATRON=" + (withSchematron? "1" : "0"));
335 of.WriteLine(s.replace(/\@WITH_SCHEMATRON\@/, withSchematron? "1" : "0"));
478 withSchematron = strToBool(arg.substring(opt.length + 1, arg.length));
661 txtOut += "Schematron support: " + boolToStr(withSchematron) + "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/
H A Dconfigure.js49 var withSchematron = true; variable
145 txt += " schematron: Enable Schematron support (" + (withSchematron? "yes" : "no") + ")\n";
242 vf.WriteLine("WITH_SCHEMATRON=" + (withSchematron? "1" : "0"));
335 of.WriteLine(s.replace(/\@WITH_SCHEMATRON\@/, withSchematron? "1" : "0"));
478 withSchematron = strToBool(arg.substring(opt.length + 1, arg.length));
661 txtOut += "Schematron support: " + boolToStr(withSchematron) + "\n";

Completed in 112 milliseconds