Searched refs:in (Results 101 - 125 of 1145) sorted by relevance

1234567891011>>

/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DModifyDNMsg.java6 * (the "License"). You may not use this file except in compliance
15 * When distributing Covered Code, include this CDDL HEADER in each
137 * @param in The byte[] from which the operation must be read.
141 public ModifyDNMsg(byte[] in) throws DataFormatException, argument
148 int pos = decodeHeader(allowedPduTypes, in);
152 decodeBody_V123(in, pos);
155 decodeBody_V4(in, pos);
160 bytes = in;
285 /* encode the header in a byte[] large enough to also contain mods.. */
368 /* encode the header in
410 decodeBody_V123(byte[] in, int pos) argument
470 decodeBody_V4(byte[] in, int pos) argument
[all...]
H A DDeleteMsg.java6 * (the "License"). You may not use this file except in compliance
15 * When distributing Covered Code, include this CDDL HEADER in each
87 * @param in The byte[] from which the operation must be read.
91 public DeleteMsg(byte[] in) throws DataFormatException, argument
97 int pos = decodeHeader(allowedPduTypes, in);
101 decodeBody_V4(in, pos);
182 /* encode the header in a byte[] large enough to also contain the mods */
202 private void decodeBody_V4(byte[] in, int pos) argument
205 int length = getNextLength(in, pos);
208 initiatorsName = new String(in, po
[all...]
H A DStartSessionMsg.java6 * (the "License"). You may not use this file except in compliance
15 * When distributing Covered Code, include this CDDL HEADER in each
82 * @param in The byte array containing the encoded form of the message.
87 public StartSessionMsg(byte[] in, short version) throws DataFormatException argument
91 decode_V23(in);
95 decode_V45(in, version);
197 * The message is stored in the form:
244 private void decode_V45(byte[] in, short version) argument
247 ByteSequenceReader reader = ByteString.wrap(in).asReader();
305 private void decode_V23(byte[] in) argument
[all...]
/forgerock/web-agents-v4/zlib/
H A Dinffast.c3 * For conditions of distribution and use, see copyright notice in zlib.h
38 inflate execution time is spent in this routine.
52 BAD -- error in block data
72 z_const unsigned char FAR *in; /* local strm->next_in */ local
73 z_const unsigned char FAR *last; /* have enough input while in < last */
81 unsigned whave; /* valid bytes in the window */
99 in = strm->next_in - OFF;
100 last = in + (strm->avail_in - 5);
122 hold += (unsigned long)(PUP(in)) << bits;
124 hold += (unsigned long)(PUP(in)) << bit
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DDeleteMsg.java6 * (the "License"). You may not use this file except in compliance
15 * When distributing Covered Code, include this CDDL HEADER in each
87 * @param in The byte[] from which the operation must be read.
91 public DeleteMsg(byte[] in) throws DataFormatException, argument
97 int pos = decodeHeader(allowedPduTypes, in);
101 decodeBody_V4(in, pos);
182 /* encode the header in a byte[] large enough to also contain the mods */
202 private void decodeBody_V4(byte[] in, int pos) argument
205 int length = getNextLength(in, pos);
208 initiatorsName = new String(in, po
[all...]
H A DStartSessionMsg.java6 * (the "License"). You may not use this file except in compliance
15 * When distributing Covered Code, include this CDDL HEADER in each
82 * @param in The byte array containing the encoded form of the message.
87 public StartSessionMsg(byte[] in, short version) throws DataFormatException argument
91 decode_V23(in);
95 decode_V45(in, version);
197 * The message is stored in the form:
244 private void decode_V45(byte[] in, short version) argument
247 ByteSequenceReader reader = ByteString.wrap(in).asReader();
305 private void decode_V23(byte[] in) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DDeleteMsg.java6 * (the "License"). You may not use this file except in compliance
15 * When distributing Covered Code, include this CDDL HEADER in each
87 * @param in The byte[] from which the operation must be read.
91 public DeleteMsg(byte[] in) throws DataFormatException, argument
97 int pos = decodeHeader(allowedPduTypes, in);
101 decodeBody_V4(in, pos);
182 /* encode the header in a byte[] large enough to also contain the mods */
202 private void decodeBody_V4(byte[] in, int pos) argument
205 int length = getNextLength(in, pos);
208 initiatorsName = new String(in, po
[all...]
H A DStartSessionMsg.java6 * (the "License"). You may not use this file except in compliance
15 * When distributing Covered Code, include this CDDL HEADER in each
82 * @param in The byte array containing the encoded form of the message.
87 public StartSessionMsg(byte[] in, short version) throws DataFormatException argument
91 decode_V23(in);
95 decode_V45(in, version);
197 * The message is stored in the form:
244 private void decode_V45(byte[] in, short version) argument
247 ByteSequenceReader reader = ByteString.wrap(in).asReader();
305 private void decode_V23(byte[] in) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/tools/bundles/
H A DCopyUtils.java8 * (the License). You may not use this file except in
18 * Header Notice in each file and include the License file
53 * The destination directories will be created if it is not in the system
68 * The destination directories will be created if it is not in the system
95 BufferedReader in = new BufferedReader(new
100 while ((line = in.readLine()) != null) {
118 in.close();
121 FileInputStream in = null;
124 in = new FileInputStream(sourceFile);
128 while ((count = in
152 copyFileFromJar(InputStream in, File destFile, boolean overwrite) argument
[all...]
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/resources/css/
H A Dcard.less3 * Distribution License (the License). You may not use this file except in compliance with the
9 * When distributing Covered Software, include this CDDL Header Notice in each file and include
30 -webkit-transition: border-color 0.3s ease-in-out;
31 -o-transition: border-color 0.3s ease-in-out;
32 -moz-transition: border-color 0.3s ease-in-out;
33 -ms-transition: border-color 0.3s ease-in-out;
34 transition: border-color 0.3s ease-in-out;
39 -webkit-transition: background-color 0.3s ease-in-out;
40 -o-transition: background-color 0.3s ease-in-out;
41 -moz-transition: background-color 0.3s ease-in
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/tools/bundles/
H A DCopyUtils.java8 * (the License). You may not use this file except in
18 * Header Notice in each file and include the License file
53 * The destination directories will be created if it is not in the system
68 * The destination directories will be created if it is not in the system
95 BufferedReader in = new BufferedReader(new
100 while ((line = in.readLine()) != null) {
118 in.close();
121 FileInputStream in = null;
124 in = new FileInputStream(sourceFile);
128 while ((count = in
152 copyFileFromJar(InputStream in, File destFile, boolean overwrite) argument
[all...]
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/tools/diffs/
H A DDiffs.java8 * (the License). You may not use this file except in
18 * Header Notice in each file and include the License file
60 FileReader in = null;
63 in = new FileReader(filename);
64 BufferedReader buff = new BufferedReader(in);
86 if (in != null) {
87 in.close();
/forgerock/openidm-v4/openidm-util/src/main/java/org/forgerock/openidm/util/
H A DFileUtil.java8 * (the License). You may not use this file except in
17 * Header Notice in each file and include the License file
73 BufferedInputStream in = null;
75 in = new BufferedInputStream(new FileInputStream(file));
84 while ((len = in.read(buf)) != -1) {
89 if (null != in) {
90 in.close();
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/tools/diffs/
H A DDiffs.java8 * (the License). You may not use this file except in
18 * Header Notice in each file and include the License file
60 FileReader in = null;
63 in = new FileReader(filename);
64 BufferedReader buff = new BufferedReader(in);
86 if (in != null) {
87 in.close();
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/asn1/
H A DASN1InputStreamReader.java6 * (the "License"). You may not use this file except in compliance
15 * When distributing Covered Code, include this CDDL HEADER in each
59 private InputStream in; field in class:ASN1InputStreamReader
75 this.in = stream;
107 return peekLength <= in.available();
135 SizeLimitInputStream subSq = (SizeLimitInputStream)in;
169 if(!isBlocking && in.available() <= 0)
174 int type = in.read();
210 if(!isBlocking && in.available() <= 0)
215 int readByte = in
[all...]
/forgerock/opendj2/src/server/org/opends/server/protocols/asn1/
H A DASN1InputStreamReader.java6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
58 private InputStream in; field in class:ASN1InputStreamReader
74 this.in = stream;
106 return peekLength <= in.available();
134 SizeLimitInputStream subSq = (SizeLimitInputStream)in;
168 if(!isBlocking && in.available() <= 0)
173 int type = in.read();
209 if(!isBlocking && in.available() <= 0)
214 int readByte = in
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/asn1/
H A DASN1InputStreamReader.java6 * (the "License"). You may not use this file except in compliance
15 * When distributing Covered Code, include this CDDL HEADER in each
59 private InputStream in; field in class:ASN1InputStreamReader
75 this.in = stream;
107 return peekLength <= in.available();
135 SizeLimitInputStream subSq = (SizeLimitInputStream)in;
169 if(!isBlocking && in.available() <= 0)
174 int type = in.read();
210 if(!isBlocking && in.available() <= 0)
215 int readByte = in
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/asn1/
H A DASN1InputStreamReader.java6 * (the "License"). You may not use this file except in compliance
15 * When distributing Covered Code, include this CDDL HEADER in each
59 private InputStream in; field in class:ASN1InputStreamReader
75 this.in = stream;
107 return peekLength <= in.available();
135 SizeLimitInputStream subSq = (SizeLimitInputStream)in;
169 if(!isBlocking && in.available() <= 0)
174 int type = in.read();
210 if(!isBlocking && in.available() <= 0)
215 int readByte = in
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/asn1/
H A DASN1InputStreamReader.java6 * (the "License"). You may not use this file except in compliance
14 * When distributing Covered Code, include this CDDL HEADER in each
58 private InputStream in; field in class:ASN1InputStreamReader
74 this.in = stream;
106 return peekLength <= in.available();
134 SizeLimitInputStream subSq = (SizeLimitInputStream)in;
168 if(!isBlocking && in.available() <= 0)
173 int type = in.read();
209 if(!isBlocking && in.available() <= 0)
214 int readByte = in
[all...]
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/tamper/
H A DTamperDetectionUtils.java8 * (the License). You may not use this file except in
18 * Header Notice in each file and include the License file
71 InputStream in = null;
74 in = new FileInputStream(fileEntry);
75 hash = TamperDetectionUtils.getHash(alg, in);
77 if (in != null) {
79 in.close();
89 private static byte[] getHash(String algorithm, InputStream in) argument
92 return hashing(md, in).digest();
95 private static MessageDigest hashing(MessageDigest md, InputStream in) argument
[all...]
/forgerock/opendj2/ext/ant/bin/
H A Dant7 # (the "License"); you may not use this file except in compliance with
12 # Unless required by applicable law or agreed to in writing, software
24 for arg in "$@" ; do
71 # Setup Java environment in rpm mode
84 case "`uname`" in
116 # For Cygwin and Mingw, ensure paths are in UNIX format before
158 # Build local classpath using just the launcher in non-rpm mode or
159 # use the Jpackage helper in rpm mode with basic and default jars
160 # specified in the ant.conf configuration. Because the launcher is
161 # used, libraries linked in ANT_HOM
[all...]
/forgerock/opendj-b2.6/ext/ant/bin/
H A Dant7 # (the "License"); you may not use this file except in compliance with
12 # Unless required by applicable law or agreed to in writing, software
24 for arg in "$@" ; do
71 # Setup Java environment in rpm mode
84 case "`uname`" in
116 # For Cygwin and Mingw, ensure paths are in UNIX format before
158 # Build local classpath using just the launcher in non-rpm mode or
159 # use the Jpackage helper in rpm mode with basic and default jars
160 # specified in the ant.conf configuration. Because the launcher is
161 # used, libraries linked in ANT_HOM
[all...]
/forgerock/opendj2.6.2/ext/ant/bin/
H A Dant7 # (the "License"); you may not use this file except in compliance with
12 # Unless required by applicable law or agreed to in writing, software
24 for arg in "$@" ; do
71 # Setup Java environment in rpm mode
84 case "`uname`" in
116 # For Cygwin and Mingw, ensure paths are in UNIX format before
158 # Build local classpath using just the launcher in non-rpm mode or
159 # use the Jpackage helper in rpm mode with basic and default jars
160 # specified in the ant.conf configuration. Because the launcher is
161 # used, libraries linked in ANT_HOM
[all...]
/forgerock/opendj2-hg/ext/ant/bin/
H A Dant7 # (the "License"); you may not use this file except in compliance with
12 # Unless required by applicable law or agreed to in writing, software
24 for arg in "$@" ; do
71 # Setup Java environment in rpm mode
84 case "`uname`" in
116 # For Cygwin and Mingw, ensure paths are in UNIX format before
158 # Build local classpath using just the launcher in non-rpm mode or
159 # use the Jpackage helper in rpm mode with basic and default jars
160 # specified in the ant.conf configuration. Because the launcher is
161 # used, libraries linked in ANT_HOM
[all...]
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/bin/
H A Dant7 # (the "License"); you may not use this file except in compliance with
12 # Unless required by applicable law or agreed to in writing, software
24 for arg in "$@" ; do
71 # Setup Java environment in rpm mode
84 case "`uname`" in
116 # For Cygwin and Mingw, ensure paths are in UNIX format before
158 # Build local classpath using just the launcher in non-rpm mode or
159 # use the Jpackage helper in rpm mode with basic and default jars
160 # specified in the ant.conf configuration. Because the launcher is
161 # used, libraries linked in ANT_HOM
[all...]

Completed in 73 milliseconds

1234567891011>>