Search Results
OK to copy?
Examples 1 through 10 of
26 (0.0020 seconds)
Class:
com.technoetic.xplanner.db.hsqldb.HsqlHelper
©,
Rating:
0% of 0,
C2
Class: org.springframework.web.servlet.mvc.ServletWrappingController ©, Rating: 0% of 0, C1
Class: org.apache.axis.tools.ant.wsdl.NamespaceMapping ©, Rating: 0% of 0, C1
Class: org.springframework.util.DefaultPropertiesPersister ©, Rating: 0% of 0, C1
Class: org.springframework.mock.web.MockServletContext ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.listener.MailLogger ©, Rating: 0% of 0, C3
Class: org.apache.jk.server.JkMain ©, Rating: 0% of 0, C2
Class: org.apache.jk.server.JkMain ©, Rating: 0% of 0, C1
Class: org.apache.jk.server.JkMain ©, Rating: 0% of 0, C2
Class: org.apache.axis.i18n.RB ©, Rating: 0% of 0, C2
12 HsqlServer server = new HsqlServer();
13
14 Enumeration keys = properties.keys();
15 while (keys.hasMoreElements()) {
16 String key = (String)keys.nextElement();
Class: org.springframework.web.servlet.mvc.ServletWrappingController ©, Rating: 0% of 0, C1
Class: org.apache.axis.tools.ant.wsdl.NamespaceMapping ©, Rating: 0% of 0, C1
158 protected void mapFile(ProjectComponent owner, HashMap map, boolean packageIsKey) throws BuildException {
159 Properties props = loadMappingPropertiesFile();
160 Enumeration keys = props.keys();
161 while (keys.hasMoreElements()) {
162 String packageName = (String) keys.nextElement();
Class: org.springframework.util.DefaultPropertiesPersister ©, Rating: 0% of 0, C1
142 out.write("#" + new Date());
143 out.newLine();
144 for (Enumeration keys = props.keys(); keys.hasMoreElements();) {
145 String key = (String) keys.nextElement();
146 String val = props.getProperty(key);
Class: org.springframework.mock.web.MockServletContext ©, Rating: 0% of 0, C1
232
233 public Enumeration getInitParameterNames() {
234 return this.initParameters.keys();
235 }
236
Class: org.apache.tools.ant.listener.MailLogger ©, Rating: 0% of 0, C3
102 }
103
104 for (Enumeration e = fileProperties.keys(); e.hasMoreElements();) {
105 String key = (String) e.nextElement();
106 String value = fileProperties.getProperty(key);
Class: org.apache.jk.server.JkMain ©, Rating: 0% of 0, C2
Class: org.apache.jk.server.JkMain ©, Rating: 0% of 0, C1
495 private void processProperties() {
496 preProcessProperties();
497 Enumeration keys=props.keys();
498
499 while( keys.hasMoreElements() ) {
Class: org.apache.jk.server.JkMain ©, Rating: 0% of 0, C2
471
472 private void preProcessProperties() {
473 Enumeration keys=props.keys();
474 Vector v=new Vector();
475
Class: org.apache.axis.i18n.RB ©, Rating: 0% of 0, C2
421
422 // Now merge. p1 takes precedence
423 Enumeration enum = p2.keys();
424 while (enum.hasMoreElements()) {
425 String key = (String) enum.nextElement();