Searched refs:withTree (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.js52 var withTree = true; variable
134 txt += " tree: Enable tree api (" + (withTree? "yes" : "no") + ")\n";
245 vf.WriteLine("WITH_TREE=" + (withTree? "1" : "0"));
343 of.WriteLine(s.replace(/\@WITH_TREE\@/, withTree? "1" : "0"));
484 withTree = strToBool(arg.substring(opt.length + 1, arg.length));
650 txtOut += " Tree support: " + boolToStr(withTree) + "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/
H A Dconfigure.js52 var withTree = true; variable
134 txt += " tree: Enable tree api (" + (withTree? "yes" : "no") + ")\n";
245 vf.WriteLine("WITH_TREE=" + (withTree? "1" : "0"));
343 of.WriteLine(s.replace(/\@WITH_TREE\@/, withTree? "1" : "0"));
484 withTree = strToBool(arg.substring(opt.length + 1, arg.length));
650 txtOut += " Tree support: " + boolToStr(withTree) + "\n";

Completed in 62 milliseconds