Searched refs:owner (Results 276 - 300 of 2717) sorted by relevance

<<11121314151617181920>>

/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/container/
H A Dcontainer_core-debug.js18 * @param {Object} owner The owner Object to which this Config Object belongs
20 YAHOO.util.Config = function (owner) {
22 if (owner) {
24 this.init(owner);
28 if (!owner) {
30 YAHOO.log("No owner specified for Config object", "error");
63 * Object reference to the owner of this Config Object
64 * @property owner
67 owner
[all...]
H A Dcontainer_core-min.js8 (function(){YAHOO.util.Config=function(owner){if(owner){this.init(owner);}
9 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);}
[all...]
H A Dcontainer_core.js18 * @param {Object} owner The owner Object to which this Config Object belongs
20 YAHOO.util.Config = function (owner) {
22 if (owner) {
24 this.init(owner);
28 if (!owner) {
62 * Object reference to the owner of this Config Object
63 * @property owner
66 owner: null,
113 * @param {Object} owner Th
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/container/
H A Dcontainer_core-debug.js18 * @param {Object} owner The owner Object to which this Config Object belongs
20 YAHOO.util.Config = function (owner) {
22 if (owner) {
24 this.init(owner);
28 if (!owner) {
30 YAHOO.log("No owner specified for Config object", "error");
63 * Object reference to the owner of this Config Object
64 * @property owner
67 owner
[all...]
H A Dcontainer_core-min.js8 (function(){YAHOO.util.Config=function(owner){if(owner){this.init(owner);}
9 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);}
[all...]
H A Dcontainer_core.js18 * @param {Object} owner The owner Object to which this Config Object belongs
20 YAHOO.util.Config = function (owner) {
22 if (owner) {
24 this.init(owner);
28 if (!owner) {
62 * Object reference to the owner of this Config Object
63 * @property owner
66 owner: null,
113 * @param {Object} owner Th
[all...]
/forgerock/opendj2/resource/bin/
H A D_server-script.bat20 rem Portions Copyright [yyyy] [name of copyright owner]
H A Dcontrol-panel.bat20 rem Portions Copyright [yyyy] [name of copyright owner]
/forgerock/opendj-b2.6/resource/bin/
H A D_client-script.bat21 rem Portions Copyright [yyyy] [name of copyright owner]
H A D_server-script.bat21 rem Portions Copyright [yyyy] [name of copyright owner]
H A Dcontrol-panel.bat21 rem Portions Copyright [yyyy] [name of copyright owner]
/forgerock/opendj2/resource/
H A Dsetup.bat20 rem Portions Copyright [yyyy] [name of copyright owner]
H A Duninstall.bat20 rem Portions Copyright [yyyy] [name of copyright owner]
/forgerock/opendj-b2.6/resource/
H A Duninstall.bat21 rem Portions Copyright [yyyy] [name of copyright owner]
/forgerock/opendj2.6.2/resource/
H A Duninstall.bat21 rem Portions Copyright [yyyy] [name of copyright owner]
/forgerock/opendj2.6.2/resource/bin/
H A D_client-script.bat21 rem Portions Copyright [yyyy] [name of copyright owner]
H A D_server-script.bat21 rem Portions Copyright [yyyy] [name of copyright owner]
H A Dcontrol-panel.bat21 rem Portions Copyright [yyyy] [name of copyright owner]
/forgerock/opendj2-hg/resource/
H A Dsetup.bat20 rem Portions Copyright [yyyy] [name of copyright owner]
H A Duninstall.bat20 rem Portions Copyright [yyyy] [name of copyright owner]
/forgerock/opendj2-jel-hg/resource/
H A Dsetup.bat21 rem Portions Copyright [yyyy] [name of copyright owner]
H A Duninstall.bat21 rem Portions Copyright [yyyy] [name of copyright owner]
/forgerock/opendj2-jel-hg/resource/bin/
H A D_server-script.bat21 rem Portions Copyright [yyyy] [name of copyright owner]
H A Dcontrol-panel.bat21 rem Portions Copyright [yyyy] [name of copyright owner]
/forgerock/opendj2-hg/resource/bin/
H A D_server-script.bat20 rem Portions Copyright [yyyy] [name of copyright owner]

Completed in 181 milliseconds

<<11121314151617181920>>