Searched refs:startsWith (Results 1 - 25 of 1221) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/xml/
H A DXMLTokenFactory.java62 if (tokenString.startsWith("<") && tokenString.endsWith(">")) {
63 if (tokenString.startsWith("<!")) {
64 if (tokenString.startsWith("<!--")
70 if (innerString.trim().startsWith(DOCTYPE)) {
76 } else if (tokenString.startsWith("<?")) {
81 } else if (!tokenString.startsWith("<")
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/xml/
H A DXMLTokenFactory.java62 if (tokenString.startsWith("<") && tokenString.endsWith(">")) {
63 if (tokenString.startsWith("<!")) {
64 if (tokenString.startsWith("<!--")
70 if (innerString.trim().startsWith(DOCTYPE)) {
76 } else if (tokenString.startsWith("<?")) {
81 } else if (!tokenString.startsWith("<")
/forgerock/openam/openam-slf4j/src/main/java/org/forgerock/openam/slf4j/
H A DAMLoggerFactory.java56 (s.startsWith("com.forgerock.opendj.ldap.") && !s.startsWith("com.forgerock.opendj.ldap.config")) ||
57 s.startsWith("com.forgerock.opendj.util.") ||
58 s.startsWith("org.forgerock.opendj.asn1.") ||
59 s.startsWith("org.forgerock.opendj.ldap.") ||
60 s.startsWith("org.forgerock.opendj.ldif.") ||
61 s.startsWith("org.forgerock.opendj.util.");
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/
H A DFQDNUrl.java53 valid = strURL.startsWith("http://") || strURL.startsWith("https://");
92 if (uri.startsWith("/")) {
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/
H A DFQDNUrl.java53 valid = strURL.startsWith("http://") || strURL.startsWith("https://");
92 if (uri.startsWith("/")) {
/forgerock/openidm-v4/openidm-system/src/main/java/org/forgerock/openidm/logging/util/
H A DLogFilter.java37 if (rec.getLoggerName().startsWith("com.orientechnologies.orient.core.storage.impl.local.")) {
43 } else if (rec.getLoggerName().startsWith("org.forgerock.openidm.Framework")) {
/forgerock/openam-v13/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/token/
H A DUrlConstituentCatenatorImpl.java54 !toBeAddedConstituent.startsWith(FORWARD_SLASH) && !toBeAddedConstituent.startsWith(QUESTION_MARK)
57 } else if ((FORWARD_SLASH_CHAR == aggregator.charAt(aggregatorLength - 1)) && toBeAddedConstituent.startsWith(FORWARD_SLASH)) {
59 } else if ((FORWARD_SLASH_CHAR == aggregator.charAt(aggregatorLength - 1)) && toBeAddedConstituent.startsWith(QUESTION_MARK)) {
/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DDelegationResourceNameIndexGenerator.java38 if (resource.startsWith("sms://*")) {
/forgerock/openam/openam-sts/openam-client-sts/src/main/java/org/forgerock/openam/sts/token/
H A DUrlConstituentCatenatorImpl.java54 !toBeAddedConstituent.startsWith(FORWARD_SLASH) && !toBeAddedConstituent.startsWith(QUESTION_MARK)
57 } else if ((FORWARD_SLASH_CHAR == aggregator.charAt(aggregatorLength - 1)) && toBeAddedConstituent.startsWith(FORWARD_SLASH)) {
59 } else if ((FORWARD_SLASH_CHAR == aggregator.charAt(aggregatorLength - 1)) && toBeAddedConstituent.startsWith(QUESTION_MARK)) {
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/entitlement/service/
H A DApplicationQueryFilterVisitor.java64 if (entry.startsWith(CREATED_BY_ATTRIBUTE)) {
66 } else if (entry.startsWith(CREATION_DATE_ATTRIBUTE)) {
68 } else if (entry.startsWith(LAST_MODIFIED_BY_ATTRIBUTE)) {
70 } else if (entry.startsWith(LAST_MODIFIED_DATE_ATTRIBUTE)) {
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/opensso/
H A DDelegationResourceNameIndexGenerator.java38 if (resource.startsWith("sms://*")) {
/forgerock/opendj2/src/build-tools/org/opends/build/tools/
H A DConcatSchema.java138 else if (line.startsWith("#") || (line.length() == 0))
142 else if (line.startsWith(" "))
187 if (lowerLine.startsWith("attributetypes:"))
191 else if (lowerLine.startsWith("objectclasses:"))
195 else if (lowerLine.startsWith("nameforms:"))
199 else if (lowerLine.startsWith("ditcontentrules:"))
203 else if (lowerLine.startsWith("ditstructurerules:"))
207 else if (lowerLine.startsWith("matchingruleuse:"))
211 else if (lowerLine.startsWith("ldapsyntaxes:"))
/forgerock/opendj-b2.6/src/build-tools/org/opends/build/tools/
H A DConcatSchema.java139 else if (line.startsWith("#") || (line.length() == 0))
143 else if (line.startsWith(" "))
188 if (lowerLine.startsWith("attributetypes:"))
192 else if (lowerLine.startsWith("objectclasses:"))
196 else if (lowerLine.startsWith("nameforms:"))
200 else if (lowerLine.startsWith("ditcontentrules:"))
204 else if (lowerLine.startsWith("ditstructurerules:"))
208 else if (lowerLine.startsWith("matchingruleuse:"))
212 else if (lowerLine.startsWith("ldapsyntaxes:"))
/forgerock/opendj2.6.2/src/build-tools/org/opends/build/tools/
H A DConcatSchema.java139 else if (line.startsWith("#") || (line.length() == 0))
143 else if (line.startsWith(" "))
188 if (lowerLine.startsWith("attributetypes:"))
192 else if (lowerLine.startsWith("objectclasses:"))
196 else if (lowerLine.startsWith("nameforms:"))
200 else if (lowerLine.startsWith("ditcontentrules:"))
204 else if (lowerLine.startsWith("ditstructurerules:"))
208 else if (lowerLine.startsWith("matchingruleuse:"))
212 else if (lowerLine.startsWith("ldapsyntaxes:"))
/forgerock/opendj2-hg/src/build-tools/org/opends/build/tools/
H A DConcatSchema.java138 else if (line.startsWith("#") || (line.length() == 0))
142 else if (line.startsWith(" "))
187 if (lowerLine.startsWith("attributetypes:"))
191 else if (lowerLine.startsWith("objectclasses:"))
195 else if (lowerLine.startsWith("nameforms:"))
199 else if (lowerLine.startsWith("ditcontentrules:"))
203 else if (lowerLine.startsWith("ditstructurerules:"))
207 else if (lowerLine.startsWith("matchingruleuse:"))
211 else if (lowerLine.startsWith("ldapsyntaxes:"))
/forgerock/opendj2-jel-hg/src/build-tools/org/opends/build/tools/
H A DConcatSchema.java139 else if (line.startsWith("#") || (line.length() == 0))
143 else if (line.startsWith(" "))
188 if (lowerLine.startsWith("attributetypes:"))
192 else if (lowerLine.startsWith("objectclasses:"))
196 else if (lowerLine.startsWith("nameforms:"))
200 else if (lowerLine.startsWith("ditcontentrules:"))
204 else if (lowerLine.startsWith("ditstructurerules:"))
208 else if (lowerLine.startsWith("matchingruleuse:"))
212 else if (lowerLine.startsWith("ldapsyntaxes:"))
H A DCheckPrecommit.java230 if (filePath.startsWith(workspacePath.getPath() + "/"))
307 return lowerLine.startsWith("/*") ||
308 lowerLine.startsWith("*") ||
309 lowerLine.startsWith("//") ||
310 lowerLine.startsWith("#") ||
311 lowerLine.startsWith("rem") ||
312 lowerLine.startsWith("<!--") ||
313 lowerLine.startsWith("!");
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DDirectoryServerVendor.java109 if (result.startsWith(VENDOR_OPENDJ)) {
112 } else if (result.startsWith(VENDOR_OPENDS)) {
115 } else if (result.startsWith(VENDOR_SUNDS_5)) {
118 } else if (result.startsWith(VENDOR_SUNDS_6)) {
121 } else if (result.startsWith(VENDOR_SUNDS_7)) {
124 } else if (result.startsWith(VENDOR_ODSEE_11)) {
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/services/systeminfo/
H A DSystemInfoProvider.java198 if (unit.startsWith("M") || unit.startsWith("m")) {
200 } else if (unit.startsWith("K") || unit.startsWith("k")) {
202 } else if (unit.startsWith("T") || unit.startsWith("t")) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DDirectoryServerVendor.java109 if (result.startsWith(VENDOR_OPENDJ)) {
112 } else if (result.startsWith(VENDOR_OPENDS)) {
115 } else if (result.startsWith(VENDOR_SUNDS_5)) {
118 } else if (result.startsWith(VENDOR_SUNDS_6)) {
121 } else if (result.startsWith(VENDOR_SUNDS_7)) {
124 } else if (result.startsWith(VENDOR_ODSEE_11)) {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DCharsetAliasEntry.java47 if (token.startsWith(SMG11NModelImpl.MIMENAME_PREFIX)) {
50 } else if (token.startsWith(SMG11NModelImpl.JAVANAME_PREFIX)) {
H A DSAML2SOAPBindingRequestHandler.java50 if (token.startsWith(SCSAML2SOAPBindingModelImpl.KEY_PREFIX)) {
53 } else if (token.startsWith(
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/service/model/
H A DCharsetAliasEntry.java47 if (token.startsWith(SMG11NModelImpl.MIMENAME_PREFIX)) {
50 } else if (token.startsWith(SMG11NModelImpl.JAVANAME_PREFIX)) {
H A DSAML2SOAPBindingRequestHandler.java50 if (token.startsWith(SCSAML2SOAPBindingModelImpl.KEY_PREFIX)) {
53 } else if (token.startsWith(
/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/
H A DLogFileFilter.java66 return name.startsWith(prefix);

Completed in 179 milliseconds

1234567891011>>