OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:withregexps
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/libxml/src/win32/
configure.js
51
var
withRegExps
= true;
134
txt += " regexps: Enable regular expressions (" + (
withRegExps
? "yes" : "no") + ")\n";
246
vf.WriteLine("WITH_REGEXPS=" + (
withRegExps
? "1" : "0"));
342
of.WriteLine(s.replace(/\@WITH_REGEXPS\@/,
withRegExps
? "1" : "0"));
487
withRegExps
= strToBool(arg.substring(opt.length + 1, arg.length));
662
txtOut += " Regexp support: " + boolToStr(
withRegExps
) + "\n";
Completed in 142 milliseconds