Searched refs:end (Results 301 - 325 of 620) sorted by relevance

<<11121314151617181920>>

/forgerock/opendj2.6.2/ext/ant/bin/
H A Dant.bat112 goto end
135 goto end
142 goto end
159 goto end
166 goto end
187 :end label
/forgerock/opendj2-hg/ext/ant/bin/
H A Dant.bat112 goto end
135 goto end
142 goto end
159 goto end
166 goto end
187 :end label
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DPCMappingTable.java231 int end = 0;
243 end = i;
244 String subf = f.substring(start, end + 1);
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/util/
H A DStringUtils.java164 int end = queryString.indexOf('&', start);
165 if (end == -1) {
168 value = queryString.substring(start+1, end);
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/bin/
H A Dant.bat112 goto end
135 goto end
142 goto end
159 goto end
166 goto end
187 :end label
/forgerock/web-agents-v4/source/
H A Dsession_xml.c172 char *end = strstr(begin + 8, "]]>"); local
173 if (end != NULL) {
175 data_sz = end - (begin + 8);
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DPCMappingTable.java231 int end = 0;
243 end = i;
244 String subf = f.substring(start, end + 1);
/forgerock/opendj-b2.6/src/server/org/opends/server/schema/
H A DDITStructureRuleSyntax.java304 // This means that the end of the value was reached before we could find
325 // If we're at the end of the value, then it isn't a valid DIT structure
348 // This means that the end of the value was reached before we could find
361 // we get to the end of the value. But before we start, set default values
381 // We must be at the end of the value. If not, then that's a problem.
519 // If we're at the end of the value, then it isn't a valid DIT
614 // If we're at the end of the value, then it isn't a valid DIT
815 // If we're at the end of the value, then that's illegal.
902 // If we're at the end of the value, then that's illegal.
982 // we'll assume it's the end o
[all...]
/forgerock/opendj2/src/server/org/opends/server/schema/
H A DDITStructureRuleSyntax.java303 // This means that the end of the value was reached before we could find
324 // If we're at the end of the value, then it isn't a valid DIT structure
347 // This means that the end of the value was reached before we could find
360 // we get to the end of the value. But before we start, set default values
380 // We must be at the end of the value. If not, then that's a problem.
518 // If we're at the end of the value, then it isn't a valid DIT
613 // If we're at the end of the value, then it isn't a valid DIT
814 // If we're at the end of the value, then that's illegal.
901 // If we're at the end of the value, then that's illegal.
981 // we'll assume it's the end o
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/schema/
H A DDITStructureRuleSyntax.java304 // This means that the end of the value was reached before we could find
325 // If we're at the end of the value, then it isn't a valid DIT structure
348 // This means that the end of the value was reached before we could find
361 // we get to the end of the value. But before we start, set default values
381 // We must be at the end of the value. If not, then that's a problem.
519 // If we're at the end of the value, then it isn't a valid DIT
614 // If we're at the end of the value, then it isn't a valid DIT
815 // If we're at the end of the value, then that's illegal.
902 // If we're at the end of the value, then that's illegal.
982 // we'll assume it's the end o
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/schema/
H A DDITStructureRuleSyntax.java304 // This means that the end of the value was reached before we could find
325 // If we're at the end of the value, then it isn't a valid DIT structure
348 // This means that the end of the value was reached before we could find
361 // we get to the end of the value. But before we start, set default values
381 // We must be at the end of the value. If not, then that's a problem.
519 // If we're at the end of the value, then it isn't a valid DIT
614 // If we're at the end of the value, then it isn't a valid DIT
815 // If we're at the end of the value, then that's illegal.
902 // If we're at the end of the value, then that's illegal.
982 // we'll assume it's the end o
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/schema/
H A DDITStructureRuleSyntax.java303 // This means that the end of the value was reached before we could find
324 // If we're at the end of the value, then it isn't a valid DIT structure
347 // This means that the end of the value was reached before we could find
360 // we get to the end of the value. But before we start, set default values
380 // We must be at the end of the value. If not, then that's a problem.
518 // If we're at the end of the value, then it isn't a valid DIT
613 // If we're at the end of the value, then it isn't a valid DIT
814 // If we're at the end of the value, then that's illegal.
901 // If we're at the end of the value, then that's illegal.
981 // we'll assume it's the end o
[all...]
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DManagedObjectPath.java678 int end;
679 for (end = start; end < ns.length(); end++) {
680 char c = ns.charAt(end);
682 if (end == (ns.length() - 1)) {
684 + "\": must not end with a trailing \"/\"");
687 if (ns.charAt(end + 1) == '/') {
689 end++;
691 // Found the end o
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DManagedObjectPath.java679 int end;
680 for (end = start; end < ns.length(); end++) {
681 char c = ns.charAt(end);
683 if (end == (ns.length() - 1)) {
685 + "\": must not end with a trailing \"/\"");
688 if (ns.charAt(end + 1) == '/') {
690 end++;
692 // Found the end o
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DManagedObjectPath.java679 int end;
680 for (end = start; end < ns.length(); end++) {
681 char c = ns.charAt(end);
683 if (end == (ns.length() - 1)) {
685 + "\": must not end with a trailing \"/\"");
688 if (ns.charAt(end + 1) == '/') {
690 end++;
692 // Found the end o
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DManagedObjectPath.java678 int end;
679 for (end = start; end < ns.length(); end++) {
680 char c = ns.charAt(end);
682 if (end == (ns.length() - 1)) {
684 + "\": must not end with a trailing \"/\"");
687 if (ns.charAt(end + 1) == '/') {
689 end++;
691 // Found the end o
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DManagedObjectPath.java679 int end;
680 for (end = start; end < ns.length(); end++) {
681 char c = ns.charAt(end);
683 if (end == (ns.length() - 1)) {
685 + "\": must not end with a trailing \"/\"");
688 if (ns.charAt(end + 1) == '/') {
690 end++;
692 // Found the end o
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DManagedObjectPath.java637 int end;
638 for (end = start; end < ns.length(); end++) {
639 char c = ns.charAt(end);
641 if (end == (ns.length() - 1)) {
643 + "\": must not end with a trailing \"/\"");
646 if (ns.charAt(end + 1) == '/') {
648 end++;
650 // Found the end o
[all...]
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DManagedObjectPath.java492 int end;
493 for (end = start; end < ns.length(); end++) {
494 char c = ns.charAt(end);
496 if (end == (ns.length() - 1)) {
498 + "\": must not end with a trailing \"/\"");
501 if (ns.charAt(end + 1) == '/') {
503 end++;
505 // Found the end o
[all...]
/forgerock/openidm-v4/openidm-script/src/main/java/org/forgerock/openidm/script/
H A DScriptedRequestHandler.java171 measure.end();
193 measure.end();
215 measure.end();
237 measure.end();
347 measure.end();
359 // These can end up null
389 measure.end();
411 measure.end();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionEncodeURL.java242 int end = url.indexOf(QUERY, start);
244 if (end != -1) {
245 sid = url.substring(start, end - 1);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DActionSchema.java339 Integer end = Integer.valueOf(as.getEndRange());
341 if ((i == null) || (start == null) || (end == null)) {
346 !(i.intValue() <= end.intValue())) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/setup/
H A DBootstrap.java351 int end = url.indexOf("&", start+1);
352 if (end == -1) {
356 url.substring(end);
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionEncodeURL.java242 int end = url.indexOf(QUERY, start);
244 if (end != -1) {
245 sid = url.substring(start, end - 1);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DActionSchema.java339 Integer end = Integer.valueOf(as.getEndRange());
341 if ((i == null) || (start == null) || (end == null)) {
346 !(i.intValue() <= end.intValue())) {

Completed in 205 milliseconds

<<11121314151617181920>>