Search Results
OK to copy?
Examples 41 through 50 of
729 (0.0050 seconds)
Class:
org.apache.axis.utils.LockableHashtable
©,
Rating:
0% of 0,
C1
Class: org.apache.axis.utils.LockableHashtable ©, Rating: 0% of 0, C1
Class: org.htmlparser.parserapplications.MailRipper ©, Rating: 0% of 0, C2
Class: org.apache.jasper.compiler.ImplicitTagLibraryInfo ©, Rating: 0% of 0, C2
Class: org.apache.batik.extension.svg.BatikBridgeExtension ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.MockBuildListener ©, Rating: 0% of 0, C1
Class: org.apache.jasper.compiler.ScriptingVariabler ©, Rating: 0% of 0, C3
Class: org.apache.jsp.jsp2.misc.dynamicattrs_jsp ©, Rating: 0% of 0, C1
Class: org.apache.axis.deployment.wsdd.WSDDElement ©, Rating: 0% of 0, C2
Class: org.apache.tomcat.util.http.AcceptLanguage ©, Rating: 0% of 0, C2
074 * Stores the keys of the locked entries
075 */
076 Vector lockedEntries = new Vector();
077
078 /** Place to look for properties which we don't find locally. */
Class: org.apache.axis.utils.LockableHashtable ©, Rating: 0% of 0, C1
074 * Stores the keys of the locked entries
075 */
076 Vector lockedEntries = new Vector();
077
078 /** Place to look for properties which we don't find locally. */
Class: org.htmlparser.parserapplications.MailRipper ©, Rating: 0% of 0, C2
119 {
120 Node node;
121 Vector mailAddresses = new Vector();
122 for (NodeIterator e = parser.elements(); e.hasMoreNodes();)
123 {
Class: org.apache.jasper.compiler.ImplicitTagLibraryInfo ©, Rating: 0% of 0, C2
058 this.pc = pc;
059 this.tagFileMap = new Hashtable();
060 this.vec = new Vector();
061
062 // Implicit tag libraries have no functions:
Class: org.apache.batik.extension.svg.BatikBridgeExtension ©, Rating: 0% of 0, C1
088 "http://xml.apache.org/batik/ext/multi-image/1.0" ,
089 };
090 Vector v = new Vector(extensions.length);
091 for (int i=0; i<extensions.length; i++) {
092 v.add(extensions[i]);
Class: org.apache.tools.ant.MockBuildListener ©, Rating: 0% of 0, C1
24 public class MockBuildListener extends Assert implements BuildListener {
25
26 private final Vector buffer = new Vector();
27 private final Project project;
28
Class: org.apache.jasper.compiler.ScriptingVariabler ©, Rating: 0% of 0, C3
Class: org.apache.jsp.jsp2.misc.dynamicattrs_jsp ©, Rating: 0% of 0, C1
011
012 static {
013 _jspx_dependants = new java.util.Vector(1);
014 _jspx_dependants.add("/WEB-INF/jsp2/jsp2-example-taglib.tld");
015 }
Class: org.apache.axis.deployment.wsdd.WSDDElement ©, Rating: 0% of 0, C2
131 {
132 NodeList nl = e.getChildNodes();
133 Vector els = new Vector();
134
135 for (int i = 0; i < nl.getLength(); i++) {
Class: org.apache.tomcat.util.http.AcceptLanguage ©, Rating: 0% of 0, C2
114 v = (Vector)languages.get(key) ;
115 } else {
116 v= new Vector();
117 q.addElement(qValue);
118 }