Searched refs:withSax1 (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.js59 var withSax1 = true; variable
141 txt += " sax1: Enable SAX1 api (" + (withSax1? "yes" : "no") + ")\n";
252 vf.WriteLine("WITH_SAX1=" + (withSax1? "1" : "0"));
357 of.WriteLine(s.replace(/\@WITH_SAX1\@/, withSax1? "1" : "0"));
498 withSax1 = strToBool(arg.substring(opt.length + 1, arg.length));
657 txtOut += " SAX1 support: " + boolToStr(withSax1) + "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/
H A Dconfigure.js59 var withSax1 = true; variable
141 txt += " sax1: Enable SAX1 api (" + (withSax1? "yes" : "no") + ")\n";
252 vf.WriteLine("WITH_SAX1=" + (withSax1? "1" : "0"));
357 of.WriteLine(s.replace(/\@WITH_SAX1\@/, withSax1? "1" : "0"));
498 withSax1 = strToBool(arg.substring(opt.length + 1, arg.length));
657 txtOut += " SAX1 support: " + boolToStr(withSax1) + "\n";

Completed in 165 milliseconds