Searched refs:withRegExps (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.js50 var withRegExps = true; variable
132 txt += " regexps: Enable regular expressions (" + (withRegExps? "yes" : "no") + ")\n";
243 vf.WriteLine("WITH_REGEXPS=" + (withRegExps? "1" : "0"));
337 of.WriteLine(s.replace(/\@WITH_REGEXPS\@/, withRegExps? "1" : "0"));
480 withRegExps = strToBool(arg.substring(opt.length + 1, arg.length));
648 txtOut += " Regexp support: " + boolToStr(withRegExps) + "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/
H A Dconfigure.js50 var withRegExps = true; variable
132 txt += " regexps: Enable regular expressions (" + (withRegExps? "yes" : "no") + ")\n";
243 vf.WriteLine("WITH_REGEXPS=" + (withRegExps? "1" : "0"));
337 of.WriteLine(s.replace(/\@WITH_REGEXPS\@/, withRegExps? "1" : "0"));
480 withRegExps = strToBool(arg.substring(opt.length + 1, arg.length));
648 txtOut += " Regexp support: " + boolToStr(withRegExps) + "\n";

Completed in 107 milliseconds