e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 1 through 10 of 15 (0.0010 seconds)
Class: org.springframework.aop.support.JdkRegexpMethodPointcut  ©, Rating: 100% of 1, C1

57 58 protected boolean matches(String pattern, int patternIndex) { 59 Matcher matcher = this.compiledPatterns[patternIndex].matcher(pattern); 60 boolean matched = matcher.matches(); 61 if (logger.isDebugEnabled()) {

Class: org.apache.webapp.admin.valve.RemoteHostValveForm  ©, Rating: 100% of 1, C3

213 } 214 for (int j = 0; j < allows.length; j++) { 215 if (!allows[j].match(ip)) { 216 errors.add("deny", 217 new ActionError("error.denyHost"));

Class: org.apache.webapp.admin.valve.RemoteAddrValveForm  ©, Rating: 0% of 0, C3

212 } 213 for (int i = 0; i < allows.length; i++) { 214 if (allows[i].match(ip)) { 215 allowMatch = true; 216 }

Class: org.apache.webapp.admin.valve.RemoteAddrValveForm  ©, Rating: 0% of 0, C3

199 } 200 for (int j = 0; j < allows.length; j++) { 201 if (!allows[j].match(ip)) { 202 errors.add("deny", 203 new ActionError("error.denyIP"));

Class: org.apache.webapp.admin.valve.RemoteAddrValveForm  ©, Rating: 0% of 0, C3

193 194 for (int i = 0; i < denies.length; i++) { 195 if (denies[i].match(ip)) { 196 if (allows.length < 1) { 197 errors.add("deny",

Class: org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp  ©, Rating: 0% of 0, C2

72 StringBuffer sb = new StringBuffer(); 73 74 Matcher m = p.matcher(input); 75 if (RegexpUtil.hasFlag(sOptions, REPLACE_ALL)) { 76 sb.append(m.replaceAll(argument));

Class: org.apache.webapp.admin.valve.RemoteHostValveForm  ©, Rating: 0% of 0, C3

228 229 for (int i = 0; i < allows.length; i++) { 230 if (allows[i].match(host)) { 231 allowMatch = true; 232 }

Class: org.apache.webapp.admin.valve.RemoteHostValveForm  ©, Rating: 100% of 1, C3

207 } 208 } 209 } else if (denies[i].match(ip)) { 210 if (allows.length < 1) { 211 errors.add("deny",

Class: org.apache.webapp.admin.valve.RemoteHostValveForm  ©, Rating: 0% of 0, C3

202 } 203 for (int j = 0; j < allows.length; j++) { 204 if (!allows[j].match(host)) { 205 errors.add("deny", 206 new ActionError("error.denyHost"));

Class: org.apache.webapp.admin.valve.RemoteHostValveForm  ©, Rating: 0% of 0, C3

196 197 for (int i = 0; i < denies.length; i++) { 198 if (denies[i].match(host)) { 199 if (allows.length < 1) { 200 errors.add("deny",

Result Page:  1  |  2   Next