Search Results
OK to copy?
Examples 1 through 10 of
2052 (0.037 seconds)
Class:
jsp2.examples.el.Functions
©,
Rating:
100% of 1,
C1
Class: jsp2.examples.el.Functions ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.tags.AccessKeyTransformer ©, Rating: 0% of 0, C2
Class: org.springframework.web.servlet.mvc.UrlFilenameViewController ©, Rating: 0% of 0, C2
Class: com.technoetic.xplanner.security.config.WebResourceCollection ©, Rating: 0% of 0, C3
Class: org.apache.jmeter.swing.HtmlPane ©, Rating: 0% of 0, C2
Class: util.HTMLFilter ©, Rating: 0% of 0, C2
Class: util.HTMLFilter ©, Rating: 0% of 0, C2
Class: util.HTMLFilter ©, Rating: 0% of 0, C2
Class: util.HTMLFilter ©, Rating: 0% of 0, C2
31 String vowels = "aeiouAEIOU";
32 int result = 0;
33 for( int i = 0; i < text.length(); i++ ) {
34 if( vowels.indexOf( text.charAt( i ) ) != -1 ) {
35 result++;
Class: jsp2.examples.el.Functions ©, Rating: 0% of 0, C1
31 String vowels = "aeiouAEIOU";
32 int result = 0;
33 for( int i = 0; i < text.length(); i++ ) {
34 if( vowels.indexOf( text.charAt( i ) ) != -1 ) {
35 result++;
Class: com.technoetic.xplanner.tags.AccessKeyTransformer ©, Rating: 0% of 0, C2
22 if (text==null) return 0;
23 int pos = text.indexOf('&');
24 if (pos == -1 || pos == text.length()-1) return 0;
25 char mnemonic = Character.toUpperCase(text.charAt(pos + 1));
26 if (!Character.isLetterOrDigit(mnemonic)) return 0;
Class: org.springframework.web.servlet.mvc.UrlFilenameViewController ©, Rating: 0% of 0, C2
Class: com.technoetic.xplanner.security.config.WebResourceCollection ©, Rating: 0% of 0, C3
42 String path = request.getServletPath() +
43 (request.getPathInfo() == null ? "" : request.getPathInfo());
44 return (urlPattern.equals("/") && (path.equals("/"))) ||
45 (urlPattern.length() > 2 && urlPattern.startsWith("*.") && path != null && path.endsWith(urlPattern.substring(2))) ||
46 (urlPattern.endsWith("*") && path != null && path.startsWith(urlPattern.substring(0, urlPattern.length() - 1))) ||
Class: org.apache.jmeter.swing.HtmlPane ©, Rating: 0% of 0, C2
41 {
42 String ref = e.getURL().getRef();
43 if (ref != null && ref.length() > 0)
44 {
45 log.debug("reference to scroll to = " + ref);
Class: util.HTMLFilter ©, Rating: 0% of 0, C2
40
41 char content[] = new char[message.length()];
42 message.getChars(0, message.length(), content, 0);
43 StringBuffer result = new StringBuffer(content.length + 50);
44 for (int i = 0; i < content.length; i++) {
Class: util.HTMLFilter ©, Rating: 0% of 0, C2
39 return (null);
40
41 char content[] = new char[message.length()];
42 message.getChars(0, message.length(), content, 0);
43 StringBuffer result = new StringBuffer(content.length + 50);
Class: util.HTMLFilter ©, Rating: 0% of 0, C2
41 char content[] = new char[message.length()];
42 message.getChars(0, message.length(), content, 0);
43 StringBuffer result = new StringBuffer(content.length + 50);
44 for (int i = 0; i < content.length; i++) {
45 switch (content[i]) {
Class: util.HTMLFilter ©, Rating: 0% of 0, C2
40
41 char content[] = new char[message.length()];
42 message.getChars(0, message.length(), content, 0);
43 StringBuffer result = new StringBuffer(content.length + 50);
44 for (int i = 0; i < content.length; i++) {