e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 51 through 60 of 1017 (0.443 seconds)
Class: org.springframework.aop.framework.autoproxy.metadata.ModifiableAdvisor  ©, Rating: 0% of 0, C1

050 private boolean matches(Collection c) { 051 //log.info("Checking for modifiable attribute; atts.length=" + atts.size()); 052 for (Iterator itr = c.iterator(); itr.hasNext(); ) { 053 Object next = itr.next(); 054 if (next instanceof ModifiableAttribute) {

Class: com.technoetic.xplanner.forms.RoleEditorForm  ©, Rating: 0% of 0, C1

068 069 private boolean hasRole(Collection roles, String name) { 070 for (Iterator iterator = roles.iterator(); iterator.hasNext();) { 071 Role role = (Role)iterator.next(); 072 if (role.getName().equals(name)) {

Class: org.apache.axis.components.image.MerlinIO  ©, Rating: 0% of 0, C1

085 ImageWriter writer = null; 086 Iterator iter = javax.imageio.ImageIO.getImageWritersByMIMEType(mimeType); 087 if (iter.hasNext()) { 088 writer = (ImageWriter) iter.next(); 089 }

Class: org.springframework.beans.factory.config.CustomEditorConfigurer  ©, Rating: 100% of 1, C2

082 public void postProcessBeanFactory(ConfigurableListableBeanFactory beanFactory) throws BeansException { 083 if (this.customEditors != null) { 084 for (Iterator it = this.customEditors.keySet().iterator(); it.hasNext();) { 085 Object key = it.next(); 086 Class requiredType = null;

Class: com.technoetic.xplanner.tags.IsUserAuthorizedForAnyTag  ©, Rating: 0% of 0, C2

028 Collection objects = getCollection(); 029 boolean isAuthorized = false; 030 for (Iterator iterator = objects.iterator(); !isAuthorized && iterator.hasNext();) { 031 Object resource = iterator.next(); 032 for (int i = 0; i < permissionArray.length; i++) {

Class: org.apache.webapp.balancer.RuleChain  ©, Rating: 0% of 0, C1

131 buffer.append(currentRule); 132 133 if (iter.hasNext()) { 134 buffer.append(", "); 135 }

Class: org.apache.webapp.balancer.RuleChain  ©, Rating: 0% of 0, C1

127 Rule currentRule = null; 128 129 while (iter.hasNext()) { 130 currentRule = (Rule) iter.next(); 131 buffer.append(currentRule);

Class: org.apache.webapp.balancer.RuleChain  ©, Rating: 0% of 0, C1

096 boolean currentMatches = false; 097 098 while (iter.hasNext()) { 099 currentRule = (Rule) iter.next(); 100 currentMatches = currentRule.matches(request);

Class: org.apache.jmeter.protocol.http.parser.URLCollection  ©, Rating: 0% of 0, C1

121 public boolean hasNext() 122 { 123 return iter.hasNext(); 124 } 125

Class: org.springframework.mail.MailSendException  ©, Rating: 0% of 0, C2

117 Exception subEx = (Exception) subExs.next(); 118 subEx.printStackTrace(pw); 119 if (subExs.hasNext()) { 120 pw.println(); 121 }

Result Page:  1  |  2  |  3  |  4  |  5  |  6  |  7  |  8  |  9  |  10   Next