Searched refs:withIconv (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.js42 var withIconv = true; variable
126 txt += " iconv: Enable iconv support (" + (withIconv? "yes" : "no") + ")\n";
235 vf.WriteLine("WITH_ICONV=" + (withIconv? "1" : "0"));
321 of.WriteLine(s.replace(/\@WITH_ICONV\@/, withIconv? "1" : "0"));
464 withIconv = strToBool(arg.substring(opt.length + 1, arg.length));
642 txtOut += " iconv support: " + boolToStr(withIconv) + "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/
H A Dconfigure.js42 var withIconv = true; variable
126 txt += " iconv: Enable iconv support (" + (withIconv? "yes" : "no") + ")\n";
235 vf.WriteLine("WITH_ICONV=" + (withIconv? "1" : "0"));
321 of.WriteLine(s.replace(/\@WITH_ICONV\@/, withIconv? "1" : "0"));
464 withIconv = strToBool(arg.substring(opt.length + 1, arg.length));
642 txtOut += " iconv support: " + boolToStr(withIconv) + "\n";

Completed in 49 milliseconds