Searched refs:index (Results 401 - 425 of 1574) sorted by relevance

<<11121314151617181920>>

/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DUtils.java89 int index = attributeValue.indexOf('=');
90 if (index != -1) {
91 String trimmedValue = attributeValue.substring(index + 1).trim();
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/calendar/assets/
H A Dcalendar.css20 z-index:0;
42 z-index:1;
56 z-index:1;
64 z-index:1;
96 z-index:1;
108 z-index:1;
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/util/
H A DAMGenerateServerID.java119 int index = serverEntry.indexOf(delimiter);
120 if (index != -1) {
121 serverId = serverEntry.substring(index + 1, serverEntry
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/callbackhandlers/
H A DRestAuthLanguageCallbackHandler.java89 public JsonValue convertToJson(LanguageCallback callback, int index) { argument
98 .add(createInputField(index, "Language", locale.getLanguage()))
99 .addLast(createInputField(index, "Country", locale.getCountry()));
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/servlet/
H A DAssertionIDRequestServiceURI.java81 int index = pathInfo.indexOf(SAML2MetaManager.NAME_META_ALIAS_IN_URI);
82 if (index > 2) {
83 role = pathInfo.substring(1, index -1);
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/tabview/
H A Dtabview-debug.js82 * If no index is specified, the tab is added to the end of the tab list.
85 * @param {Integer} index The position to add the tab.
88 proto.addTab = function(tab, index) {
95 index = (index === undefined) ? tabs.length : index;
97 var before = this.getTab(index);
143 tabs.splice(index, 0, tab);
180 * Returns the Tab instance at the specified index.
182 * @param {Integer} index Th
[all...]
H A Dtabview-min.js10 YAHOO.widget.TabView.superclass.constructor.call(this,el,attr);};YAHOO.extend(YAHOO.widget.TabView,YAHOO.util.Element);var proto=YAHOO.widget.TabView.prototype;var Dom=YAHOO.util.Dom;var Event=YAHOO.util.Event;var Tab=YAHOO.widget.Tab;proto.CLASSNAME='yui-navset';proto.TAB_PARENT_CLASSNAME='yui-nav';proto.CONTENT_PARENT_CLASSNAME='yui-content';proto._tabParent=null;proto._contentParent=null;proto.addTab=function(tab,index){var tabs=this.get('tabs');if(!tabs){this._queue[this._queue.length]=['addTab',arguments];return false;}
11 index=(index===undefined)?tabs.length:index;var before=this.getTab(index);var self=this;var el=this.get('element');var tabParent=this._tabParent;var contentParent=this._contentParent;var tabElement=tab.get('element');var contentEl=tab.get('contentEl');if(before){tabParent.insertBefore(tabElement,before.get('element'));}else{tabParent.appendChild(tabElement);}
15 self.set('activeTab',this,silent);};tab.addListener(tab.get('activationEvent'),activate);tab.addListener('activationEventChange',function(e){if(e.prevValue!=e.newValue){tab.removeListener(e.prevValue,activate);tab.addListener(e.newValue,activate);}});tabs.splice(index,0,tab);};proto.DOMEventHandler=function(e){var el=this.get('element');var target=YAHOO.util.Event.getTarget(e);var tabParent=this._tabParent;if(Dom.isAncestor(tabParent,target)){var tabEl;var tab=null;var contentEl;var tabs=this.get('tabs');for(var i=0,len=tabs.length;i<len;i++){tabEl=tabs[i].get('element');contentEl=tabs[i].get('contentEl');if(target==tabEl||Dom.isAncestor(tabEl,target)){tab=tabs[i];break;}}
16 if(tab){tab.fireEvent(e.type,e);}}};proto.getTab=function(index){return this.get('tabs')[index];};proto.getTabIndex=function(tab){var index=null;var tabs=this.get('tabs');for(var i=0,len=tabs.length;i<len;++i){if(tab==tabs[i]){index
[all...]
H A Dtabview.js82 * If no index is specified, the tab is added to the end of the tab list.
85 * @param {Integer} index The position to add the tab.
88 proto.addTab = function(tab, index) {
95 index = (index === undefined) ? tabs.length : index;
97 var before = this.getTab(index);
143 tabs.splice(index, 0, tab);
180 * Returns the Tab instance at the specified index.
182 * @param {Integer} index Th
[all...]
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/filter/
H A DAmFilter.java185 int index = 0;
188 while (index < count && result == null) {
192 + handler[index].getHandlerName());
194 result = handler[index].process(ctx);
195 index++;
208 + " handler: " + handler[index].getHandlerName()
225 int index = 0;
227 while (index < count) {
231 + resultHandler[index].getHandlerName());
233 result = resultHandler[index]
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/tabview/
H A Dtabview-debug.js82 * If no index is specified, the tab is added to the end of the tab list.
85 * @param {Integer} index The position to add the tab.
88 proto.addTab = function(tab, index) {
95 index = (index === undefined) ? tabs.length : index;
97 var before = this.getTab(index);
143 tabs.splice(index, 0, tab);
180 * Returns the Tab instance at the specified index.
182 * @param {Integer} index Th
[all...]
H A Dtabview-min.js10 YAHOO.widget.TabView.superclass.constructor.call(this,el,attr);};YAHOO.extend(YAHOO.widget.TabView,YAHOO.util.Element);var proto=YAHOO.widget.TabView.prototype;var Dom=YAHOO.util.Dom;var Event=YAHOO.util.Event;var Tab=YAHOO.widget.Tab;proto.CLASSNAME='yui-navset';proto.TAB_PARENT_CLASSNAME='yui-nav';proto.CONTENT_PARENT_CLASSNAME='yui-content';proto._tabParent=null;proto._contentParent=null;proto.addTab=function(tab,index){var tabs=this.get('tabs');if(!tabs){this._queue[this._queue.length]=['addTab',arguments];return false;}
11 index=(index===undefined)?tabs.length:index;var before=this.getTab(index);var self=this;var el=this.get('element');var tabParent=this._tabParent;var contentParent=this._contentParent;var tabElement=tab.get('element');var contentEl=tab.get('contentEl');if(before){tabParent.insertBefore(tabElement,before.get('element'));}else{tabParent.appendChild(tabElement);}
15 self.set('activeTab',this,silent);};tab.addListener(tab.get('activationEvent'),activate);tab.addListener('activationEventChange',function(e){if(e.prevValue!=e.newValue){tab.removeListener(e.prevValue,activate);tab.addListener(e.newValue,activate);}});tabs.splice(index,0,tab);};proto.DOMEventHandler=function(e){var el=this.get('element');var target=YAHOO.util.Event.getTarget(e);var tabParent=this._tabParent;if(Dom.isAncestor(tabParent,target)){var tabEl;var tab=null;var contentEl;var tabs=this.get('tabs');for(var i=0,len=tabs.length;i<len;i++){tabEl=tabs[i].get('element');contentEl=tabs[i].get('contentEl');if(target==tabEl||Dom.isAncestor(tabEl,target)){tab=tabs[i];break;}}
16 if(tab){tab.fireEvent(e.type,e);}}};proto.getTab=function(index){return this.get('tabs')[index];};proto.getTabIndex=function(tab){var index=null;var tabs=this.get('tabs');for(var i=0,len=tabs.length;i<len;++i){if(tab==tabs[i]){index
[all...]
H A Dtabview.js82 * If no index is specified, the tab is added to the end of the tab list.
85 * @param {Integer} index The position to add the tab.
88 proto.addTab = function(tab, index) {
95 index = (index === undefined) ? tabs.length : index;
97 var before = this.getTab(index);
143 tabs.splice(index, 0, tab);
180 * Returns the Tab instance at the specified index.
182 * @param {Integer} index Th
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestBackendImpl.java71 * The attribute used to return a search index debug string to the client.
672 //Only one index should be used because it is below the FILTER_CANDIDATEassertEquals(ec.getDN2URI().)_THRESHOLD.
806 AttributeIndex index;
843 index = ec.getAttributeIndex(attribute);
847 presenceIndexer = new PresenceIndexer(index.getAttributeType());
854 assertEquals(index.presenceIndex.containsID(null, key, entryID),
858 equalityIndexer = new EqualityIndexer(index.getAttributeType());
865 assertEquals(index.equalityIndex.containsID(null, key, entryID),
869 substringIndexer = new SubstringIndexer(index.getAttributeType(),
870 index
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestBackendImpl.java71 * The attribute used to return a search index debug string to the client.
672 //Only one index should be used because it is below the FILTER_CANDIDATEassertEquals(ec.getDN2URI().)_THRESHOLD.
806 AttributeIndex index;
843 index = ec.getAttributeIndex(attribute);
847 presenceIndexer = new PresenceIndexer(index.getAttributeType());
854 assertEquals(index.presenceIndex.containsID(null, key, entryID),
858 equalityIndexer = new EqualityIndexer(index.getAttributeType());
865 assertEquals(index.equalityIndex.containsID(null, key, entryID),
869 substringIndexer = new SubstringIndexer(index.getAttributeType(),
870 index
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestBackendImpl.java71 * The attribute used to return a search index debug string to the client.
672 //Only one index should be used because it is below the FILTER_CANDIDATEassertEquals(ec.getDN2URI().)_THRESHOLD.
806 AttributeIndex index;
843 index = ec.getAttributeIndex(attribute);
847 presenceIndexer = new PresenceIndexer(index.getAttributeType());
854 assertEquals(index.presenceIndex.containsID(null, key, entryID),
858 equalityIndexer = new EqualityIndexer(index.getAttributeType());
865 assertEquals(index.equalityIndex.containsID(null, key, entryID),
869 substringIndexer = new SubstringIndexer(index.getAttributeType(),
870 index
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DByteSequence.java78 * Returns the byte value at the specified index.
80 * An index ranges from zero to {@code length() - 1}. The first byte
81 * value of the sequence is at index zero, the next at index one,
84 * @param index
85 * The index of the byte to be returned.
86 * @return The byte value at the specified index.
88 * If the index argument is negative or not less than
91 byte byteAt(int index) throws IndexOutOfBoundsException; argument
319 * {@code start} index an
[all...]
/forgerock/opendj2/src/messages/src/org/opends/messages/
H A DMessage.java269 * Returns the <code>char</code> value at the specified index of
272 * @param index the index of the <code>char</code> value to be returned
277 * if the <tt>index</tt> argument is negative or not less than
280 public char charAt(int index) throws IndexOutOfBoundsException { argument
281 return charAt(Locale.getDefault(), index);
288 * value at the specified index and ends with the <code>char</code>
289 * value at index <tt>end - 1</tt>. The length (in <code>char</code>s)
293 * @param start the start index, inclusive
294 * @param end the end index, exclusiv
335 charAt(Locale locale, int index) argument
[all...]
H A DMessageBuilder.java200 * The index of the first character in the subsequence
203 * The index of the character following the last character in the
299 * Returns the <code>char</code> value at the specified index of
302 * @param index the index of the <code>char</code> value to be returned
307 * if the <tt>index</tt> argument is negative or not less than
310 public char charAt(int index) throws IndexOutOfBoundsException { argument
311 return charAt(Locale.getDefault(), index);
318 * value at the specified index and ends with the <code>char</code>
319 * value at index <t
365 charAt(Locale locale, int index) argument
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DEntryCachesMonitoringPanel.java160 int index = 0;
166 monitoringLabels.get(index).setVisible(false);
167 labels.get(index).setVisible(false);
169 index ++;
H A DIndexBrowserRightPanel.java91 * Adds an index selection listener.
92 * @param listener the index selection listener.
101 * Removes an index selection listener.
102 * @param listener the index selection listener.
123 * Updates the contents of the panel with an standard index.
124 * @param index the index to be used to update the contents of the panel.
126 public void updateStandardIndex(IndexDescriptor index) argument
128 standardIndexPanel.update(index);
134 * Updates the contents of the panel with a VLV index
137 updateVLVIndex(VLVIndexDescriptor index) argument
[all...]
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromFile.java188 LocalDBIndexCfg index = db.getLocalDBIndex(indexName);
190 index.getAttribute().getNameOrOID(), index.getAttribute(),
191 null, index.getIndexType(), index.getIndexEntryLimit()));
209 LocalDBVLVIndexCfg index =
211 String s = index.getSortOrder();
213 vlvIndexes.add(new VLVIndexDescriptor(index.getName(), null,
214 index.getBaseDN(), index
[all...]
/forgerock/opendj-b2.6/src/messages/src/org/opends/messages/
H A DMessage.java270 * Returns the <code>char</code> value at the specified index of
273 * @param index the index of the <code>char</code> value to be returned
278 * if the <tt>index</tt> argument is negative or not less than
281 public char charAt(int index) throws IndexOutOfBoundsException { argument
282 return charAt(Locale.getDefault(), index);
289 * value at the specified index and ends with the <code>char</code>
290 * value at index <tt>end - 1</tt>. The length (in <code>char</code>s)
294 * @param start the start index, inclusive
295 * @param end the end index, exclusiv
336 charAt(Locale locale, int index) argument
[all...]
H A DMessageBuilder.java201 * The index of the first character in the subsequence
204 * The index of the character following the last character in the
300 * Returns the <code>char</code> value at the specified index of
303 * @param index the index of the <code>char</code> value to be returned
308 * if the <tt>index</tt> argument is negative or not less than
311 public char charAt(int index) throws IndexOutOfBoundsException { argument
312 return charAt(Locale.getDefault(), index);
319 * value at the specified index and ends with the <code>char</code>
320 * value at index <t
366 charAt(Locale locale, int index) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DEntryCachesMonitoringPanel.java159 int index = 0;
165 monitoringLabels.get(index).setVisible(false);
166 labels.get(index).setVisible(false);
168 index ++;
H A DIndexBrowserRightPanel.java90 * Adds an index selection listener.
91 * @param listener the index selection listener.
100 * Removes an index selection listener.
101 * @param listener the index selection listener.
122 * Updates the contents of the panel with an standard index.
123 * @param index the index to be used to update the contents of the panel.
125 public void updateStandardIndex(IndexDescriptor index) argument
127 standardIndexPanel.update(index);
133 * Updates the contents of the panel with a VLV index
136 updateVLVIndex(VLVIndexDescriptor index) argument
[all...]

Completed in 176 milliseconds

<<11121314151617181920>>