Searched refs:withOutput (Results 1 – 1 of 1) sorted by relevance
63 var withOutput = true; variable147 txt += " output: Enable serialization support (" + (withOutput? "yes" : "no") + ")\n";260 vf.WriteLine("WITH_OUTPUT=" + (withOutput? "1" : "0"));385 of.WriteLine(s.replace(/\@WITH_OUTPUT\@/, withOutput? "1" : "0"));530 withOutput = strToBool(arg.substring(opt.length + 1, arg.length));695 txtOut += " Output support: " + boolToStr(withOutput) + "\n";