Searched refs:end (Results 251 - 275 of 620) sorted by relevance

<<11121314151617181920>>

/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DDN2URI.java631 byte[] end = suffix.clone();
632 end[end.length-1] = (byte) (end[end.length-1] + 1);
657 int cmp = dn2uriComparator.compare(key.getData(), end);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DDN2URI.java632 byte[] end = suffix.clone();
633 end[end.length-1] = (byte) (end[end.length-1] + 1);
658 int cmp = dn2uriComparator.compare(key.getData(), end);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeValidator.java182 int i, start, end;
191 end = Integer.parseInt(endRange);
196 if ((i < start) || (i > end)) {
206 float f, start, end;
215 end = Float.parseFloat(endRange);
220 if ((f < start) || (f > end)) {
/forgerock/openam-v13/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Daddremove.js601 var end = targetOptions.length - 1;
603 if (index < 0 || index > end - 1 ||
608 for (i = end; i >= 0; i--) {
611 if (i + 1 < end) {
621 end = i + 1;
623 end = i;
/forgerock/openidm-v4/openidm-zip/src/main/resources/
H A Dstartup.bat16 goto end
100 goto end
105 :end label
/forgerock/openam/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Daddremove.js601 var end = targetOptions.length - 1;
603 if (index < 0 || index > end - 1 ||
608 for (i = end; i >= 0; i--) {
611 if (i + 1 < end) {
621 end = i + 1;
623 end = i;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DAttributeValidator.java182 int i, start, end;
191 end = Integer.parseInt(endRange);
196 if ((i < start) || (i > end)) {
206 float f, start, end;
215 end = Float.parseFloat(endRange);
220 if ((f < start) || (f > end)) {
/forgerock/opendj2/src/server/org/opends/server/protocols/asn1/
H A DGSERParser.java145 * Pattern to match the end of a GSER encoded Sequence.
228 pos += matcher.end(1);
255 pos += matcher.end(1);
318 * Skips the input matching the end of a sequence and preceding space
324 * If the input does not match the end of a sequence
471 // Remove the colon at the end of the identifier
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/asn1/
H A DGSERParser.java145 * Pattern to match the end of a GSER encoded Sequence.
228 pos += matcher.end(1);
255 pos += matcher.end(1);
318 * Skips the input matching the end of a sequence and preceding space
324 * If the input does not match the end of a sequence
471 // Remove the colon at the end of the identifier
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/
H A DServerEditGeneralViewBean.java141 int end = xml.indexOf("</section>", start);
142 xml = xml.substring(0, start) + xml.substring(end +11);
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/resources/com/sun/identity/diagnostic/base/resources/locale/
H A DSystemInfo_es.properties49 sys-info-end=\n********Fin de informaci\u00f3n del sistema ***********\n
H A DSystemInfo_fr.properties49 sys-info-end=\n********Fin des informations syst\u00e8me ***********\n
H A DSystemInfo_zh.properties49 sys-info-end=\n********\u7cfb\u7edf\u4fe1\u606f\u7ed3\u675f ***********\n
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRACircleProgressView.m81 @end
H A DFRADateUtils.m64 @end
H A DFRAError.m70 @end
H A DFRAHotpOathMechanism.m63 @end
H A DFRAMechanism.m87 @end
H A DFRAOathCode.m94 @end
H A DFRAPushMechanism.m64 @end
H A DFRAQRScanViewController.m99 @end
H A DFRATotpOathMechanism.m93 @end
H A DFRAUriMechanismReader.m74 @end
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/asn1/
H A DGSERParser.java141 * Pattern to match the end of a GSER encoded Sequence.
224 pos += matcher.end(1);
251 pos += matcher.end(1);
314 * Skips the input matching the end of a sequence and preceding space
320 * If the input does not match the end of a sequence
467 // Remove the colon at the end of the identifier
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/
H A DServerEditGeneralViewBean.java141 int end = xml.indexOf("</section>", start);
142 xml = xml.substring(0, start) + xml.substring(end +11);

Completed in 146 milliseconds

<<11121314151617181920>>