Searched refs:endIndex (Results 1 - 25 of 104) sorted by relevance

12345

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DReplLDIFOutputStream.java86 int endIndex;
93 endIndex = ebytes.length();
121 if (endIndex == endOfEntryIndex)
130 endIndex);
131 endIndex = ebytes.length();
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DReplLDIFOutputStream.java85 int endIndex;
92 endIndex = ebytes.length();
120 if (endIndex == endOfEntryIndex)
129 endIndex);
130 endIndex = ebytes.length();
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DReplLDIFOutputStream.java86 int endIndex;
93 endIndex = ebytes.length();
121 if (endIndex == endOfEntryIndex)
130 endIndex);
131 endIndex = ebytes.length();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DReplLDIFOutputStream.java86 int endIndex;
93 endIndex = ebytes.length();
121 if (endIndex == endOfEntryIndex)
130 endIndex);
131 endIndex = ebytes.length();
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DReplLDIFOutputStream.java85 int endIndex;
92 endIndex = ebytes.length();
120 if (endIndex == endOfEntryIndex)
129 endIndex);
130 endIndex = ebytes.length();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DReplLDIFOutputStream.java82 int endIndex;
89 endIndex = ebytes.length();
117 if (endIndex == endOfEntryIndex)
126 endIndex);
127 endIndex = ebytes.length();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DMapDuplicateKeyChecker.java91 int endIndex = str.indexOf("]");
92 str=str.substring(startIndex+1, endIndex).trim();
H A DListValueValidator.java121 int endIndex = str.indexOf("]");
122 str=str.substring(startIndex+1, endIndex).trim();
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/webcontainer/
H A DSunWebServerJVMVersionValidator.java83 int endIndex = buffer.indexOf("</" + javahomeTag
86 if (endIndex < 0) {
87 endIndex = buffer.length();
91 endIndex).trim();
128 int endIndex = buffer.indexOf("\"", startIndex + 1);
129 if ((startIndex >= 0) && (endIndex >= 0) &&
130 (endIndex > startIndex)) {
132 endIndex);
H A DIBMWebSphereJVMVersionValidator.java125 int endIndex = buffer.indexOf("\"", startIndex + 1);
126 if ((startIndex >= 0) && (endIndex >= 0) &&
127 (endIndex > startIndex)) {
129 endIndex);
H A DSunAppSvrJVMVersionValidator.java125 int endIndex = buffer.indexOf("\"", startIndex + 1);
126 if ((startIndex >= 0) && (endIndex >= 0) &&
127 (endIndex > startIndex)) {
129 endIndex);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DMapDuplicateKeyChecker.java91 int endIndex = str.indexOf("]");
92 str=str.substring(startIndex+1, endIndex).trim();
H A DListValueValidator.java130 int endIndex = val.indexOf("]");
131 val = val.substring(startIndex+1, endIndex).trim();
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/password/plugins/
H A DRandomPasswordGenerator.java80 * @param endIndex end index of the item to be added
82 private static void addItemsToList(int startIndex, int endIndex) { argument
83 for (int i = startIndex; i < endIndex;i++) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/password/plugins/
H A DRandomPasswordGenerator.java80 * @param endIndex end index of the item to be added
82 private static void addItemsToList(int startIndex, int endIndex) { argument
83 for (int i = startIndex; i < endIndex;i++) {
/forgerock/opendj-b2.6/src/server/org/opends/server/util/table/
H A DTextTablePrinter.java189 int endIndex = contents.lastIndexOf(' ', width);
190 if (endIndex == -1) {
191 endIndex = width;
192 head = contents.substring(0, endIndex);
193 tail = contents.substring(endIndex);
196 head = contents.substring(0, endIndex);
197 tail = contents.substring(endIndex + 1);
/forgerock/opendj2/src/server/org/opends/server/util/table/
H A DTextTablePrinter.java188 int endIndex = contents.lastIndexOf(' ', width);
189 if (endIndex == -1) {
190 endIndex = width;
191 head = contents.substring(0, endIndex);
192 tail = contents.substring(endIndex);
195 head = contents.substring(0, endIndex);
196 tail = contents.substring(endIndex + 1);
/forgerock/opendj2.6.2/src/server/org/opends/server/util/table/
H A DTextTablePrinter.java189 int endIndex = contents.lastIndexOf(' ', width);
190 if (endIndex == -1) {
191 endIndex = width;
192 head = contents.substring(0, endIndex);
193 tail = contents.substring(endIndex);
196 head = contents.substring(0, endIndex);
197 tail = contents.substring(endIndex + 1);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/table/
H A DTextTablePrinter.java189 int endIndex = contents.lastIndexOf(' ', width);
190 if (endIndex == -1) {
191 endIndex = width;
192 head = contents.substring(0, endIndex);
193 tail = contents.substring(endIndex);
196 head = contents.substring(0, endIndex);
197 tail = contents.substring(endIndex + 1);
/forgerock/opendj2-hg/src/server/org/opends/server/util/table/
H A DTextTablePrinter.java188 int endIndex = contents.lastIndexOf(' ', width);
189 if (endIndex == -1) {
190 endIndex = width;
191 head = contents.substring(0, endIndex);
192 tail = contents.substring(endIndex);
195 head = contents.substring(0, endIndex);
196 tail = contents.substring(endIndex + 1);
/forgerock/openam-v13/openam-distribution/src/main/amserver/samples/server/source/com/sun/identity/samples/policy/
H A DSampleCondition.java208 int endIndex = userDN.indexOf(",");
209 if (beginIndex >= endIndex) {
213 String userName = userDN.substring(beginIndex+1, endIndex);
/forgerock/openam/openam-distribution/src/main/amserver/samples/server/source/com/sun/identity/samples/policy/
H A DSampleCondition.java208 int endIndex = userDN.indexOf(",");
209 if (beginIndex >= endIndex) {
213 String userName = userDN.substring(beginIndex+1, endIndex);
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/js/
H A DApp.js104 var endIndex = (dataTablePaginator.currentPage) * 50;
105 endIndex = endIndex > dataTablePaginator.totalRecords ? dataTablePaginator.totalRecords : endIndex;
108 YAHOO.util.Dom.get(this.container + "_endIndex").innerHTML = endIndex;
122 var endIndex = (dataTablePaginator.currentPage) * 50;
123 endIndex = endIndex > dataTablePaginator.totalRecords ? dataTablePaginator.totalRecords : endIndex;
126 YAHOO.util.Dom.get(this.container + "_endIndex").innerHTML = endIndex;
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/js/
H A DApp.js104 var endIndex = (dataTablePaginator.currentPage) * 50;
105 endIndex = endIndex > dataTablePaginator.totalRecords ? dataTablePaginator.totalRecords : endIndex;
108 YAHOO.util.Dom.get(this.container + "_endIndex").innerHTML = endIndex;
122 var endIndex = (dataTablePaginator.currentPage) * 50;
123 endIndex = endIndex > dataTablePaginator.totalRecords ? dataTablePaginator.totalRecords : endIndex;
126 YAHOO.util.Dom.get(this.container + "_endIndex").innerHTML = endIndex;
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DObjectClassManager.java117 int endIndex = searchFilter.indexOf(')', startIndex);
118 if (endIndex != -1) {
119 objectClass = searchFilter.substring(startIndex, endIndex);

Completed in 157 milliseconds

12345