Searched refs:not (Results 1 - 25 of 481) sorted by relevance

1234567891011>>

/forgerock/openidm-v4/openidm-repo/src/test/java/org/forgerock/openidm/repo/util/
H A DClauseTest.java8 * (the License). You may not use this file except in
27 import static org.forgerock.openidm.repo.util.Clauses.not;
57 // three flavors of not invocation
58 { where("age = 1234").not(), "NOT age = 1234" },
59 { not("age = 1234"), "NOT age = 1234" },
60 { not(where("age = 1234")), "NOT age = 1234" },
61 // two flavors of double-not invocation
62 { where("age = 1234").not().not(), "NOT NOT age = 1234" },
63 { not(no
[all...]
/forgerock/openam-v13/openam-distribution/src/main/amserver/scripts/sql/
H A Damhadbcreate.sql3 id varchar(100) not null primary key,
5 blob_size integer not null,
6 expiration_time double integer not null,
7 uuid varchar(256) not null,
8 sessionstate integer not null,
9 version integer not null default 1
17 id varchar(100) not null,
18 blob_chunk_seq integer not null,
20 expiration_time double integer not null,
H A Damoraclecreate.sql2 (id varchar2(100) not null primary key,
4 blob_size number not null,
5 expiration_time number not null,
6 uuid varchar2(256) not null,
7 sessionstate number not null,
8 version number default 1 not null
16 (id varchar2(100) not null,
17 blob_chunk_seq number not null,
19 expiration_time number not null,
/forgerock/openam/openam-distribution/src/main/amserver/scripts/sql/
H A Damhadbcreate.sql3 id varchar(100) not null primary key,
5 blob_size integer not null,
6 expiration_time double integer not null,
7 uuid varchar(256) not null,
8 sessionstate integer not null,
9 version integer not null default 1
17 id varchar(100) not null,
18 blob_chunk_seq integer not null,
20 expiration_time double integer not null,
H A Damoraclecreate.sql2 (id varchar2(100) not null primary key,
4 blob_size number not null,
5 expiration_time number not null,
6 uuid varchar2(256) not null,
7 sessionstate number not null,
8 version number default 1 not null
16 (id varchar2(100) not null,
17 blob_chunk_seq number not null,
19 expiration_time number not null,
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/test/js/org/forgerock/openam/ui/common/util/
H A DPromiseTest.js3 * Distribution License (the License). You may not use this file except in compliance with the
61 expect(resolvedSpy).to.not.be.called;
62 expect(rejectedSpy).to.not.be.called;
67 expect(rejectedSpy).to.not.be.called;
71 expect(resolvedSpy).to.not.be.called;
84 expect(resolvedSpy).to.not.be.called;
99 expect(resolvedSpy).to.not.be.called;
100 expect(rejectedSpy).to.not.be.called;
104 expect(resolvedSpy).to.not.be.called;
105 expect(rejectedSpy).to.not
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/test/js/org/forgerock/openam/ui/common/util/
H A DPromiseTest.js3 * Distribution License (the License). You may not use this file except in compliance with the
63 expect(resolvedSpy).to.not.be.called;
64 expect(rejectedSpy).to.not.be.called;
69 expect(rejectedSpy).to.not.be.called;
73 expect(resolvedSpy).to.not.be.called;
86 expect(resolvedSpy).to.not.be.called;
106 expect(resolvedSpy).to.not.be.called;
107 expect(rejectedSpy).to.not.be.called;
111 expect(resolvedSpy).to.not.be.called;
112 expect(rejectedSpy).to.not
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/
H A Dstartup.bat4 rem Only set OPENIDM_HOME if not already set
6 if not "%OPENIDM_HOME%" == "" goto gotHome
14 echo The OPENIDM_HOME environment variable is not defined correctly
19 rem Only set OPENIDM_OPTS if not already set
20 if not "%OPENIDM_OPTS%" == "" goto noOpenIDMOpts
31 rem We do not want jpda in CMD_LINE_ARGS
48 rem Set JDK Logger config file if it is present and an override has not been issued
49 if not "%LOGGING_CONFIG%" == "" goto noJuliConfig
51 if not exist "%PROJECT_HOME%\conf\logging.properties" goto defaultJuliConfig
55 if not exis
[all...]
/forgerock/openidm-v4/openidm-repo/src/main/java/org/forgerock/openidm/repo/util/
H A DClause.java8 * (the License). You may not use this file except in
69 Clause not(); method in interface:Clause
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/resources/
H A DServerConfigService.properties8 * (the License). You may not use this file except in
50 saml-storepwd-file-not-exist=Store password file does not exist : {0}
56 saml-keypwd-file-not-exist=Key password file does not exist : {0}
68 saml-keystore-file-not-exist=Key Store file does not exist : {0}
70 saml-open-ks-failed=Key store could not be opened with given key store password.
71 saml-loading-failed=Key store could not be loaded with given key store password.
83 saml-xml-alg-mismatch=Specified algorithm {0} does not matc
[all...]
H A DServerConfigReport.properties8 * (the License). You may not use this file except in
46 rpt-storepwd-file-not-exist=Store password file does not exist : {0}
50 rpt-keystore-file-not-exist=Key Store file does not exist : {0}
53 rpt-loading-failed=Key store could not be loaded with given key store password.
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/util/
H A DQueryFilterUtils.js3 * Distribution License (the License). You may not use this file except in compliance with the
25 * {field: "userName", not: false, operator: "sw", value: "user."},
28 * {field: "/roles/0", not: false, operator: "eq", value: "openidm-admin"},
30 * {field: "/roles/0", not: false, operator: "eq", value: "openidm-authorized"}
68 if (node.not) {
103 obj.valueOfExpr = function(tokenizer, depth, not, type) {
121 filter = nextFunction(tokenizer, depth + 1, not, "and");
131 tokenTemp = nextFunction(tokenizer, depth + 1, not, "and");
158 obj.valueOfNotExpr = function(tokenizer, depth, not) {
165 return obj.valueOfPrimaryExpr(tokenizer, depth + 1, not);
[all...]
/forgerock/opendj2/ext/ant/bin/
H A Dant.bat7 REM (the "License"); you may not use this file except in compliance with
20 REM support, things would be much easier, but sadly, it is not yet time.
46 if not _%ANT_HOME:~-1%==_\ goto checkClasspath
56 rem CLASSPATH must not be used if it is equal to ""
84 if not _%CLASSPATH:~-1%==_\ goto findAntHome
89 rem find ANT_HOME if it does not exist due to either an invalid value passed
94 if not exist "%ProgramFiles%\ant" goto checkSystemDrive
100 if not exist %SystemDrive%\ant\lib\ant.jar goto checkCDrive
106 if not exist C:\ant\lib\ant.jar goto noAntHome
111 echo ANT_HOME is set incorrectly or ant could not b
[all...]
/forgerock/opendj-b2.6/ext/ant/bin/
H A Dant.bat7 REM (the "License"); you may not use this file except in compliance with
20 REM support, things would be much easier, but sadly, it is not yet time.
46 if not _%ANT_HOME:~-1%==_\ goto checkClasspath
56 rem CLASSPATH must not be used if it is equal to ""
84 if not _%CLASSPATH:~-1%==_\ goto findAntHome
89 rem find ANT_HOME if it does not exist due to either an invalid value passed
94 if not exist "%ProgramFiles%\ant" goto checkSystemDrive
100 if not exist %SystemDrive%\ant\lib\ant.jar goto checkCDrive
106 if not exist C:\ant\lib\ant.jar goto noAntHome
111 echo ANT_HOME is set incorrectly or ant could not b
[all...]
/forgerock/opendj2.6.2/ext/ant/bin/
H A Dant.bat7 REM (the "License"); you may not use this file except in compliance with
20 REM support, things would be much easier, but sadly, it is not yet time.
46 if not _%ANT_HOME:~-1%==_\ goto checkClasspath
56 rem CLASSPATH must not be used if it is equal to ""
84 if not _%CLASSPATH:~-1%==_\ goto findAntHome
89 rem find ANT_HOME if it does not exist due to either an invalid value passed
94 if not exist "%ProgramFiles%\ant" goto checkSystemDrive
100 if not exist %SystemDrive%\ant\lib\ant.jar goto checkCDrive
106 if not exist C:\ant\lib\ant.jar goto noAntHome
111 echo ANT_HOME is set incorrectly or ant could not b
[all...]
/forgerock/opendj2-hg/ext/ant/bin/
H A Dant.bat7 REM (the "License"); you may not use this file except in compliance with
20 REM support, things would be much easier, but sadly, it is not yet time.
46 if not _%ANT_HOME:~-1%==_\ goto checkClasspath
56 rem CLASSPATH must not be used if it is equal to ""
84 if not _%CLASSPATH:~-1%==_\ goto findAntHome
89 rem find ANT_HOME if it does not exist due to either an invalid value passed
94 if not exist "%ProgramFiles%\ant" goto checkSystemDrive
100 if not exist %SystemDrive%\ant\lib\ant.jar goto checkCDrive
106 if not exist C:\ant\lib\ant.jar goto noAntHome
111 echo ANT_HOME is set incorrectly or ant could not b
[all...]
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/bin/
H A Dant.bat7 REM (the "License"); you may not use this file except in compliance with
20 REM support, things would be much easier, but sadly, it is not yet time.
46 if not _%ANT_HOME:~-1%==_\ goto checkClasspath
56 rem CLASSPATH must not be used if it is equal to ""
84 if not _%CLASSPATH:~-1%==_\ goto findAntHome
89 rem find ANT_HOME if it does not exist due to either an invalid value passed
94 if not exist "%ProgramFiles%\ant" goto checkSystemDrive
100 if not exist %SystemDrive%\ant\lib\ant.jar goto checkCDrive
106 if not exist C:\ant\lib\ant.jar goto noAntHome
111 echo ANT_HOME is set incorrectly or ant could not b
[all...]
/forgerock/opendj2/src/server/org/opends/server/admin/condition/
H A DConditions.java6 * (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 DConditions.java6 * (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 DConditions.java6 * (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 DConditions.java6 * (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 DConditions.java6 * (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 DConditions.java6 * (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 DConditions.java6 * (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/openam/openam-ui/openam-ui-ria/src/test/js/org/forgerock/openam/ui/common/models/
H A DJSONValuesTest.js3 * Distribution License (the License). You may not use this file except in compliance with the
68 it("does not group the top-level collection values under a \"global\" value", () => {
70 expect(globalValues.raw.global).to.not.contain.keys("globalCollectionKey");
74 it("does not ungroup \"defaults\" simple values", () => {
92 expect(defaultsCollectionValues.raw).to.not.have.keys("defaults");
172 expect(JSON.parse(values)).to.not.throw;
207 .to.not.contain.keys("_defaultsCollectionProperties");

Completed in 197 milliseconds

1234567891011>>