Searched refs:FALSE (Results 51 - 75 of 498) sorted by relevance

1234567891011>>

/forgerock/opendj2-hg/src/server/org/opends/server/schema/
H A DUserPasswordEqualityMatchingRule.java193 return ConditionResult.FALSE;
204 return ConditionResult.FALSE;
216 return ConditionResult.FALSE;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DUserDN.java183 EnumEvalResult matched = EnumEvalResult.FALSE;
219 EnumEvalResult matched = EnumEvalResult.FALSE;
308 return EnumEvalResult.FALSE;
312 EnumEvalResult.TRUE : EnumEvalResult.FALSE;
327 EnumEvalResult ret=EnumEvalResult.FALSE;
334 return EnumEvalResult.FALSE;
340 return EnumEvalResult.FALSE;
346 return EnumEvalResult.FALSE;
352 return EnumEvalResult.FALSE;
357 return EnumEvalResult.FALSE;
[all...]
/forgerock/opendj2/src/server/org/opends/server/api/
H A DApproximateMatchingRule.java80 * a match for the provided assertion value, {@code FALSE}
94 return ConditionResult.FALSE;
H A DEqualityMatchingRule.java93 return ConditionResult.FALSE;
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DApproximateMatchingRule.java81 * a match for the provided assertion value, {@code FALSE}
95 return ConditionResult.FALSE;
H A DEqualityMatchingRule.java94 return ConditionResult.FALSE;
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DApproximateMatchingRule.java81 * a match for the provided assertion value, {@code FALSE}
95 return ConditionResult.FALSE;
H A DEqualityMatchingRule.java94 return ConditionResult.FALSE;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DNotificationMessageTemplateElement.java65 toLower = c == 'l' ? Boolean.TRUE : Boolean.FALSE;
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DApproximateMatchingRule.java80 * a match for the provided assertion value, {@code FALSE}
94 return ConditionResult.FALSE;
H A DEqualityMatchingRule.java93 return ConditionResult.FALSE;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DApproximateMatchingRule.java81 * a match for the provided assertion value, {@code FALSE}
95 return ConditionResult.FALSE;
H A DEqualityMatchingRule.java89 : ConditionResult.FALSE;
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DCondition.java128 if (o == null || !(o instanceof Boolean) || Boolean.FALSE.equals(o)) {
156 return Boolean.FALSE;
186 return Boolean.FALSE;
197 return Boolean.FALSE;
204 return Boolean.FALSE;
215 return Boolean.FALSE;
226 return Boolean.FALSE;
237 return Boolean.FALSE;
248 return Boolean.FALSE;
263 return Boolean.FALSE;
[all...]
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/authentication/callbacks/helpers/
H A DPollingWaitSpamCheckerTest.java74 {new Integer(1), Boolean.FALSE},
75 {new Integer(2), Boolean.FALSE},
76 {new Integer(3), Boolean.FALSE},
/forgerock/web-agents-v4/source/
H A Dadmin_iis.c62 return FALSE;
214 } while (FALSE);
252 } while (FALSE);
278 } while (FALSE);
327 } while (FALSE);
352 return FALSE;
370 BOOL result = FALSE;
423 result = FALSE;
428 } while (FALSE);
457 BOOL result = FALSE;
[all...]
/forgerock/opendj2/src/build-tools/windows/
H A Dservice.c84 // The function returns TRUE if the event could be logged and FALSE otherwise.
167 // registered) and FALSE otherwise.
172 BOOL alreadyRegistered = FALSE;
214 success = FALSE;
234 success = FALSE;
253 success = FALSE;
277 success = FALSE;
297 success = FALSE;
315 success = FALSE;
332 return FALSE;
[all...]
/forgerock/opendj-b2.6/src/build-tools/windows/
H A Dservice.c85 // The function returns TRUE if the event could be logged and FALSE otherwise.
168 // registered) and FALSE otherwise.
173 BOOL alreadyRegistered = FALSE;
215 success = FALSE;
235 success = FALSE;
254 success = FALSE;
278 success = FALSE;
298 success = FALSE;
316 success = FALSE;
333 return FALSE;
[all...]
/forgerock/opendj2.6.2/src/build-tools/windows/
H A Dservice.c85 // The function returns TRUE if the event could be logged and FALSE otherwise.
168 // registered) and FALSE otherwise.
173 BOOL alreadyRegistered = FALSE;
215 success = FALSE;
235 success = FALSE;
254 success = FALSE;
278 success = FALSE;
298 success = FALSE;
316 success = FALSE;
333 return FALSE;
[all...]
/forgerock/opendj2-hg/src/build-tools/windows/
H A Dservice.c84 // The function returns TRUE if the event could be logged and FALSE otherwise.
167 // registered) and FALSE otherwise.
172 BOOL alreadyRegistered = FALSE;
214 success = FALSE;
234 success = FALSE;
253 success = FALSE;
277 success = FALSE;
297 success = FALSE;
315 success = FALSE;
332 return FALSE;
[all...]
/forgerock/opendj2-jel-hg/src/build-tools/windows/
H A Dservice.c85 // The function returns TRUE if the event could be logged and FALSE otherwise.
168 // registered) and FALSE otherwise.
173 BOOL alreadyRegistered = FALSE;
215 success = FALSE;
235 success = FALSE;
254 success = FALSE;
278 success = FALSE;
298 success = FALSE;
316 success = FALSE;
333 return FALSE;
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/
H A Dservice.c84 // The function returns TRUE if the event could be logged and FALSE otherwise.
167 // registered) and FALSE otherwise.
172 BOOL alreadyRegistered = FALSE;
214 success = FALSE;
234 success = FALSE;
253 success = FALSE;
277 success = FALSE;
297 success = FALSE;
315 success = FALSE;
332 return FALSE;
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/core/networkgroups/
H A DConnectionCriteria.java49 public static final ConnectionCriteria FALSE = field in interface:ConnectionCriteria
/forgerock/opendj2/src/server/org/opends/server/core/networkgroups/
H A DConnectionCriteria.java48 public static final ConnectionCriteria FALSE = field in interface:ConnectionCriteria
/forgerock/opendj2.6.2/src/server/org/opends/server/core/networkgroups/
H A DConnectionCriteria.java49 public static final ConnectionCriteria FALSE = field in interface:ConnectionCriteria

Completed in 198 milliseconds

1234567891011>>