Searched refs:withPush (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.js57 var withPush = true; variable
139 txt += " push: Enable push api (" + (withPush? "yes" : "no") + ")\n";
250 vf.WriteLine("WITH_PUSH=" + (withPush? "1" : "0"));
353 of.WriteLine(s.replace(/\@WITH_PUSH\@/, withPush? "1" : "0"));
494 withPush = strToBool(arg.substring(opt.length + 1, arg.length));
655 txtOut += " Push support: " + boolToStr(withPush) + "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/
H A Dconfigure.js57 var withPush = true; variable
139 txt += " push: Enable push api (" + (withPush? "yes" : "no") + ")\n";
250 vf.WriteLine("WITH_PUSH=" + (withPush? "1" : "0"));
353 of.WriteLine(s.replace(/\@WITH_PUSH\@/, withPush? "1" : "0"));
494 withPush = strToBool(arg.substring(opt.length + 1, arg.length));
655 txtOut += " Push support: " + boolToStr(withPush) + "\n";

Completed in 65 milliseconds