OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:withxsltdebug
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/libxslt/win32/
configure.js
43
var
withXsltDebug
= true;
103
txt += " xslt_debug: Enable XSLT debbugging module (" + (
withXsltDebug
? "yes" : "no") + ")\n";
190
vf.WriteLine("WITH_DEBUG=" + (
withXsltDebug
? "1" : "0"));
238
of.WriteLine(s.replace(/\@WITH_XSLT_DEBUG\@/,
withXsltDebug
? "1" : "0"));
335
withXsltDebug
= strToBool(arg.substring(opt.length + 1, arg.length));
487
txtOut += " Debugging module: " + boolToStr(
withXsltDebug
) + "\n";
Completed in 72 milliseconds