Searched defs:withWriter (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/win32/
H A Dconfigure.js56 var withWriter = true; variable
140 txt += " writer: Enable xmlWriter api (" + (withWriter? "yes" : "no") + ")\n";
253 vf.WriteLine("WITH_WRITER=" + (withWriter? "1" : "0"));
359 of.WriteLine(s.replace(/\@WITH_WRITER\@/, withWriter? "1" : "0"));
504 withWriter = strToBool(arg.substring(opt.length + 1, arg.length));
676 txtOut += " Writer support: " + boolToStr(withWriter) + "\n";

Completed in 138 milliseconds