OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:withcatalog
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/libxml/src/win32/
configure.js
37
var
withCatalog
= true;
122
txt += " catalog: Enable catalog support (" + (
withCatalog
? "yes" : "no") + ")\n";
232
vf.WriteLine("WITH_CATALOG=" + (
withCatalog
? "1" : "0"));
314
of.WriteLine(s.replace(/\@WITH_CATALOG\@/,
withCatalog
? "1" : "0"));
459
withCatalog
= strToBool(arg.substring(opt.length + 1, arg.length));
650
txtOut += " Catalog support: " + boolToStr(
withCatalog
) + "\n";
Completed in 475 milliseconds