Search Results
OK to copy?
Examples 1 through 9 of
9 (0.0010 seconds)
Class:
org.apache.catalina.core.ApplicationFilterFactory
©,
Rating:
0% of 0,
C3
Class: org.apache.catalina.core.ApplicationFilterFactory ©, Rating: 0% of 0, C3
Class: org.apache.catalina.ssi.SSIProcessor ©, Rating: 0% of 0, C1
Class: org.apache.jasper.compiler.ParserController ©, Rating: 0% of 0, C3
Class: org.apache.catalina.util.URL ©, Rating: 0% of 0, C3
Class: org.apache.tomcat.util.net.URL ©, Rating: 0% of 0, C3
Class: org.apache.catalina.realm.RealmBase ©, Rating: 0% of 0, C3
Class: org.apache.catalina.realm.RealmBase ©, Rating: 0% of 0, C3
Class: org.apache.tools.ant.util.FileUtils ©, Rating: 0% of 0, C3
239 && ((requestPath.length() - period)
240 == (testPath.length() - 1))) {
241 return (testPath.regionMatches(2, requestPath, period + 1,
242 testPath.length() - 2));
243 }
Class: org.apache.catalina.core.ApplicationFilterFactory ©, Rating: 0% of 0, C3
220 return (true);
221 if (testPath.endsWith("/*")) {
222 if (testPath.regionMatches(0, requestPath, 0,
223 testPath.length() - 2)) {
224 if (requestPath.length() == (testPath.length() - 2)) {
Class: org.apache.catalina.ssi.SSIProcessor ©, Rating: 0% of 0, C1
Class: org.apache.jasper.compiler.ParserController ©, Rating: 0% of 0, C3
591 index++;
592 }
593 if (index < root.length() && root.charAt(index++) == '"'
594 && root.regionMatches(index, JSP_URI, 0,
595 JSP_URI.length())) {
Class: org.apache.catalina.util.URL ©, Rating: 0% of 0, C3
098
099 // If the string representation starts with "url:", skip it
100 if (spec.regionMatches(true, start, "url:", 0, 4)) {
101 start += 4;
102 }
Class: org.apache.tomcat.util.net.URL ©, Rating: 0% of 0, C3
097
098 // If the string representation starts with "url:", skip it
099 if (spec.regionMatches(true, start, "url:", 0, 4)) {
100 start += 4;
101 }
Class: org.apache.catalina.realm.RealmBase ©, Rating: 0% of 0, C3
Class: org.apache.catalina.realm.RealmBase ©, Rating: 0% of 0, C3
0480 if(found) {
0481 return resultsToArray(results);
0482 }
0483
0484 for (i = 0; i < constraints.length; i++) {
Class: org.apache.tools.ant.util.FileUtils ©, Rating: 0% of 0, C3
0913 boolean isAbsolute = path.charAt(0) == File.separatorChar;
0914 // treat directories specified using .DIR syntax as files
0915 boolean isDirectory = f.isDirectory() &&
0916 !name.regionMatches(true, name.length() - 4, ".DIR", 0, 4);
0917
Result Page:
1