Searched defs:normalize (Results 1 - 25 of 65) sorted by relevance

123

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/
H A DNormalizedURL.java45 public static String normalize(String strURL) { method in class:NormalizedURL
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/
H A DNormalizedURL.java45 public static String normalize(String strURL) { method in class:NormalizedURL
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/validation/
H A DSetValidator.java61 String[] range = stringToArray(normalize(set));
85 private String normalize(String s) { method in class:SetValidator
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/validation/
H A DSetValidator.java61 String[] range = stringToArray(normalize(set));
85 private String normalize(String s) { method in class:SetValidator
/forgerock/opendj-b2.6/src/server/org/opends/server/schema/
H A DStringPrepProfile.java104 normalize(buffer);
187 private static void normalize(StringBuilder buffer) method in class:StringPrepProfile
189 Platform.normalize(buffer);
/forgerock/opendj2/src/server/org/opends/server/schema/
H A DStringPrepProfile.java103 normalize(buffer);
186 private static void normalize(StringBuilder buffer) method in class:StringPrepProfile
188 Platform.normalize(buffer);
/forgerock/opendj2.6.2/src/server/org/opends/server/schema/
H A DStringPrepProfile.java104 normalize(buffer);
187 private static void normalize(StringBuilder buffer) method in class:StringPrepProfile
189 Platform.normalize(buffer);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/schema/
H A DStringPrepProfile.java104 normalize(buffer);
187 private static void normalize(StringBuilder buffer) method in class:StringPrepProfile
189 Platform.normalize(buffer);
/forgerock/opendj2-hg/src/server/org/opends/server/schema/
H A DStringPrepProfile.java103 normalize(buffer);
186 private static void normalize(StringBuilder buffer) method in class:StringPrepProfile
188 Platform.normalize(buffer);
/forgerock/openidm-v4/openidm-maintenance/src/main/java/org/forgerock/openidm/maintenance/upgrade/
H A DComparableVersion.java271 void normalize() method in class:ComparableVersion.ListItem
295 return 0; // 1-0 = 1- (normalize) = 1
438 list.normalize();
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DDN.java2778 private static String normalize(RDN[] rdnComponents) method in class:DN
2808 normalizedDN = normalize(this.rdnComponents);
/forgerock/opendj-b2.6/src/server/org/opends/server/util/
H A DPlatform.java379 * The buffer to normalize.
381 public abstract void normalize(StringBuilder buffer); method in class:Platform.PlatformIMPL
545 // normalize method.
553 Method normalize = null;
559 normalize = normalizer.getMethod("normalize", CharSequence.class,
567 NORMALIZE = normalize;
574 public void normalize(StringBuilder buffer) method in class:Platform.DefaultPlatformIMPL
592 * The buffer to normalize.
594 public static void normalize(StringBuilde method in class:Platform
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DDN.java2775 private static String normalize(RDN[] rdnComponents) method in class:DN
2824 normalizedDN = normalize(this.rdnComponents);
/forgerock/opendj2/src/server/org/opends/server/util/
H A DPlatform.java388 * The buffer to normalize.
390 public abstract void normalize(StringBuilder buffer); method in class:Platform.PlatformIMPL
554 // normalize method.
562 Method normalize = null;
568 normalize = normalizer.getMethod("normalize", CharSequence.class,
576 NORMALIZE = normalize;
583 public void normalize(StringBuilder buffer) method in class:Platform.DefaultPlatformIMPL
601 * The buffer to normalize.
603 public static void normalize(StringBuilde method in class:Platform
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DDN.java2778 private static String normalize(RDN[] rdnComponents) method in class:DN
2808 normalizedDN = normalize(this.rdnComponents);
/forgerock/opendj2.6.2/src/server/org/opends/server/util/
H A DPlatform.java389 * The buffer to normalize.
391 public abstract void normalize(StringBuilder buffer); method in class:Platform.PlatformIMPL
555 // normalize method.
563 Method normalize = null;
569 normalize = normalizer.getMethod("normalize", CharSequence.class,
577 NORMALIZE = normalize;
584 public void normalize(StringBuilder buffer) method in class:Platform.DefaultPlatformIMPL
602 * The buffer to normalize.
604 public static void normalize(StringBuilde method in class:Platform
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DDN.java2778 private static String normalize(RDN[] rdnComponents) method in class:DN
2808 normalizedDN = normalize(this.rdnComponents);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/
H A DPlatform.java379 * The buffer to normalize.
381 public abstract void normalize(StringBuilder buffer); method in class:Platform.PlatformIMPL
545 // normalize method.
553 Method normalize = null;
559 normalize = normalizer.getMethod("normalize", CharSequence.class,
567 NORMALIZE = normalize;
574 public void normalize(StringBuilder buffer) method in class:Platform.DefaultPlatformIMPL
592 * The buffer to normalize.
594 public static void normalize(StringBuilde method in class:Platform
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DDN.java2775 private static String normalize(RDN[] rdnComponents) method in class:DN
2824 normalizedDN = normalize(this.rdnComponents);
/forgerock/opendj2-hg/src/server/org/opends/server/util/
H A DPlatform.java388 * The buffer to normalize.
390 public abstract void normalize(StringBuilder buffer); method in class:Platform.PlatformIMPL
554 // normalize method.
562 Method normalize = null;
568 normalize = normalizer.getMethod("normalize", CharSequence.class,
576 NORMALIZE = normalize;
583 public void normalize(StringBuilder buffer) method in class:Platform.DefaultPlatformIMPL
601 * The buffer to normalize.
603 public static void normalize(StringBuilde method in class:Platform
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DAttributeBuilder.java183 // We couldn't normalize one of the attribute values. If we
272 // We couldn't normalize one of the attribute values. If we
330 // We couldn't normalize one of the attribute values. If we
870 normalizedValue = normalize(attributeType, value);
1146 private static ByteString normalize(AttributeType attributeType, ByteString attributeValue) method in class:AttributeBuilder
H A DEntry.java1423 return normalize(rule, value).toString();
3125 private ByteString normalize(MatchingRule matchingRule, ByteString value) method in class:Entry
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/sae/api/
H A DSecureAttrs.java621 StringBuffer str = normalize(attrs);
659 StringBuffer str = normalize(attrs);
713 private StringBuffer normalize(Map attrs) method in class:SecureAttrs
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/sae/api/
H A DSecureAttrs.java624 StringBuffer str = normalize(attrs);
662 StringBuffer str = normalize(attrs);
716 private StringBuffer normalize(Map attrs) method in class:SecureAttrs
/forgerock/opendj2/ext/xalan-j/
H A DxercesImpl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 86 milliseconds

123