Searched refs:withPattern (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.js56 var withPattern = true; variable
138 txt += " pattern: Enable xmlPattern api (" + (withPattern? "yes" : "no") + ")\n";
249 vf.WriteLine("WITH_PATTERN=" + (withPattern? "1" : "0"));
351 of.WriteLine(s.replace(/\@WITH_PATTERN\@/, withPattern? "1" : "0"));
492 withPattern = strToBool(arg.substring(opt.length + 1, arg.length));
654 txtOut += " Pattern support: " + boolToStr(withPattern) + "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/
H A Dconfigure.js56 var withPattern = true; variable
138 txt += " pattern: Enable xmlPattern api (" + (withPattern? "yes" : "no") + ")\n";
249 vf.WriteLine("WITH_PATTERN=" + (withPattern? "1" : "0"));
351 of.WriteLine(s.replace(/\@WITH_PATTERN\@/, withPattern? "1" : "0"));
492 withPattern = strToBool(arg.substring(opt.length + 1, arg.length));
654 txtOut += " Pattern support: " + boolToStr(withPattern) + "\n";

Completed in 89 milliseconds