/forgerock/openidm-v4/openidm-repo/src/main/java/org/forgerock/openidm/repo/util/ |
H A D | Clause.java | 8 * (the License). You may not use this file except in 69 Clause not(); method in interface:Clause
|
H A D | Clauses.java | 8 * (the License). You may not use this file except in 41 * the {@link Clause} interface's and(), or(), and not() methods. 56 public Clause not() { method in class:Clauses.AbstractClause 180 * Returns a not-clause from the provided String expression. 185 public static Clause not(String clause) { method in class:Clauses 195 public static Clause not(Clause clause) { method in class:Clauses
|
/forgerock/opendj2/src/server/org/opends/server/admin/condition/ |
H A D | Conditions.java | 6 * (the "License"). You may not use this file except in compliance 176 return or(not(premise), implication); 209 public static Condition not(Condition condition) { method in class:Conditions
|
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/condition/ |
H A D | Conditions.java | 6 * (the "License"). You may not use this file except in compliance 177 return or(not(premise), implication); 210 public static Condition not(Condition condition) { method in class:Conditions
|
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/condition/ |
H A D | Conditions.java | 6 * (the "License"). You may not use this file except in compliance 177 return or(not(premise), implication); 210 public static Condition not(Condition condition) { method in class:Conditions
|
/forgerock/opendj2-hg/src/server/org/opends/server/admin/condition/ |
H A D | Conditions.java | 6 * (the "License"). You may not use this file except in compliance 176 return or(not(premise), implication); 209 public static Condition not(Condition condition) { method in class:Conditions
|
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/condition/ |
H A D | Conditions.java | 6 * (the "License"). You may not use this file except in compliance 177 return or(not(premise), implication); 210 public static Condition not(Condition condition) { method in class:Conditions
|
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/condition/ |
H A D | Conditions.java | 6 * (the "License"). You may not use this file except in compliance 165 return or(not(premise), implication); 198 public static Condition not(Condition condition) { method in class:Conditions
|
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/conditions/ |
H A D | Conditions.java | 6 * (the "License"). You may not use this file except in compliance 131 return or(not(premise), implication); 158 public static Condition not(Condition condition) { method in class:Conditions
|
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/ |
H A D | TLSByteChannelTestCase.java | 6 * (the "License"). You may not use this file except in compliance 455 // we could not get access to the internet registry, 476 * cipher suite in this class have not diverged. 528 if (not(s1, s2, "_WITH_DES_", "_WITH_DES_CBC_40_")) 541 private boolean not(String cipher1, String cipher2, String match1, method in class:TLSByteChannelTestCase
|
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/ |
H A D | TLSByteChannelTestCase.java | 6 * (the "License"). You may not use this file except in compliance 454 // we could not get access to the internet registry, 475 * cipher suite in this class have not diverged. 527 if (not(s1, s2, "_WITH_DES_", "_WITH_DES_CBC_40_")) 540 private boolean not(String cipher1, String cipher2, String match1, method in class:TLSByteChannelTestCase
|
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/ |
H A D | TLSByteChannelTestCase.java | 6 * (the "License"). You may not use this file except in compliance 455 // we could not get access to the internet registry, 476 * cipher suite in this class have not diverged. 528 if (not(s1, s2, "_WITH_DES_", "_WITH_DES_CBC_40_")) 541 private boolean not(String cipher1, String cipher2, String match1, method in class:TLSByteChannelTestCase
|
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/ |
H A D | TLSByteChannelTestCase.java | 6 * (the "License"). You may not use this file except in compliance 454 // we could not get access to the internet registry, 475 * cipher suite in this class have not diverged. 527 if (not(s1, s2, "_WITH_DES_", "_WITH_DES_CBC_40_")) 540 private boolean not(String cipher1, String cipher2, String match1, method in class:TLSByteChannelTestCase
|
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/ |
H A D | TLSByteChannelTestCase.java | 6 * (the "License"). You may not use this file except in compliance 455 // we could not get access to the internet registry, 476 * cipher suite in this class have not diverged. 528 if (not(s1, s2, "_WITH_DES_", "_WITH_DES_CBC_40_")) 541 private boolean not(String cipher1, String cipher2, String match1, method in class:TLSByteChannelTestCase
|
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/ |
H A D | TLSByteChannelTestCase.java | 6 * (the "License"). You may not use this file except in compliance 455 // we could not get access to the internet registry, 476 * cipher suite in this class have not diverged. 524 if (not(s1, s2, "_WITH_DES_", "_WITH_DES_CBC_40_")) 537 private boolean not(String cipher1, String cipher2, String match1, method in class:TLSByteChannelTestCase
|
/forgerock/web-agents-v4/pcre/ |
H A D | pcre_printint.c | 46 (PCRE_DEBUG defined in pcre_internal.h). It is not included in production 68 appropriately for an application, not for building PCRE. */ 105 /* This table of operator lengths is not actually used by the working code, 273 const char *not = (*code == OP_PROP)? "" : "not "; local 275 fprintf(f, "%s%sclist %d%s", before, not, code[2], after); 278 fprintf (f, "%s%sclist", before, not); 296 written that do not depend on the value of LINK_SIZE. */ 353 by opcode, are not the correct length. It seems to be the only way to do 354 such a check at compile time, as the sizeof() operator does not wor 712 BOOL not = FALSE; local [all...] |
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/ |
H A D | AciTests.java | 6 * (the "License"). You may not use this file except in compliance 252 // Admin, but not anonymous 253 private static final String BIND_RULE_USERDN_NOT_ADMIN = and(not(BIND_RULE_USERDN_ADMIN), BIND_RULE_AUTHMETHOD_SIMPLE); 500 buildAciValue("name", "allow all not today", "targetattr", "*", "allow(all)", BIND_RULE_NOT_TODAY); 515 buildAciValue("name", "deny if not localhost or admin", "targetattr", "*", "deny(all)", BIND_RULE_IP_NOT_LOCALHOST_OR_USERDN_ADMIN); 525 buildAciValue("name", "allow not admin", "targetattr", "*", "allow(all)", BIND_RULE_USERDN_NOT_ADMIN); 678 // BUG! These work with DS 5.2p4, but not with OpenDS. 722 buildAciValue("name", "invalid", "target", "ldap:///not a DN", "allow (write)", BIND_RULE_USERDN_SELF), 725 buildAciValue("name", "invalid", "targetattr", "not an attr", "allow (write)", BIND_RULE_USERDN_SELF), 727 buildAciValue("name", "invalid", "targetattr", "not/a 2724 private static String not(String bindRule) { method in class:AciTests [all...] |
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/ |
H A D | AciTests.java | 6 * (the "License"). You may not use this file except in compliance 242 // Admin, but not anonymous 243 private static final String BIND_RULE_USERDN_NOT_ADMIN = and(not(BIND_RULE_USERDN_ADMIN), BIND_RULE_AUTHMETHOD_SIMPLE); 490 buildAciValue("name", "allow all not today", "targetattr", "*", "allow(all)", BIND_RULE_NOT_TODAY); 505 buildAciValue("name", "deny if not localhost or admin", "targetattr", "*", "deny(all)", BIND_RULE_IP_NOT_LOCALHOST_OR_USERDN_ADMIN); 515 buildAciValue("name", "allow not admin", "targetattr", "*", "allow(all)", BIND_RULE_USERDN_NOT_ADMIN); 668 // BUG! These work with DS 5.2p4, but not with OpenDS. 712 buildAciValue("name", "invalid", "target", "ldap:///not a DN", "allow (write)", BIND_RULE_USERDN_SELF), 715 buildAciValue("name", "invalid", "targetattr", "not an attr", "allow (write)", BIND_RULE_USERDN_SELF), 717 buildAciValue("name", "invalid", "targetattr", "not/a 2656 private static String not(String bindRule) { method in class:AciTests [all...] |
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/ |
H A D | AciTests.java | 6 * (the "License"). You may not use this file except in compliance 252 // Admin, but not anonymous 253 private static final String BIND_RULE_USERDN_NOT_ADMIN = and(not(BIND_RULE_USERDN_ADMIN), BIND_RULE_AUTHMETHOD_SIMPLE); 500 buildAciValue("name", "allow all not today", "targetattr", "*", "allow(all)", BIND_RULE_NOT_TODAY); 515 buildAciValue("name", "deny if not localhost or admin", "targetattr", "*", "deny(all)", BIND_RULE_IP_NOT_LOCALHOST_OR_USERDN_ADMIN); 525 buildAciValue("name", "allow not admin", "targetattr", "*", "allow(all)", BIND_RULE_USERDN_NOT_ADMIN); 678 // BUG! These work with DS 5.2p4, but not with OpenDS. 722 buildAciValue("name", "invalid", "target", "ldap:///not a DN", "allow (write)", BIND_RULE_USERDN_SELF), 725 buildAciValue("name", "invalid", "targetattr", "not an attr", "allow (write)", BIND_RULE_USERDN_SELF), 727 buildAciValue("name", "invalid", "targetattr", "not/a 2724 private static String not(String bindRule) { method in class:AciTests [all...] |
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/ |
H A D | AciTests.java | 6 * (the "License"). You may not use this file except in compliance 242 // Admin, but not anonymous 243 private static final String BIND_RULE_USERDN_NOT_ADMIN = and(not(BIND_RULE_USERDN_ADMIN), BIND_RULE_AUTHMETHOD_SIMPLE); 490 buildAciValue("name", "allow all not today", "targetattr", "*", "allow(all)", BIND_RULE_NOT_TODAY); 505 buildAciValue("name", "deny if not localhost or admin", "targetattr", "*", "deny(all)", BIND_RULE_IP_NOT_LOCALHOST_OR_USERDN_ADMIN); 515 buildAciValue("name", "allow not admin", "targetattr", "*", "allow(all)", BIND_RULE_USERDN_NOT_ADMIN); 668 // BUG! These work with DS 5.2p4, but not with OpenDS. 712 buildAciValue("name", "invalid", "target", "ldap:///not a DN", "allow (write)", BIND_RULE_USERDN_SELF), 715 buildAciValue("name", "invalid", "targetattr", "not an attr", "allow (write)", BIND_RULE_USERDN_SELF), 717 buildAciValue("name", "invalid", "targetattr", "not/a 2656 private static String not(String bindRule) { method in class:AciTests [all...] |
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/ |
H A D | AciTests.java | 6 * (the "License"). You may not use this file except in compliance 252 // Admin, but not anonymous 253 private static final String BIND_RULE_USERDN_NOT_ADMIN = and(not(BIND_RULE_USERDN_ADMIN), BIND_RULE_AUTHMETHOD_SIMPLE); 500 buildAciValue("name", "allow all not today", "targetattr", "*", "allow(all)", BIND_RULE_NOT_TODAY); 515 buildAciValue("name", "deny if not localhost or admin", "targetattr", "*", "deny(all)", BIND_RULE_IP_NOT_LOCALHOST_OR_USERDN_ADMIN); 525 buildAciValue("name", "allow not admin", "targetattr", "*", "allow(all)", BIND_RULE_USERDN_NOT_ADMIN); 678 // BUG! These work with DS 5.2p4, but not with OpenDS. 722 buildAciValue("name", "invalid", "target", "ldap:///not a DN", "allow (write)", BIND_RULE_USERDN_SELF), 725 buildAciValue("name", "invalid", "targetattr", "not an attr", "allow (write)", BIND_RULE_USERDN_SELF), 727 buildAciValue("name", "invalid", "targetattr", "not/a 2724 private static String not(String bindRule) { method in class:AciTests [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/ |
H A D | AciTests.java | 6 * (the "License"). You may not use this file except in compliance 249 /** Admin, but not anonymous. */ 250 private static final String BIND_RULE_USERDN_NOT_ADMIN = and(not(BIND_RULE_USERDN_ADMIN), BIND_RULE_AUTHMETHOD_SIMPLE); 495 buildAciValue("name", "allow all not today", "targetattr", "*", "allow(all)", BIND_RULE_NOT_TODAY); 510 buildAciValue("name", "deny if not localhost or admin", "targetattr", "*", "deny(all)", BIND_RULE_IP_NOT_LOCALHOST_OR_USERDN_ADMIN); 520 buildAciValue("name", "allow not admin", "targetattr", "*", "allow(all)", BIND_RULE_USERDN_NOT_ADMIN); 673 // BUG! These work with DS 5.2p4, but not with OpenDS. 717 buildAciValue("name", "invalid", "target", "ldap:///not a DN", "allow (write)", BIND_RULE_USERDN_SELF), 720 buildAciValue("name", "invalid", "targetattr", "not an attr", "allow (write)", BIND_RULE_USERDN_SELF), 722 buildAciValue("name", "invalid", "targetattr", "not/a 2652 private static String not(String bindRule) { method in class:AciTests [all...] |
/forgerock/opendj-b2.6/ext/svnkit/ |
H A D | sqljet.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ... |
/forgerock/opendj2/ext/svnkit/lib/ |
H A D | sqljet-1.1.10.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ... |
/forgerock/opendj2.6.2/ext/svnkit/ |
H A D | sqljet.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ... |