Search Results
OK to copy?
Examples 1 through 10 of
219 (0.45399999999999996 seconds)
Class:
org.apache.naming.resources.RecyclableNamingEnumeration
©,
Rating:
0% of 0,
C1
Class: org.apache.jasper.runtime.PerThreadTagHandlerPool ©, Rating: 0% of 0, C2
Class: org.apache.tools.ant.taskdefs.Sequential ©, Rating: 0% of 0, C1
Class: org.htmlparser.tests.InstanceofPerformanceTest ©, Rating: 0% of 0, C1
Class: org.htmlparser.parserapplications.MailRipper ©, Rating: 0% of 0, C2
Class: org.apache.tomcat.util.http.AcceptLanguage ©, Rating: 0% of 0, C2
Class: org.apache.tomcat.util.http.AcceptLanguage ©, Rating: 0% of 0, C2
Class: org.apache.tomcat.util.http.AcceptLanguage ©, Rating: 0% of 0, C1
Class: org.apache.tomcat.util.http.AcceptLanguage ©, Rating: 0% of 0, C1
Class: org.apache.tomcat.util.http.AcceptLanguage ©, Rating: 0% of 0, C1
Class: org.apache.jasper.runtime.PerThreadTagHandlerPool ©, Rating: 0% of 0, C2
118 */
119 public void release() {
120 Enumeration enumeration = perThreadDataVector.elements();
121 while (enumeration.hasMoreElements()) {
122 PerThreadData ptd = (PerThreadData)enumeration.nextElement();
Class: org.apache.tools.ant.taskdefs.Sequential ©, Rating: 0% of 0, C1
60 */
61 public void execute() throws BuildException {
62 for (Enumeration e = nestedTasks.elements(); e.hasMoreElements();) {
63 Task nestedTask = (Task) e.nextElement();
64 nestedTask.perform();
Class: org.htmlparser.tests.InstanceofPerformanceTest ©, Rating: 0% of 0, C1
067 for (long i = 0; i < numTimes; i++)
068 {
069 for (Enumeration e = formChildren.elements(); e.hasMoreElements();)
070 {
071 Node node = (Node) e.nextElement();
Class: org.htmlparser.parserapplications.MailRipper ©, Rating: 0% of 0, C2
Class: org.apache.tomcat.util.http.AcceptLanguage ©, Rating: 0% of 0, C2
130 Vector v =
131 (Vector)languages.get(((Double)e.nextElement()).toString());
132 Enumeration le = v.elements();
133 while (le.hasMoreElements()) {
134 String language = (String)le.nextElement();
Class: org.apache.tomcat.util.http.AcceptLanguage ©, Rating: 0% of 0, C2
126 {
127 // XXX We will need to order by q value Vector in the Future ?
128 Enumeration e = q.elements();
129 while (e.hasMoreElements()) {
130 Vector v =
Class: org.apache.tomcat.util.http.AcceptLanguage ©, Rating: 0% of 0, C1
071 Vector l = new Vector();
072 extractLocales( languages, quality , l);
073 return l.elements();
074 }
075
Class: org.apache.tomcat.util.http.AcceptLanguage ©, Rating: 0% of 0, C1
067 Vector v = new Vector();
068 v.addElement(Locale.getDefault());
069 return v.elements();
070 }
071 Vector l = new Vector();
Class: org.apache.tomcat.util.http.AcceptLanguage ©, Rating: 0% of 0, C1
057 Vector v = new Vector();
058 v.addElement(Locale.getDefault());
059 return v.elements();
060 }
061