Searched refs:withWriter (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.js54 var withWriter = true; variable
136 txt += " writer: Enable xmlWriter api (" + (withWriter? "yes" : "no") + ")\n";
247 vf.WriteLine("WITH_WRITER=" + (withWriter? "1" : "0"));
347 of.WriteLine(s.replace(/\@WITH_WRITER\@/, withWriter? "1" : "0"));
488 withWriter = strToBool(arg.substring(opt.length + 1, arg.length));
652 txtOut += " Writer support: " + boolToStr(withWriter) + "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/
H A Dconfigure.js54 var withWriter = true; variable
136 txt += " writer: Enable xmlWriter api (" + (withWriter? "yes" : "no") + ")\n";
247 vf.WriteLine("WITH_WRITER=" + (withWriter? "1" : "0"));
347 of.WriteLine(s.replace(/\@WITH_WRITER\@/, withWriter? "1" : "0"));
488 withWriter = strToBool(arg.substring(opt.length + 1, arg.length));
652 txtOut += " Writer support: " + boolToStr(withWriter) + "\n";

Completed in 63 milliseconds