Searched refs:withHtml (Results 1 – 1 of 1) sorted by relevance
35 var withHtml = true; variable120 txt += " html: Enable HTML processor (" + (withHtml? "yes" : "no") + ")\n";230 vf.WriteLine("WITH_HTML=" + (withHtml? "1" : "0"));310 of.WriteLine(s.replace(/\@WITH_HTML\@/, withHtml? "1" : "0"));455 withHtml = strToBool(arg.substring(opt.length + 1, arg.length));648 txtOut += " HTML processor: " + boolToStr(withHtml) + "\n";