Search Results
OK to copy?
Examples 1 through 10 of
171 (0.009000000000000001 seconds)
Class:
org.apache.naming.factory.OpenEjbFactory
©,
Rating:
0% of 0,
C2
Class: org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatViewTests ©, Rating: 100% of 1, C1
Class: com.technoetic.xplanner.XPlannerProperties ©, Rating: 0% of 0, C2
Class: org.apache.catalina.util.CharsetMapper ©, Rating: 0% of 0, C1
Class: com.technoetic.xplanner.mail.EmailMessageImpl ©, Rating: 0% of 0, C1
Class: org.apache.tools.ant.taskdefs.InputTest ©, Rating: 0% of 0, C1
Class: org.apache.axis.providers.java.CORBAProvider ©, Rating: 0% of 0, C2
Class: org.apache.axis.providers.java.CORBAProvider ©, Rating: 0% of 0, C2
Class: org.apache.jk.core.JkHandler ©, Rating: 0% of 0, C1
Class: org.springframework.beans.factory.access.BeanFactoryBootstrapTests ©, Rating: 0% of 0, C1
72
73 Properties env = new Properties();
74 env.put(Context.INITIAL_CONTEXT_FACTORY, factory);
75
76 RefAddr linkRefAddr = ref.get("openejb.link");
Class: org.springframework.web.servlet.view.jasperreports.JasperReportsMultiFormatViewTests ©, Rating: 100% of 1, C1
Class: com.technoetic.xplanner.XPlannerProperties ©, Rating: 0% of 0, C2
46 for (Iterator iterator = customProperties.keySet().iterator(); iterator.hasNext();) {
47 String key = (String)iterator.next();
48 properties.put(key, customProperties.get(key));
49 }
50 }
Class: org.apache.catalina.util.CharsetMapper ©, Rating: 0% of 0, C1
139 */
140 public void addCharsetMappingFromDeploymentDescriptor(String locale,String charset) {
141 map.put( locale, charset );
142 }
143
Class: com.technoetic.xplanner.mail.EmailMessageImpl ©, Rating: 0% of 0, C1
036 EmailMessageImpl() throws MessagingException {
037 Properties transportProperties = new Properties();
038 transportProperties.put("mail.smtp.host", new XPlannerProperties().get().get("xplanner.mail.smtp.host"));
039 Session session = Session.getDefaultInstance(transportProperties, null);
040 session.setDebug(log.isDebugEnabled());
Class: org.apache.tools.ant.taskdefs.InputTest ©, Rating: 0% of 0, C1
37 public void setUp() {
38 configureProject("src/etc/testcases/taskdefs/input.xml");
39 System.getProperties()
40 .put(PropertyFileInputHandler.FILE_NAME_KEY,
41 getProject().resolveFile("input.properties")
Class: org.apache.axis.providers.java.CORBAProvider ©, Rating: 0% of 0, C2
121 Properties orbProps = new Properties();
122 orbProps.put("org.omg.CORBA.ORBInitialHost", orbInitialHost);
123 orbProps.put("org.omg.CORBA.ORBInitialPort", orbInitialPort);
124 ORB orb = ORB.init(new String[0], orbProps);
125
Class: org.apache.axis.providers.java.CORBAProvider ©, Rating: 0% of 0, C2
120 // Initialize ORB
121 Properties orbProps = new Properties();
122 orbProps.put("org.omg.CORBA.ORBInitialHost", orbInitialHost);
123 orbProps.put("org.omg.CORBA.ORBInitialPort", orbInitialPort);
124 ORB orb = ORB.init(new String[0], orbProps);
Class: org.apache.jk.core.JkHandler ©, Rating: 0% of 0, C1
119
120 public void setProperty( String name, String value ) {
121 properties.put( name, value );
122 }
123
Class: org.springframework.beans.factory.access.BeanFactoryBootstrapTests ©, Rating: 0% of 0, C1
124 public void testDummyBeanFactory() throws Exception {
125 Properties p = new Properties();
126 p.put(BeanFactoryBootstrap.BEAN_FACTORY_BEAN_NAME + ".class",
127 "org.springframework.beans.factory.access.BeanFactoryBootstrapTests$DummyBeanFactory");
128