Search Results
OK to copy?
Examples 31 through 40 of
729 (0.0080 seconds)
Class:
org.apache.tools.ant.taskdefs.Sequential
©,
Rating:
0% of 0,
C1
Class: org.apache.batik.svggen.DefaultStyleHandler ©, Rating: 0% of 0, C1
Class: org.apache.batik.svggen.SVGCSSStyler ©, Rating: 0% of 0, C2
Class: org.htmlparser.tests.InstanceofPerformanceTest ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.taskdefs.cvslib.CVSEntry ©, Rating: 0% of 0, C1
Class: org.apache.jsp.jsp2.simpletag.book_jsp ©, Rating: 0% of 0, C1
Class: org.apache.batik.test.DefaultTestSuite ©, Rating: 0% of 0, C1
Class: org.apache.jsp.jsp2.simpletag.repeat_jsp ©, Rating: 0% of 0, C1
Class: org.apache.axis.utils.LockableHashtable ©, Rating: 0% of 0, C1
Class: org.apache.axis.utils.LockableHashtable ©, Rating: 0% of 0, C1
42
43 /** Optional Vector holding the nested tasks */
44 private Vector nestedTasks = new Vector();
45
46 /**
Class: org.apache.batik.svggen.DefaultStyleHandler ©, Rating: 0% of 0, C1
075
076 static {
077 Vector textAttributes = new Vector();
078 textAttributes.addElement(SVG_FONT_SIZE_ATTRIBUTE);
079 textAttributes.addElement(SVG_FONT_FAMILY_ATTRIBUTE);
Class: org.apache.batik.svggen.SVGCSSStyler ©, Rating: 0% of 0, C2
087 StringBuffer styleAttrBuffer = new StringBuffer();
088 int nAttr = attributes.getLength();
089 Vector toBeRemoved = new Vector();
090 for(int i=0; i<nAttr; i++){
091 Attr attr = (Attr)attributes.item(i);
Class: org.htmlparser.tests.InstanceofPerformanceTest ©, Rating: 0% of 0, C1
054 Node node = e.nextNode();
055 formTag = (FormTag) node;
056 formChildren = new Vector();
057 for (SimpleNodeIterator se = formTag.children(); se.hasMoreNodes();)
058 {
Class: org.apache.tools.ant.taskdefs.cvslib.CVSEntry ©, Rating: 0% of 0, C1
29 private String m_author;
30 private final String m_comment;
31 private final Vector m_files = new Vector();
32
33 public CVSEntry(Date date, String author, String comment) {
Class: org.apache.jsp.jsp2.simpletag.book_jsp ©, Rating: 0% of 0, C1
17
18 static {
19 _jspx_dependants = new java.util.Vector(1);
20 _jspx_dependants.add("/WEB-INF/jsp2/jsp2-example-taglib.tld");
21 }
Class: org.apache.batik.test.DefaultTestSuite ©, Rating: 0% of 0, C1
Class: org.apache.jsp.jsp2.simpletag.repeat_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.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.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. */