e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 1 through 10 of 65 (0.0020 seconds)
Class: org.htmlparser.scanners.BulletListScanner  ©, Rating: 0% of 0, C1

72 public void beforeScanningStarts() 73 { 74 ulli.push(this); 75 } 76

Class: org.htmlparser.scanners.BulletScanner  ©, Rating: 0% of 0, C1

098 public void beforeScanningStarts() 099 { 100 ulli.push(this); 101 } 102

Class: org.apache.tools.ant.types.Substitution  ©, Rating: 0% of 0, C1

66 if (!isChecked()) { 67 Stack stk = new Stack(); 68 stk.push(this); 69 dieOnCircularReference(stk, p); 70 }

Class: org.apache.tomcat.util.log.SystemLogHandler  ©, Rating: 0% of 0, C2

107 reuse.push(log); 108 return capture; 109 } 110 111

Class: org.apache.tomcat.util.log.SystemLogHandler  ©, Rating: 0% of 0, C1

089 stack.push(log); 090 } 091 092 093 /**

Class: org.apache.tools.ant.types.RegularExpression  ©, Rating: 0% of 0, C1

102 if (!isChecked()) { 103 Stack stk = new Stack(); 104 stk.push(this); 105 dieOnCircularReference(stk, p); 106 }

Class: org.apache.jasper.compiler.Mark  ©, Rating: 0% of 0, C1

140 { 141 // store current state in stack 142 includeStack.push(new IncludeState(cursor, line, col, fileId, 143 fileName, baseDir, 144 encoding, stream) );

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

058 assertTrue(CollectionUtils.equals(s2, v1)); 059 v1.addElement("zyzzy"); 060 s2.push("zyzzy2"); 061 assertTrue(!CollectionUtils.equals(v1, s2)); 062 assertTrue(!CollectionUtils.equals(s2, v1));

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

051 assertTrue(CollectionUtils.equals(v1, s2)); 052 assertTrue(CollectionUtils.equals(s2, v1)); 053 s2.push("baz"); 054 assertTrue(!CollectionUtils.equals(v1, s2)); 055 assertTrue(!CollectionUtils.equals(s2, v1));

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

048 assertTrue(!CollectionUtils.equals(v1, s2)); 049 assertTrue(!CollectionUtils.equals(s2, v1)); 050 s2.push("bar"); 051 assertTrue(CollectionUtils.equals(v1, s2)); 052 assertTrue(CollectionUtils.equals(s2, v1));

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