Searched refs:withDocb (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libxml/src/win32/
H A Dconfigure.js38 var withDocb = true; variable
123 txt += " docb: Enable DocBook support (" + (withDocb? "yes" : "no") + ")\n";
233 vf.WriteLine("WITH_DOCB=" + (withDocb? "1" : "0"));
316 of.WriteLine(s.replace(/\@WITH_DOCB\@/, withDocb? "1" : "0"));
461 withDocb = strToBool(arg.substring(opt.length + 1, arg.length));
651 txtOut += " DocBook support: " + boolToStr(withDocb) + "\n";

Completed in 135 milliseconds