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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/win32/
H A Dconfigure.js38 var withDocb = true; variable
122 txt += " docb: Enable DocBook support (" + (withDocb? "yes" : "no") + ")\n";
231 vf.WriteLine("WITH_DOCB=" + (withDocb? "1" : "0"));
313 of.WriteLine(s.replace(/\@WITH_DOCB\@/, withDocb? "1" : "0"));
456 withDocb = strToBool(arg.substring(opt.length + 1, arg.length));
638 txtOut += " DocBook support: " + boolToStr(withDocb) + "\n";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/
H A Dconfigure.js38 var withDocb = true; variable
122 txt += " docb: Enable DocBook support (" + (withDocb? "yes" : "no") + ")\n";
231 vf.WriteLine("WITH_DOCB=" + (withDocb? "1" : "0"));
313 of.WriteLine(s.replace(/\@WITH_DOCB\@/, withDocb? "1" : "0"));
456 withDocb = strToBool(arg.substring(opt.length + 1, arg.length));
638 txtOut += " DocBook support: " + boolToStr(withDocb) + "\n";

Completed in 154 milliseconds