Searched refs:index (Results 226 - 250 of 1574) sorted by relevance

1234567891011>>

/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DSortableListModel.java72 * Returns the element at the specified index.
73 * @param i the index of the element.
74 * @return the element at the specified index.
78 int index = 0;
81 if (index == i)
85 index++;
88 "The index "+i+" is bigger than the maximum size: "+getSize());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DSortableListModel.java72 * Returns the element at the specified index.
73 * @param i the index of the element.
74 * @return the element at the specified index.
78 int index = 0;
81 if (index == i)
85 index++;
88 "The index "+i+" is bigger than the maximum size: "+getSize());
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/util/
H A DStringUtils.java54 int index = requestURI.lastIndexOf(pathInfo);
55 requestURI = requestURI.substring(0, index);
126 int index = queryString.indexOf(name);
127 if (index != -1) {
128 if (index == 0) {
131 char ch = queryString.charAt(index-1);
157 int index = queryString.indexOf(name);
158 if (index != -1) {
159 if (index == 0 || (index >
[all...]
/forgerock/web-agents-v4/source/
H A Dhttp_parser.c746 parser->index = 2;
923 parser->index = 0;
960 parser->index = 1;
999 if (ch == ' ' && matcher[parser->index] == '\0') {
1001 } else if (ch == matcher[parser->index]) {
1004 if (parser->index == 1 && ch == 'H') {
1006 } else if (parser->index == 2 && ch == 'P') {
1013 if (parser->index == 1 && ch == 'O') {
1015 } else if (parser->index == 1 && ch == 'E') {
1017 } else if (parser->index
[all...]
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DConsole.java106 int index = 0;
110 index += nextToken.length();
111 if (index > 65) {
114 index = nextToken.length();
116 if (index != nextToken.length()) {
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DConsole.java106 int index = 0;
110 index += nextToken.length();
111 if (index > 65) {
114 index = nextToken.length();
116 if (index != nextToken.length()) {
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DConfiguration.java129 int index = contents.indexOf("cn=replication server");
131 if (index != -1) {
133 int index1 = contents.indexOf(attrWithPoints, index);
166 private int extractPort(String portAttr, int index) argument
170 int index1 = contents.indexOf(attrWithPoints, index);
191 int index = contents.indexOf("cn=ldap connection handler");
192 if (index != -1) {
193 return extractPort (portAttr, index);
200 int index = contents.indexOf("cn=administration connector");
201 if (index !
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DSuffix.java45 * rebuild index process. Multiple instances of this class can be instantiated
47 * index has only one of these instances.
162 * index instance.
293 Index index;
294 if((index = attributeIndex.getEqualityIndex()) != null) {
295 index.setTrusted(null, trusted);
297 if((index=attributeIndex.getPresenceIndex()) != null) {
298 index.setTrusted(null, trusted);
300 if((index=attributeIndex.getSubstringIndex()) != null) {
301 index
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DConfiguration.java130 int index = contents.indexOf("cn=replication server");
132 if (index != -1) {
134 int index1 = contents.indexOf(attrWithPoints, index);
167 private int extractPort(String portAttr, int index) argument
171 int index1 = contents.indexOf(attrWithPoints, index);
192 int index = contents.indexOf("cn=ldap connection handler");
193 if (index != -1) {
194 return extractPort (portAttr, index);
201 int index = contents.indexOf("cn=administration connector");
202 if (index !
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DSuffix.java46 * rebuild index process. Multiple instances of this class can be instantiated
48 * index has only one of these instances.
163 * index instance.
294 Index index;
295 if((index = attributeIndex.getEqualityIndex()) != null) {
296 index.setTrusted(null, trusted);
298 if((index=attributeIndex.getPresenceIndex()) != null) {
299 index.setTrusted(null, trusted);
301 if((index=attributeIndex.getSubstringIndex()) != null) {
302 index
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DSuffix.java46 * rebuild index process. Multiple instances of this class can be instantiated
48 * index has only one of these instances.
163 * index instance.
294 Index index;
295 if((index = attributeIndex.getEqualityIndex()) != null) {
296 index.setTrusted(null, trusted);
298 if((index=attributeIndex.getPresenceIndex()) != null) {
299 index.setTrusted(null, trusted);
301 if((index=attributeIndex.getSubstringIndex()) != null) {
302 index
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DConfiguration.java130 int index = contents.indexOf("cn=replication server");
132 if (index != -1) {
134 int index1 = contents.indexOf(attrWithPoints, index);
167 private int extractPort(String portAttr, int index) argument
171 int index1 = contents.indexOf(attrWithPoints, index);
192 int index = contents.indexOf("cn=ldap connection handler");
193 if (index != -1) {
194 return extractPort (portAttr, index);
201 int index = contents.indexOf("cn=administration connector");
202 if (index !
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DConfiguration.java129 int index = contents.indexOf("cn=replication server");
131 if (index != -1) {
133 int index1 = contents.indexOf(attrWithPoints, index);
166 private int extractPort(String portAttr, int index) argument
170 int index1 = contents.indexOf(attrWithPoints, index);
191 int index = contents.indexOf("cn=ldap connection handler");
192 if (index != -1) {
193 return extractPort (portAttr, index);
200 int index = contents.indexOf("cn=administration connector");
201 if (index !
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DSuffix.java45 * rebuild index process. Multiple instances of this class can be instantiated
47 * index has only one of these instances.
162 * index instance.
293 Index index;
294 if((index = attributeIndex.getEqualityIndex()) != null) {
295 index.setTrusted(null, trusted);
297 if((index=attributeIndex.getPresenceIndex()) != null) {
298 index.setTrusted(null, trusted);
300 if((index=attributeIndex.getSubstringIndex()) != null) {
301 index
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DConfiguration.java130 int index = contents.indexOf("cn=replication server");
132 if (index != -1) {
134 int index1 = contents.indexOf(attrWithPoints, index);
167 private int extractPort(String portAttr, int index) argument
171 int index1 = contents.indexOf(attrWithPoints, index);
192 int index = contents.indexOf("cn=ldap connection handler");
193 if (index != -1) {
194 return extractPort (portAttr, index);
201 int index = contents.indexOf("cn=administration connector");
202 if (index !
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DSuffix.java46 * rebuild index process. Multiple instances of this class can be instantiated
48 * index has only one of these instances.
163 * index instance.
294 Index index;
295 if((index = attributeIndex.getEqualityIndex()) != null) {
296 index.setTrusted(null, trusted);
298 if((index=attributeIndex.getPresenceIndex()) != null) {
299 index.setTrusted(null, trusted);
301 if((index=attributeIndex.getSubstringIndex()) != null) {
302 index
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DConfiguration.java129 int index = contents.indexOf("cn=replication server");
131 if (index != -1) {
133 int index1 = contents.indexOf(attrWithPoints, index);
166 private int extractPort(String portAttr, int index) argument
170 int index1 = contents.indexOf(attrWithPoints, index);
191 int index = contents.indexOf("cn=ldap connection handler");
192 if (index != -1) {
193 return extractPort (portAttr, index);
200 int index = contents.indexOf("cn=administration connector");
201 if (index !
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DIndexBuffer.java38 * A buffered index is used to buffer multiple reads or writes to the
39 * same index key into a single read or write.
42 * that there are no other concurrent updates to the index.
50 * buffered value for that key for each index.
57 * for each index.
78 * Construct a new empty index buffer object.
81 * index buffer.
92 * Get the buffered values for the given index.
94 * @param index The index wit
98 getBufferedIndex(Index index) argument
109 putBufferedIndex(Index index, TreeMap<byte[], BufferedIndexValues> bufferedValues) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DIndexBuffer.java38 * A buffered index is used to buffer multiple reads or writes to the
39 * same index key into a single read or write.
42 * that there are no other concurrent updates to the index.
50 * buffered value for that key for each index.
57 * for each index.
78 * Construct a new empty index buffer object.
81 * index buffer.
92 * Get the buffered values for the given index.
94 * @param index The index wit
98 getBufferedIndex(Index index) argument
109 putBufferedIndex(Index index, TreeMap<byte[], BufferedIndexValues> bufferedValues) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DIndexBuffer.java38 * A buffered index is used to buffer multiple reads or writes to the
39 * same index key into a single read or write.
42 * that there are no other concurrent updates to the index.
50 * buffered value for that key for each index.
57 * for each index.
78 * Construct a new empty index buffer object.
81 * index buffer.
92 * Get the buffered values for the given index.
94 * @param index The index wit
98 getBufferedIndex(Index index) argument
109 putBufferedIndex(Index index, TreeMap<byte[], BufferedIndexValues> bufferedValues) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DIndexBuffer.java38 * A buffered index is used to buffer multiple reads or writes to the
39 * same index key into a single read or write.
42 * that there are no other concurrent updates to the index.
50 * buffered value for that key for each index.
57 * for each index.
78 * Construct a new empty index buffer object.
81 * index buffer.
92 * Get the buffered values for the given index.
94 * @param index The index wit
98 getBufferedIndex(Index index) argument
109 putBufferedIndex(Index index, TreeMap<byte[], BufferedIndexValues> bufferedValues) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DIndexBuffer.java38 * A buffered index is used to buffer multiple reads or writes to the
39 * same index key into a single read or write.
42 * that there are no other concurrent updates to the index.
50 * buffered value for that key for each index.
57 * for each index.
78 * Construct a new empty index buffer object.
81 * index buffer.
92 * Get the buffered values for the given index.
94 * @param index The index wit
98 getBufferedIndex(Index index) argument
109 putBufferedIndex(Index index, TreeMap<byte[], BufferedIndexValues> bufferedValues) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/util/
H A DMisc.java185 int index = -1;
192 index = strServer.indexOf("|");
193 if (index != -1) {
194 return strServer.substring(index + 1);
203 index = s.indexOf("|");
204 if (index != -1) {
205 return s.substring(index + 1).trim();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DFSSAMLTargetURLsEditViewBean.java55 void populateValues(String index) { argument
56 setPageSessionAttribute(PGATTR_INDEX, index);
65 int index = Integer.parseInt((String)
72 setValues((String)targets.get(index));
96 int index = Integer.parseInt((String)
102 if ((count != index) && t.equals(value)) {
108 targets.set(index, value);
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/
H A DSCSAML2SOAPBindingRequestHandlerListEditViewBean.java56 void populateValues(String index) { argument
57 setPageSessionAttribute(PGATTR_INDEX, index);
67 int index = Integer.parseInt((String)
74 setValues((String)set.get(index));
102 int index = Integer.parseInt((String)
111 if ((count != index) && v.equals(val)) {
118 serverList.set(index, val);

Completed in 109 milliseconds

1234567891011>>