OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:withPattern
(Results
1 - 2
of
2
) sorted by null
/external/opencensus-java/contrib/log_correlation/log4j2/src/test/java/io/opencensus/contrib/logcorrelation/log4j2/
AbstractOpenCensusLog4jLogCorrelationTest.java
69
StringLayout layout = PatternLayout.newBuilder().
withPattern
(log4jPattern).build();
/external/libxml2/win32/
configure.js
58
var
withPattern
= true;
142
txt += " pattern: Enable xmlPattern api (" + (
withPattern
? "yes" : "no") + ")\n";
255
vf.WriteLine("WITH_PATTERN=" + (
withPattern
? "1" : "0"));
375
of.WriteLine(s.replace(/\@WITH_PATTERN\@/,
withPattern
? "1" : "0"));
520
withPattern
= strToBool(arg.substring(opt.length + 1, arg.length));
690
txtOut += " Pattern support: " + boolToStr(
withPattern
) + "\n";
Completed in 1286 milliseconds