Searched refs:obj (Results 226 - 250 of 907) sorted by relevance

1234567891011>>

/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/meta/
H A DSAML2MetaUtils.java306 Object obj = i.next();
307 if (obj instanceof XACMLPDPDescriptorElement) {
308 descriptor = (XACMLPDPDescriptorElement)obj;
337 Object obj = i.next();
338 if (obj instanceof XACMLAuthzDecisionQueryDescriptorElement) {
339 descriptor = (XACMLAuthzDecisionQueryDescriptorElement)obj;
364 Object obj = iter.next();
366 if (obj instanceof SPSSODescriptorElement) {
367 return (SPSSODescriptorElement)obj;
391 Object obj
738 workaroundJAXBBug(Object obj) argument
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/container/
H A Dcontainer_core-debug.js554 * @param {Object} obj The Object to use for scoping the event handler
561 subscribeToConfigEvent: function (key, handler, obj, override) {
567 if (!Config.alreadySubscribed(property.event, handler, obj)) {
569 property.event.subscribe(handler, obj, override);
590 * @param {Object} obj The Object to use for scoping the event
595 unsubscribeFromConfigEvent: function (key, handler, obj) {
598 return property.event.unsubscribe(handler, obj);
687 * @param {Object} obj The execution scope Object for the subscription
691 Config.alreadySubscribed = function (evt, fn, obj) {
705 if (subsc && subsc.obj
[all...]
H A Dcontainer_core-min.js19 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);}
20 return true;}else{return false;}},unsubscribeFromConfigEvent:function(key,handler,obj){var property=this.config[key.toLowerCase()];if(property&&property.event){return property.event.unsubscribe(handler,obj);}else{return false;}},toString:function(){var output="Config";if(this.owner){output+=" ["+this.owner.toString()+"]";}
23 this.configChangedEvent.unsubscribeAll();this.configChangedEvent=null;this.owner=null;this.config=null;this.initialConfig=null;this.eventQueue=null;}};Config.alreadySubscribed=function(evt,fn,obj){var nSubscribers=evt.subscribers.length,subsc,i;if(nSubscribers>0){i=nSubscribers-1;do{subsc=evt.subscribers[i];if(subsc&&subsc.obj==obj&&subsc.fn==fn){return true;}}
49 this.resizeMonitor=oIFrame;}}},onDomResize:function(e,obj){var nLeft=-1*this.resizeMonitor.offsetWidth,nTop=-1*this.resizeMonitor.offsetHeight;this.resizeMonitor.style.top=nTop+"px";this.resizeMonitor.style.left=nLeft+"px";},setHeader:function(headerContent){var oHeader=this.header||(this.header=createHeader());if(typeof headerContent=="string"){oHeader.innerHTML=headerContent;}else{oHeader.innerHTML="";oHeader.appendChild(headerContent);}
61 this.element=null;this.header=null;this.body=null;this.footer=null;Module.textResizeEvent.unsubscribe(this.onDomResize,this);this.cfg.destroy();this.cfg=null;this.destroyEvent.fire();for(e in this){if(e instanceof CustomEvent){e.unsubscribeAll();}}},show:function(){this.cfg.setProperty("visible",true);},hide:function(){this.cfg.setProperty("visible",false);},configVisible:function(type,args,obj){va
[all...]
H A Dcontainer_core.js548 * @param {Object} obj The Object to use for scoping the event handler
555 subscribeToConfigEvent: function (key, handler, obj, override) {
561 if (!Config.alreadySubscribed(property.event, handler, obj)) {
563 property.event.subscribe(handler, obj, override);
584 * @param {Object} obj The Object to use for scoping the event
589 unsubscribeFromConfigEvent: function (key, handler, obj) {
592 return property.event.unsubscribe(handler, obj);
681 * @param {Object} obj The execution scope Object for the subscription
685 Config.alreadySubscribed = function (evt, fn, obj) {
699 if (subsc && subsc.obj
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/container/
H A Dcontainer_core-debug.js554 * @param {Object} obj The Object to use for scoping the event handler
561 subscribeToConfigEvent: function (key, handler, obj, override) {
567 if (!Config.alreadySubscribed(property.event, handler, obj)) {
569 property.event.subscribe(handler, obj, override);
590 * @param {Object} obj The Object to use for scoping the event
595 unsubscribeFromConfigEvent: function (key, handler, obj) {
598 return property.event.unsubscribe(handler, obj);
687 * @param {Object} obj The execution scope Object for the subscription
691 Config.alreadySubscribed = function (evt, fn, obj) {
705 if (subsc && subsc.obj
[all...]
H A Dcontainer_core-min.js19 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);}
20 return true;}else{return false;}},unsubscribeFromConfigEvent:function(key,handler,obj){var property=this.config[key.toLowerCase()];if(property&&property.event){return property.event.unsubscribe(handler,obj);}else{return false;}},toString:function(){var output="Config";if(this.owner){output+=" ["+this.owner.toString()+"]";}
23 this.configChangedEvent.unsubscribeAll();this.configChangedEvent=null;this.owner=null;this.config=null;this.initialConfig=null;this.eventQueue=null;}};Config.alreadySubscribed=function(evt,fn,obj){var nSubscribers=evt.subscribers.length,subsc,i;if(nSubscribers>0){i=nSubscribers-1;do{subsc=evt.subscribers[i];if(subsc&&subsc.obj==obj&&subsc.fn==fn){return true;}}
49 this.resizeMonitor=oIFrame;}}},onDomResize:function(e,obj){var nLeft=-1*this.resizeMonitor.offsetWidth,nTop=-1*this.resizeMonitor.offsetHeight;this.resizeMonitor.style.top=nTop+"px";this.resizeMonitor.style.left=nLeft+"px";},setHeader:function(headerContent){var oHeader=this.header||(this.header=createHeader());if(typeof headerContent=="string"){oHeader.innerHTML=headerContent;}else{oHeader.innerHTML="";oHeader.appendChild(headerContent);}
61 this.element=null;this.header=null;this.body=null;this.footer=null;Module.textResizeEvent.unsubscribe(this.onDomResize,this);this.cfg.destroy();this.cfg=null;this.destroyEvent.fire();for(e in this){if(e instanceof CustomEvent){e.unsubscribeAll();}}},show:function(){this.cfg.setProperty("visible",true);},hide:function(){this.cfg.setProperty("visible",false);},configVisible:function(type,args,obj){va
[all...]
H A Dcontainer_core.js548 * @param {Object} obj The Object to use for scoping the event handler
555 subscribeToConfigEvent: function (key, handler, obj, override) {
561 if (!Config.alreadySubscribed(property.event, handler, obj)) {
563 property.event.subscribe(handler, obj, override);
584 * @param {Object} obj The Object to use for scoping the event
589 unsubscribeFromConfigEvent: function (key, handler, obj) {
592 return property.event.unsubscribe(handler, obj);
681 * @param {Object} obj The execution scope Object for the subscription
685 Config.alreadySubscribed = function (evt, fn, obj) {
699 if (subsc && subsc.obj
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/delegates/
H A DSMSDelegateUtils.js23 var obj = {};
118 obj.sanitizeSchema = function (schema) {
149 obj.sortResultBy = function (attribute) {
155 return obj;
/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/roles/
H A DreplaceTarget.js44 var obj = target[name];
46 obj[key] = value[key];
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/common/
H A DRSInfo.java110 * @param obj The object to test
114 public boolean equals(Object obj) argument
116 if (obj != null)
118 if (obj.getClass() != this.getClass())
122 RSInfo rsInfo = (RSInfo) obj;
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DTag.java136 public final boolean equals(Object obj) { argument
137 if (this == obj) {
141 if (obj instanceof Tag) {
142 Tag other = (Tag) obj;
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DTag.java137 public final boolean equals(Object obj) { argument
138 if (this == obj) {
142 if (obj instanceof Tag) {
143 Tag other = (Tag) obj;
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DTag.java137 public final boolean equals(Object obj) { argument
138 if (this == obj) {
142 if (obj instanceof Tag) {
143 Tag other = (Tag) obj;
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/common/
H A DRSInfo.java110 * @param obj The object to test
114 public boolean equals(Object obj) argument
116 if (obj != null)
118 if (obj.getClass() != this.getClass())
122 RSInfo rsInfo = (RSInfo) obj;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/common/
H A DRSInfo.java110 * @param obj The object to test
114 public boolean equals(Object obj) argument
116 if (obj != null)
118 if (obj.getClass() != this.getClass())
122 RSInfo rsInfo = (RSInfo) obj;
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DTag.java136 public final boolean equals(Object obj) { argument
137 if (this == obj) {
141 if (obj instanceof Tag) {
142 Tag other = (Tag) obj;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DTag.java137 public final boolean equals(Object obj) { argument
138 if (this == obj) {
142 if (obj instanceof Tag) {
143 Tag other = (Tag) obj;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DTag.java132 public final boolean equals(Object obj) { argument
133 if (this == obj) {
137 if (obj instanceof Tag) {
138 Tag other = (Tag) obj;
/forgerock/openam-v13/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/federation/cli/
H A DListCircleOfTrusts.java75 Object[] obj = {realm};
78 "list-circles-of-trust-no-members"), obj));
80 Object[] obj = {realm};
83 "list-circles-of-trust-members"), obj));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/jmx/
H A DDirectoryRMIServerSocketFactory.java155 * @param obj the reference object with which to compare.
157 * @return <code>true</code> if this object is the same as the obj
160 public boolean equals(Object obj) argument
162 if (obj == this)
166 if (!(obj instanceof DirectoryRMIServerSocketFactory))
171 (DirectoryRMIServerSocketFactory) obj;
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DTag.java116 public final boolean equals(Object obj) { argument
117 if (this == obj) {
121 if (obj instanceof Tag) {
122 Tag other = (Tag) obj;
/forgerock/openam/openam-cli/openam-cli-impl/src/main/java/com/sun/identity/federation/cli/
H A DListCircleOfTrusts.java75 Object[] obj = {realm};
78 "list-circles-of-trust-no-members"), obj));
80 Object[] obj = {realm};
83 "list-circles-of-trust-members"), obj));
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/api/filter/
H A DTokenFilter.java129 public boolean equals(Object obj) { argument
130 if (obj == null) {
134 if (getClass() != obj.getClass()) {
138 final TokenFilter that = (TokenFilter) obj;
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DOperationContext.java127 public boolean equals(Object obj) argument
129 if (obj instanceof OperationContext)
131 OperationContext ctx = (OperationContext) obj;
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DOperationContext.java126 public boolean equals(Object obj) argument
128 if (obj instanceof OperationContext)
130 OperationContext ctx = (OperationContext) obj;

Completed in 299 milliseconds

1234567891011>>