Searched refs:index (Results 276 - 300 of 1574) sorted by relevance

<<11121314151617181920>>

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionEncodeURL.java293 int index = url.indexOf(QUERY);
294 if (index != -1) {
295 uri = url.substring(0, index);
296 qString = url.substring(index + 1);
423 int index = uri.indexOf(sessionDelimiter + getCookieName());
424 if (index != -1) {
425 uri = uri.substring(0, index);
457 int index = qString.indexOf(getCookieName());
459 if (index != -1) {
460 if (index >
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DAuthenticationServiceNameProviderImpl.java77 int index = module.lastIndexOf(".");
78 if (index != -1) {
79 module = module.substring(index + 1);
H A DEmailValidator.java78 int index = value.indexOf('@');
80 if (index == -1) {
84 String name = value.substring(0, index);
85 String domain = value.substring(index + 1, value.length());
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/share/
H A DSessionEncodeURL.java293 int index = url.indexOf(QUERY);
294 if (index != -1) {
295 uri = url.substring(0, index);
296 qString = url.substring(index + 1);
423 int index = uri.indexOf(sessionDelimiter + getCookieName());
424 if (index != -1) {
425 uri = uri.substring(0, index);
457 int index = qString.indexOf(getCookieName());
459 if (index != -1) {
460 if (index >
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DAuthenticationServiceNameProviderImpl.java78 int index = module.lastIndexOf(".");
79 if (index != -1) {
80 module = module.substring(index + 1);
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DHistoricalAttributeValue.java99 int index = 1;
100 while (index < optionsToken.length)
102 options.add(optionsToken[index]);
103 index ++;
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DHistoricalAttributeValue.java98 int index = 1;
99 while (index < optionsToken.length)
101 options.add(optionsToken[index]);
102 index ++;
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DVLVIndexPanel.java93 * The panel that displays an existing VLV index (it appears on the right of the
116 private VLVIndexDescriptor index; field in class:VLVIndexPanel
180 * the index selection listener when the user changes the selection.
182 * selection of the index should be canceled) and <CODE>false</CODE>
187 return (index != null) &&
204 INFO_CTRL_PANEL_UNSAVED_INDEX_CHANGES_DETAILS.get(index.getName()));
224 if (!ignoreCheckSave && (index != null))
408 indexesToDelete.add(index);
417 String indexName = index.getName();
418 String backendName = index
496 update(VLVIndexDescriptor index) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DIndexTableModel.java61 * @param index1 the first index descriptor to compare.
62 * @param index2 the second index descriptor to compare.
64 * index descriptor must be put before the second descriptor, 0 if they
99 protected String[] getLine(AbstractIndexDescriptor index) argument
101 IndexDescriptor i = (IndexDescriptor)index;
109 * Returns the String representing the entry limit value of the index.
110 * @return the String representing the entry limit value of the index.
142 * Returns the String representation of the index type for the index.
143 * @param index th
146 getIndexTypeString(IndexDescriptor index) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DVLVIndexPanel.java92 * The panel that displays an existing VLV index (it appears on the right of the
115 private VLVIndexDescriptor index; field in class:VLVIndexPanel
179 * the index selection listener when the user changes the selection.
181 * selection of the index should be canceled) and <CODE>false</CODE>
186 return (index != null) &&
203 INFO_CTRL_PANEL_UNSAVED_INDEX_CHANGES_DETAILS.get(index.getName()));
223 if (!ignoreCheckSave && (index != null))
407 indexesToDelete.add(index);
416 String indexName = index.getName();
417 String backendName = index
495 update(VLVIndexDescriptor index) argument
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DIndexTableModel.java62 * @param index1 the first index descriptor to compare.
63 * @param index2 the second index descriptor to compare.
65 * index descriptor must be put before the second descriptor, 0 if they
100 protected String[] getLine(AbstractIndexDescriptor index) argument
102 IndexDescriptor i = (IndexDescriptor)index;
110 * Returns the String representing the entry limit value of the index.
111 * @return the String representing the entry limit value of the index.
143 * Returns the String representation of the index type for the index.
144 * @param index th
147 getIndexTypeString(IndexDescriptor index) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DHistoricalAttributeValue.java99 int index = 1;
100 while (index < optionsToken.length)
102 options.add(optionsToken[index]);
103 index ++;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DIndexTableModel.java62 * @param index1 the first index descriptor to compare.
63 * @param index2 the second index descriptor to compare.
65 * index descriptor must be put before the second descriptor, 0 if they
100 protected String[] getLine(AbstractIndexDescriptor index) argument
102 IndexDescriptor i = (IndexDescriptor)index;
110 * Returns the String representing the entry limit value of the index.
111 * @return the String representing the entry limit value of the index.
143 * Returns the String representation of the index type for the index.
144 * @param index th
147 getIndexTypeString(IndexDescriptor index) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DVLVIndexPanel.java93 * The panel that displays an existing VLV index (it appears on the right of the
116 private VLVIndexDescriptor index; field in class:VLVIndexPanel
180 * the index selection listener when the user changes the selection.
182 * selection of the index should be canceled) and <CODE>false</CODE>
187 return (index != null) &&
204 INFO_CTRL_PANEL_UNSAVED_INDEX_CHANGES_DETAILS.get(index.getName()));
224 if (!ignoreCheckSave && (index != null))
408 indexesToDelete.add(index);
417 String indexName = index.getName();
418 String backendName = index
496 update(VLVIndexDescriptor index) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DIndexTableModel.java61 * @param index1 the first index descriptor to compare.
62 * @param index2 the second index descriptor to compare.
64 * index descriptor must be put before the second descriptor, 0 if they
99 protected String[] getLine(AbstractIndexDescriptor index) argument
101 IndexDescriptor i = (IndexDescriptor)index;
109 * Returns the String representing the entry limit value of the index.
110 * @return the String representing the entry limit value of the index.
142 * Returns the String representation of the index type for the index.
143 * @param index th
146 getIndexTypeString(IndexDescriptor index) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DVLVIndexPanel.java92 * The panel that displays an existing VLV index (it appears on the right of the
115 private VLVIndexDescriptor index; field in class:VLVIndexPanel
179 * the index selection listener when the user changes the selection.
181 * selection of the index should be canceled) and <CODE>false</CODE>
186 return (index != null) &&
203 INFO_CTRL_PANEL_UNSAVED_INDEX_CHANGES_DETAILS.get(index.getName()));
223 if (!ignoreCheckSave && (index != null))
407 indexesToDelete.add(index);
416 String indexName = index.getName();
417 String backendName = index
495 update(VLVIndexDescriptor index) argument
[all...]
/forgerock/opendj2-jel-hg/resource/bin/
H A D_server-script.sh87 rebuild-index) #link
97 verify-index) #link
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DHistoricalAttributeValue.java99 int index = 1;
100 while (index < optionsToken.length)
102 options.add(optionsToken[index]);
103 index ++;
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DHistoricalAttributeValue.java98 int index = 1;
99 while (index < optionsToken.length)
101 options.add(optionsToken[index]);
102 index ++;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DIndexTableModel.java62 * @param index1 the first index descriptor to compare.
63 * @param index2 the second index descriptor to compare.
65 * index descriptor must be put before the second descriptor, 0 if they
100 protected String[] getLine(AbstractIndexDescriptor index) argument
102 IndexDescriptor i = (IndexDescriptor)index;
110 * Returns the String representing the entry limit value of the index.
111 * @return the String representing the entry limit value of the index.
143 * Returns the String representation of the index type for the index.
144 * @param index th
147 getIndexTypeString(IndexDescriptor index) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DVLVIndexPanel.java93 * The panel that displays an existing VLV index (it appears on the right of the
116 private VLVIndexDescriptor index; field in class:VLVIndexPanel
180 * the index selection listener when the user changes the selection.
182 * selection of the index should be canceled) and <CODE>false</CODE>
187 return (index != null) &&
204 INFO_CTRL_PANEL_UNSAVED_INDEX_CHANGES_DETAILS.get(index.getName()));
224 if (!ignoreCheckSave && (index != null))
408 indexesToDelete.add(index);
417 String indexName = index.getName();
418 String backendName = index
496 update(VLVIndexDescriptor index) argument
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/user/
H A DUMUserDiscoveryDescriptionEditViewBean.java54 public void populateValues(String index) { argument
55 setPageSessionAttribute(PGATTR_INDEX, index);
102 int index = Integer.parseInt((String)
104 data.descData.set(index, smData);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DIndexTableModel.java59 * @param index1 the first index descriptor to compare.
60 * @param index2 the second index descriptor to compare.
62 * index descriptor must be put before the second descriptor, 0 if they
96 protected String[] getLine(AbstractIndexDescriptor index) argument
98 IndexDescriptor i = (IndexDescriptor)index;
106 * Returns the String representing the entry limit value of the index.
107 * @return the String representing the entry limit value of the index.
139 * Returns the String representation of the index type for the index.
140 * @param index th
143 getIndexTypeString(IndexDescriptor index) argument
[all...]
/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/shared/resourcename/
H A DBaseURLResourceName.java301 int index = urlStr.indexOf("://");
302 String proto = urlStr.substring(0, index);
303 String resource = urlStr.substring(index + 3); // host.sample.com...
327 index = resource.indexOf('/');
328 if (index == -1) {
329 index = resource.indexOf('?');
331 if (index != -1) {
332 hostAndPort = resource.substring(0, index);
333 urlPath = resource.substring(index);
336 index
[all...]
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DInteractionsRunner.java52 public void setStateAccessDataType(int index) { argument
53 if (index < getInstanceInteractionsOffset()) { // Common interactions
133 public void storeNonPersistentKeys(String key, int index) { argument
134 if (index < getInstanceInteractionsOffset()) { // Common interactions

Completed in 204 milliseconds

<<11121314151617181920>>