Searched refs:begin (Results 1 - 25 of 82) sorted by relevance

1234

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DIDSetIterator.java58 * @param begin The entry ID of the first entry that should be returned, or
61 public IDSetIterator(long[] entryIDList, EntryID begin) argument
65 if (begin == null)
73 if (entryIDList[i] == begin.longValue())
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DIDSetIterator.java59 * @param begin The entry ID of the first entry that should be returned, or
62 public IDSetIterator(long[] entryIDList, EntryID begin) argument
66 if (begin == null)
74 if (entryIDList[i] == begin.longValue())
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DIDSetIterator.java59 * @param begin The entry ID of the first entry that should be returned, or
62 public IDSetIterator(long[] entryIDList, EntryID begin) argument
66 if (begin == null)
74 if (entryIDList[i] == begin.longValue())
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DIDSetIterator.java58 * @param begin The entry ID of the first entry that should be returned, or
61 public IDSetIterator(long[] entryIDList, EntryID begin) argument
65 if (begin == null)
73 if (entryIDList[i] == begin.longValue())
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DIDSetIterator.java59 * @param begin The entry ID of the first entry that should be returned, or
62 public IDSetIterator(long[] entryIDList, EntryID begin) argument
66 if (begin == null)
74 if (entryIDList[i] == begin.longValue())
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexInputBuffer.java54 private final long begin; field in class:IndexInputBuffer
86 * @param begin
98 long begin, long end, int id, int cacheSize) throws IOException
102 this.begin = begin;
117 channel.position(begin + offset);
118 long leftToRead = end - (begin + offset);
149 boolean ret = ((begin + offset) >= end);
97 IndexInputBuffer(IndexManager indexMgr, FileChannel channel, long begin, long end, int id, int cacheSize) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexInputBuffer.java55 private final long begin; field in class:IndexInputBuffer
87 * @param begin
99 long begin, long end, int id, int cacheSize) throws IOException
103 this.begin = begin;
118 channel.position(begin + offset);
119 long leftToRead = end - (begin + offset);
150 boolean ret = ((begin + offset) >= end);
98 IndexInputBuffer(IndexManager indexMgr, FileChannel channel, long begin, long end, int id, int cacheSize) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexInputBuffer.java55 private final long begin; field in class:IndexInputBuffer
87 * @param begin
99 long begin, long end, int id, int cacheSize) throws IOException
103 this.begin = begin;
118 channel.position(begin + offset);
119 long leftToRead = end - (begin + offset);
150 boolean ret = ((begin + offset) >= end);
98 IndexInputBuffer(IndexManager indexMgr, FileChannel channel, long begin, long end, int id, int cacheSize) argument
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexInputBuffer.java54 private final long begin; field in class:IndexInputBuffer
86 * @param begin
98 long begin, long end, int id, int cacheSize) throws IOException
102 this.begin = begin;
117 channel.position(begin + offset);
118 long leftToRead = end - (begin + offset);
149 boolean ret = ((begin + offset) >= end);
97 IndexInputBuffer(IndexManager indexMgr, FileChannel channel, long begin, long end, int id, int cacheSize) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexInputBuffer.java55 private final long begin; field in class:IndexInputBuffer
87 * @param begin
99 long begin, long end, int id, int cacheSize) throws IOException
103 this.begin = begin;
118 channel.position(begin + offset);
119 long leftToRead = end - (begin + offset);
150 boolean ret = ((begin + offset) >= end);
98 IndexInputBuffer(IndexManager indexMgr, FileChannel channel, long begin, long end, int id, int cacheSize) argument
/forgerock/openam-v13/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Dorderablelist.js107 // index to begin checking items at
108 var begin = -1;
122 if (i - 1 > begin) {
133 begin = i - 1;
135 begin = i;
202 // index to begin checking items at
203 var begin = -1;
220 if (i - 1 > begin) {
261 begin = i - 1;
263 begin
[all...]
H A Daddremove.js544 // index to begin checking items at
545 var begin = -1;
559 if (i - 1 > begin) {
568 begin = i - 1;
570 begin = i;
/forgerock/openam/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Dorderablelist.js107 // index to begin checking items at
108 var begin = -1;
122 if (i - 1 > begin) {
133 begin = i - 1;
135 begin = i;
202 // index to begin checking items at
203 var begin = -1;
220 if (i - 1 > begin) {
261 begin = i - 1;
263 begin
[all...]
H A Daddremove.js544 // index to begin checking items at
545 var begin = -1;
559 if (i - 1 > begin) {
568 begin = i - 1;
570 begin = i;
/forgerock/web-agents-v4/source/
H A Dsession_xml.c158 char *begin, *stream = NULL; local
170 begin = strstr(xml, "![CDATA[");
171 if (begin != NULL) {
172 char *end = strstr(begin + 8, "]]>");
174 stream = begin + 8;
175 data_sz = end - (begin + 8);
H A Dpolicy_xml.c307 char *begin, *stream = NULL; local
320 begin = strstr(xml, "![CDATA[");
321 if (begin != NULL) {
322 char *end = strstr(begin + 8, "]]>");
324 stream = begin + 8;
325 data_sz = end - (begin + 8);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DEntryIDSet.java84 Iterator<EntryID> iterator(EntryID begin); argument
268 public Iterator<EntryID> iterator(EntryID begin) argument
270 return new IDSetIterator(entryIDs, begin == null ? 0 : begin.longValue());
366 public Iterator<EntryID> iterator(EntryID begin) argument
395 IDSetIterator(long[] entryIDSet, long begin) argument
398 currentIndex = Math.max(0, Arrays.binarySearch(entryIDSet, begin));
888 * @param begin
892 public Iterator<EntryID> iterator(EntryID begin) argument
894 return concreteImpl.iterator(begin);
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/delegates/
H A DAuthNDelegate.js32 obj.begin = function () {
167 return obj.begin().then(function (requirements) {
187 * this is very unlikely, since it would require a call to .begin() to fail
257 return obj.begin(args).then(function (requirements) {
/forgerock/opendj2/ext/svnkit/lib/
H A Djsch.agentproxy.core-0.0.7.jar ... foo public void putByte (byte[], int, int) byte[] foo int begin int length public void putString (byte[]) byte[] foo public void ...
H A Djsch.agentproxy.connector-factory-0.0.7.jar ... foo public void putByte (byte[], int, int) byte[] foo int begin int length public void putString (byte[]) byte[] foo public void ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Djsch.agentproxy.core-0.0.7.jar ... foo public void putByte (byte[], int, int) byte[] foo int begin int length public void putString (byte[]) byte[] foo public void ...
H A Djsch.agentproxy.connector-factory-0.0.7.jar ... foo public void putByte (byte[], int, int) byte[] foo int begin int length public void putString (byte[]) byte[] foo public void ...
/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/shared/resourcename/
H A DBaseURLResourceName.java425 int begin = 0;
429 sb.append(port.substring(begin, idx));
430 begin = idx + wildcardLen;
431 idx = port.indexOf(wildcard, begin);
433 sb.append(port.substring(begin));
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/shared/resourcename/
H A DBaseURLResourceName.java425 int begin = 0;
429 sb.append(port.substring(begin, idx));
430 begin = idx + wildcardLen;
431 idx = port.indexOf(wildcard, begin);
433 sb.append(port.substring(begin));
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/user/services/
H A DAuthNService.js67 obj.begin = function (options) {
172 return obj.begin().then((requirements) => {
191 * this is very unlikely, since it would require a call to .begin() to fail
244 return obj.begin(args)

Completed in 142 milliseconds

1234