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

084 public boolean shouldCreateEndTagAndExit() 085 { 086 if (ulli.size() == 0) 087 return false; 088 CompositeTagScanner parentScanner = (CompositeTagScanner) ulli.peek();

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

163 public Mark popStream() { 164 // make sure we have something to pop 165 if ( includeStack.size() <= 0 ) { 166 return null; 167 }

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

102 // clone includeStack without cloning contents 103 includeStack = new Stack(); 104 for ( int i=0; i < other.includeStack.size(); i++ ) { 105 includeStack.addElement( other.includeStack.elementAt(i) ); 106 }

Class: org.apache.batik.svggen.SVGTransform  ©, Rating: 0% of 0, C2

203 // Transform presentation stack to SVG 204 // 205 int nPresentations = presentation.size(); 206 207 for(i = 0; i < nPresentations; i++) {

Class: org.apache.tools.ant.taskdefs.optional.metamata.MMetricsStreamHandler  ©, Rating: 0% of 0, C2

251 252 // if it's empty, and none of the above it should be a package 253 if (stack.size() == 0) { 254 return PACKAGE; 255 }

Class: org.apache.tools.ant.taskdefs.optional.metamata.MMetricsStreamHandler  ©, Rating: 0% of 0, C2

213 // close nodes until you got the parent. 214 try { 215 while (indent <= previous.getIndent() && stack.size() > 0) { 216 stack.pop(); 217 metricsHandler.endElement("", previous.getType(), previous.getType());

Class: org.apache.tools.ant.taskdefs.optional.metamata.MMetricsStreamHandler  ©, Rating: 0% of 0, C2

209 // more elements previous to this one until we got its parent 210 int indent = elem.getIndent(); 211 if (stack.size() > 0) { 212 ElementEntry previous = (ElementEntry) stack.peek(); 213 // close nodes until you got the parent.

Class: org.apache.tools.ant.taskdefs.optional.metamata.MMetricsStreamHandler  ©, Rating: 0% of 0, C1

156 // we need to pop everything and close elements that have not been 157 // closed yet. 158 while (stack.size() > 0) { 159 ElementEntry elem = (ElementEntry) stack.pop(); 160 metricsHandler.endElement("", elem.getType(), elem.getType());

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

670 public void exitAntLib() { 671 antLibStack.pop(); 672 if (antLibStack.size() != 0) { 673 antLibCurrentUri = (String) antLibStack.peek(); 674 } else {

Class: org.apache.tools.ant.util.FileUtils  ©, Rating: 0% of 0, C3

0880 0881 StringBuffer sb = new StringBuffer(); 0882 for (int i = 0; i < s.size(); i++) { 0883 if (i > 1) { 0884 // not before the filesystem root and not after it, since root

Result Page:  1  |  2   Next