Searched refs:withHtml (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.js35 var withHtml = true; variable
119 txt += " html: Enable HTML processor (" + (withHtml? "yes" : "no") + ")\n";
228 vf.WriteLine("WITH_HTML=" + (withHtml? "1" : "0"));
307 of.WriteLine(s.replace(/\@WITH_HTML\@/, withHtml? "1" : "0"));
450 withHtml = strToBool(arg.substring(opt.length + 1, arg.length));
635 txtOut += " HTML processor: " + boolToStr(withHtml) + "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/
H A Dconfigure.js35 var withHtml = true; variable
119 txt += " html: Enable HTML processor (" + (withHtml? "yes" : "no") + ")\n";
228 vf.WriteLine("WITH_HTML=" + (withHtml? "1" : "0"));
307 of.WriteLine(s.replace(/\@WITH_HTML\@/, withHtml? "1" : "0"));
450 withHtml = strToBool(arg.substring(opt.length + 1, arg.length));
635 txtOut += " HTML processor: " + boolToStr(withHtml) + "\n";

Completed in 190 milliseconds