OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:withvalid
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/libxml/src/win32/
configure.js
59
var
withValid
= true;
142
txt += " valid: Enable DTD validation support (" + (
withValid
? "yes" : "no") + ")\n";
254
vf.WriteLine("WITH_VALID=" + (
withValid
? "1" : "0"));
360
of.WriteLine(s.replace(/\@WITH_VALID\@/,
withValid
? "1" : "0"));
503
withValid
= strToBool(arg.substring(opt.length + 1, arg.length));
670
txtOut += "Validation support: " + boolToStr(
withValid
) + "\n";
Completed in 43 milliseconds