OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:withschemas
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/libxml/src/win32/
configure.js
49
var
withSchemas
= true;
146
txt += " schemas: Enable XML Schema support (" + (
withSchemas
? "yes" : "no") + ")\n";
244
vf.WriteLine("WITH_SCHEMAS=" + (
withSchemas
? "1" : "0"));
338
of.WriteLine(s.replace(/\@WITH_SCHEMAS\@/,
withSchemas
? "1" : "0"));
483
withSchemas
= strToBool(arg.substring(opt.length + 1, arg.length));
674
txtOut += "XML Schema support: " + boolToStr(
withSchemas
) + "\n";
Completed in 91 milliseconds