Searched refs:withHttp (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.js34 var withHttp = true; variable
118 txt += " http: Enable HTTP client (" + (withHttp? "yes" : "no") + ")\n";
227 vf.WriteLine("WITH_HTTP=" + (withHttp? "1" : "0"));
305 of.WriteLine(s.replace(/\@WITH_HTTP\@/, withHttp? "1" : "0"));
448 withHttp = strToBool(arg.substring(opt.length + 1, arg.length));
634 txtOut += " HTTP client: " + boolToStr(withHttp) + "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/
H A Dconfigure.js34 var withHttp = true; variable
118 txt += " http: Enable HTTP client (" + (withHttp? "yes" : "no") + ")\n";
227 vf.WriteLine("WITH_HTTP=" + (withHttp? "1" : "0"));
305 of.WriteLine(s.replace(/\@WITH_HTTP\@/, withHttp? "1" : "0"));
448 withHttp = strToBool(arg.substring(opt.length + 1, arg.length));
634 txtOut += " HTTP client: " + boolToStr(withHttp) + "\n";

Completed in 161 milliseconds