Searched refs:withPattern (Results 1 – 4 of 4) sorted by relevance
58 var withPattern = true; variable142 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));688 txtOut += " Pattern support: " + boolToStr(withPattern) + "\n";
69 StringLayout layout = PatternLayout.newBuilder().withPattern(log4jPattern).build(); in logWithSpanAndLog4jConfiguration()
52 assertFalse(v1.equals(v1.withPattern("ZBC"))); in testEquality()
643 public Value withPattern(String p) { in withPattern() method in JsonFormat.Value