Searched refs:trim (Results 1 - 25 of 2090) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-scripting/src/test/js/
H A Dam-binding-mocks.js53 if (!String.prototype.trim) {
54 String.prototype.trim = function () {
/forgerock/openam/openam-scripting/src/test/js/
H A Dam-binding-mocks.js53 if (!String.prototype.trim) {
54 String.prototype.trim = function () {
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/xml/
H A DBoundedToken.java42 .replace('/', ' ').trim();
49 String startTypeStr = tokenString.substring(1).trim();
57 .trim();
63 .trim();
65 attrString = attrString.substring(1).trim();
70 .trim();
73 attrString = attrString.substring(getName().length()).trim();
93 if (attributeString != null && attributeString.trim().length() > 0) {
94 buff.append(" ").append(attributeString.trim());
H A DUnboundedToken.java44 return getTokenString().trim();
50 .indexOf(tokenString.trim()));
52 + tokenString.trim().length());
H A DXMLTokenFactory.java70 if (innerString.trim().startsWith(DOCTYPE)) {
83 if (tokenString.trim().length() == 0) {
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/xml/
H A DBoundedToken.java42 .replace('/', ' ').trim();
49 String startTypeStr = tokenString.substring(1).trim();
57 .trim();
63 .trim();
65 attrString = attrString.substring(1).trim();
70 .trim();
73 attrString = attrString.substring(getName().length()).trim();
93 if (attributeString != null && attributeString.trim().length() > 0) {
94 buff.append(" ").append(attributeString.trim());
H A DUnboundedToken.java44 return getTokenString().trim();
50 .indexOf(tokenString.trim()));
52 + tokenString.trim().length());
H A DXMLTokenFactory.java70 if (innerString.trim().startsWith(DOCTYPE)) {
83 if (tokenString.trim().length() == 0) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DAttributeStruct.java53 serviceName = st.nextToken().trim();
55 attributeName = st.nextToken().trim();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DAttributeStruct.java53 serviceName = st.nextToken().trim();
55 attributeName = st.nextToken().trim();
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/user/model/
H A DUMUserPasswordResetOptionsData.java80 this.question = question.trim();
82 this.answer = answer.trim();
101 this.answer = answer.trim();
129 this.question = question.trim();
130 this.questionLocalizedName = question.trim();
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/user/model/
H A DUMUserPasswordResetOptionsData.java80 this.question = question.trim();
82 this.answer = answer.trim();
101 this.answer = answer.trim();
129 this.question = question.trim();
130 this.questionLocalizedName = question.trim();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/paos/
H A DPAOSHeader.java90 paosHeaderStr = paosHeaderStr.trim();
111 paosHeaderStr = paosHeaderStr.trim();
138 String versExts = st1.nextToken().trim();
147 vers = versExts.substring(0, indexOfExt).trim();
152 versions = vers.substring(4).trim();
160 versionList.add(trimQuotes(st3.nextToken().trim()));
165 String extensions = versExts.substring(indexOfExt+4).trim();
169 extensionList.add(trimQuotes(st4.nextToken().trim()));
183 serv = trimQuotes(st5.nextToken().trim());
188 optSet.add(trimQuotes(st5.nextToken().trim()));
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/paos/
H A DPAOSHeader.java90 paosHeaderStr = paosHeaderStr.trim();
111 paosHeaderStr = paosHeaderStr.trim();
138 String versExts = st1.nextToken().trim();
147 vers = versExts.substring(0, indexOfExt).trim();
152 versions = vers.substring(4).trim();
160 versionList.add(trimQuotes(st3.nextToken().trim()));
165 String extensions = versExts.substring(indexOfExt+4).trim();
169 extensionList.add(trimQuotes(st4.nextToken().trim()));
183 serv = trimQuotes(st5.nextToken().trim());
188 optSet.add(trimQuotes(st5.nextToken().trim()));
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/config/wizard/
H A DStep5.java97 if ( (siteName == null) || (siteName.trim().isEmpty()) ) {
119 if ( (primaryURL == null) || (primaryURL.trim().isEmpty()) ) {
125 if ( (hostURL.getHost() == null) || (hostURL.getHost().trim().isEmpty()) ) {
128 } else if ( (hostURL.getPath() == null) || (hostURL.getPath().trim().isEmpty()) ||
129 (hostURL.getPath().trim().equalsIgnoreCase("/")) ) {
/forgerock/opendj-b2.6/src/server/org/opends/server/schema/
H A DStringPrepProfile.java81 * @param trim Indicates whether leading and trailing spaces should be
89 boolean trim,
102 map(buffer,sequence.subSequence(i, length),trim,foldCase);
111 if ((trim && (buffLen == 0)) ||
125 if((trim && ( (buffLen ==0) ))
156 if (trim)
178 boolean trim,
181 MappingTable.map(buffer,value,trim,foldCase);
545 boolean trim,
560 if((trim
87 prepareUnicode(StringBuilder buffer, ByteSequence sequence, boolean trim, boolean foldCase) argument
176 map(StringBuilder buffer, ByteSequence value, boolean trim, boolean foldCase) argument
543 map(StringBuilder buffer, ByteSequence sequence, boolean trim, boolean foldCase) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/schema/
H A DStringPrepProfile.java80 * @param trim Indicates whether leading and trailing spaces should be
88 boolean trim,
101 map(buffer,sequence.subSequence(i, length),trim,foldCase);
110 if ((trim && (buffLen == 0)) ||
124 if((trim && ( (buffLen ==0) ))
155 if (trim)
177 boolean trim,
180 MappingTable.map(buffer,value,trim,foldCase);
544 boolean trim,
559 if((trim
86 prepareUnicode(StringBuilder buffer, ByteSequence sequence, boolean trim, boolean foldCase) argument
175 map(StringBuilder buffer, ByteSequence value, boolean trim, boolean foldCase) argument
542 map(StringBuilder buffer, ByteSequence sequence, boolean trim, boolean foldCase) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/schema/
H A DStringPrepProfile.java81 * @param trim Indicates whether leading and trailing spaces should be
89 boolean trim,
102 map(buffer,sequence.subSequence(i, length),trim,foldCase);
111 if ((trim && (buffLen == 0)) ||
125 if((trim && ( (buffLen ==0) ))
156 if (trim)
178 boolean trim,
181 MappingTable.map(buffer,value,trim,foldCase);
545 boolean trim,
560 if((trim
87 prepareUnicode(StringBuilder buffer, ByteSequence sequence, boolean trim, boolean foldCase) argument
176 map(StringBuilder buffer, ByteSequence value, boolean trim, boolean foldCase) argument
543 map(StringBuilder buffer, ByteSequence sequence, boolean trim, boolean foldCase) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/schema/
H A DStringPrepProfile.java81 * @param trim Indicates whether leading and trailing spaces should be
89 boolean trim,
102 map(buffer,sequence.subSequence(i, length),trim,foldCase);
111 if ((trim && (buffLen == 0)) ||
125 if((trim && ( (buffLen ==0) ))
156 if (trim)
178 boolean trim,
181 MappingTable.map(buffer,value,trim,foldCase);
545 boolean trim,
560 if((trim
87 prepareUnicode(StringBuilder buffer, ByteSequence sequence, boolean trim, boolean foldCase) argument
176 map(StringBuilder buffer, ByteSequence value, boolean trim, boolean foldCase) argument
543 map(StringBuilder buffer, ByteSequence sequence, boolean trim, boolean foldCase) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/schema/
H A DStringPrepProfile.java80 * @param trim Indicates whether leading and trailing spaces should be
88 boolean trim,
101 map(buffer,sequence.subSequence(i, length),trim,foldCase);
110 if ((trim && (buffLen == 0)) ||
124 if((trim && ( (buffLen ==0) ))
155 if (trim)
177 boolean trim,
180 MappingTable.map(buffer,value,trim,foldCase);
544 boolean trim,
559 if((trim
86 prepareUnicode(StringBuilder buffer, ByteSequence sequence, boolean trim, boolean foldCase) argument
175 map(StringBuilder buffer, ByteSequence value, boolean trim, boolean foldCase) argument
542 map(StringBuilder buffer, ByteSequence sequence, boolean trim, boolean foldCase) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DMapDuplicateKeyChecker.java83 String str = ((String)i.next()).trim();
92 str=str.substring(startIndex+1, endIndex).trim();
/forgerock/openam-v13/openam-rest/src/main/java/org/forgerock/openam/cors/utils/
H A DCSVHelper.java45 split[i] = split[i].toLowerCase().trim();
47 split[i] = split[i].trim();
/forgerock/openam/openam-rest/src/main/java/org/forgerock/openam/cors/utils/
H A DCSVHelper.java45 split[i] = split[i].toLowerCase().trim();
47 split[i] = split[i].trim();
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DMapDuplicateKeyChecker.java83 String str = ((String)i.next()).trim();
92 str=str.substring(startIndex+1, endIndex).trim();
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/impl/
H A DNameIDImplWithoutSPNameQualifier.java104 && (nameQualifier.trim().length() != 0)) {
112 if ((format != null) && (format.trim().length() != 0)) {
118 && (spProvidedID.trim().length() != 0)) {
124 if ((value != null) && (value.trim().length() != 0)) {

Completed in 168 milliseconds

1234567891011>>