Search Results
OK to copy?
Examples 1 through 10 of
317 (0.0040 seconds)
Class:
org.apache.jasper.util.Queue
©,
Rating:
0% of 0,
C1
Class: org.apache.catalina.util.Queue ©, Rating: 0% of 0, C1
Class: org.apache.tomcat.util.collections.Queue ©, Rating: 0% of 0, C1
Class: org.apache.axis.attachments.DimeMultiPart ©, Rating: 0% of 0, C1
Class: org.apache.axis.attachments.DimeMultiPart ©, Rating: 0% of 0, C2
Class: org.apache.jk.config.GeneratorJk1 ©, Rating: 0% of 0, C1
Class: org.apache.axis.wsdl.symbolTable.UndefinedDelegate ©, Rating: 0% of 0, C2
Class: org.apache.axis.wsdl.symbolTable.UndefinedDelegate ©, Rating: 0% of 0, C2
Class: org.apache.batik.ext.awt.image.rendered.ComponentTransferRed ©, Rating: 0% of 0, C1
Class: org.apache.batik.svggen.SVGCSSStyler ©, Rating: 0% of 0, C2
Class: org.apache.catalina.util.Queue ©, Rating: 0% of 0, C1
Class: org.apache.tomcat.util.collections.Queue ©, Rating: 0% of 0, C1
Class: org.apache.axis.attachments.DimeMultiPart ©, Rating: 0% of 0, C1
094
095 for (int i = parts.size() - 1; i > -1; --i)
096 size +=
097 ((DimeBodyPart) parts.elementAt(i)).getTransmissionSize(
098 transSize);
Class: org.apache.axis.attachments.DimeMultiPart ©, Rating: 0% of 0, C2
083
084 for (int i = 0; i < size; ++i)
085 ((DimeBodyPart) parts.elementAt(i)).write(os,
086 (byte) ((i == 0 ? DimeBodyPart.POSITION_FIRST :
087 (byte) 0)
Class: org.apache.jk.config.GeneratorJk1 ©, Rating: 0% of 0, C1
105 public void generateConstraints( Vector urls, Vector methods, Vector roles, boolean isSSL ) {
106 for( int i=0; i<urls.size(); i++ ) {
107 String url=(String)urls.elementAt(i);
108
109 out.println( "JkMount " + cpath + url + " " + worker);
Class: org.apache.axis.wsdl.symbolTable.UndefinedDelegate ©, Rating: 0% of 0, C2
105 if (uType != null) {
106 for (int i=0; i < list.size() ; i++) {
107 TypeEntry te = (TypeEntry) list.elementAt(i);
108 ((Undefined)uType).register(te);
109 }
Class: org.apache.axis.wsdl.symbolTable.UndefinedDelegate ©, Rating: 0% of 0, C2
095 // state changes.
096 for (int i=0; i < list.size() ; i++) {
097 TypeEntry te = (TypeEntry) list.elementAt(i);
098 if (te.updateUndefined(undefinedType, def))
099 done = false; // Items still undefined, need another pass
Class: org.apache.batik.ext.awt.image.rendered.ComponentTransferRed ©, Rating: 0% of 0, C1
100
101 public WritableRaster copyData(WritableRaster wr){
102 CachableRed src = (CachableRed)getSources().elementAt(0);
103
104 wr = src.copyData(wr);
Class: org.apache.batik.svggen.SVGCSSStyler ©, Rating: 0% of 0, C2
110 int n = toBeRemoved.size();
111 for(int i=0; i<n; i++)
112 element.removeAttribute((String)toBeRemoved.elementAt(i));
113 }
114 // else