OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:withxinclude
(Results
1 - 1
of
1
) sorted by null
/external/libxml2/win32/
configure.js
41
var
withXinclude
= true;
127
txt += " xinclude: Enable XInclude support (" + (
withXinclude
? "yes" : "no") + ")\n";
238
vf.WriteLine("WITH_XINCLUDE=" + (
withXinclude
? "1" : "0"));
327
of.WriteLine(s.replace(/\@WITH_XINCLUDE\@/,
withXinclude
? "1" : "0"));
474
withXinclude
= strToBool(arg.substring(opt.length + 1, arg.length));
663
txtOut += " XInclude support: " + boolToStr(
withXinclude
) + "\n";
Completed in 54 milliseconds