Searched refs:subscribe (Results 51 - 75 of 137) sorted by relevance

123456

/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/button/
H A Dbutton-beta-debug.js1085 oMenu.showEvent.subscribe(this._onMenuShow, null, this);
1086 oMenu.hideEvent.subscribe(this._onMenuHide, null, this);
1087 oMenu.renderEvent.subscribe(this._onMenuRender, null, this);
1092 oMenu.keyDownEvent.subscribe(this._onMenuKeyDown,
1095 oMenu.clickEvent.subscribe(this._onMenuClick,
1098 oMenu.itemAddedEvent.subscribe(this._onMenuItemAdded,
1140 oMenu.beforeShowEvent.subscribe(
H A Dbutton-beta-min.js42 function initMenu(){if(oMenu){Dom.addClass(oMenu.element,this.get("menuclassname"));Dom.addClass(oMenu.element,"yui-"+this.get("type")+"-button-menu");oMenu.showEvent.subscribe(this._onMenuShow,null,this);oMenu.hideEvent.subscribe(this._onMenuHide,null,this);oMenu.renderEvent.subscribe(this._onMenuRender,null,this);if(oMenu instanceof Menu){oMenu.keyDownEvent.subscribe(this._onMenuKeyDown,this,true);oMenu.clickEvent.subscribe(this._onMenuClick,this,true);oMenu.itemAddedEvent.subscribe(this._onMenuItemAdded,this,true);oSrcElement=oMenu.srcElement;if(oSrcElement&&oSrcElement.nodeName.toUpperCase()=="SELECT"){oSrcElement.style.display="none";oSrcElement.parentNode.removeChild(oSrcElement);}}
45 this._menu=oMenu;if(!bInstance){if(bLazyLoad&&!(oMenu instanceof Menu)){oMenu.beforeShowEvent.subscribe(this._onOverlayBeforeShow,null,this);}
H A Dbutton-beta.js1056 oMenu.showEvent.subscribe(this._onMenuShow, null, this);
1057 oMenu.hideEvent.subscribe(this._onMenuHide, null, this);
1058 oMenu.renderEvent.subscribe(this._onMenuRender, null, this);
1063 oMenu.keyDownEvent.subscribe(this._onMenuKeyDown,
1066 oMenu.clickEvent.subscribe(this._onMenuClick,
1069 oMenu.itemAddedEvent.subscribe(this._onMenuItemAdded,
1111 oMenu.beforeShowEvent.subscribe(
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/button/
H A Dbutton-beta-debug.js1085 oMenu.showEvent.subscribe(this._onMenuShow, null, this);
1086 oMenu.hideEvent.subscribe(this._onMenuHide, null, this);
1087 oMenu.renderEvent.subscribe(this._onMenuRender, null, this);
1092 oMenu.keyDownEvent.subscribe(this._onMenuKeyDown,
1095 oMenu.clickEvent.subscribe(this._onMenuClick,
1098 oMenu.itemAddedEvent.subscribe(this._onMenuItemAdded,
1140 oMenu.beforeShowEvent.subscribe(
H A Dbutton-beta-min.js42 function initMenu(){if(oMenu){Dom.addClass(oMenu.element,this.get("menuclassname"));Dom.addClass(oMenu.element,"yui-"+this.get("type")+"-button-menu");oMenu.showEvent.subscribe(this._onMenuShow,null,this);oMenu.hideEvent.subscribe(this._onMenuHide,null,this);oMenu.renderEvent.subscribe(this._onMenuRender,null,this);if(oMenu instanceof Menu){oMenu.keyDownEvent.subscribe(this._onMenuKeyDown,this,true);oMenu.clickEvent.subscribe(this._onMenuClick,this,true);oMenu.itemAddedEvent.subscribe(this._onMenuItemAdded,this,true);oSrcElement=oMenu.srcElement;if(oSrcElement&&oSrcElement.nodeName.toUpperCase()=="SELECT"){oSrcElement.style.display="none";oSrcElement.parentNode.removeChild(oSrcElement);}}
45 this._menu=oMenu;if(!bInstance){if(bLazyLoad&&!(oMenu instanceof Menu)){oMenu.beforeShowEvent.subscribe(this._onOverlayBeforeShow,null,this);}
H A Dbutton-beta.js1056 oMenu.showEvent.subscribe(this._onMenuShow, null, this);
1057 oMenu.hideEvent.subscribe(this._onMenuHide, null, this);
1058 oMenu.renderEvent.subscribe(this._onMenuRender, null, this);
1063 oMenu.keyDownEvent.subscribe(this._onMenuKeyDown,
1066 oMenu.clickEvent.subscribe(this._onMenuClick,
1069 oMenu.itemAddedEvent.subscribe(this._onMenuItemAdded,
1111 oMenu.beforeShowEvent.subscribe(
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/calendar/
H A Dcalendar-debug.js188 propertyObject.event.subscribe(propertyObject.handler,
528 * @param {Function} handler The handler function to use subscribe to
545 property.event.subscribe(handler, obj, override);
564 * @param {Function} handler The handler function to use subscribe to
1546 this.beforeSelectEvent.subscribe(this.onBeforeSelect, this, true);
1547 this.selectEvent.subscribe(this.onSelect, this, true);
1548 this.beforeDeselectEvent.subscribe(this.onBeforeDeselect, this, true);
1549 this.deselectEvent.subscribe(this.onDeselect, this, true);
1550 this.changePageEvent.subscribe(this.onChangePage, this, true);
1551 this.renderEvent.subscribe(thi
[all...]
H A Dcalendar-min.js9 if(!owner){}};var Lang=YAHOO.lang,CustomEvent=YAHOO.util.CustomEvent,Config=YAHOO.util.Config;Config.CONFIG_CHANGED_EVENT="configChanged";Config.BOOLEAN_TYPE="boolean";Config.prototype={owner:null,queueInProgress:false,config:null,initialConfig:null,eventQueue:null,configChangedEvent:null,init:function(owner){this.owner=owner;this.configChangedEvent=this.createEvent(Config.CONFIG_CHANGED_EVENT);this.configChangedEvent.signature=CustomEvent.LIST;this.queueInProgress=false;this.config={};this.initialConfig={};this.eventQueue=[];},checkBoolean:function(val){return(typeof val==Config.BOOLEAN_TYPE);},checkNumber:function(val){return(!isNaN(val));},fireEvent:function(key,value){var property=this.config[key];if(property&&property.event){property.event.fire(value);}},addProperty:function(key,propertyObject){key=key.toLowerCase();this.config[key]=propertyObject;propertyObject.event=this.createEvent(key,{scope:this.owner});propertyObject.event.signature=CustomEvent.LIST;propertyObject.key=key;if(propertyObject.handler){propertyObject.event.subscribe(propertyObject.handler,this.owner);}
19 this.queueInProgress=false;this.eventQueue=[];},subscribeToConfigEvent:function(key,handler,obj,override){var property=this.config[key.toLowerCase()];if(property&&property.event){if(!Config.alreadySubscribed(property.event,handler,obj)){property.event.subscribe(handler,obj,override);}
35 if(!title||title===""){YAHOO.util.Dom.removeClass(this.oDomContainer,"withtitle");}}};YAHOO.widget.Calendar.prototype.initEvents=function(){var defEvents=YAHOO.widget.Calendar._EVENT_TYPES;this.beforeSelectEvent=new YAHOO.util.CustomEvent(defEvents.BEFORE_SELECT);this.selectEvent=new YAHOO.util.CustomEvent(defEvents.SELECT);this.beforeDeselectEvent=new YAHOO.util.CustomEvent(defEvents.BEFORE_DESELECT);this.deselectEvent=new YAHOO.util.CustomEvent(defEvents.DESELECT);this.changePageEvent=new YAHOO.util.CustomEvent(defEvents.CHANGE_PAGE);this.beforeRenderEvent=new YAHOO.util.CustomEvent(defEvents.BEFORE_RENDER);this.renderEvent=new YAHOO.util.CustomEvent(defEvents.RENDER);this.resetEvent=new YAHOO.util.CustomEvent(defEvents.RESET);this.clearEvent=new YAHOO.util.CustomEvent(defEvents.CLEAR);this.beforeSelectEvent.subscribe(this.onBeforeSelect,this,true);this.selectEvent.subscribe(this.onSelect,this,true);this.beforeDeselectEvent.subscribe(this.onBeforeDeselect,this,true);this.deselectEvent.subscribe(this.onDeselect,this,true);this.changePageEvent.subscribe(this.onChangePage,this,true);this.renderEvent.subscribe(this.onRender,this,true);this.resetEvent.subscribe(this.onReset,this,true);this.clearEvent.subscribe(thi
[all...]
H A Dcalendar.js185 propertyObject.event.subscribe(propertyObject.handler,
522 * @param {Function} handler The handler function to use subscribe to
539 property.event.subscribe(handler, obj, override);
558 * @param {Function} handler The handler function to use subscribe to
1538 this.beforeSelectEvent.subscribe(this.onBeforeSelect, this, true);
1539 this.selectEvent.subscribe(this.onSelect, this, true);
1540 this.beforeDeselectEvent.subscribe(this.onBeforeDeselect, this, true);
1541 this.deselectEvent.subscribe(this.onDeselect, this, true);
1542 this.changePageEvent.subscribe(this.onChangePage, this, true);
1543 this.renderEvent.subscribe(thi
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/calendar/
H A Dcalendar-debug.js188 propertyObject.event.subscribe(propertyObject.handler,
528 * @param {Function} handler The handler function to use subscribe to
545 property.event.subscribe(handler, obj, override);
564 * @param {Function} handler The handler function to use subscribe to
1546 this.beforeSelectEvent.subscribe(this.onBeforeSelect, this, true);
1547 this.selectEvent.subscribe(this.onSelect, this, true);
1548 this.beforeDeselectEvent.subscribe(this.onBeforeDeselect, this, true);
1549 this.deselectEvent.subscribe(this.onDeselect, this, true);
1550 this.changePageEvent.subscribe(this.onChangePage, this, true);
1551 this.renderEvent.subscribe(thi
[all...]
H A Dcalendar-min.js9 if(!owner){}};var Lang=YAHOO.lang,CustomEvent=YAHOO.util.CustomEvent,Config=YAHOO.util.Config;Config.CONFIG_CHANGED_EVENT="configChanged";Config.BOOLEAN_TYPE="boolean";Config.prototype={owner:null,queueInProgress:false,config:null,initialConfig:null,eventQueue:null,configChangedEvent:null,init:function(owner){this.owner=owner;this.configChangedEvent=this.createEvent(Config.CONFIG_CHANGED_EVENT);this.configChangedEvent.signature=CustomEvent.LIST;this.queueInProgress=false;this.config={};this.initialConfig={};this.eventQueue=[];},checkBoolean:function(val){return(typeof val==Config.BOOLEAN_TYPE);},checkNumber:function(val){return(!isNaN(val));},fireEvent:function(key,value){var property=this.config[key];if(property&&property.event){property.event.fire(value);}},addProperty:function(key,propertyObject){key=key.toLowerCase();this.config[key]=propertyObject;propertyObject.event=this.createEvent(key,{scope:this.owner});propertyObject.event.signature=CustomEvent.LIST;propertyObject.key=key;if(propertyObject.handler){propertyObject.event.subscribe(propertyObject.handler,this.owner);}
19 this.queueInProgress=false;this.eventQueue=[];},subscribeToConfigEvent:function(key,handler,obj,override){var property=this.config[key.toLowerCase()];if(property&&property.event){if(!Config.alreadySubscribed(property.event,handler,obj)){property.event.subscribe(handler,obj,override);}
35 if(!title||title===""){YAHOO.util.Dom.removeClass(this.oDomContainer,"withtitle");}}};YAHOO.widget.Calendar.prototype.initEvents=function(){var defEvents=YAHOO.widget.Calendar._EVENT_TYPES;this.beforeSelectEvent=new YAHOO.util.CustomEvent(defEvents.BEFORE_SELECT);this.selectEvent=new YAHOO.util.CustomEvent(defEvents.SELECT);this.beforeDeselectEvent=new YAHOO.util.CustomEvent(defEvents.BEFORE_DESELECT);this.deselectEvent=new YAHOO.util.CustomEvent(defEvents.DESELECT);this.changePageEvent=new YAHOO.util.CustomEvent(defEvents.CHANGE_PAGE);this.beforeRenderEvent=new YAHOO.util.CustomEvent(defEvents.BEFORE_RENDER);this.renderEvent=new YAHOO.util.CustomEvent(defEvents.RENDER);this.resetEvent=new YAHOO.util.CustomEvent(defEvents.RESET);this.clearEvent=new YAHOO.util.CustomEvent(defEvents.CLEAR);this.beforeSelectEvent.subscribe(this.onBeforeSelect,this,true);this.selectEvent.subscribe(this.onSelect,this,true);this.beforeDeselectEvent.subscribe(this.onBeforeDeselect,this,true);this.deselectEvent.subscribe(this.onDeselect,this,true);this.changePageEvent.subscribe(this.onChangePage,this,true);this.renderEvent.subscribe(this.onRender,this,true);this.resetEvent.subscribe(this.onReset,this,true);this.clearEvent.subscribe(thi
[all...]
H A Dcalendar.js185 propertyObject.event.subscribe(propertyObject.handler,
522 * @param {Function} handler The handler function to use subscribe to
539 property.event.subscribe(handler, obj, override);
558 * @param {Function} handler The handler function to use subscribe to
1538 this.beforeSelectEvent.subscribe(this.onBeforeSelect, this, true);
1539 this.selectEvent.subscribe(this.onSelect, this, true);
1540 this.beforeDeselectEvent.subscribe(this.onBeforeDeselect, this, true);
1541 this.deselectEvent.subscribe(this.onDeselect, this, true);
1542 this.changePageEvent.subscribe(this.onChangePage, this, true);
1543 this.renderEvent.subscribe(thi
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/element/
H A Delement-beta-debug.js586 YAHOO.util.EventProvider.prototype.subscribe.apply(this, arguments); // notify via customEvent
602 * @method subscribe
608 subscribe: function() { this.addListener.apply(this, arguments); },
H A Delement-beta-min.js21 YAHOO.util.EventProvider.prototype.subscribe.apply(this,arguments);},on:function(){this.addListener.apply(this,arguments);},subscribe:function(){this.addListener.apply(this,arguments);},removeListener:function(type,fn){this.unsubscribe.apply(this,arguments);},addClass:function(className){Dom.addClass(this.get('element'),className);},getElementsByClassName:function(className,tag){return Dom.getElementsByClassName(className,tag,this.get('element'));},hasClass:function(className){return Dom.hasClass(this.get('element'),className);},removeClass:function(className){return Dom.removeClass(this.get('element'),className);},replaceClass:function(oldClassName,newClassName){return Dom.replaceClass(this.get('element'),oldClassName,newClassName);},setStyle:function(property,value){var el=this.get('element');if(!el){return this._queue[this._queue.length]=['setStyle',arguments];}
H A Delement-beta.js577 YAHOO.util.EventProvider.prototype.subscribe.apply(this, arguments); // notify via customEvent
593 * @method subscribe
599 subscribe: function() { this.addListener.apply(this, arguments); },
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/element/
H A Delement-beta-debug.js586 YAHOO.util.EventProvider.prototype.subscribe.apply(this, arguments); // notify via customEvent
602 * @method subscribe
608 subscribe: function() { this.addListener.apply(this, arguments); },
H A Delement-beta-min.js21 YAHOO.util.EventProvider.prototype.subscribe.apply(this,arguments);},on:function(){this.addListener.apply(this,arguments);},subscribe:function(){this.addListener.apply(this,arguments);},removeListener:function(type,fn){this.unsubscribe.apply(this,arguments);},addClass:function(className){Dom.addClass(this.get('element'),className);},getElementsByClassName:function(className,tag){return Dom.getElementsByClassName(className,tag,this.get('element'));},hasClass:function(className){return Dom.hasClass(this.get('element'),className);},removeClass:function(className){return Dom.removeClass(this.get('element'),className);},replaceClass:function(oldClassName,newClassName){return Dom.replaceClass(this.get('element'),oldClassName,newClassName);},setStyle:function(property,value){var el=this.get('element');if(!el){return this._queue[this._queue.length]=['setStyle',arguments];}
H A Delement-beta.js577 YAHOO.util.EventProvider.prototype.subscribe.apply(this, arguments); // notify via customEvent
593 * @method subscribe
599 subscribe: function() { this.addListener.apply(this, arguments); },
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/session/blacklist/
H A DCTSSessionBlacklist.java139 public void subscribe(final Listener listener) { method in class:CTSSessionBlacklist
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/logger/
H A Dlogger-debug.js213 YAHOO.widget.Logger.newLogEvent.subscribe(this._onNewLog, this);
214 YAHOO.widget.Logger.logResetEvent.subscribe(this._onReset, this);
216 YAHOO.widget.Logger.categoryCreateEvent.subscribe(this._onCategoryCreate, this);
217 YAHOO.widget.Logger.sourceCreateEvent.subscribe(this._onSourceCreate, this);
H A Dlogger-min.js13 this._initHeaderEl();this._initConsoleEl();this._initFooterEl();this._initDragDrop();this._initCategories();this._initSources();YAHOO.widget.Logger.newLogEvent.subscribe(this._onNewLog,this);YAHOO.widget.Logger.logResetEvent.subscribe(this._onReset,this);YAHOO.widget.Logger.categoryCreateEvent.subscribe(this._onCategoryCreate,this);YAHOO.widget.Logger.sourceCreateEvent.subscribe(this._onSourceCreate,this);this._filterLogs();YAHOO.log("LogReader initialized",null,this.toString());};YAHOO.widget.LogReader.prototype.logReaderEnabled=true;YAHOO.widget.LogReader.prototype.width=null;YAHOO.widget.LogReader.prototype.height=null;YAHOO.widget.LogReader.prototype.top=null;YAHOO.widget.LogReader.prototype.left=null;YAHOO.widget.LogReader.prototype.right=null;YAHOO.widget.LogReader.prototype.bottom=null;YAHOO.widget.LogReader.prototype.fontSize=null;YAHOO.widget.LogReader.prototype.footerEnabled=true;YAHOO.widget.LogReader.prototype.verboseOutput=true;YAHOO.widget.LogReader.prototype.newestOnTop=true;YAHOO.widget.LogReader.prototype.outputBuffer=100;YAHOO.widget.LogReader.prototype.thresholdMax=500;YAHOO.widget.LogReader.prototype.thresholdMin=100;YAHOO.widget.LogReader.prototype.isCollapsed=false;YAHOO.widget.LogReader.prototype.isPaused=false;YAHOO.widget.LogReader.prototype.draggable=true;YAHOO.widget.LogReader.prototype.toString=function(){return"LogReader instance"+this._sName;};YAHOO.widget.LogReader.prototype.pause=function(){this.isPaused=true;this._btnPause.value="Resume";this._timeout=null;this.logReaderEnabled=false;};YAHOO.widget.LogReader.prototype.resume=function(){this.isPaused=false;this._btnPause.value="Pause";this.logReaderEnabled=true;this._printBuffer();};YAHOO.widget.LogReader.prototype.hide=function(){this._elContainer.style.display="none";};YAHOO.widget.LogReader.prototype.show=function(){this._elContainer.style.display="block";};YAHOO.widget.LogReader.prototype.collapse=function(){this._elConsole.style.display="none";if(this._elFt){this._elFt.style.display="none";}
H A Dlogger.js213 YAHOO.widget.Logger.newLogEvent.subscribe(this._onNewLog, this);
214 YAHOO.widget.Logger.logResetEvent.subscribe(this._onReset, this);
216 YAHOO.widget.Logger.categoryCreateEvent.subscribe(this._onCategoryCreate, this);
217 YAHOO.widget.Logger.sourceCreateEvent.subscribe(this._onSourceCreate, this);
/forgerock/openam/openam-notifications-websocket/src/main/java/org/forgerock/openam/notifications/websocket/
H A DNotificationsWebSocket.java59 * "action": "subscribe",
116 subscription = broker.subscribe(new WebSocketConsumer(session));
175 if (!action.equals("subscribe")) {
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/logger/
H A Dlogger-debug.js213 YAHOO.widget.Logger.newLogEvent.subscribe(this._onNewLog, this);
214 YAHOO.widget.Logger.logResetEvent.subscribe(this._onReset, this);
216 YAHOO.widget.Logger.categoryCreateEvent.subscribe(this._onCategoryCreate, this);
217 YAHOO.widget.Logger.sourceCreateEvent.subscribe(this._onSourceCreate, this);
H A Dlogger-min.js13 this._initHeaderEl();this._initConsoleEl();this._initFooterEl();this._initDragDrop();this._initCategories();this._initSources();YAHOO.widget.Logger.newLogEvent.subscribe(this._onNewLog,this);YAHOO.widget.Logger.logResetEvent.subscribe(this._onReset,this);YAHOO.widget.Logger.categoryCreateEvent.subscribe(this._onCategoryCreate,this);YAHOO.widget.Logger.sourceCreateEvent.subscribe(this._onSourceCreate,this);this._filterLogs();YAHOO.log("LogReader initialized",null,this.toString());};YAHOO.widget.LogReader.prototype.logReaderEnabled=true;YAHOO.widget.LogReader.prototype.width=null;YAHOO.widget.LogReader.prototype.height=null;YAHOO.widget.LogReader.prototype.top=null;YAHOO.widget.LogReader.prototype.left=null;YAHOO.widget.LogReader.prototype.right=null;YAHOO.widget.LogReader.prototype.bottom=null;YAHOO.widget.LogReader.prototype.fontSize=null;YAHOO.widget.LogReader.prototype.footerEnabled=true;YAHOO.widget.LogReader.prototype.verboseOutput=true;YAHOO.widget.LogReader.prototype.newestOnTop=true;YAHOO.widget.LogReader.prototype.outputBuffer=100;YAHOO.widget.LogReader.prototype.thresholdMax=500;YAHOO.widget.LogReader.prototype.thresholdMin=100;YAHOO.widget.LogReader.prototype.isCollapsed=false;YAHOO.widget.LogReader.prototype.isPaused=false;YAHOO.widget.LogReader.prototype.draggable=true;YAHOO.widget.LogReader.prototype.toString=function(){return"LogReader instance"+this._sName;};YAHOO.widget.LogReader.prototype.pause=function(){this.isPaused=true;this._btnPause.value="Resume";this._timeout=null;this.logReaderEnabled=false;};YAHOO.widget.LogReader.prototype.resume=function(){this.isPaused=false;this._btnPause.value="Pause";this.logReaderEnabled=true;this._printBuffer();};YAHOO.widget.LogReader.prototype.hide=function(){this._elContainer.style.display="none";};YAHOO.widget.LogReader.prototype.show=function(){this._elContainer.style.display="block";};YAHOO.widget.LogReader.prototype.collapse=function(){this._elConsole.style.display="none";if(this._elFt){this._elFt.style.display="none";}

Completed in 99 milliseconds

123456