Searched refs:index (Results 51 - 75 of 1574) sorted by relevance

1234567891011>>

/forgerock/openidm-v4/openidm-system/src/main/java/org/forgerock/openidm/core/
H A DPropertyUtil.java119 for (int index = 0; index < val.length(); index++) {
120 switch (val.charAt(index)) {
123 index++;
124 if (index < val.length()) {
125 propertyStack.peek().append(val.charAt(index));
128 propertyStack.peek().append(val.charAt(index));
133 if ('{' == val.charAt(index + 1) && val.charAt(index)
[all...]
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DInteractionsRunnerBase.java51 abstract public void setStateAccessDataType(int index); argument
58 abstract public void storeNonPersistentKeys(String key, int index); argument
75 int index = (startFromLast) ? interactionsCount - 1 : 0;
81 while (skipInteraction(index)) {
82 index = (startFromLast) ? --index : ++index;
87 + index + "].");
88 if (index >= getAllInteractions().size()) {
94 getAllInteractions().get(index);
144 runInteraction(UserDataInteraction interaction, int index) argument
186 skipInteraction(int index) argument
256 storeSummaryDescription(int index, LocalizedMessage message) argument
[all...]
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DInteractionsRunnerBase.java51 abstract public void setStateAccessDataType(int index); argument
58 abstract public void storeNonPersistentKeys(String key, int index); argument
75 int index = (startFromLast) ? interactionsCount - 1 : 0;
81 while (skipInteraction(index)) {
82 index = (startFromLast) ? --index : ++index;
87 + index + "].");
88 if (index >= getAllInteractions().size()) {
94 getAllInteractions().get(index);
144 runInteraction(UserDataInteraction interaction, int index) argument
186 skipInteraction(int index) argument
256 storeSummaryDescription(int index, LocalizedMessage message) argument
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/common/
H A DToggleCardListView.js38 const index = this.$el.find(".tab-pane.active").index();
39 return index > 0 ? index : 0;
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DIndexQueryFactoryImpl.java51 * IndexQuery objects as part of the query of the JEB index.
58 * index.
68 * A map containing the index id and the corresponding index.
92 // Select the right index to be used.
93 Index index = indexMap.get(indexID);
95 index.readKey(key, null, LockMode.DEFAULT);
98 if(!index.isTrusted())
102 index.getName()));
104 else if(index
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DIndexQueryFactoryImpl.java52 * IndexQuery objects as part of the query of the JEB index.
59 * index.
69 * A map containing the index id and the corresponding index.
93 // Select the right index to be used.
94 Index index = indexMap.get(indexID);
96 index.readKey(key, null, LockMode.DEFAULT);
99 if(!index.isTrusted())
103 index.getName()));
105 else if(index
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DIndexQueryFactoryImpl.java52 * IndexQuery objects as part of the query of the JEB index.
59 * index.
69 * A map containing the index id and the corresponding index.
93 // Select the right index to be used.
94 Index index = indexMap.get(indexID);
96 index.readKey(key, null, LockMode.DEFAULT);
99 if(!index.isTrusted())
103 index.getName()));
105 else if(index
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DIndexQueryFactoryImpl.java51 * IndexQuery objects as part of the query of the JEB index.
58 * index.
68 * A map containing the index id and the corresponding index.
92 // Select the right index to be used.
93 Index index = indexMap.get(indexID);
95 index.readKey(key, null, LockMode.DEFAULT);
98 if(!index.isTrusted())
102 index.getName()));
104 else if(index
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DIndexQueryFactoryImpl.java52 * IndexQuery objects as part of the query of the JEB index.
59 * index.
69 * A map containing the index id and the corresponding index.
93 // Select the right index to be used.
94 Index index = indexMap.get(indexID);
96 index.readKey(key, null, LockMode.DEFAULT);
99 if(!index.isTrusted())
103 index.getName()));
105 else if(index
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/task/
H A DDeleteIndexTask.java60 * The task that is launched when an index must be deleted.
81 for (AbstractIndexDescriptor index : indexesToDelete)
83 backendSet.add(index.getBackend().getBackendID());
171 for (final AbstractIndexDescriptor index : indexesToDelete)
192 getDSConfigCommandLineArguments(index));
194 printEquivalentCommandLine(getConfigCommandLineName(index),
203 if (isVLVIndex(index))
208 index.getName()),
216 index.getName()),
223 deleteIndex(getInfo().getDirContext(), index);
263 isVLVIndex(AbstractIndexDescriptor index) argument
274 deleteIndex(AbstractIndexDescriptor index) argument
299 deleteIndex(InitialLdapContext ctx, AbstractIndexDescriptor index) argument
342 getConfigCommandLineName(AbstractIndexDescriptor index) argument
386 getDSConfigCommandLineArguments( AbstractIndexDescriptor index) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/task/
H A DDeleteIndexTask.java59 * The task that is launched when an index must be deleted.
80 for (AbstractIndexDescriptor index : indexesToDelete)
82 backendSet.add(index.getBackend().getBackendID());
170 for (final AbstractIndexDescriptor index : indexesToDelete)
191 getDSConfigCommandLineArguments(index));
193 printEquivalentCommandLine(getConfigCommandLineName(index),
202 if (isVLVIndex(index))
207 index.getName()),
215 index.getName()),
222 deleteIndex(getInfo().getDirContext(), index);
262 isVLVIndex(AbstractIndexDescriptor index) argument
273 deleteIndex(AbstractIndexDescriptor index) argument
298 deleteIndex(InitialLdapContext ctx, AbstractIndexDescriptor index) argument
341 getConfigCommandLineName(AbstractIndexDescriptor index) argument
385 getDSConfigCommandLineArguments( AbstractIndexDescriptor index) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/task/
H A DDeleteIndexTask.java60 * The task that is launched when an index must be deleted.
81 for (AbstractIndexDescriptor index : indexesToDelete)
83 backendSet.add(index.getBackend().getBackendID());
171 for (final AbstractIndexDescriptor index : indexesToDelete)
192 getDSConfigCommandLineArguments(index));
194 printEquivalentCommandLine(getConfigCommandLineName(index),
203 if (isVLVIndex(index))
208 index.getName()),
216 index.getName()),
223 deleteIndex(getInfo().getDirContext(), index);
263 isVLVIndex(AbstractIndexDescriptor index) argument
274 deleteIndex(AbstractIndexDescriptor index) argument
299 deleteIndex(InitialLdapContext ctx, AbstractIndexDescriptor index) argument
342 getConfigCommandLineName(AbstractIndexDescriptor index) argument
386 getDSConfigCommandLineArguments( AbstractIndexDescriptor index) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DDeleteIndexTask.java59 * The task that is launched when an index must be deleted.
80 for (AbstractIndexDescriptor index : indexesToDelete)
82 backendSet.add(index.getBackend().getBackendID());
170 for (final AbstractIndexDescriptor index : indexesToDelete)
191 getDSConfigCommandLineArguments(index));
193 printEquivalentCommandLine(getConfigCommandLineName(index),
202 if (isVLVIndex(index))
207 index.getName()),
215 index.getName()),
222 deleteIndex(getInfo().getDirContext(), index);
262 isVLVIndex(AbstractIndexDescriptor index) argument
273 deleteIndex(AbstractIndexDescriptor index) argument
298 deleteIndex(InitialLdapContext ctx, AbstractIndexDescriptor index) argument
341 getConfigCommandLineName(AbstractIndexDescriptor index) argument
385 getDSConfigCommandLineArguments( AbstractIndexDescriptor index) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DDeleteIndexTask.java60 * The task that is launched when an index must be deleted.
81 for (AbstractIndexDescriptor index : indexesToDelete)
83 backendSet.add(index.getBackend().getBackendID());
171 for (final AbstractIndexDescriptor index : indexesToDelete)
192 getDSConfigCommandLineArguments(index));
194 printEquivalentCommandLine(getConfigCommandLineName(index),
203 if (isVLVIndex(index))
208 index.getName()),
216 index.getName()),
223 deleteIndex(getInfo().getDirContext(), index);
263 isVLVIndex(AbstractIndexDescriptor index) argument
274 deleteIndex(AbstractIndexDescriptor index) argument
299 deleteIndex(InitialLdapContext ctx, AbstractIndexDescriptor index) argument
342 getConfigCommandLineName(AbstractIndexDescriptor index) argument
386 getDSConfigCommandLineArguments( AbstractIndexDescriptor index) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DIndexBuffer.java44 * A buffered index is used to buffer multiple reads or writes to the
45 * same index key into a single read or write.
49 * that there are no other concurrent updates to the index.
60 void put(Index index, ByteString key, EntryID entryID); argument
62 void put(VLVIndex index, ByteString sortKey); argument
64 void remove(VLVIndex index, ByteString sortKey); argument
66 void remove(Index index, ByteString key, EntryID entryID); argument
72 * A buffered index is used to buffer multiple reads or writes to the same index key into a single read or write.
75 * it is known that there are no other concurrent updates to the index
181 createOrGetBufferedIndexValues(Index index, ByteString keyBytes) argument
194 createOrGetBufferedOperations(Index index) argument
236 put(Index index, ByteString key, EntryID entryID) argument
242 put(VLVIndex index, ByteString sortKey) argument
248 remove(VLVIndex index, ByteString sortKey) argument
254 remove(Index index, ByteString key, EntryID entryID) argument
259 flushIndex(Index index, WriteableTransaction txn, Map<ByteString, BufferedIndexValues> bufferedValues) argument
295 put(Index index, ByteString key, EntryID entryID) argument
302 put(VLVIndex index, ByteString sortKey) argument
320 remove(VLVIndex index, ByteString sortKey) argument
326 remove(Index index, ByteString key, EntryID entryID) argument
383 put(Index index, ByteString key, EntryID entryID) argument
388 put(VLVIndex index, ByteString sortKey) argument
393 remove(VLVIndex index, ByteString sortKey) argument
398 remove(Index index, ByteString key, EntryID entryID) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/util/
H A DLogRecordSorter.java177 int index = end;
178 String [] str1Arr = sortedArray[index - 1];
179 String [] str2Arr = sortedArray[index];
184 push(index-1);
185 sortedArray[index - 1] = record;
187 push(index);
188 sortedArray[index] = record;
190 push(index+1);
191 sortedArray[index + 1] = record;
194 int index
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/util/
H A DLogRecordSorter.java177 int index = end;
178 String [] str1Arr = sortedArray[index - 1];
179 String [] str2Arr = sortedArray[index];
184 push(index-1);
185 sortedArray[index - 1] = record;
187 push(index);
188 sortedArray[index] = record;
190 push(index+1);
191 sortedArray[index + 1] = record;
194 int index
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/common/navigation/
H A DcreateBreadcrumbs.js39 function getTitle (fragment, index) {
40 const title = index === 0 ? $.t(`console.common.navigation.${fragment}`) : fragment;
44 function createPath (allFragments, index, base) {
45 return `#${base}/${_.take(allFragments, index + 1).join("/")}`;
89 _.forEachRight(fragmentPaths, (crumb, index) => {
90 const title = getTitle(crumb, index);
91 const path = createPath(fragmentPaths, index, base);
93 if (index === LAST_CRUMB) {
95 } else if (fragmentTypes[count] === "INSTANCE" || index === FIRST_CRUMB) {
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/mapping/
H A DMappingListView.js83 _.each(results, function (mappingInfo, index) {
84 this.data.mappingConfig[index].targetIcon = mappingInfo.targetIcon.iconClass;
85 this.data.mappingConfig[index].sourceIcon = mappingInfo.sourceIcon.iconClass;
87 this.data.mappingConfig[index].targetConnector = mappingInfo.targetConnector;
88 this.data.mappingConfig[index].sourceConnector = mappingInfo.sourceConnector;
90 if (this.data.mappingConfig[index].sourceConnector){
91 this.data.mappingConfig[index].sourceConnector.displayName = $.t("templates.connector." +connectorUtils.cleanConnectorName(this.data.mappingConfig[index].sourceConnector.connectorRef.connectorName));
93 cleanName = this.data.mappingConfig[index].sourceConnector.config.split("/");
96 this.data.mappingConfig[index]
[all...]
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DBase64.java48 for (int i = 0, index = 0; i < data.length; i += 3, index += 4) {
63 out[index + 3] = alphabet[(quad ? (val & 0x3F) : 64)];
65 out[index + 2] = alphabet[(trip ? (val & 0x3F) : 64)];
67 out[index + 1] = alphabet[val & 0x3F];
69 out[index + 0] = alphabet[val & 0x3F];
102 int index = 0;
112 out[index++] = // excess at the bottom for next iteration.
121 if (index != out.length)
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/util/
H A DBase64.java48 for (int i = 0, index = 0; i < data.length; i += 3, index += 4) {
63 out[index + 3] = alphabet[(quad ? (val & 0x3F) : 64)];
65 out[index + 2] = alphabet[(trip ? (val & 0x3F) : 64)];
67 out[index + 1] = alphabet[val & 0x3F];
69 out[index + 0] = alphabet[val & 0x3F];
102 int index = 0;
112 out[index++] = // excess at the bottom for next iteration.
121 if (index != out.length)
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/util/
H A DGuidUtils.java63 int index = dn.indexOf("o=");
64 if (index > -1) {
65 return (new Guid(dn.substring(index, dn.length())));
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/calendar/assets/
H A Dcalendar-core.css28 z-index:0;
45 z-index:1;
53 z-index:1;
59 z-index:1;
70 z-index:1;
76 z-index:1;
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/util/
H A DPatternRule.java47 int index = 0;
58 if(index + length > data.length()) {
61 match = nextToken.consume(data.substring(index,
62 index + length));
66 index += length;
93 nextToken.consume(data.substring(index));
95 index = data.length();
98 String tmp = data.substring(index, data.length());
103 nextToken.consume(data.substring(index,
104 index
[all...]
/forgerock/openam-v13/openam-distribution/src/main/amserver/scripts/sql/
H A Damhadbcreate.sql11 create index sunwam_session_id on sunwam_session(id);
12 create index sunwam_session_exp_time on sunwam_session(expiration_time);
13 create index sunwam_session_uuid on sunwam_session(uuid);
14 create index sunwam_session_sessionstate on sunwam_session(sessionstate);
23 create index sunwam_session_ext_id on sunwam_session_ext(id);
24 create index sunwam_session_ext_exp_time on sunwam_session_ext(expiration_time);

Completed in 166 milliseconds

1234567891011>>