Searched refs:array (Results 1 - 25 of 489) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DLongs.java34 * This class represents a sorted set of longs. Internally it uses an array
41 * The internal array where elements are stored.
43 private long[] array = null; field in class:Longs
47 * The number of valid elements in the array.
63 * Decodes a set from a byte array.
88 array[i] = v;
96 * Get the number of bytes needed to encode this value into a byte array.
97 * @return The number of bytes needed to encode this value into a byte array.
107 * Encode this value into a byte array.
108 * @param bytes The array int
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DLongs.java34 * This class represents a sorted set of longs. Internally it uses an array
41 * The internal array where elements are stored.
43 private long[] array = null; field in class:Longs
47 * The number of valid elements in the array.
63 * Decodes a set from a byte array.
88 array[i] = v;
96 * Get the number of bytes needed to encode this value into a byte array.
97 * @return The number of bytes needed to encode this value into a byte array.
107 * Encode this value into a byte array.
108 * @param bytes The array int
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DLongs.java34 * This class represents a sorted set of longs. Internally it uses an array
41 * The internal array where elements are stored.
43 private long[] array = null; field in class:Longs
47 * The number of valid elements in the array.
63 * Decodes a set from a byte array.
88 array[i] = v;
96 * Get the number of bytes needed to encode this value into a byte array.
97 * @return The number of bytes needed to encode this value into a byte array.
107 * Encode this value into a byte array.
108 * @param bytes The array int
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImportIDSet.java45 * The internal array where elements are stored.
47 private long[] array = null; field in class:ImportIDSet
51 * The number of valid elements in the array.
75 * @param size The size of the the underlying array, plus some extra space.
81 this.array = new long[size + 128];
150 array = null;
193 array = null;
204 array = null;
237 array = null;
269 array
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImportIDSet.java46 * The internal array where elements are stored.
48 private long[] array = null; field in class:ImportIDSet
52 * The number of valid elements in the array.
76 * @param size The size of the the underlying array, plus some extra space.
82 this.array = new long[size + 128];
151 array = null;
194 array = null;
205 array = null;
238 array = null;
270 array
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImportIDSet.java46 * The internal array where elements are stored.
48 private long[] array = null; field in class:ImportIDSet
52 * The number of valid elements in the array.
76 * @param size The size of the the underlying array, plus some extra space.
82 this.array = new long[size + 128];
151 array = null;
194 array = null;
205 array = null;
238 array = null;
270 array
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImportIDSet.java45 * The internal array where elements are stored.
47 private long[] array = null; field in class:ImportIDSet
51 * The number of valid elements in the array.
75 * @param size The size of the the underlying array, plus some extra space.
81 this.array = new long[size + 128];
150 array = null;
193 array = null;
204 array = null;
237 array = null;
269 array
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImportIDSet.java46 * The internal array where elements are stored.
48 private long[] array = null; field in class:ImportIDSet
52 * The number of valid elements in the array.
76 * @param size The size of the the underlying array, plus some extra space.
82 this.array = new long[size + 128];
151 array = null;
194 array = null;
205 array = null;
238 array = null;
270 array
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/validation/
H A DSetValidator.java87 char[] array = s.toCharArray();
88 for (int i = 0; i < array.length; i++) {
89 if (!(array[i] == ' ')) {
90 n = n + array[i];
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/validation/
H A DSetValidator.java87 char[] array = s.toCharArray();
88 for (int i = 0; i < array.length; i++) {
89 if (!(array[i] == ' ')) {
90 n = n + array[i];
/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/debug/
H A DDebugMessageFormatter.java128 private static String decorateArrayArg(Object[] array) argument
130 return decorateListArg(Arrays.asList(array));
133 private static String decorateArrayArg(boolean[] array) argument
138 for (int i= 0; i < array.length; i++) {
140 buffer.append(array[i]);
147 private static String decorateArrayArg(byte[] array) argument
152 for (int i= 0; i < array.length; i++) {
154 buffer.append(array[i]);
161 private static String decorateArrayArg(char[] array) argument
166 for (int i= 0; i < array
175 decorateArrayArg(double[] array) argument
189 decorateArrayArg(float[] array) argument
203 decorateArrayArg(int[] array) argument
217 decorateArrayArg(long[] array) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/loggers/debug/
H A DDebugMessageFormatter.java127 private static String decorateArrayArg(Object[] array) argument
129 return decorateListArg(Arrays.asList(array));
132 private static String decorateArrayArg(boolean[] array) argument
137 for (int i= 0; i < array.length; i++) {
139 buffer.append(array[i]);
146 private static String decorateArrayArg(byte[] array) argument
151 for (int i= 0; i < array.length; i++) {
153 buffer.append(array[i]);
160 private static String decorateArrayArg(char[] array) argument
165 for (int i= 0; i < array
174 decorateArrayArg(double[] array) argument
188 decorateArrayArg(float[] array) argument
202 decorateArrayArg(int[] array) argument
216 decorateArrayArg(long[] array) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/debug/
H A DDebugMessageFormatter.java128 private static String decorateArrayArg(Object[] array) argument
130 return decorateListArg(Arrays.asList(array));
133 private static String decorateArrayArg(boolean[] array) argument
138 for (int i= 0; i < array.length; i++) {
140 buffer.append(array[i]);
147 private static String decorateArrayArg(byte[] array) argument
152 for (int i= 0; i < array.length; i++) {
154 buffer.append(array[i]);
161 private static String decorateArrayArg(char[] array) argument
166 for (int i= 0; i < array
175 decorateArrayArg(double[] array) argument
189 decorateArrayArg(float[] array) argument
203 decorateArrayArg(int[] array) argument
217 decorateArrayArg(long[] array) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/debug/
H A DDebugMessageFormatter.java128 private static String decorateArrayArg(Object[] array) argument
130 return decorateListArg(Arrays.asList(array));
133 private static String decorateArrayArg(boolean[] array) argument
138 for (int i= 0; i < array.length; i++) {
140 buffer.append(array[i]);
147 private static String decorateArrayArg(byte[] array) argument
152 for (int i= 0; i < array.length; i++) {
154 buffer.append(array[i]);
161 private static String decorateArrayArg(char[] array) argument
166 for (int i= 0; i < array
175 decorateArrayArg(double[] array) argument
189 decorateArrayArg(float[] array) argument
203 decorateArrayArg(int[] array) argument
217 decorateArrayArg(long[] array) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/debug/
H A DDebugMessageFormatter.java127 private static String decorateArrayArg(Object[] array) argument
129 return decorateListArg(Arrays.asList(array));
132 private static String decorateArrayArg(boolean[] array) argument
137 for (int i= 0; i < array.length; i++) {
139 buffer.append(array[i]);
146 private static String decorateArrayArg(byte[] array) argument
151 for (int i= 0; i < array.length; i++) {
153 buffer.append(array[i]);
160 private static String decorateArrayArg(char[] array) argument
165 for (int i= 0; i < array
174 decorateArrayArg(double[] array) argument
188 decorateArrayArg(float[] array) argument
202 decorateArrayArg(int[] array) argument
216 decorateArrayArg(long[] array) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DDebugMessageFormatter.java134 private static String decorateArrayArg(Object[] array) argument
136 return decorateListArg(Arrays.asList(array));
139 private static String decorateArrayArg(boolean[] array) argument
143 for (int i= 0; i < array.length; i++) {
148 buffer.append(array[i]);
155 private static String decorateArrayArg(byte[] array) argument
159 for (int i= 0; i < array.length; i++) {
164 buffer.append(array[i]);
171 private static String decorateArrayArg(char[] array) argument
175 for (int i= 0; i < array
187 decorateArrayArg(double[] array) argument
203 decorateArrayArg(float[] array) argument
219 decorateArrayArg(int[] array) argument
235 decorateArrayArg(long[] array) argument
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/sample7/script/
H A Dscim.js45 // addressList is expected to be an array of "|" separated values
49 array,
53 array = addressList[i].split("|");
54 thisFormatted = array[1] + "\n" + array[2] + ", " + array[3] + " " + array[4] + " " + array[5];
56 type: array[0],
57 streetAddress : array[
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/
H A DUtils.java58 private static List<EntryID> asList(long... array) { argument
59 List<EntryID> list = new ArrayList<>(array.length);
60 for(long l : array) {
/forgerock/openam-v13/openam-uma/src/test/java/org/forgerock/openam/uma/
H A DUmaPolicyTest.java49 field("permissions", array(
52 field("scopes", array("SCOPE_A", "SCOPE_B"))),
55 field("scopes", array("SCOPE_A")))
76 field("resources", array("uma://POLICY_ID")),
97 field("resources", array("uma://POLICY_ID")),
138 field("permissions", array(
141 field("scopes", array("SCOPE_A", "SCOPE_B"))),
144 field("scopes", array("SCOPE_A")))
164 field("permissions", array(
167 field("scopes", array("SCOPE_
[all...]
/forgerock/openam/openam-uma/src/test/java/org/forgerock/openam/uma/
H A DUmaPolicyTest.java49 field("permissions", array(
52 field("scopes", array("SCOPE_A", "SCOPE_B"))),
55 field("scopes", array("SCOPE_A")))
76 field("resources", array("uma://POLICY_ID")),
97 field("resources", array("uma://POLICY_ID")),
138 field("permissions", array(
141 field("scopes", array("SCOPE_A", "SCOPE_B"))),
144 field("scopes", array("SCOPE_A")))
164 field("permissions", array(
167 field("scopes", array("SCOPE_
[all...]
/forgerock/openam/openam-audit/openam-audit-configuration/src/main/java/org/forgerock/openam/audit/configuration/
H A DJdbcFieldToColumnDefaultValues.java39 field(AUTHENTICATION_TOPIC, array(
52 field(ACTIVITY_TOPIC, array(
68 field(ACCESS_TOPIC, array(
96 field(CONFIG_TOPIC, array(
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DAttributeValuePasswordValidatorTestCase.java148 Object[][] array = new Object[entries.size()][1];
149 for (int i=0; i < array.length; i++)
151 array[i] = new Object[] { entries.get(i) };
154 return array;
215 Object[][] array = new Object[entries.size()][1];
216 for (int i=0; i < array.length; i++)
218 array[i] = new Object[] { entries.get(i) };
221 return array;
252 * provided configuration. Each element of the returned array should be an
253 * array o
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DPasswordPolicyImportPluginTestCase.java149 Object[][] array = new Object[entries.size()][1];
150 for (int i=0; i < array.length; i++)
152 array[i] = new Object[] { entries.get(i) };
155 return array;
223 Object[][] array = new Object[entries.size()][1];
224 for (int i=0; i < array.length; i++)
226 array[i] = new Object[] { entries.get(i) };
229 return array;
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DAttributeValuePasswordValidatorTestCase.java147 Object[][] array = new Object[entries.size()][1];
148 for (int i=0; i < array.length; i++)
150 array[i] = new Object[] { entries.get(i) };
153 return array;
214 Object[][] array = new Object[entries.size()][1];
215 for (int i=0; i < array.length; i++)
217 array[i] = new Object[] { entries.get(i) };
220 return array;
251 * provided configuration. Each element of the returned array should be an
252 * array o
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/plugins/
H A DPasswordPolicyImportPluginTestCase.java148 Object[][] array = new Object[entries.size()][1];
149 for (int i=0; i < array.length; i++)
151 array[i] = new Object[] { entries.get(i) };
154 return array;
222 Object[][] array = new Object[entries.size()][1];
223 for (int i=0; i < array.length; i++)
225 array[i] = new Object[] { entries.get(i) };
228 return array;

Completed in 46 milliseconds

1234567891011>>