Searched refs:withDebug (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.js45 var withDebug = true; variable
129 txt += " xml_debug: Enable XML debbugging module (" + (withDebug? "yes" : "no") + ")\n";
238 vf.WriteLine("WITH_DEBUG=" + (withDebug? "1" : "0"));
327 of.WriteLine(s.replace(/\@WITH_DEBUG\@/, withDebug? "1" : "0"));
470 withDebug = strToBool(arg.substring(opt.length + 1, arg.length));
645 txtOut += " Debugging module: " + boolToStr(withDebug) + "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/
H A Dconfigure.js45 var withDebug = true; variable
129 txt += " xml_debug: Enable XML debbugging module (" + (withDebug? "yes" : "no") + ")\n";
238 vf.WriteLine("WITH_DEBUG=" + (withDebug? "1" : "0"));
327 of.WriteLine(s.replace(/\@WITH_DEBUG\@/, withDebug? "1" : "0"));
470 withDebug = strToBool(arg.substring(opt.length + 1, arg.length));
645 txtOut += " Debugging module: " + boolToStr(withDebug) + "\n";

Completed in 79 milliseconds