Searched refs:withWalker (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.js55 var withWalker = true; variable
137 txt += " walker: Enable xmlDocWalker api (" + (withWalker? "yes" : "no") + ")\n";
248 vf.WriteLine("WITH_WALKER=" + (withWalker? "1" : "0"));
349 of.WriteLine(s.replace(/\@WITH_WALKER\@/, withWalker? "1" : "0"));
490 withWalker = strToBool(arg.substring(opt.length + 1, arg.length));
653 txtOut += " Walker support: " + boolToStr(withWalker) + "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/
H A Dconfigure.js55 var withWalker = true; variable
137 txt += " walker: Enable xmlDocWalker api (" + (withWalker? "yes" : "no") + ")\n";
248 vf.WriteLine("WITH_WALKER=" + (withWalker? "1" : "0"));
349 of.WriteLine(s.replace(/\@WITH_WALKER\@/, withWalker? "1" : "0"));
490 withWalker = strToBool(arg.substring(opt.length + 1, arg.length));
653 txtOut += " Walker support: " + boolToStr(withWalker) + "\n";

Completed in 71 milliseconds