Searched refs:withCatalog (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.js37 var withCatalog = true; variable
121 txt += " catalog: Enable catalog support (" + (withCatalog? "yes" : "no") + ")\n";
230 vf.WriteLine("WITH_CATALOG=" + (withCatalog? "1" : "0"));
311 of.WriteLine(s.replace(/\@WITH_CATALOG\@/, withCatalog? "1" : "0"));
454 withCatalog = strToBool(arg.substring(opt.length + 1, arg.length));
637 txtOut += " Catalog support: " + boolToStr(withCatalog) + "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/
H A Dconfigure.js37 var withCatalog = true; variable
121 txt += " catalog: Enable catalog support (" + (withCatalog? "yes" : "no") + ")\n";
230 vf.WriteLine("WITH_CATALOG=" + (withCatalog? "1" : "0"));
311 of.WriteLine(s.replace(/\@WITH_CATALOG\@/, withCatalog? "1" : "0"));
454 withCatalog = strToBool(arg.substring(opt.length + 1, arg.length));
637 txtOut += " Catalog support: " + boolToStr(withCatalog) + "\n";

Completed in 118 milliseconds