e.g. Calendar Search Help
You must enter a value before pressing Search
Search Results OK to copy? Examples 1 through 8 of 8 (0.0020 seconds)
Class: org.apache.batik.svggen.SVGTransform  ©, Rating: 0% of 0, C1

142 public Object pop() { 143 Object element = null; 144 if(!super.empty()) { 145 element = super.pop(); 146 }

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

158 } else { 159 // this iterator is exhausted. Can we pop one off the stack 160 if (enumStack.empty()) { 161 break; 162 } else {

Class: org.apache.axis.utils.XMLUtils  ©, Rating: 0% of 0, C1

245 */ 246 public static synchronized SAXParser getSAXParser() { 247 if(!saxParsers.empty()) { 248 return (SAXParser )saxParsers.pop(); 249 }

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

324 } 325 Stack threadStack = getStack(); 326 if (!threadStack.empty()) { 327 TimedElement poppedStack = (TimedElement) threadStack.pop(); 328 if (poppedStack != taskElement) {

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

264 + targetElement); 265 } 266 if (!threadStack.empty()) { 267 parentElement = (TimedElement) threadStack.peek(); 268 }

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

256 TimedElement parentElement = null; 257 Stack threadStack = getStack(); 258 if (!threadStack.empty()) { 259 TimedElement poppedStack = (TimedElement) threadStack.pop(); 260 if (poppedStack != targetElement) {

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

1656 sb.append("' does not exist in this project. "); 1657 visiting.pop(); 1658 if (!visiting.empty()) { 1659 String parent = (String) visiting.peek(); 1660 sb.append("It is used from target `");

Class: org.apache.catalina.core.StandardContext  ©, Rating: 0% of 0, C2

4754 4755 4756 /** 4757 * Post a copy of our current list of welcome files as a servlet context 4758 * attribute, so that the default servlet can find them.

Result Page:  1