Search Results
OK to copy?
Examples 1 through 10 of
627 (0.015 seconds)
Class:
sessions.DummyCart
©,
Rating:
0% of 0,
C1
Class: sessions.DummyCart ©, Rating: 0% of 0, C1
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.utils.cache.JavaMethod ©, Rating: 0% of 0, C2
Class: org.apache.axis.utils.cache.JavaMethod ©, Rating: 0% of 0, C2
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
42
43 public String[] getItems() {
44 String[] s = new String[v.size()];
45 v.copyInto(s);
46 return s;
Class: sessions.DummyCart ©, Rating: 0% of 0, C1
42
43 public String[] getItems() {
44 String[] s = new String[v.size()];
45 v.copyInto(s);
46 return s;
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.utils.cache.JavaMethod ©, Rating: 0% of 0, C2
088 // If a list was found, convert it into an array
089 if (workinglist.size() > 0) {
090 this.methods = new Method[workinglist.size()];
091 workinglist.copyInto(this.methods);
092 }
Class: org.apache.axis.utils.cache.JavaMethod ©, Rating: 0% of 0, C2
087
088 // If a list was found, convert it into an array
089 if (workinglist.size() > 0) {
090 this.methods = new Method[workinglist.size()];
091 workinglist.copyInto(this.methods);
Class: org.apache.axis.attachments.DimeMultiPart ©, Rating: 0% of 0, C1
093 long size = 0;
094
095 for (int i = parts.size() - 1; i > -1; --i)
096 size +=
097 ((DimeBodyPart) parts.elementAt(i)).getTransmissionSize(
Class: org.apache.axis.attachments.DimeMultiPart ©, Rating: 0% of 0, C2
079 public void write(java.io.OutputStream os)
080 throws java.io.IOException {
081 int size = parts.size();
082 int last = size - 1;
083
Class: org.apache.jk.config.GeneratorJk1 ©, Rating: 0% of 0, C1
104
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