Searched refs:withTrio (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.js31 var withTrio = false; variable
115 txt += " trio: Enable TRIO string manipulator (" + (withTrio? "yes" : "no") + ")\n";
224 vf.WriteLine("WITH_TRIO=" + (withTrio? "1" : "0"));
299 of.WriteLine(s.replace(/\@WITH_TRIO\@/, withTrio? "1" : "0"));
442 withTrio = strToBool(arg.substring(opt.length + 1, arg.length));
631 txtOut += " Trio: " + boolToStr(withTrio) + "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/
H A Dconfigure.js31 var withTrio = false; variable
115 txt += " trio: Enable TRIO string manipulator (" + (withTrio? "yes" : "no") + ")\n";
224 vf.WriteLine("WITH_TRIO=" + (withTrio? "1" : "0"));
299 of.WriteLine(s.replace(/\@WITH_TRIO\@/, withTrio? "1" : "0"));
442 withTrio = strToBool(arg.substring(opt.length + 1, arg.length));
631 txtOut += " Trio: " + boolToStr(withTrio) + "\n";

Completed in 174 milliseconds