e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 1 through 5 of 5 (0.0010 seconds)
Class: org.apache.catalina.valves.RequestFilterValve  ©, Rating: 100% of 2, C2

231 if (comma < 0) 232 break; 233 String pattern = list.substring(0, comma).trim(); 234 try { 235 reList.add(new RE(pattern));

Class: org.apache.webapp.admin.valve.ValveUtil  ©, Rating: 100% of 1, C2

225 String pattern = list.substring(0, comma).trim(); 226 try { 227 reList.add(new RE(pattern)); 228 } catch (RESyntaxException e) { 229 throw new IllegalArgumentException

Class: org.apache.catalina.cluster.tcp.ReplicationValve  ©, Rating: 0% of 0, C1

226 try 227 { 228 reqFilters[i++] = java.util.regex.Pattern.compile(s); 229 }catch ( Exception x ) 230 {

Class: org.apache.tools.ant.util.regexp.Jdk14RegexpMatcher  ©, Rating: 0% of 0, C1

054 int cOptions = getCompilerOptions(options); 055 try { 056 Pattern p = Pattern.compile(this.pattern, cOptions); 057 return p; 058 } catch (PatternSyntaxException e) {

Class: org.springframework.aop.support.JdkRegexpMethodPointcut  ©, Rating: 0% of 1, C1

52 this.compiledPatterns = new Pattern[patterns.length]; 53 for (int i = 0; i < patterns.length; i++) { 54 this.compiledPatterns[i] = Pattern.compile(patterns[i]); 55 } 56 }

Result Page:  1