Searched refs:count (Results 1 - 25 of 804) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/uma/views/share/
H A DShareCounter.js34 render: function (count, callback) {
36 this.data.shareCount = count;
37 this.data.shareInfo = this.getShareInfo(count);
38 this.data.shareIcon = this.getShareIcon(count);
46 getShareInfo: function (count) {
47 var options = count ? { count: count } : { context: "none" };
51 getShareIcon: function (count) {
53 if (count
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/monitoring/
H A DFedMonIDFFSvc.java57 public void setIdLocalSessToken(long count); argument
77 public void setUserIDSessionList(long count); argument
92 public void setArtifacts(long count); argument
107 public void setAssertions(long count); argument
128 public void setIdDestn(long count); argument
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/monitoring/
H A DFedMonIDFFSvc.java57 public void setIdLocalSessToken(long count); argument
77 public void setUserIDSessionList(long count); argument
92 public void setArtifacts(long count); argument
107 public void setAssertions(long count); argument
128 public void setIdDestn(long count); argument
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/uma/views/share/
H A DShareCounter.js26 render (count, callback) {
28 this.data.shareCount = count;
29 this.data.shareInfo = this.getShareInfo(count);
30 this.data.shareIcon = this.getShareIcon(count);
38 getShareInfo (count) {
39 var options = count ? { count } : { context: "none" };
43 getShareIcon (count) {
45 if (count === 1) {
47 } else if (count >
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DLongs.java49 private int count = 0; field in class:Longs
70 count = 0;
74 int count = bytes.length / 8;
75 resize(count);
77 for (int pos = 0, i = 0; i < count; i++)
90 this.count = count;
101 return count*8;
123 for (int pos = 0, i = 0; i < count; i++)
145 * @param count Th
149 binarySearch(long[] a, int count, long key) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DLongs.java49 private int count = 0; field in class:Longs
70 count = 0;
74 int count = bytes.length / 8;
75 resize(count);
77 for (int pos = 0, i = 0; i < count; i++)
90 this.count = count;
101 return count*8;
123 for (int pos = 0, i = 0; i < count; i++)
145 * @param count Th
149 binarySearch(long[] a, int count, long key) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DLongs.java49 private int count = 0; field in class:Longs
70 count = 0;
74 int count = bytes.length / 8;
75 resize(count);
77 for (int pos = 0, i = 0; i < count; i++)
90 this.count = count;
101 return count*8;
123 for (int pos = 0, i = 0; i < count; i++)
145 * @param count Th
149 binarySearch(long[] a, int count, long key) argument
[all...]
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/monitoring/impl/
H A DFedletMonIDFFSvcProvider.java51 public void setIdLocalSessToken(long count) { argument
63 public void setUserIDSessionList(long count) { argument
72 public void setArtifacts(long count) { argument
81 public void setAssertions(long count) { argument
93 public void setIdDestn(long count) { argument
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DSearchResults.java63 private final int count; field in class:SearchResults
78 * @param count Number of entries which match the search criteria.
82 public SearchResults(int count, Set<T> results, int errorCode) { argument
83 this.count = count;
107 return count;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/monitoring/impl/
H A DFedletMonIDFFSvcProvider.java51 public void setIdLocalSessToken(long count) { argument
63 public void setUserIDSessionList(long count) { argument
72 public void setArtifacts(long count) { argument
81 public void setAssertions(long count) { argument
93 public void setIdDestn(long count) { argument
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A Dbase32.c52 * A count of length of the decoded string
57 int count = 0; local
59 for (; count < bufSize && *encoded; ++encoded) {
87 result[count++] = buffer >> (bitsLeft - 8);
92 if (count < bufSize) {
93 result[count] = '\000';
96 return count;
112 * A count of length of the encoded string
116 int count = 0; local
128 while (count < bufSiz
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DSearchResults.java66 private int count; field in class:SearchResults
86 * @param count Number of entries.
90 public SearchResults(int count, Set results, int errorCode) { argument
91 this.count = count;
99 * @param count Number of entries.
104 public SearchResults(int count, Set results, int errorCode, Map map) { argument
105 this.count = count;
141 return count;
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImportIDSet.java53 private int count = 0; field in class:ImportIDSet
58 //Size of the undefined if count is kept.
67 //Set to true if a count of ids above the entry limit should be kept.
73 * maintain count, plus an extra 128 slots.
77 * @param doCount The index maintain count.
115 count = 0;
157 * in the parameter. The specified limit and maintain count parameters define
194 count = 0;
196 else if ((count + importIDSet.size()) > limit) //add together => undefined
205 count
498 binarySearch(long[] a, int count, long key) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImportIDSet.java54 private int count = 0; field in class:ImportIDSet
59 //Size of the undefined if count is kept.
68 //Set to true if a count of ids above the entry limit should be kept.
74 * maintain count, plus an extra 128 slots.
78 * @param doCount The index maintain count.
116 count = 0;
158 * in the parameter. The specified limit and maintain count parameters define
195 count = 0;
197 else if ((count + importIDSet.size()) > limit) //add together => undefined
206 count
499 binarySearch(long[] a, int count, long key) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImportIDSet.java54 private int count = 0; field in class:ImportIDSet
59 //Size of the undefined if count is kept.
68 //Set to true if a count of ids above the entry limit should be kept.
74 * maintain count, plus an extra 128 slots.
78 * @param doCount The index maintain count.
116 count = 0;
158 * in the parameter. The specified limit and maintain count parameters define
195 count = 0;
197 else if ((count + importIDSet.size()) > limit) //add together => undefined
206 count
499 binarySearch(long[] a, int count, long key) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImportIDSet.java53 private int count = 0; field in class:ImportIDSet
58 //Size of the undefined if count is kept.
67 //Set to true if a count of ids above the entry limit should be kept.
73 * maintain count, plus an extra 128 slots.
77 * @param doCount The index maintain count.
115 count = 0;
157 * in the parameter. The specified limit and maintain count parameters define
194 count = 0;
196 else if ((count + importIDSet.size()) > limit) //add together => undefined
205 count
498 binarySearch(long[] a, int count, long key) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImportIDSet.java54 private int count = 0; field in class:ImportIDSet
59 //Size of the undefined if count is kept.
68 //Set to true if a count of ids above the entry limit should be kept.
74 * maintain count, plus an extra 128 slots.
78 * @param doCount The index maintain count.
116 count = 0;
158 * in the parameter. The specified limit and maintain count parameters define
195 count = 0;
197 else if ((count + importIDSet.size()) > limit) //add together => undefined
206 count
499 binarySearch(long[] a, int count, long key) argument
[all...]
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/plugin/monitoring/impl/
H A DFedMonIDFFSvcProvider.java65 public void setIdLocalSessToken(long count) { argument
67 sIDFFSvc.setIdLocalSessToken(count);
89 public void setUserIDSessionList(long count) { argument
91 sIDFFSvc.setUserIDSessionList(count);
107 public void setArtifacts(long count) { argument
109 sIDFFSvc.setArtifacts(count);
125 public void setAssertions(long count) { argument
127 sIDFFSvc.setAssertions(count);
149 public void setIdDestn(long count) { argument
151 sIDFFSvc.setIdDestn(count);
[all...]
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/plugin/monitoring/impl/
H A DFedMonIDFFSvcProvider.java65 public void setIdLocalSessToken(long count) { argument
67 sIDFFSvc.setIdLocalSessToken(count);
89 public void setUserIDSessionList(long count) { argument
91 sIDFFSvc.setUserIDSessionList(count);
107 public void setArtifacts(long count) { argument
109 sIDFFSvc.setArtifacts(count);
125 public void setAssertions(long count) { argument
127 sIDFFSvc.setAssertions(count);
149 public void setIdDestn(long count) { argument
151 sIDFFSvc.setIdDestn(count);
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DAlertHandlerTestCase.java100 int count = DummyAlertHandler.getAlertCount();
104 assertEquals(DummyAlertHandler.getAlertCount(), (count+1));
122 int count = DummyAlertHandler.getAlertCount();
126 assertEquals(DummyAlertHandler.getAlertCount(), (count+1));
153 int count = DummyAlertHandler.getAlertCount();
157 assertEquals(DummyAlertHandler.getAlertCount(), count);
184 int count = DummyAlertHandler.getAlertCount();
188 assertEquals(DummyAlertHandler.getAlertCount(), count);
215 int count = DummyAlertHandler.getAlertCount();
219 assertEquals(DummyAlertHandler.getAlertCount(), (count
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DAlertHandlerTestCase.java99 int count = DummyAlertHandler.getAlertCount();
103 assertEquals(DummyAlertHandler.getAlertCount(), (count+1));
121 int count = DummyAlertHandler.getAlertCount();
125 assertEquals(DummyAlertHandler.getAlertCount(), (count+1));
152 int count = DummyAlertHandler.getAlertCount();
156 assertEquals(DummyAlertHandler.getAlertCount(), count);
183 int count = DummyAlertHandler.getAlertCount();
187 assertEquals(DummyAlertHandler.getAlertCount(), count);
214 int count = DummyAlertHandler.getAlertCount();
218 assertEquals(DummyAlertHandler.getAlertCount(), (count
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DAlertHandlerTestCase.java100 int count = DummyAlertHandler.getAlertCount();
104 assertEquals(DummyAlertHandler.getAlertCount(), (count+1));
122 int count = DummyAlertHandler.getAlertCount();
126 assertEquals(DummyAlertHandler.getAlertCount(), (count+1));
153 int count = DummyAlertHandler.getAlertCount();
157 assertEquals(DummyAlertHandler.getAlertCount(), count);
184 int count = DummyAlertHandler.getAlertCount();
188 assertEquals(DummyAlertHandler.getAlertCount(), count);
215 int count = DummyAlertHandler.getAlertCount();
219 assertEquals(DummyAlertHandler.getAlertCount(), (count
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DAlertHandlerTestCase.java99 int count = DummyAlertHandler.getAlertCount();
103 assertEquals(DummyAlertHandler.getAlertCount(), (count+1));
121 int count = DummyAlertHandler.getAlertCount();
125 assertEquals(DummyAlertHandler.getAlertCount(), (count+1));
152 int count = DummyAlertHandler.getAlertCount();
156 assertEquals(DummyAlertHandler.getAlertCount(), count);
183 int count = DummyAlertHandler.getAlertCount();
187 assertEquals(DummyAlertHandler.getAlertCount(), count);
214 int count = DummyAlertHandler.getAlertCount();
218 assertEquals(DummyAlertHandler.getAlertCount(), (count
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DAlertHandlerTestCase.java100 int count = DummyAlertHandler.getAlertCount();
104 assertEquals(DummyAlertHandler.getAlertCount(), (count+1));
122 int count = DummyAlertHandler.getAlertCount();
126 assertEquals(DummyAlertHandler.getAlertCount(), (count+1));
153 int count = DummyAlertHandler.getAlertCount();
157 assertEquals(DummyAlertHandler.getAlertCount(), count);
184 int count = DummyAlertHandler.getAlertCount();
188 assertEquals(DummyAlertHandler.getAlertCount(), count);
215 int count = DummyAlertHandler.getAlertCount();
219 assertEquals(DummyAlertHandler.getAlertCount(), (count
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/api/
H A DAlertHandlerTestCase.java98 int count = DummyAlertHandler.getAlertCount();
101 assertEquals(DummyAlertHandler.getAlertCount(), count+1);
119 int count = DummyAlertHandler.getAlertCount();
122 assertEquals(DummyAlertHandler.getAlertCount(), count+1);
149 int count = DummyAlertHandler.getAlertCount();
152 assertEquals(DummyAlertHandler.getAlertCount(), count);
179 int count = DummyAlertHandler.getAlertCount();
182 assertEquals(DummyAlertHandler.getAlertCount(), count);
209 int count = DummyAlertHandler.getAlertCount();
212 assertEquals(DummyAlertHandler.getAlertCount(), count
[all...]

Completed in 103 milliseconds

1234567891011>>