OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:withsax1
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/libxml/src/win32/
configure.js
60
var
withSax1
= true;
143
txt += " sax1: Enable SAX1 api (" + (
withSax1
? "yes" : "no") + ")\n";
255
vf.WriteLine("WITH_SAX1=" + (
withSax1
? "1" : "0"));
362
of.WriteLine(s.replace(/\@WITH_SAX1\@/,
withSax1
? "1" : "0"));
505
withSax1
= strToBool(arg.substring(opt.length + 1, arg.length));
671
txtOut += " SAX1 support: " + boolToStr(
withSax1
) + "\n";
Completed in 3374 milliseconds