Searched defs:version (Results 226 - 250 of 310) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFImageWriter.java6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
428 streamMetadata.version = "89a";
648 // Set the version if not set.
649 if (streamMetadata.version == null) {
650 streamMetadata.version = "89a";
1057 private void writeHeader(String version, argument
1068 stream.writeBytes("GIF"+version);
1115 writeHeader(sm.version,
[all...]
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEG.java6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
173 public static final String version = "0.5"; field in class:JPEG
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/
H A DStAXDocumentSerializer.java6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
144 public void writeStartDocument(String version) throws XMLStreamException { argument
145 writeStartDocument("finf", version);
148 public void writeStartDocument(String encoding, String version) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/addressing/
H A DWSEndpointReference.java6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
95 private final AddressingVersion version; field in class:WSEndpointReference
108 * Creates from the spec version of {@link EndpointReference}.
114 public WSEndpointReference(EndpointReference epr, AddressingVersion version) { argument
119 this.version = version;
120 this.rootElement = new QName("EndpointReference", version.nsUri);
128 * Creates from the spec version o
141 WSEndpointReference(XMLStreamBuffer infoset, AddressingVersion version) argument
156 WSEndpointReference(InputStream infoset, AddressingVersion version) argument
164 WSEndpointReference(XMLStreamReader in, AddressingVersion version) argument
171 WSEndpointReference(URL address, AddressingVersion version) argument
178 WSEndpointReference(URI address, AddressingVersion version) argument
185 WSEndpointReference(String address, AddressingVersion version) argument
193 createBufferFromAddress(String address, AddressingVersion version) argument
221 WSEndpointReference(@otNull AddressingVersion version, @NotNull String address, @Nullable QName service, @Nullable QName port, @Nullable QName portType, @Nullable List<Element> metadata, @Nullable String wsdlAddress, @Nullable List<Element> referenceParameters) argument
239 WSEndpointReference(@otNull AddressingVersion version, @NotNull String address, @Nullable QName service, @Nullable QName port, @Nullable QName portType, @Nullable List<Element> metadata, @Nullable String wsdlAddress, @Nullable List<Element> referenceParameters, @Nullable Collection<EPRExtension> extns,@Nullable Map<QName, String> attributes) argument
260 WSEndpointReference(@otNull AddressingVersion version, @NotNull String address, @Nullable QName service, @Nullable QName port, @Nullable QName portType, @Nullable List<Element> metadata, @Nullable String wsdlAddress, @Nullable String wsdlTargetNamepsace, @Nullable List<Element> referenceParameters, @Nullable List<Element> elements, @Nullable Map<QName, String> attributes) argument
275 createBufferFromData(AddressingVersion version, String address, List<Element> referenceParameters, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, String wsdlTargetNamespace, @Nullable List<Element> elements, @Nullable Map<QName, String> attributes) argument
304 createBufferFromData(AddressingVersion version, String address, List<Element> referenceParameters, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, String wsdlTargetNamespace, @Nullable Collection<EPRExtension> extns, @Nullable Map<QName, String> attributes) argument
337 writePartialEPRInfoset(StreamWriterBufferCreator writer, AddressingVersion version, String address, List<Element> referenceParameters, QName service, QName port, QName portType, List<Element> metadata, String wsdlAddress, String wsdlTargetNamespace, @Nullable Map<QName, String> attributes) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DMtomCodec.java6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
92 MtomCodec(SOAPVersion version, StreamSOAPCodec codec, WSBinding binding, WebServiceFeature mtomFeature){ argument
93 super(version, binding);
96 this.soapXopContentType = XOP_XML_MIME_TYPE +";charset=utf-8;type=\""+version.contentType+"\"";
112 ";start-info=\"" + version.contentType + "\"";
125 switch(version){
221 return new MtomCodec(version, (StreamSOAPCodec)codec.copy(), binding, mtomFeature);
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DPipelineManager.cpp6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
415 // since we don't have a driver version here we will
416 // just ask to ignore the version for now; bad hw
419 // obtain a driver version
509 D3DPipelineManager::CheckForBadHardware(DWORD vId, DWORD dId, LONGLONG version) argument
525 // we have a driver version which is older than the
528 (goodVersion == NO_VERSION || version < goodVersion))
535 // this was a match by the driver version
[all...]
/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DNet.c6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
106 int version; local
109 version = ver.dwMajorVersion * 10 + ver.dwMinorVersion;
111 return version >= 60 ? 1 : 0;
/openjdk7/langtools/src/share/classes/com/sun/tools/javah/
H A DJavahTask.java6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
193 new Option(false, "-version") {
195 task.version = true;
385 !(noArgs || help || version || fullVersion)) {
446 if (version || fullVersion) {
551 log.println(version(full));
554 private static final String versionRBName = "com.sun.tools.javah.resources.version";
557 private String version(boolea method in class:JavahTask
660 boolean version; field in class:JavahTask
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DJavapTask.java6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
128 new Option(false, "-version") {
130 task.options.version = true;
229 // ignore: this _is_ the new version
446 if (options.help || options.version || options.fullVersion)
533 !(noArgs || options.help || options.version || options.fullVersion)) {
540 if (options.version || options.fullVersion)
895 log.println(version(ful
901 private String version(String key) { method in class:JavapTask
[all...]
/openjdk7/jdk/src/share/javavm/export/
H A Djvm.h6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
57 * Bump the version number when either of the following happens:
177 JVM_IsSupportedJNIVersion(jint version);
644 * Get the version number the JVM was built with
652 * The version passed in is the version that the library code was
656 JVM_DTraceActivate(JNIEnv* env, jint version, jstring module_name,
1015 * -3: unsupported version
1457 jint version; member in struct:JDK1_1InitArgs
[all...]
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DCipherSuite.java6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
120 // obsoleted since protocol version
123 // supported since protocol version
464 CipherBox newCipher(ProtocolVersion version, SecretKey key, argument
467 return CipherBox.newCipherBox(version, this,
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DX509CRLImpl.java6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
72 * version Version OPTIONAL,
101 private int version; field in class:X509CRLImpl
230 this.version = 1;
254 this.version = 1;
291 if (version != 0) // v2 crl encode version
292 tmp.putInteger(version);
[all...]
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DUnicodeSet.java6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
29 * The original version of this source code and documentation is copyrighted *
84 * similar to that employed by version 8 regular expression character
439 * a cleaned version of the string passed to applyPattern(), if there
1583 VersionInfo version; field in class:UnicodeSet.VersionFilter
1585 VersionFilter(VersionInfo version) { this.version = version; } argument
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLContext.c6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
933 "OGLContext_IsVersionSupported: version string is null");
1026 char *vendor, *renderer, *version; local
1041 version = (char*)j2d_glGetString(GL_VERSION);
1042 if (version == NULL) {
1043 version = "unknown version";
1046 // 'vendor renderer (version)
[all...]
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decc_impl.h8 * version 2.1 of the License, or (at your option) any later version.
214 SECItem version; /* As per SEC 1, Appendix C, Section C.4 */ member in struct:ECPrivateKeyStr
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXEmbedCanvasPeer.java6 * under the terms of the GNU General Public License version 2 only, as
14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
373 xembed.sendMessage(xembed.handle, XEMBED_EMBEDDED_NOTIFY, getWindow(), Math.min(xembed.version, XEMBED_VERSION), 0);
714 long version; field in class:XEmbedCanvasPeer.XEmbedServer
728 version = Native.getCard32(xembed_info_data, 0);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DDOMNormalizer.java97 * @version $Id: DOMNormalizer.java,v 1.9 2010-11-01 04:39:38 joehw Exp $
300 //do the name check only when version of the document was changed &
470 // check comments for invalid xml chracter as per the version
731 // check attribute names if the version of the document changed.
756 //do the name check only when version of the document was changed &
760 //checkQName does checking based on the version of the document
1090 // version of the document is XML 1.1
1132 } // version of the document is XML 1.0
1176 * NON-DOM: check for valid XML characters as per the XML version
1190 // version o
1731 xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument
1912 textDecl(String version, String encoding, Augmentations augs) argument
[all...]
H A DDeferredDocumentImpl.java43 * @version $Id: DeferredDocumentImpl.java,v 1.11 2010-11-01 04:39:38 joehw Exp $
54 /** Serialization version. */
284 // version L3
313 // DOM Level 3: setting encoding and version
315 String version, String encoding){
320 setChunkValue(fNodeValue, version, echunk, eindex);
2048 * This version of putIdentifier is needed to avoid fluffing
314 setEntityInfo(int currentEntityDecl, String version, String encoding) argument
H A DNodeImpl.java135 /** Serialization version. */
603 * @param version This is the version number of the package name to
604 * test. In Level 2, version 1, this is the string "2.0". If the version is
605 * not specified, supporting any version of the feature will cause the
611 public boolean isSupported(String feature, String version) argument
614 version);
1758 public Object getFeature(String feature, String version) { argument
1761 return isSupported(feature, version)
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/
H A DXMLDTDProcessor.java116 * @version $Id: XMLDTDProcessor.java,v 1.5 2010-11-01 04:39:42 joehw Exp $
718 * @param version The XML version, or null if not specified.
725 public void textDecl(String version, String encoding, Augmentations augs) throws XNIException { argument
729 fDTDGrammar.textDecl(version, encoding, augs);
731 fDTDHandler.textDecl(version, encoding, augs);
H A DXMLDTDValidator.java86 * @version $Id: XMLDTDValidator.java,v 1.8 2010-11-01 04:39:42 joehw Exp $
646 * @param version The XML version.
654 public void xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument
662 fDocumentHandler.xmlDecl(version, encoding, standalone, augs);
1066 * @param version The XML version, or null if not specified.
1073 public void textDecl(String version, String encoding, Augmentations augs) throws XNIException { argument
1077 fDocumentHandler.textDecl(version, encoding, augs);
2059 // version o
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DValidatorHandlerImpl.java96 * @version $Id: ValidatorHandlerImpl.java,v 1.10 2010-11-01 04:40:08 joehw Exp $
350 public void xmlDecl(String version, String encoding, String standalone, argument
398 public void textDecl(String version, String encoding, Augmentations augs) argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/parsers/
H A DAbstractDOMParser.java88 * @version $Id: AbstractDOMParser.java,v 1.10 2010-11-01 04:40:09 joehw Exp $
572 * @param version The XML version, or null if not specified.
578 public void textDecl (String version, String encoding, Augmentations augs) throws XNIException { argument
585 if (version != null)
586 fCurrentEntityDecl.setXmlVersion (version);
591 fDeferredDocumentImpl.setEntityInfo (fDeferredEntityDecl, version, encoding);
853 * @param version The XML version.
861 public void xmlDecl (String version, Strin argument
[all...]
H A DAbstractSAXParser.java81 * @version $Id: AbstractSAXParser.java,v 1.6 2010-11-01 04:40:09 joehw Exp $
202 // track the version of the document being parsed
303 * @param version The XML version.
311 public void xmlDecl(String version, String encoding, String standalone, Augmentations augs) argument
313 // the version need only be set once; if
315 fVersion = version;
1912 // http://xml.org/sax/properties/document-xml-version
1915 // The literal string describing the actual XML version of the document.
1990 // http://xml.org/sax/properties/document-xml-version
[all...]
H A DDOMParserImpl.java82 * @version $Id: DOMParserImpl.java,v 1.8 2010-11-01 04:40:09 joehw Exp $
1180 public void xmlDecl(String version, String encoding, String standalone, Augmentations augs) throws XNIException { argument
1208 public void textDecl(String version, String encoding, Augmentations augs) throws XNIException { argument

Completed in 415 milliseconds

1234567891011>>