Searched refs:cfg (Results 176 - 200 of 448) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/resources/
H A DServerConfigService_fr.properties43 saml-validate-cfg=Validation de la configuration SAML.
44 saml-validate-cfg-prop=Validation des propri\u00e9t\u00e9s SAML.
86 saml-invalid-cfg-prop=Les propri\u00e9t\u00e9s relatives \u00e0 SAML contiennent des valeurs non valides.
88 saml-exp-cfg-info-validation=Exception lors de la validation des informations de configuration SAML\u00a0: {0}
115 svr-no-site-cfg=L\u2019instance de serveur {0} n\u2019appartient \u00e0 aucun site.
116 svr-validate-site-cfg=Validation de la configuration de site du serveur
130 site-validate-cfg-prop=Validation de configuration de site
149 sfo-validate-cfg-prop=Validation de la configuration de basculement de session
158 sfo-cfg-enabled=Le basculement de session est activ\u00e9 pour l\u2019instance : {0}
159 sfo-cfg
[all...]
H A DServerConfigService_zh.properties43 saml-validate-cfg=\u6b63\u5728\u9a8c\u8bc1 SAML \u914d\u7f6e\u3002
44 saml-validate-cfg-prop=\u6b63\u5728\u9a8c\u8bc1 SAML \u5c5e\u6027\u3002
86 saml-invalid-cfg-prop=\u4e0e SAML \u76f8\u5173\u7684\u5c5e\u6027\u5305\u542b\u65e0\u6548\u503c\u3002
88 saml-exp-cfg-info-validation=\u9a8c\u8bc1 SAML \u914d\u7f6e\u4fe1\u606f\u65f6\u51fa\u73b0\u5f02\u5e38: {0}
115 svr-no-site-cfg=\u670d\u52a1\u5668\u5b9e\u4f8b {0} \u4e0d\u5c5e\u4e8e\u4efb\u4f55\u7ad9\u70b9\u3002
116 svr-validate-site-cfg=\u6b63\u5728\u9a8c\u8bc1\u670d\u52a1\u5668\u7ad9\u70b9\u914d\u7f6e
130 site-validate-cfg-prop=\u6b63\u5728\u9a8c\u8bc1\u7ad9\u70b9\u914d\u7f6e
149 sfo-validate-cfg-prop=\u6b63\u5728\u9a8c\u8bc1\u4f1a\u8bdd\u6545\u969c\u8f6c\u79fb\u914d\u7f6e
158 sfo-cfg-enabled=\u5df2\u4e3a\u4ee5\u4e0b\u5b9e\u4f8b\u542f\u7528\u4f1a\u8bdd\u6545\u969c\u8f6c\u79fb: {0}
159 sfo-cfg
[all...]
H A DServerConfigService_zh_TW.properties43 saml-validate-cfg=\u6b63\u5728\u9a57\u8b49 SAML \u914d\u7f6e\u3002
44 saml-validate-cfg-prop=\u6b63\u5728\u9a57\u8b49 SAML \u7279\u6027\u3002
86 saml-invalid-cfg-prop=SAML \u76f8\u95dc\u7279\u6027\u542b\u6709\u7121\u6548\u503c\u3002
88 saml-exp-cfg-info-validation=\u9a57\u8b49 SAML \u914d\u7f6e\u8cc7\u8a0a\u6642\u767c\u751f\u7570\u5e38: {0}
115 svr-no-site-cfg=\u4f3a\u670d\u5668\u5be6\u4f8b {0} \u4e0d\u5c6c\u65bc\u4efb\u4f55\u7ad9\u9ede\u3002
116 svr-validate-site-cfg=\u6b63\u5728\u9a57\u8b49\u4f3a\u670d\u5668\u7ad9\u9ede\u914d\u7f6e
130 site-validate-cfg-prop=\u6b63\u5728\u9a57\u8b49\u7ad9\u9ede\u914d\u7f6e
149 sfo-validate-cfg-prop=\u6b63\u5728\u9a57\u8b49\u968e\u6bb5\u4f5c\u696d\u5bb9\u932f\u79fb\u8f49\u914d\u7f6e
158 sfo-cfg-enabled=\u5df2\u70ba\u4ee5\u4e0b\u5be6\u4f8b\u555f\u7528\u968e\u6bb5\u4f5c\u696d\u5bb9\u932f\u79fb\u8f49: {0}
159 sfo-cfg
[all...]
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java200 LocalDBIndexCfg cfg,
207 new AttributeIndex(cfg, state, env, EntryContainer.this);
221 public ConfigChangeResult applyConfigurationAdd(LocalDBIndexCfg cfg) argument
230 new AttributeIndex(cfg, state, env, EntryContainer.this);
236 cfg.getAttribute().getNameOrOID()));
238 attrIndexMap.put(cfg.getAttribute(), index);
258 LocalDBIndexCfg cfg, List<Message> unacceptableReasons)
268 public ConfigChangeResult applyConfigurationDelete(LocalDBIndexCfg cfg) argument
277 AttributeIndex index = attrIndexMap.get(cfg.getAttribute());
279 attrIndexMap.remove(cfg
199 isConfigurationAddAcceptable( LocalDBIndexCfg cfg, List<Message> unacceptableReasons) argument
257 isConfigurationDeleteAcceptable( LocalDBIndexCfg cfg, List<Message> unacceptableReasons) argument
311 isConfigurationAddAcceptable( LocalDBVLVIndexCfg cfg, List<Message> unacceptableReasons) argument
376 applyConfigurationAdd(LocalDBVLVIndexCfg cfg) argument
411 isConfigurationDeleteAcceptable( LocalDBVLVIndexCfg cfg, List<Message> unacceptableReasons) argument
423 applyConfigurationDelete(LocalDBVLVIndexCfg cfg) argument
3577 isConfigurationChangeAcceptable( LocalDBBackendCfg cfg, List<Message> unacceptableReasons) argument
3589 applyConfigurationChange(LocalDBBackendCfg cfg) argument
[all...]
H A DAttributeIndex.java1770 LocalDBIndexCfg cfg,
1773 AttributeType attrType = cfg.getAttribute();
1775 if (cfg.getIndexType().contains(LocalDBIndexCfgDefn.IndexType.EQUALITY))
1786 if (cfg.getIndexType().contains(LocalDBIndexCfgDefn.IndexType.SUBSTRING))
1798 if (cfg.getIndexType().contains(LocalDBIndexCfgDefn.IndexType.ORDERING))
1808 if (cfg.getIndexType().contains(LocalDBIndexCfgDefn.IndexType.APPROXIMATE))
1819 if (cfg.getIndexType().contains(LocalDBIndexCfgDefn.IndexType.EXTENSIBLE))
1822 cfg.getIndexExtensibleMatchingRule();
1839 LocalDBIndexCfg cfg)
1846 AttributeType attrType = cfg
1769 isConfigurationChangeAcceptable( LocalDBIndexCfg cfg, List<Message> unacceptableReasons) argument
1838 applyConfigurationChange( LocalDBIndexCfg cfg) argument
[all...]
H A DVLVIndex.java1697 LocalDBVLVIndexCfg cfg,
1703 SearchFilter.createFilterFromString(cfg.getFilter());
1708 cfg.getFilter(), name,
1714 String[] sortAttrs = cfg.getSortOrder().split(" ");
1766 LocalDBVLVIndexCfg cfg)
1773 if(!config.getBaseDN().equals(cfg.getBaseDN()))
1775 this.baseDN = cfg.getBaseDN();
1780 if(!config.getScope().equals(cfg.getScope()))
1782 this.scope = SearchScope.valueOf(cfg.getScope().name());
1788 cfg
1696 isConfigurationChangeAcceptable( LocalDBVLVIndexCfg cfg, List<Message> unacceptableReasons) argument
1765 applyConfigurationChange( LocalDBVLVIndexCfg cfg) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DMultimasterReplication.java282 ReplicationSynchronizationProviderCfg cfg) throws ConfigException
285 replicationServerListener = new ReplicationServerListener(cfg, dsrsShutdownSync);
289 cfg.addReplicationDomainAddListener(this);
290 cfg.addReplicationDomainDeleteListener(this);
294 cfg.addReplicationChangeListener(this);
296 replayThreadNumber = cfg.getNumUpdateReplayThreads();
297 connectionTimeoutMS = (int) Math.min(cfg.getConnectionTimeout(), Integer.MAX_VALUE);
300 for (String name : cfg.listReplicationDomains())
302 createNewDomain(cfg.getReplicationDomain(name));
281 initializeSynchronizationProvider( ReplicationSynchronizationProviderCfg cfg) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java209 LocalDBIndexCfg cfg,
216 new AttributeIndex(cfg, state, env, EntryContainer.this);
229 public ConfigChangeResult applyConfigurationAdd(LocalDBIndexCfg cfg) argument
238 new AttributeIndex(cfg, state, env, EntryContainer.this);
244 cfg.getAttribute().getNameOrOID()));
246 attrIndexMap.put(cfg.getAttribute(), index);
265 LocalDBIndexCfg cfg, List<Message> unacceptableReasons)
274 public ConfigChangeResult applyConfigurationDelete(LocalDBIndexCfg cfg) argument
283 AttributeIndex index = attrIndexMap.get(cfg.getAttribute());
285 attrIndexMap.remove(cfg
208 isConfigurationAddAcceptable( LocalDBIndexCfg cfg, List<Message> unacceptableReasons) argument
264 isConfigurationDeleteAcceptable( LocalDBIndexCfg cfg, List<Message> unacceptableReasons) argument
316 isConfigurationAddAcceptable( LocalDBVLVIndexCfg cfg, List<Message> unacceptableReasons) argument
380 applyConfigurationAdd(LocalDBVLVIndexCfg cfg) argument
414 isConfigurationDeleteAcceptable( LocalDBVLVIndexCfg cfg, List<Message> unacceptableReasons) argument
425 applyConfigurationDelete(LocalDBVLVIndexCfg cfg) argument
3595 isConfigurationChangeAcceptable( LocalDBBackendCfg cfg, List<Message> unacceptableReasons) argument
3606 applyConfigurationChange(LocalDBBackendCfg cfg) argument
[all...]
H A DAttributeIndex.java1767 LocalDBIndexCfg cfg,
1770 AttributeType attrType = cfg.getAttribute();
1772 if (cfg.getIndexType().contains(LocalDBIndexCfgDefn.IndexType.EQUALITY))
1783 if (cfg.getIndexType().contains(LocalDBIndexCfgDefn.IndexType.SUBSTRING))
1795 if (cfg.getIndexType().contains(LocalDBIndexCfgDefn.IndexType.ORDERING))
1805 if (cfg.getIndexType().contains(LocalDBIndexCfgDefn.IndexType.APPROXIMATE))
1816 if (cfg.getIndexType().contains(LocalDBIndexCfgDefn.IndexType.EXTENSIBLE))
1819 cfg.getIndexExtensibleMatchingRule();
1836 LocalDBIndexCfg cfg)
1843 AttributeType attrType = cfg
1766 isConfigurationChangeAcceptable( LocalDBIndexCfg cfg, List<Message> unacceptableReasons) argument
1835 applyConfigurationChange( LocalDBIndexCfg cfg) argument
[all...]
H A DVLVIndex.java1698 LocalDBVLVIndexCfg cfg,
1704 SearchFilter.createFilterFromString(cfg.getFilter());
1709 cfg.getFilter(), name,
1715 String[] sortAttrs = cfg.getSortOrder().split(" ");
1767 LocalDBVLVIndexCfg cfg)
1774 if(!config.getBaseDN().equals(cfg.getBaseDN()))
1776 this.baseDN = cfg.getBaseDN();
1781 if(!config.getScope().equals(cfg.getScope()))
1783 this.scope = SearchScope.valueOf(cfg.getScope().name());
1789 cfg
1697 isConfigurationChangeAcceptable( LocalDBVLVIndexCfg cfg, List<Message> unacceptableReasons) argument
1766 applyConfigurationChange( LocalDBVLVIndexCfg cfg) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java209 LocalDBIndexCfg cfg,
216 new AttributeIndex(cfg, state, env, EntryContainer.this);
229 public ConfigChangeResult applyConfigurationAdd(LocalDBIndexCfg cfg) argument
238 new AttributeIndex(cfg, state, env, EntryContainer.this);
244 cfg.getAttribute().getNameOrOID()));
246 attrIndexMap.put(cfg.getAttribute(), index);
265 LocalDBIndexCfg cfg, List<Message> unacceptableReasons)
274 public ConfigChangeResult applyConfigurationDelete(LocalDBIndexCfg cfg) argument
283 AttributeIndex index = attrIndexMap.get(cfg.getAttribute());
285 attrIndexMap.remove(cfg
208 isConfigurationAddAcceptable( LocalDBIndexCfg cfg, List<Message> unacceptableReasons) argument
264 isConfigurationDeleteAcceptable( LocalDBIndexCfg cfg, List<Message> unacceptableReasons) argument
316 isConfigurationAddAcceptable( LocalDBVLVIndexCfg cfg, List<Message> unacceptableReasons) argument
380 applyConfigurationAdd(LocalDBVLVIndexCfg cfg) argument
414 isConfigurationDeleteAcceptable( LocalDBVLVIndexCfg cfg, List<Message> unacceptableReasons) argument
425 applyConfigurationDelete(LocalDBVLVIndexCfg cfg) argument
3581 isConfigurationChangeAcceptable( LocalDBBackendCfg cfg, List<Message> unacceptableReasons) argument
3592 applyConfigurationChange(LocalDBBackendCfg cfg) argument
[all...]
H A DAttributeIndex.java1768 LocalDBIndexCfg cfg,
1771 AttributeType attrType = cfg.getAttribute();
1773 if (cfg.getIndexType().contains(LocalDBIndexCfgDefn.IndexType.EQUALITY))
1784 if (cfg.getIndexType().contains(LocalDBIndexCfgDefn.IndexType.SUBSTRING))
1796 if (cfg.getIndexType().contains(LocalDBIndexCfgDefn.IndexType.ORDERING))
1806 if (cfg.getIndexType().contains(LocalDBIndexCfgDefn.IndexType.APPROXIMATE))
1817 if (cfg.getIndexType().contains(LocalDBIndexCfgDefn.IndexType.EXTENSIBLE))
1820 cfg.getIndexExtensibleMatchingRule();
1837 LocalDBIndexCfg cfg)
1844 AttributeType attrType = cfg
1767 isConfigurationChangeAcceptable( LocalDBIndexCfg cfg, List<Message> unacceptableReasons) argument
1836 applyConfigurationChange( LocalDBIndexCfg cfg) argument
[all...]
H A DVLVIndex.java1698 LocalDBVLVIndexCfg cfg,
1704 SearchFilter.createFilterFromString(cfg.getFilter());
1709 cfg.getFilter(), name,
1715 String[] sortAttrs = cfg.getSortOrder().split(" ");
1767 LocalDBVLVIndexCfg cfg)
1774 if(!config.getBaseDN().equals(cfg.getBaseDN()))
1776 this.baseDN = cfg.getBaseDN();
1781 if(!config.getScope().equals(cfg.getScope()))
1783 this.scope = SearchScope.valueOf(cfg.getScope().name());
1789 cfg
1697 isConfigurationChangeAcceptable( LocalDBVLVIndexCfg cfg, List<Message> unacceptableReasons) argument
1766 applyConfigurationChange( LocalDBVLVIndexCfg cfg) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java200 LocalDBIndexCfg cfg,
207 new AttributeIndex(cfg, state, env, EntryContainer.this);
221 public ConfigChangeResult applyConfigurationAdd(LocalDBIndexCfg cfg) argument
230 new AttributeIndex(cfg, state, env, EntryContainer.this);
236 cfg.getAttribute().getNameOrOID()));
238 attrIndexMap.put(cfg.getAttribute(), index);
258 LocalDBIndexCfg cfg, List<Message> unacceptableReasons)
268 public ConfigChangeResult applyConfigurationDelete(LocalDBIndexCfg cfg) argument
277 AttributeIndex index = attrIndexMap.get(cfg.getAttribute());
279 attrIndexMap.remove(cfg
199 isConfigurationAddAcceptable( LocalDBIndexCfg cfg, List<Message> unacceptableReasons) argument
257 isConfigurationDeleteAcceptable( LocalDBIndexCfg cfg, List<Message> unacceptableReasons) argument
311 isConfigurationAddAcceptable( LocalDBVLVIndexCfg cfg, List<Message> unacceptableReasons) argument
376 applyConfigurationAdd(LocalDBVLVIndexCfg cfg) argument
411 isConfigurationDeleteAcceptable( LocalDBVLVIndexCfg cfg, List<Message> unacceptableReasons) argument
423 applyConfigurationDelete(LocalDBVLVIndexCfg cfg) argument
3577 isConfigurationChangeAcceptable( LocalDBBackendCfg cfg, List<Message> unacceptableReasons) argument
3589 applyConfigurationChange(LocalDBBackendCfg cfg) argument
[all...]
H A DAttributeIndex.java1770 LocalDBIndexCfg cfg,
1773 AttributeType attrType = cfg.getAttribute();
1775 if (cfg.getIndexType().contains(LocalDBIndexCfgDefn.IndexType.EQUALITY))
1786 if (cfg.getIndexType().contains(LocalDBIndexCfgDefn.IndexType.SUBSTRING))
1798 if (cfg.getIndexType().contains(LocalDBIndexCfgDefn.IndexType.ORDERING))
1808 if (cfg.getIndexType().contains(LocalDBIndexCfgDefn.IndexType.APPROXIMATE))
1819 if (cfg.getIndexType().contains(LocalDBIndexCfgDefn.IndexType.EXTENSIBLE))
1822 cfg.getIndexExtensibleMatchingRule();
1839 LocalDBIndexCfg cfg)
1846 AttributeType attrType = cfg
1769 isConfigurationChangeAcceptable( LocalDBIndexCfg cfg, List<Message> unacceptableReasons) argument
1838 applyConfigurationChange( LocalDBIndexCfg cfg) argument
[all...]
H A DVLVIndex.java1697 LocalDBVLVIndexCfg cfg,
1703 SearchFilter.createFilterFromString(cfg.getFilter());
1708 cfg.getFilter(), name,
1714 String[] sortAttrs = cfg.getSortOrder().split(" ");
1766 LocalDBVLVIndexCfg cfg)
1773 if(!config.getBaseDN().equals(cfg.getBaseDN()))
1775 this.baseDN = cfg.getBaseDN();
1780 if(!config.getScope().equals(cfg.getScope()))
1782 this.scope = SearchScope.valueOf(cfg.getScope().name());
1788 cfg
1696 isConfigurationChangeAcceptable( LocalDBVLVIndexCfg cfg, List<Message> unacceptableReasons) argument
1765 applyConfigurationChange( LocalDBVLVIndexCfg cfg) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DMultimasterReplication.java282 ReplicationSynchronizationProviderCfg cfg) throws ConfigException
285 replicationServerListener = new ReplicationServerListener(cfg, dsrsShutdownSync);
289 cfg.addReplicationDomainAddListener(this);
290 cfg.addReplicationDomainDeleteListener(this);
294 cfg.addReplicationChangeListener(this);
296 replayThreadNumber = cfg.getNumUpdateReplayThreads();
297 connectionTimeoutMS = (int) Math.min(cfg.getConnectionTimeout(), Integer.MAX_VALUE);
300 for (String name : cfg.listReplicationDomains())
302 createNewDomain(cfg.getReplicationDomain(name));
281 initializeSynchronizationProvider( ReplicationSynchronizationProviderCfg cfg) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java209 LocalDBIndexCfg cfg,
216 new AttributeIndex(cfg, state, env, EntryContainer.this);
229 public ConfigChangeResult applyConfigurationAdd(LocalDBIndexCfg cfg) argument
238 new AttributeIndex(cfg, state, env, EntryContainer.this);
244 cfg.getAttribute().getNameOrOID()));
246 attrIndexMap.put(cfg.getAttribute(), index);
265 LocalDBIndexCfg cfg, List<Message> unacceptableReasons)
274 public ConfigChangeResult applyConfigurationDelete(LocalDBIndexCfg cfg) argument
283 AttributeIndex index = attrIndexMap.get(cfg.getAttribute());
285 attrIndexMap.remove(cfg
208 isConfigurationAddAcceptable( LocalDBIndexCfg cfg, List<Message> unacceptableReasons) argument
264 isConfigurationDeleteAcceptable( LocalDBIndexCfg cfg, List<Message> unacceptableReasons) argument
316 isConfigurationAddAcceptable( LocalDBVLVIndexCfg cfg, List<Message> unacceptableReasons) argument
380 applyConfigurationAdd(LocalDBVLVIndexCfg cfg) argument
414 isConfigurationDeleteAcceptable( LocalDBVLVIndexCfg cfg, List<Message> unacceptableReasons) argument
425 applyConfigurationDelete(LocalDBVLVIndexCfg cfg) argument
3595 isConfigurationChangeAcceptable( LocalDBBackendCfg cfg, List<Message> unacceptableReasons) argument
3606 applyConfigurationChange(LocalDBBackendCfg cfg) argument
[all...]
H A DAttributeIndex.java1767 LocalDBIndexCfg cfg,
1770 AttributeType attrType = cfg.getAttribute();
1772 if (cfg.getIndexType().contains(LocalDBIndexCfgDefn.IndexType.EQUALITY))
1783 if (cfg.getIndexType().contains(LocalDBIndexCfgDefn.IndexType.SUBSTRING))
1795 if (cfg.getIndexType().contains(LocalDBIndexCfgDefn.IndexType.ORDERING))
1805 if (cfg.getIndexType().contains(LocalDBIndexCfgDefn.IndexType.APPROXIMATE))
1816 if (cfg.getIndexType().contains(LocalDBIndexCfgDefn.IndexType.EXTENSIBLE))
1819 cfg.getIndexExtensibleMatchingRule();
1836 LocalDBIndexCfg cfg)
1843 AttributeType attrType = cfg
1766 isConfigurationChangeAcceptable( LocalDBIndexCfg cfg, List<Message> unacceptableReasons) argument
1835 applyConfigurationChange( LocalDBIndexCfg cfg) argument
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/button/
H A Dbutton-beta-debug.js1184 oItem.cfg.subscribeToConfigEvent("selected",
1204 oMenu.cfg.setProperty("visible", false);
1205 oMenu.cfg.setProperty("context", [oButtonElement, "tl", "bl"]);
1335 if (oMenuItem && !oMenuItem.cfg.getProperty("selected")) {
1337 oMenuItem.cfg.setProperty("selected", true);
1507 oMenu.cfg.applyConfig({ context: [this.get("id"), "tl", "bl"],
1512 oMenu.cfg.fireQueue();
1537 if ((oMenu.cfg.getProperty("y") + nMenuHeight) >
1547 nY = oMenu.cfg.getProperty("y");
1557 oMenu.cfg
[all...]
H A Dbutton-beta-min.js48 if(p_oMenu&&(p_oMenu instanceof Menu)){oMenu=p_oMenu;aItems=oMenu.getItems();nItems=aItems.length;bInstance=true;if(nItems>0){i=nItems-1;do{oItem=aItems[i];if(oItem){oItem.cfg.subscribeToConfigEvent("selected",this._onMenuItemSelected,oItem,this);}}
51 else if(p_oMenu&&(p_oMenu instanceof Overlay)){oMenu=p_oMenu;bInstance=true;oMenu.cfg.setProperty("visible",false);oMenu.cfg.setProperty("context",[oButtonElement,"tl","bl"]);initMenu.call(this);}
58 if(!this._onclickAttributeValue&&Lang.isObject(p_oObject)&&Lang.isFunction(p_oObject.fn)){this.on("click",p_oObject.fn,p_oObject.obj,p_oObject.scope);this._onclickAttributeValue=p_oObject;}},_setSelectedMenuItem:function(p_nIndex){var oMenu=this._menu,oMenuItem;if(oMenu&&oMenu instanceof Menu){oMenuItem=oMenu.getItem(p_nIndex);if(oMenuItem&&!oMenuItem.cfg.getProperty("selected")){oMenuItem.cfg.setProperty("selected",true);}}},_isActivationKey:function(p_nKeyCode){var sType=this.get("type"),aKeyCodes=(sType=="checkbox"||sType=="radio")?this.CHECK_ACTIVATION_KEYS:this.ACTIVATION_KEYS,nKeyCodes=aKeyCodes.length,i;if(nKeyCodes>0){i=nKeyCodes-1;do{if(p_nKeyCode==aKeyCodes[i]){return true;}}
64 var oMenu=this._menu,nViewportHeight=Dom.getViewportHeight(),nMenuHeight,nScrollTop,nY;if(oMenu&&(oMenu instanceof Menu)){oMenu.cfg.applyConfig({context:[this.get("id"),"tl","bl"],constraintoviewport:false,clicktohide:false,visible:true});oMenu.cfg.fireQueue();oMenu.align("tl","bl");if(p_oEvent.type=="mousedown"){Event.stopPropagation(p_oEvent);}
66 nMenuHeight=oMenu.element.offsetHeight;if((oMenu.cfg.getProperty("y")+nMenuHeight)>nViewportHeight){oMenu.align("bl","tl");nY=oMenu.cfg.getProperty("y");nScrollTop=Dom.getDocumentScrollTop();if(nScrollTop>=nY){if(this._originalMaxHeight==-1){this._originalMaxHeight=oMenu.cfg
[all...]
H A Dbutton-beta.js1155 oItem.cfg.subscribeToConfigEvent("selected",
1175 oMenu.cfg.setProperty("visible", false);
1176 oMenu.cfg.setProperty("context", [oButtonElement, "tl", "bl"]);
1306 if (oMenuItem && !oMenuItem.cfg.getProperty("selected")) {
1308 oMenuItem.cfg.setProperty("selected", true);
1478 oMenu.cfg.applyConfig({ context: [this.get("id"), "tl", "bl"],
1483 oMenu.cfg.fireQueue();
1508 if ((oMenu.cfg.getProperty("y") + nMenuHeight) >
1514 nY = oMenu.cfg.getProperty("y");
1524 oMenu.cfg
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/button/
H A Dbutton-beta-debug.js1184 oItem.cfg.subscribeToConfigEvent("selected",
1204 oMenu.cfg.setProperty("visible", false);
1205 oMenu.cfg.setProperty("context", [oButtonElement, "tl", "bl"]);
1335 if (oMenuItem && !oMenuItem.cfg.getProperty("selected")) {
1337 oMenuItem.cfg.setProperty("selected", true);
1507 oMenu.cfg.applyConfig({ context: [this.get("id"), "tl", "bl"],
1512 oMenu.cfg.fireQueue();
1537 if ((oMenu.cfg.getProperty("y") + nMenuHeight) >
1547 nY = oMenu.cfg.getProperty("y");
1557 oMenu.cfg
[all...]
H A Dbutton-beta-min.js48 if(p_oMenu&&(p_oMenu instanceof Menu)){oMenu=p_oMenu;aItems=oMenu.getItems();nItems=aItems.length;bInstance=true;if(nItems>0){i=nItems-1;do{oItem=aItems[i];if(oItem){oItem.cfg.subscribeToConfigEvent("selected",this._onMenuItemSelected,oItem,this);}}
51 else if(p_oMenu&&(p_oMenu instanceof Overlay)){oMenu=p_oMenu;bInstance=true;oMenu.cfg.setProperty("visible",false);oMenu.cfg.setProperty("context",[oButtonElement,"tl","bl"]);initMenu.call(this);}
58 if(!this._onclickAttributeValue&&Lang.isObject(p_oObject)&&Lang.isFunction(p_oObject.fn)){this.on("click",p_oObject.fn,p_oObject.obj,p_oObject.scope);this._onclickAttributeValue=p_oObject;}},_setSelectedMenuItem:function(p_nIndex){var oMenu=this._menu,oMenuItem;if(oMenu&&oMenu instanceof Menu){oMenuItem=oMenu.getItem(p_nIndex);if(oMenuItem&&!oMenuItem.cfg.getProperty("selected")){oMenuItem.cfg.setProperty("selected",true);}}},_isActivationKey:function(p_nKeyCode){var sType=this.get("type"),aKeyCodes=(sType=="checkbox"||sType=="radio")?this.CHECK_ACTIVATION_KEYS:this.ACTIVATION_KEYS,nKeyCodes=aKeyCodes.length,i;if(nKeyCodes>0){i=nKeyCodes-1;do{if(p_nKeyCode==aKeyCodes[i]){return true;}}
64 var oMenu=this._menu,nViewportHeight=Dom.getViewportHeight(),nMenuHeight,nScrollTop,nY;if(oMenu&&(oMenu instanceof Menu)){oMenu.cfg.applyConfig({context:[this.get("id"),"tl","bl"],constraintoviewport:false,clicktohide:false,visible:true});oMenu.cfg.fireQueue();oMenu.align("tl","bl");if(p_oEvent.type=="mousedown"){Event.stopPropagation(p_oEvent);}
66 nMenuHeight=oMenu.element.offsetHeight;if((oMenu.cfg.getProperty("y")+nMenuHeight)>nViewportHeight){oMenu.align("bl","tl");nY=oMenu.cfg.getProperty("y");nScrollTop=Dom.getDocumentScrollTop();if(nScrollTop>=nY){if(this._originalMaxHeight==-1){this._originalMaxHeight=oMenu.cfg
[all...]
H A Dbutton-beta.js1155 oItem.cfg.subscribeToConfigEvent("selected",
1175 oMenu.cfg.setProperty("visible", false);
1176 oMenu.cfg.setProperty("context", [oButtonElement, "tl", "bl"]);
1306 if (oMenuItem && !oMenuItem.cfg.getProperty("selected")) {
1308 oMenuItem.cfg.setProperty("selected", true);
1478 oMenu.cfg.applyConfig({ context: [this.get("id"), "tl", "bl"],
1483 oMenu.cfg.fireQueue();
1508 if ((oMenu.cfg.getProperty("y") + nMenuHeight) >
1514 nY = oMenu.cfg.getProperty("y");
1524 oMenu.cfg
[all...]

Completed in 164 milliseconds

1234567891011>>