OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:withdocb
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/libxml/src/win32/
configure.js
38
var
withDocb
= true;
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 319 milliseconds