Searched refs:withOutput (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.js61 var withOutput = true; variable
143 txt += " output: Enable serialization support (" + (withOutput? "yes" : "no") + ")\n";
254 vf.WriteLine("WITH_OUTPUT=" + (withOutput? "1" : "0"));
361 of.WriteLine(s.replace(/\@WITH_OUTPUT\@/, withOutput? "1" : "0"));
502 withOutput = strToBool(arg.substring(opt.length + 1, arg.length));
659 txtOut += " Output support: " + boolToStr(withOutput) + "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/
H A Dconfigure.js61 var withOutput = true; variable
143 txt += " output: Enable serialization support (" + (withOutput? "yes" : "no") + ")\n";
254 vf.WriteLine("WITH_OUTPUT=" + (withOutput? "1" : "0"));
361 of.WriteLine(s.replace(/\@WITH_OUTPUT\@/, withOutput? "1" : "0"));
502 withOutput = strToBool(arg.substring(opt.length + 1, arg.length));
659 txtOut += " Output support: " + boolToStr(withOutput) + "\n";

Completed in 61 milliseconds