Searched refs:nextValue (Results 1 - 22 of 22) sorted by relevance

/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/util/
H A DCommonAttributeUtils.java56 Set nextValue = (Set)sourceMap.get(nextName);
61 newValue.addAll(nextValue);
64 destinationMap.put(nextName, nextValue);
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/
H A DSequentialTag.java54 private int nextValue; field in class:SequentialTag
163 nextValue = 0;
178 nextValue = initialValue;
208 nextValue = initialValue;
230 nextValue = initialValue;
248 templateValue.getValue().append(nextValue++);
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/
H A DSequentialTag.java53 private int nextValue; field in class:SequentialTag
162 nextValue = 0;
177 nextValue = initialValue;
207 nextValue = initialValue;
229 nextValue = initialValue;
247 templateValue.getValue().append(nextValue++);
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/
H A DSequentialTag.java54 private int nextValue; field in class:SequentialTag
163 nextValue = 0;
178 nextValue = initialValue;
208 nextValue = initialValue;
230 nextValue = initialValue;
248 templateValue.getValue().append(nextValue++);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/makeldif/
H A DSequentialTag.java54 private int nextValue; field in class:SequentialTag
163 nextValue = 0;
178 nextValue = initialValue;
208 nextValue = initialValue;
230 nextValue = initialValue;
248 templateValue.getValue().append(nextValue++);
/forgerock/opendj2-hg/src/server/org/opends/server/tools/makeldif/
H A DSequentialTag.java53 private int nextValue; field in class:SequentialTag
162 nextValue = 0;
177 nextValue = initialValue;
207 nextValue = initialValue;
229 nextValue = initialValue;
247 templateValue.getValue().append(nextValue++);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/
H A DSequentialTag.java54 private int nextValue; field in class:SequentialTag
163 nextValue = 0;
178 nextValue = initialValue;
208 nextValue = initialValue;
230 nextValue = initialValue;
248 templateValue.getValue().append(nextValue++);
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DAttributeTaskHandler.java149 String nextValue = "";
154 nextValue += value;
156 nextValue += getAttributeCookieSeparatorCharacter();
162 nextValue = URLEncoder.encode(nextValue);
164 if (setValue != null && setValue.equals(nextValue)) {
167 + nextName + "=" + nextValue
174 + nextValue + " as cookie");
176 CookieUtils.addCookieToResponse(response, CookieUtils.newCookie(nextName, nextValue));
204 Set nextValue
[all...]
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/common/
H A DFQDNHelper.java88 String nextValue = (String) fqdnMap.get(nextKey);
90 String validResource = nextValue.toLowerCase();
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSubtreeSpecification.java760 final String s = nextValue(INT, INT_TOKEN);
798 return nextValue(NAME, NAME_TOKEN);
887 final String s = nextValue(STRING_VALUE, STRING_VALUE_TOKEN);
904 nextValue(COLON, COLON_TOKEN);
920 nextValue(LBRACE, LBRACE_TOKEN);
936 nextValue(RBRACE, RBRACE_TOKEN);
952 nextValue(SEP, SEP_TOKEN);
974 private String nextValue(final Pattern head, method in class:SubtreeSpecification.Parser
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSubtreeSpecification.java759 final String s = nextValue(INT, INT_TOKEN);
797 return nextValue(NAME, NAME_TOKEN);
886 final String s = nextValue(STRING_VALUE, STRING_VALUE_TOKEN);
903 nextValue(COLON, COLON_TOKEN);
919 nextValue(LBRACE, LBRACE_TOKEN);
935 nextValue(RBRACE, RBRACE_TOKEN);
951 nextValue(SEP, SEP_TOKEN);
973 private String nextValue(final Pattern head, method in class:SubtreeSpecification.Parser
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSubtreeSpecification.java760 final String s = nextValue(INT, INT_TOKEN);
798 return nextValue(NAME, NAME_TOKEN);
887 final String s = nextValue(STRING_VALUE, STRING_VALUE_TOKEN);
904 nextValue(COLON, COLON_TOKEN);
920 nextValue(LBRACE, LBRACE_TOKEN);
936 nextValue(RBRACE, RBRACE_TOKEN);
952 nextValue(SEP, SEP_TOKEN);
974 private String nextValue(final Pattern head, method in class:SubtreeSpecification.Parser
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSubtreeSpecification.java760 final String s = nextValue(INT, INT_TOKEN);
798 return nextValue(NAME, NAME_TOKEN);
887 final String s = nextValue(STRING_VALUE, STRING_VALUE_TOKEN);
904 nextValue(COLON, COLON_TOKEN);
920 nextValue(LBRACE, LBRACE_TOKEN);
936 nextValue(RBRACE, RBRACE_TOKEN);
952 nextValue(SEP, SEP_TOKEN);
974 private String nextValue(final Pattern head, method in class:SubtreeSpecification.Parser
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSubtreeSpecification.java759 final String s = nextValue(INT, INT_TOKEN);
797 return nextValue(NAME, NAME_TOKEN);
886 final String s = nextValue(STRING_VALUE, STRING_VALUE_TOKEN);
903 nextValue(COLON, COLON_TOKEN);
919 nextValue(LBRACE, LBRACE_TOKEN);
935 nextValue(RBRACE, RBRACE_TOKEN);
951 nextValue(SEP, SEP_TOKEN);
973 private String nextValue(final Pattern head, method in class:SubtreeSpecification.Parser
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DSubtreeSpecification.java673 final String s = nextValue(INT, INT_TOKEN);
711 return nextValue(NAME, NAME_TOKEN);
800 final String s = nextValue(STRING_VALUE, STRING_VALUE_TOKEN);
817 nextValue(COLON, COLON_TOKEN);
833 nextValue(LBRACE, LBRACE_TOKEN);
849 nextValue(RBRACE, RBRACE_TOKEN);
865 nextValue(SEP, SEP_TOKEN);
887 private String nextValue(final Pattern head, method in class:SubtreeSpecification.Parser
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/realm/
H A DAmRealm.java318 String nextValue =
325 + nextValue);
328 if (nextValue != null &&
329 nextValue.trim().length() > 0) {
331 if (nextValue.indexOf(DELIMITER) != -1) {
333 delimiteredStringToSet( nextValue,
345 getPrivilegedMappedAttribute(nextValue);
347 } // end of if (nextValue.indexOf
348 } // end of if (nextValue
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/
H A DAgentConfiguration.java703 String nextValue =
705 SystemProperties.initializeProperties(nextKey, nextValue);
707 sysPropertyMap.put(nextKey, nextValue);
764 String nextValue =
766 SystemProperties.initializeProperties(nextKey, nextValue);
768 sysPropertyMap.put(nextKey, nextValue);
1383 String nextValue = getProperties().getProperty(nextKey);
1384 SystemProperties.initializeProperties(nextKey, nextValue);
/forgerock/opendj2/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj-b2.6/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2.6.2/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2-jel-hg/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2-hg/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...

Completed in 87 milliseconds