Search Results
OK to copy?
Examples 21 through 30 of
41 (0.0020 seconds)
Class:
org.apache.batik.transcoder.wmf.tosvg.WMFPainter
©,
Rating:
0% of 0,
C3
Class: org.apache.tools.ant.XmlLogger ©, Rating: 0% of 0, C1
Class: org.apache.jasper.JspC ©, Rating: 0% of 0, C3
Class: org.apache.tools.ant.types.PatternSet ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.taskdefs.Property ©, Rating: 0% of 0, C1
Class: org.apache.axis.encoding.SerializationContextImpl ©, Rating: 0% of 0, C3
Class: org.apache.axis.encoding.SerializationContextImpl ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.types.AbstractFileSet ©, Rating: 0% of 0, C1
Class: org.apache.catalina.core.StandardWrapper ©, Rating: 0% of 0, C3
Class: org.apache.tools.ant.types.Path ©, Rating: 0% of 0, C3
112 Font font = null;
113 int vpX, vpY, vpW, vpH;
114 Stack dcStack = new Stack();
115
116 int numRecords = currentStore.getNumRecords();
Class: org.apache.tools.ant.XmlLogger ©, Rating: 0% of 0, C1
210 Stack threadStack = (Stack) threadStacks.get(Thread.currentThread());
211 if (threadStack == null) {
212 threadStack = new Stack();
213 threadStacks.put(Thread.currentThread(), threadStack);
214 }
Class: org.apache.jasper.JspC ©, Rating: 0% of 0, C3
0828 for (int i = 0; (files != null) && i < files.length; i++) {
0829 File f2 = new File(s, files[i]);
0830 if (f2.isDirectory()) {
0831 dirs.push(f2.getPath());
0832 } else {
Class: org.apache.tools.ant.types.PatternSet ©, Rating: 0% of 0, C1
416 private PatternSet getRef(Project p) {
417 if (!isChecked()) {
418 Stack stk = new Stack();
419 stk.push(this);
420 dieOnCircularReference(stk, p);
Class: org.apache.tools.ant.taskdefs.Property ©, Rating: 0% of 0, C1
532 for (Enumeration e = props.keys(); e.hasMoreElements();) {
533 String name = (String) e.nextElement();
534 Stack referencesSeen = new Stack();
535 resolve(props, name, referencesSeen);
536 }
Class: org.apache.axis.encoding.SerializationContextImpl ©, Rating: 0% of 0, C3
0122 private int indent=0;
0123 private boolean startOfDocument = true;
0124 private Stack elementStack = new Stack();
0125 private Writer writer;
0126 private int lastPrefixIndex = 1;
Class: org.apache.axis.encoding.SerializationContextImpl ©, Rating: 0% of 0, C1
0122 private int indent=0;
0123 private boolean startOfDocument = true;
0124 private Stack elementStack = new Stack();
0125 private Writer writer;
0126 private int lastPrefixIndex = 1;
Class: org.apache.tools.ant.types.AbstractFileSet ©, Rating: 0% of 0, C1
394 protected AbstractFileSet getRef(Project p) {
395 if (!isChecked()) {
396 Stack stk = new Stack();
397 stk.push(this);
398 dieOnCircularReference(stk, p);
Class: org.apache.catalina.core.StandardWrapper ©, Rating: 0% of 0, C3
1051 if (singleThreadModel) {
1052 if (instancePool == null)
1053 instancePool = new Stack();
1054 }
1055 fireContainerEvent("load", this);
Class: org.apache.tools.ant.types.Path ©, Rating: 0% of 0, C3
282 if (!isChecked()) {
283 // make sure we don't have a circular reference here
284 Stack stk = new Stack();
285 stk.push(this);
286 dieOnCircularReference(stk, getProject());