Searched refs:index (Results 101 - 125 of 1574) sorted by relevance

1234567891011>>

/forgerock/openam/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Dorderablelist.js56 // get the selected list index
57 index = this.selectedList.selectedIndex;
66 if (index != -1) {
67 this.updateMoveButtons(index);
78 // determine the new selected index of the selected list
79 var index = this.selectedList.selectedIndex;
96 this.updateMoveButtons(index);
104 // get the first selected index in the selected list
105 var index = this.selectedList.selectedIndex;
107 // index t
[all...]
H A Daddremove.js107 // get the original index of the option to move
136 // insert the selected option one past the index we found
226 // the original index of the de-selected option
258 // insert the deselected option one past the index we found
349 var index = this.availableList.selectedIndex;
352 if (index > -1 && index < this.availableLength() - 1) {
376 // determine the new selected index of the available list
377 var index = this.availableList.selectedIndex;
380 if (index !
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DVLVIndexDescriptor.java38 * The class used to describe the VLV index configuration.
52 * the name of the index.
54 * the backend where the index is defined.
56 * the baseDN of the search indexed by the VLV index.
58 * the scope of the search indexed by the VLV index.
60 * the filter or the search indexed by the VLV index.
62 * the sort order list of the VLV index.
89 * Returns the baseDN of the search indexed by the VLV index.
91 * @return the baseDN of the search indexed by the VLV index.
99 * Returns the filter of the search indexed by the VLV index
149 backendIdEqual(VLVIndexDescriptor index) argument
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Daddremove.js107 // get the original index of the option to move
136 // insert the selected option one past the index we found
226 // the original index of the de-selected option
258 // insert the deselected option one past the index we found
349 var index = this.availableList.selectedIndex;
352 if (index > -1 && index < this.availableLength() - 1) {
376 // determine the new selected index of the available list
377 var index = this.availableList.selectedIndex;
380 if (index !
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DIndexDescriptor.java36 * The class used to describe the index configuration (the normal index: the
50 * Constructor of the index.
51 * @param name name of the index.
52 * @param attr the attribute type associated with the index attribute.
53 * @param backend the backend where the index is defined.
55 * @param entryLimit the entry limit for the index.
70 * Returns the attribute type associated with the index attribute.
71 * @return the attribute type associated with the index attribute.
104 * Tells whether this is a database index o
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DIndexDescriptor.java37 * The class used to describe the index configuration (the normal index: the
51 * Constructor of the index.
52 * @param name name of the index.
53 * @param attr the attribute type associated with the index attribute.
54 * @param backend the backend where the index is defined.
56 * @param entryLimit the entry limit for the index.
71 * Returns the attribute type associated with the index attribute.
72 * @return the attribute type associated with the index attribute.
105 * Tells whether this is a database index o
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DIndexDescriptor.java37 * The class used to describe the index configuration (the normal index: the
51 * Constructor of the index.
52 * @param name name of the index.
53 * @param attr the attribute type associated with the index attribute.
54 * @param backend the backend where the index is defined.
56 * @param entryLimit the entry limit for the index.
71 * Returns the attribute type associated with the index attribute.
72 * @return the attribute type associated with the index attribute.
105 * Tells whether this is a database index o
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DIndexDescriptor.java36 * The class used to describe the index configuration (the normal index: the
50 * Constructor of the index.
51 * @param name name of the index.
52 * @param attr the attribute type associated with the index attribute.
53 * @param backend the backend where the index is defined.
55 * @param entryLimit the entry limit for the index.
70 * Returns the attribute type associated with the index attribute.
71 * @return the attribute type associated with the index attribute.
104 * Tells whether this is a database index o
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DIndexDescriptor.java37 * The class used to describe the index configuration (the normal index: the
51 * Constructor of the index.
52 * @param name name of the index.
53 * @param attr the attribute type associated with the index attribute.
54 * @param backend the backend where the index is defined.
56 * @param entryLimit the entry limit for the index.
71 * Returns the attribute type associated with the index attribute.
72 * @return the attribute type associated with the index attribute.
105 * Tells whether this is a database index o
[all...]
/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/shared/monitoring/
H A DRateWindow.java69 long index = getIndexForTimestamp(timestamp);
71 if (isWithinWindow(index)) {
72 AtomicLong rate = window.get(index);
74 //fill in the RateWindow until the current index
75 fillInWindow(index - 1);
77 AtomicLong previousValue = window.putIfAbsent(index, rate);
90 * Fills in the windows with 0 values until the index provided. This ensures that there are no empty spots between
93 * @param index The index until which the window should be filled. The entry corresponding to the provided index
96 fillInWindow(long index) argument
178 isWithinWindow(final long index) argument
[all...]
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/shared/monitoring/
H A DRateWindow.java69 long index = getIndexForTimestamp(timestamp);
71 if (isWithinWindow(index)) {
72 AtomicLong rate = window.get(index);
74 //fill in the RateWindow until the current index
75 fillInWindow(index - 1);
77 AtomicLong previousValue = window.putIfAbsent(index, rate);
90 * Fills in the windows with 0 values until the index provided. This ensures that there are no empty spots between
93 * @param index The index until which the window should be filled. The entry corresponding to the provided index
96 fillInWindow(long index) argument
178 isWithinWindow(final long index) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/util/
H A DLogFileFilter.java78 int index = 0;
79 if ((index = filename.indexOf(st.nextToken())) != 0) {
82 filename = filename.substring(index);
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/test/qunit/mapping/
H A DreconTests.js47 _.each(PoliciesView.model.allPatterns["Default Actions"].policies, function(situation, index) {
48 if ($.t(situation.note) !== PoliciesView.$el.find("#situationalPolicies table tbody tr.event-hook:eq("+index+") td:eq(1) [data-title]").attr("data-title")) {
61 _.each(PoliciesView.$el.find(".situationRow"), function(row, index) {
62 if ($(row).find(".action").val() !== "ASYNC" && index < PoliciesView.model.allPatterns["Read-only"].policies.length) {
69 _.each(PoliciesView.$el.find(".situationRow"), function(row, index) {
70 if ($(row).find(".action :selected").text().indexOf("★") < 0 && index < PoliciesView.model.allPatterns["Read-only"].policies.length) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/util/
H A DLogFileFilter.java78 int index = 0;
79 if ((index = filename.indexOf(st.nextToken())) != 0) {
82 filename = filename.substring(index);
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DRebuildConfig.java115 * Add an index to be rebuilt into the configuration. Duplicate index names
116 * will be ignored. Adding an index that causes a mix of complete and partial
117 * rebuild for the same attribute index in the configuration will remove the
118 * partial and just keep the complete attribute index name. (ie. uid and
121 * @param index
122 * The index to add.
124 public void addRebuildIndex(String index) argument
126 String[] newIndexParts = index.split("\\.");
152 this.rebuildList.add(index);
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DRebuildConfig.java116 * Add an index to be rebuilt into the configuration. Duplicate index names
117 * will be ignored. Adding an index that causes a mix of complete and partial
118 * rebuild for the same attribute index in the configuration will remove the
119 * partial and just keep the complete attribute index name. (ie. uid and
122 * @param index
123 * The index to add.
125 public void addRebuildIndex(String index) argument
127 String[] newIndexParts = index.split("\\.");
153 this.rebuildList.add(index);
[all...]
/forgerock/opendj-b2.6/tests/staf-tests/shared/python/
H A Dsnmp.py53 def compare_snmp_values(refTable, newTable, index):
73 pattern1 = 'dsApplIfOutBytes.%s' % index
74 pattern2 = 'dsApplIfInBytes.%s' % index
102 index = 0
110 index = re.sub(regexp, '', key)
113 return index
/forgerock/opendj2/tests/staf-tests/shared/python/
H A Dsnmp.py52 def compare_snmp_values(refTable, newTable, index):
72 pattern1 = 'dsApplIfOutBytes.%s' % index
73 pattern2 = 'dsApplIfInBytes.%s' % index
101 index = 0
109 index = re.sub(regexp, '', key)
112 return index
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DRebuildConfig.java116 * Add an index to be rebuilt into the configuration. Duplicate index names
117 * will be ignored. Adding an index that causes a mix of complete and partial
118 * rebuild for the same attribute index in the configuration will remove the
119 * partial and just keep the complete attribute index name. (ie. uid and
122 * @param index
123 * The index to add.
125 public void addRebuildIndex(String index) argument
127 String[] newIndexParts = index.split("\\.");
153 this.rebuildList.add(index);
[all...]
/forgerock/opendj2.6.2/tests/staf-tests/shared/python/
H A Dsnmp.py53 def compare_snmp_values(refTable, newTable, index):
73 pattern1 = 'dsApplIfOutBytes.%s' % index
74 pattern2 = 'dsApplIfInBytes.%s' % index
102 index = 0
110 index = re.sub(regexp, '', key)
113 return index
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/python/
H A Dsnmp.py53 def compare_snmp_values(refTable, newTable, index):
73 pattern1 = 'dsApplIfOutBytes.%s' % index
74 pattern2 = 'dsApplIfInBytes.%s' % index
102 index = 0
110 index = re.sub(regexp, '', key)
113 return index
/forgerock/opendj2-hg/tests/staf-tests/shared/python/
H A Dsnmp.py52 def compare_snmp_values(refTable, newTable, index):
72 pattern1 = 'dsApplIfOutBytes.%s' % index
73 pattern2 = 'dsApplIfInBytes.%s' % index
101 index = 0
109 index = re.sub(regexp, '', key)
112 return index
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DRebuildConfig.java115 * Add an index to be rebuilt into the configuration. Duplicate index names
116 * will be ignored. Adding an index that causes a mix of complete and partial
117 * rebuild for the same attribute index in the configuration will remove the
118 * partial and just keep the complete attribute index name. (ie. uid and
121 * @param index
122 * The index to add.
124 public void addRebuildIndex(String index) argument
126 String[] newIndexParts = index.split("\\.");
152 this.rebuildList.add(index);
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DRebuildConfig.java116 * Add an index to be rebuilt into the configuration. Duplicate index names
117 * will be ignored. Adding an index that causes a mix of complete and partial
118 * rebuild for the same attribute index in the configuration will remove the
119 * partial and just keep the complete attribute index name. (ie. uid and
122 * @param index
123 * The index to add.
125 public void addRebuildIndex(String index) argument
127 String[] newIndexParts = index.split("\\.");
153 this.rebuildList.add(index);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/
H A DRebuildConfig.java88 * Add an index to be rebuilt into the configuration. Duplicate index names
89 * will be ignored. Adding an index that causes a mix of complete and partial
90 * rebuild for the same attribute index in the configuration will remove the
91 * partial and just keep the complete attribute index name. (ie. uid and
94 * @param index
95 * The index to add.
97 public void addRebuildIndex(String index) argument
99 final String[] newIndexParts = index.split("\\.");
118 this.rebuildList.add(index);
[all...]

Completed in 121 milliseconds

1234567891011>>