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