Searched defs:version (Results 126 - 150 of 310) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/javax/imageio/spi/
H A DImageWriterSpi.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
123 * @param version a version identifier, as a non-<code>null</code>
186 * @exception IllegalArgumentException if <code>version</code>
196 String version,
213 super(vendorName, version,
195 ImageWriterSpi(String vendorName, String version, String[] names, String[] suffixes, String[] MIMETypes, String writerClassName, Class[] outputTypes, String[] readerSpiNames, boolean supportsStandardStreamMetadataFormat, String nativeStreamMetadataFormatName, String nativeStreamMetadataFormatClassName, String[] extraStreamMetadataFormatNames, String[] extraStreamMetadataFormatClassNames, boolean supportsStandardImageMetadataFormat, String nativeImageMetadataFormatName, String nativeImageMetadataFormatClassName, String[] extraImageMetadataFormatNames, String[] extraImageMetadataFormatClassNames) argument
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpMsg.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
46 * The protocol version.
52 public int version = 0; field in class:SnmpMsg
86 * Returns the encoded SNMP version present in the passed byte array.
88 * @return The SNMP version (0, 1 or 3).
92 int version = 0;
97 version = bdec.fetchInteger();
107 return version;
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibRequestImpl.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
55 * @param protocolVersion The protocol version of the SNMP request.
72 version = protocolVersion;
165 public final int getVersion() {return version;}
171 public final int getRequestPduVersion() {return reqPdu.version;}
231 private int version; field in class:SnmpMibRequestImpl
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/internal/
H A DSnmpMsgProcessingModel.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
75 * @param version The SNMP protocol version.
88 public int encode(int version, argument
102 * @param version The SNMP protocol version.
112 public int encodePriv(int version, argument
H A DSnmpMsgProcessingSubSystem.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
91 * This method is called to encode a full scoped pdu that as not been encrypted. <CODE>contextName</CODE>, <CODE>contextEngineID</CODE> and data are known. It will be routed to the dedicated model according to the version value.
93 * @param version The SNMP protocol version.
106 public int encode(int version, argument
120 * This method is called to encode a full scoped pdu that as been encrypted. <CODE>contextName</CODE>, <CODE>contextEngineID</CODE> and data are not known. It will be routed to the dedicated model according to the version value.
122 * @param version The SNMP protocol version
132 encodePriv(int version, int msgID, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters params, byte[] encryptedPdu, byte[] outputBytes) argument
147 decode(int version, byte[] pdu) argument
158 encode(int version, SnmpDecryptedPdu pdu, byte[] outputBytes) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DClientId.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
37 * - protocol version number
56 final private int version; field in class:ClientId
71 ClientId(int version, String hostname, int port, String protocol, argument
73 this.version = version;
109 myHash = version + port
124 && version
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSimpleSoundbank.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
44 String version = ""; field in class:SimpleSoundbank
55 return version;
78 public void setVersion(String version) { argument
79 this.version = version;
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFStreamMetadata.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
46 public String version; // 87a or 89a field in class:GIFStreamMetadata
104 node.setAttribute("value", version);
281 node.setAttribute("value", version);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/
H A DAbstractType.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
48 protected AbstractType(QName name, String version) { argument
49 this(name, null, version);
56 protected AbstractType(QName name, JavaType javaType, String version) { argument
59 this.version = version;
79 return version;
82 public void setVersion(String version) { argument
143 private String version = null; field in class:AbstractType
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/impl/s2j/
H A DSchemaCompilerImpl.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
150 public void setTargetVersion(SpecVersion version) { argument
151 if(version==null)
152 version = SpecVersion.LATEST;
153 opts.target = version;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/events/
H A DStartDocumentEvent.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
58 public StartDocumentEvent(String encoding, String version){ argument
63 if (version != null)
64 _version = version;
110 * Returns the version of XML of this XML stream
111 * @return the version of XML, defaults to "1.0"
158 String s = "<?xml version=\"" + _version + "\"";
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DIndentingXMLStreamWriter.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
77 * Should use the version that takes string.
136 public void writeStartDocument(String version) throws XMLStreamException { argument
137 super.writeStartDocument(version);
141 public void writeStartDocument(String encoding, String version) throws XMLStreamException { argument
142 super.writeStartDocument(encoding, version);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DStreamSOAPCodec.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
304 public static StreamSOAPCodec create(SOAPVersion version) { argument
305 if(version==null)
308 switch(version) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/fastinfoset/
H A DFastInfosetStreamSOAPCodec.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
150 * @param version the SOAP version of the codec.
153 public static FastInfosetStreamSOAPCodec create(StreamSOAPCodec soapCodec, SOAPVersion version) { argument
154 return create(soapCodec, version, false);
160 * @param version the SOAP version of the codec.
166 SOAPVersion version, boolea
165 create(StreamSOAPCodec soapCodec, SOAPVersion version, boolean retainState) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DClassVisitor.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
28 * License version 2 only, as published by the Free Software Foundation.
29 * However, the following notice accompanied the original version of this
76 * @param version the class version.
93 int version,
92 visit( int version, int access, String name, String signature, String superName, String[] interfaces) argument
/openjdk7/jdk/src/share/javavm/export/
H A Djawt.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
102 * awt.version = JAWT_VERSION_1_3;
242 jint version; member in struct:jawt
/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DPorts.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 char version[PORT_STRING_LENGTH]; member in struct:tag_PortMixerDescription
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGlyphDefinitionTables.h5 * under the terms of the GNU General Public License version 2 only, as
13 * version 2 for more details (a copy is included in the LICENSE file that
16 * You should have received a copy of the GNU General Public License version
112 fixed32 version; member in struct:GlyphDefinitionTableHeader
/openjdk7/jdk/src/share/classes/sun/security/krb5/internal/ccache/
H A DFileCredentialsCache.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
59 public int version; field in class:FileCredentialsCache
159 version = KRB5_FCC_FVNO_3;
160 cos.writeHeader(primaryPrincipal, version);
169 version = cis.readVersion();
170 if (version == KRB5_FCC_FVNO_4) {
174 if (version == KRB5_FCC_FVNO_1 || version
[all...]
/openjdk7/jdk/src/share/classes/sun/security/pkcs/
H A DPKCS7.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
60 private BigInteger version = null; field in class:PKCS7
185 version = BigInteger.ONE;
247 version = dis.getBigInteger();
377 version = dis.getBigInteger();
470 // version
471 signedData.putInteger(version);
597 * Returns the version numbe
[all...]
H A DSignerInfo.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
49 BigInteger version; field in class:SignerInfo
64 this.version = BigInteger.ONE;
79 this.version = BigInteger.ONE;
111 // version
112 version = derin.getBigInteger();
185 seq.putInteger(version);
434 return version;
[all...]
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DCipherBox.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
99 // the protocol version this cipher conforms to
198 static CipherBox newCipherBox(ProtocolVersion version, BulkCipher cipher, argument
208 return new CipherBox(version, cipher, key, iv, random, encrypt);
550 * TLS version of the padding works for both SSLv3 and TLSv1
585 * TLS version of the padding works for both SSLv3 and TLSv1
/openjdk7/jdk/src/share/classes/sun/security/ssl/krb5/
H A DKerberosClientKeyExchangeImpl.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
101 * @param protocolVersion Maximum version supported by client (i.e,
102 * version it requested in client hello)
135 * @param protocolVersion current protocol version
136 * @param clientVersion version requested by client in its ClientHello;
137 * used by premaster secret version check
198 "Cannot find key matching version number", ke);
368 * findKey(etype, version, key
383 findKey(int etype, Integer version, KerberosKey[] keys) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DUBiDiProps.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 *
108 public boolean isDataVersionAcceptable(byte version[]) { argument
109 return version[0]==1 &&
110 version[2]==Trie.INDEX_STAGE_1_SHIFT_ && version[3]==Trie.INDEX_STAGE_2_SHIFT_;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/trax/
H A DDOM2TO.java387 private void setXMLVersion(String version) { argument
388 if (version != null) {
389 xmlVersion = version;

Completed in 142 milliseconds

1234567891011>>