Searched refs:withIso8859x (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.js43 var withIso8859x = false; variable
127 txt += " iso8859x: Enable ISO8859X support (" + (withIso8859x? "yes" : "no") + ")\n";
236 vf.WriteLine("WITH_ISO8859X=" + (withIso8859x? "1" : "0"));
323 of.WriteLine(s.replace(/\@WITH_ISO8859X\@/, withIso8859x? "1" : "0"));
466 withIso8859x = strToBool(arg.substring(opt.length + 1, arg.length));
643 txtOut += " iso8859x support: " + boolToStr(withIso8859x) + "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/
H A Dconfigure.js43 var withIso8859x = false; variable
127 txt += " iso8859x: Enable ISO8859X support (" + (withIso8859x? "yes" : "no") + ")\n";
236 vf.WriteLine("WITH_ISO8859X=" + (withIso8859x? "1" : "0"));
323 of.WriteLine(s.replace(/\@WITH_ISO8859X\@/, withIso8859x? "1" : "0"));
466 withIso8859x = strToBool(arg.substring(opt.length + 1, arg.length));
643 txtOut += " iso8859x support: " + boolToStr(withIso8859x) + "\n";

Completed in 164 milliseconds