Searched refs:properties (Results 151 - 175 of 215) sorted by relevance

123456789

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DSAXMessages_fr.properties34 # @version $Id: SAXMessages_fr.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXPointerMessages_de.properties33 # @version $Id: XPointerMessages_de.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXPointerMessages_fr.properties33 # @version $Id: XPointerMessages_fr.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXPointerMessages_sv.properties33 # @version $Id: XPointerMessages_sv.properties 3021 2011-03-01 00:12:28Z joehw $
H A DDatatypeMessages_zh_TW.properties33 # @version $Id: DatatypeMessages_zh_TW.properties 3021 2011-03-01 00:12:28Z joehw $
H A DJAXPValidationMessages_ko.properties33 # @version $Id: JAXPValidationMessages_ko.properties 3021 2011-03-01 00:12:28Z joehw $
H A DSAXMessages_es.properties34 # @version $Id: SAXMessages_es.properties 3021 2011-03-01 00:12:28Z joehw $
H A DSAXMessages_it.properties34 # @version $Id: SAXMessages_it.properties 3021 2011-03-01 00:12:28Z joehw $
H A DSAXMessages_pt_BR.properties34 # @version $Id: SAXMessages_pt_BR.properties 3021 2011-03-01 00:12:28Z joehw $
H A DSAXMessages_sv.properties34 # @version $Id: SAXMessages_sv.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXPointerMessages_es.properties33 # @version $Id: XPointerMessages_es.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXPointerMessages_zh_CN.properties33 # @version $Id: XPointerMessages_zh_CN.properties 3021 2011-03-01 00:12:28Z joehw $
H A DXPointerMessages_zh_TW.properties33 # @version $Id: XPointerMessages_zh_TW.properties 3021 2011-03-01 00:12:28Z joehw $
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/
H A DResourceResolver.java309 * @param properties
311 public void addProperties(Map<String, String> properties) { argument
312 resolverSpi.engineAddProperies(properties);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DStructureLoader.java116 for (int i = bi.properties.length - 1; i >= 0; i--) {
117 Property p = bi.properties[i];
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/transform/
H A DEfficientStreamingTransformer.java177 public void setOutputProperties(java.util.Properties properties) argument
181 m_realTransformer.setOutputProperties(properties);
411 * properties or any other data set on a previously used transformer.
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DTransformerImpl.java108 "http://xml.org/sax/properties/lexical-handler";
149 * Output properties of this transformer instance.
334 // Pass output properties to the translet
348 // Pass output properties to handler if identity
851 * Returns a copy of the output properties for the transformation. This is
852 * a set of layered properties. The first layer contains properties set by
885 * Set the output properties for the transformation. These properties
886 * will override properties se
892 setOutputProperties(Properties properties) argument
1195 isDefaultProperty(String name, Properties properties) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DRepository.java114 private final String properties; field in class:Repository.ObjectNamePattern
151 this.properties = canonicalProps;
175 // pattern, then the number of key properties must be equal
215 final String p2 = properties;
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DXMLSchemaFactory.java440 String[] properties = fXMLSchemaLoader.getRecognizedProperties();
441 for (int i = 0; i < properties.length; ++i) {
442 Object state = fXMLSchemaLoader.getProperty(properties[i]);
443 schema.setProperty(properties[i], state);
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DArguments.java75 * @param properties Environment-style properties collected from the
79 protected void parseOtherArgs (String[] args, Properties properties) throws InvalidArgument argument
/openjdk7/jdk/src/share/classes/java/sql/
H A DConnection.java1132 * method to determine the client info properties supported by the driver
1153 * The following are standard client info properties. Drivers are not
1154 * required to support these properties however if the driver supports a
1156 * properties, the standard property name should be used.
1184 * Sets the value of the connection's client info properties. The
1186 * properties to be set. The set of client info properties contained in
1187 * the properties list replaces the current set of client info properties
1189 * connection is not present in the properties lis
1213 setClientInfo(Properties properties) argument
[all...]
/openjdk7/jdk/src/share/demo/jfc/Notepad/
H A DNotepad.java65 protected static Properties properties; field in class:Notepad
78 properties = new Properties();
79 properties.load(Notepad.class.getResourceAsStream(
80 "resources/NotepadSystem.properties"));
84 System.err.println("resources/Notepad.properties "
85 + "or resources/NotepadSystem.properties not found");
256 return properties.getProperty(key);
/openjdk7/jdk/make/java/java/
H A DMakefile297 # Additional rule from sun/net/GNUmakefile to copy content-type.properties
300 PROPS = content-types.properties
303 # Rule to copy calendars.properties file.
305 CAL_PROPS = calendars.properties
341 $(SHARE_SRC)/classes/java/util/CurrencyData.properties
344 < $(SHARE_SRC)/classes/java/util/CurrencyData.properties
/openjdk7/jdk/test/sun/management/jmxremote/startstop/
H A DJMXStartStopTest.sh299 # Run an app without JMX enabled, but with some properties set
301 # make sure these properties overriden corectly
327 # Run an app with JMX enabled and with some properties set
330 # make sure these properties overriden corectly
361 # Run an app with JMX enabled and with some properties set
366 # make sure these properties overriden corectly
370 _app_start -Dcom.sun.management.config.file=${_testsrc}/management_cl.properties \
379 _jcmd ManagementAgent.start config.file=${_testsrc}/management_jcmd.properties \
396 # Run an app with JMX enabled and with some properties set
400 # make sure these properties override
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DToolkit.java690 * Initializes properties related to assistive technologies.
691 * These properties are used both in the loadAssistiveProperties()
693 * on the properties (such as the use of the screen_magnifier_present
695 * initialization of the properties must be done before the platform-
697 * properties are set up properly before any classes dependent upon them
702 // Get accessibility properties
704 final Properties properties = new Properties();
711 // Try loading the per-user accessibility properties file.
715 sep + ".accessibility.properties");
720 properties
[all...]

Completed in 95 milliseconds

123456789