e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 1 through 10 of 19 (0.0020 seconds)
Class: org.apache.jmeter.testelement.property.PropertyIteratorImpl  ©, Rating: 0% of 0, C1

62 public void remove() 63 { 64 iter.remove(); 65 } 66

Class: org.springframework.beans.propertyeditors.PropertiesEditor  ©, Rating: 0% of 0, C2

89 // A comment line starts with one of our comment markers 90 if (key.length() > 0 && COMMENT_MARKERS.indexOf(key.charAt(0)) != -1) { 91 keys.remove(); 92 } 93 }

Class: org.springframework.beans.ConcurrentBeanWrapperTests  ©, Rating: 0% of 0, C2

083 i.next(); 084 if (Math.random() > 0.9) { 085 i.remove(); 086 } 087 }

Class: org.apache.jmeter.functions.FileWrapper  ©, Rating: 0% of 0, C1

227 Object fw = i.next(); 228 log.info("Removing "+fw.toString()); 229 i.remove(); 230 } 231 fileContainers.clear();

Class: org.apache.catalina.cluster.tcp.ReplicationListener  ©, Rating: 0% of 0, C2

147 148 // remove key from selected set, it's been handled 149 it.remove(); 150 } 151 }

Class: org.apache.jmeter.protocol.java.sampler.JavaSampler  ©, Rating: 67% of 3, C1

271 JavaSampler sampler = (JavaSampler) i.next(); 272 sampler.releaseJavaClient(); 273 i.remove(); 274 } 275 }

Class: javax.xml.soap.MimeHeaders  ©, Rating: 0% of 0, C1

148 /** */ 149 public void remove() { 150 iterator.remove(); 151 } 152

Class: org.apache.catalina.ssi.SSIMediator  ©, Rating: 0% of 0, C1

133 public long getFileSize( String path, boolean virtual ) throws IOException { 134 return ssiExternalResolver.getFileSize( path, virtual ); 135 } 136 137 public long getFileLastModified( String path, boolean virtual ) throws IOException {

Class: org.apache.jmeter.testelement.AbstractTestElement  ©, Rating: 0% of 0, C1

361 if (isTemporary(prop)) 362 { 363 iter.remove(); 364 clearTemporary(prop); 365 }

Class: org.apache.tomcat.util.digester.ExtendedBaseRules  ©, Rating: 0% of 0, C3

372 String ns_uri = rule.getNamespaceURI(); 373 if (ns_uri != null && !ns_uri.equals(namespace)) { 374 it.remove(); 375 } 376 }

Result Page:  1  |  2   Next