Searched refs:normalize (Results 1 - 25 of 78) sorted by relevance

1234

/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/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/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-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/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/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/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-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/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/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestDN.java309 Platform.normalize(buffer);
336 Platform.normalize(buffer);
H A DTestRDN.java271 Platform.normalize(buffer);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestDN.java308 Platform.normalize(buffer);
335 Platform.normalize(buffer);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestDN.java309 Platform.normalize(buffer);
336 Platform.normalize(buffer);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestDN.java308 Platform.normalize(buffer);
335 Platform.normalize(buffer);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestDN.java309 Platform.normalize(buffer);
336 Platform.normalize(buffer);
/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
/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-v13/openam-authentication/deviceprint/scripts/src/main/resources/js/requirejs/requirejs/1.0.8/
H A Drequirejs-1.0.8-min.js9 0&&(b=b.substring(2));return b}function l(b,f){var g=b?b.indexOf("!"):-1,m=null,a=f?f.name:null,h=b,e,d;g!==-1&&(m=b.substring(0,g),b=b.substring(g+1,b.length));m&&(m=c(m,a));b&&(m?e=(g=n[m])&&g.normalize?g.normalize(b,function(b){return c(b,a)}):c(b,a):(e=c(b,a),d=G[e],d||(d=i.nameToUrl(b,null,f),G[e]=d)));return{prefix:m,name:e,parentMap:f,url:d,originalName:h,fullName:m?m+"!"+(e||""):e}}function j(){var b=!0,f=q.priorityWait,g,a;if(f){for(a=0;g=f[a];a++)if(!s[g]){b=!1;break}b&&delete q.priorityWait}return b}
20 [];for(l=0;b=k[l];l++)a=b.map,c=a.url,h=a.fullName,a.prefix?o(a.prefix,b):!R[c]&&!s[h]&&((q.requireLoad||d.load)(i,h,c),c.indexOf("empty:")!==0&&(R[c]=!0));i.startTime=(new Date).getTime();i.pausedCount-=k.length}Z===1&&E();Z-=1;return r};i={contextName:a,config:q,defQueue:S,waiting:x,waitCount:0,specified:B,loaded:s,urlMap:G,urlFetched:R,scriptCount:0,defined:n,paused:[],pausedCount:0,plugins:N,needFullExec:H,fake:{},fullExec:T,managerCallbacks:M,makeModuleMap:l,normalize:c,configure:function(b){var a,
/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

Completed in 96 milliseconds

1234