/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/sts/model/ |
H A D | STSInstanceModelResponse.java | 32 public static STSInstanceModelResponse failure(String failureMessage) { method in class:STSInstanceModelResponse
|
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/sts/model/ |
H A D | STSInstanceModelResponse.java | 32 public static STSInstanceModelResponse failure(String failureMessage) { method in class:STSInstanceModelResponse
|
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/test/tools/ |
H A D | TestCase.java | 45 private Failure failure; field in class:TestCase 70 return (failure != null); 106 params[1] = (failure != null) ? 107 "<pre>" + failure.getStackTrace() + "</pre>" : " "; 129 if (elementName.equals("failure")) { 130 failure = new Failure(n);
|
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/test/tools/ |
H A D | TestCase.java | 45 private Failure failure; field in class:TestCase 70 return (failure != null); 106 params[1] = (failure != null) ? 107 "<pre>" + failure.getStackTrace() + "</pre>" : " "; 129 if (elementName.equals("failure")) { 130 failure = new Failure(n);
|
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/tabview/ |
H A D | tabview-debug.js | 561 failure: function(o) { 616 * Object containing success and failure callbacks for loading data. 772 * Number if milliseconds before aborting and calling failure handler. 933 failure: function(o) { 934 this.loadHandler.failure.call(this, o);
|
H A D | tabview-min.js | 31 this.loadHandler={success:function(o){this.set('content',o.responseText);},failure:function(o){}};Tab.superclass.constructor.call(this,el,attr);this.DOM_EVENTS={};};YAHOO.extend(Tab,YAHOO.util.Element);var proto=Tab.prototype;proto.LABEL_TAGNAME='em';proto.ACTIVE_CLASSNAME='selected';proto.DISABLED_CLASSNAME='disabled';proto.LOADING_CLASSNAME='loading';proto.dataConnection=null;proto.loadHandler=null;proto._loading=false;proto.toString=function(){var el=this.get('element');var id=el.id||el.tagName;return"Tab "+id;};proto.initAttributes=function(attr){attr=attr||{};Tab.superclass.initAttributes.call(this,attr);var el=this.get('element');this.setAttributeConfig('activationEvent',{value:attr.activationEvent||'click'});this.setAttributeConfig('labelEl',{value:attr.labelEl||_getlabelEl.call(this),method:function(value){var current=this.get('labelEl');if(current){if(current==value){return false;} 37 Dom.addClass(this.get('contentEl').parentNode,this.LOADING_CLASSNAME);this._loading=true;this.dataConnection=YAHOO.util.Connect.asyncRequest(this.get('loadMethod'),this.get('dataSrc'),{success:function(o){this.loadHandler.success.call(this,o);this.set('dataLoaded',true);this.dataConnection=null;Dom.removeClass(this.get('contentEl').parentNode,this.LOADING_CLASSNAME);this._loading=false;},failure:function(o){this.loadHandler.failure.call(this,o);this.dataConnection=null;Dom.removeClass(this.get('contentEl').parentNode,this.LOADIN (…)
|
H A D | tabview.js | 561 failure: function(o) { 614 * Object containing success and failure callbacks for loading data. 770 * Number if milliseconds before aborting and calling failure handler. 929 failure: function(o) { 930 this.loadHandler.failure.call(this, o);
|
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/tabview/ |
H A D | tabview-debug.js | 561 failure: function(o) { 616 * Object containing success and failure callbacks for loading data. 772 * Number if milliseconds before aborting and calling failure handler. 933 failure: function(o) { 934 this.loadHandler.failure.call(this, o);
|
H A D | tabview-min.js | 31 this.loadHandler={success:function(o){this.set('content',o.responseText);},failure:function(o){}};Tab.superclass.constructor.call(this,el,attr);this.DOM_EVENTS={};};YAHOO.extend(Tab,YAHOO.util.Element);var proto=Tab.prototype;proto.LABEL_TAGNAME='em';proto.ACTIVE_CLASSNAME='selected';proto.DISABLED_CLASSNAME='disabled';proto.LOADING_CLASSNAME='loading';proto.dataConnection=null;proto.loadHandler=null;proto._loading=false;proto.toString=function(){var el=this.get('element');var id=el.id||el.tagName;return"Tab "+id;};proto.initAttributes=function(attr){attr=attr||{};Tab.superclass.initAttributes.call(this,attr);var el=this.get('element');this.setAttributeConfig('activationEvent',{value:attr.activationEvent||'click'});this.setAttributeConfig('labelEl',{value:attr.labelEl||_getlabelEl.call(this),method:function(value){var current=this.get('labelEl');if(current){if(current==value){return false;} 37 Dom.addClass(this.get('contentEl').parentNode,this.LOADING_CLASSNAME);this._loading=true;this.dataConnection=YAHOO.util.Connect.asyncRequest(this.get('loadMethod'),this.get('dataSrc'),{success:function(o){this.loadHandler.success.call(this,o);this.set('dataLoaded',true);this.dataConnection=null;Dom.removeClass(this.get('contentEl').parentNode,this.LOADING_CLASSNAME);this._loading=false;},failure:function(o){this.loadHandler.failure.call(this,o);this.dataConnection=null;Dom.removeClass(this.get('contentEl').parentNode,this.LOADIN (…)
|
H A D | tabview.js | 561 failure: function(o) { 614 * Object containing success and failure callbacks for loading data. 770 * Number if milliseconds before aborting and calling failure handler. 929 failure: function(o) { 930 this.loadHandler.failure.call(this, o);
|
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/js/ |
H A D | AjaxUtils.js | 118 failure: handleFailure,
|
/forgerock/openam/openam-server-only/src/main/webapp/assets/js/ |
H A D | AjaxUtils.js | 118 failure: handleFailure,
|
/forgerock/opendj2/ext/ant/lib/ |
H A D | ant-junit4.jar | ... void testFailure (org.junit.runner.notification.Failure) throws java.lang.Exception org.junit. ... |
/forgerock/opendj-b2.6/ext/ant/lib/ |
H A D | ant-junit4.jar | ... void testFailure (org.junit.runner.notification.Failure) throws java.lang.Exception org.junit. ... |
/forgerock/opendj2.6.2/ext/ant/lib/ |
H A D | ant-junit4.jar | ... void testFailure (org.junit.runner.notification.Failure) throws java.lang.Exception org.junit. ... |
/forgerock/opendj2-hg/ext/ant/lib/ |
H A D | ant-junit4.jar | ... void testFailure (org.junit.runner.notification.Failure) throws java.lang.Exception org.junit. ... |
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/ |
H A D | ant-junit4.jar | ... void testFailure (org.junit.runner.notification.Failure) throws java.lang.Exception org.junit. ... |
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/datasource/ |
H A D | datasource-beta-debug.js | 781 * Define Connection Manager failure handler 802 // Send failure response back to the caller with the error flag on 816 failure:_xhrFailure,
|
H A D | datasource-beta-min.js | 32 oCallback.call(oCaller,oRequest,oResponse,true);return null;};var _xhrCallback={success:_xhrSuccess,failure:_xhrFailure,scope:this};if(YAHOO.lang.isNumber(this.connTimeout)){_xhrCallback.timeout=this.connTimeout;}
|
H A D | datasource-beta.js | 761 * Define Connection Manager failure handler 777 // Send failure response back to the caller with the error flag on 791 failure:_xhrFailure,
|
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/datasource/ |
H A D | datasource-beta-debug.js | 781 * Define Connection Manager failure handler 802 // Send failure response back to the caller with the error flag on 816 failure:_xhrFailure,
|
H A D | datasource-beta-min.js | 32 oCallback.call(oCaller,oRequest,oResponse,true);return null;};var _xhrCallback={success:_xhrSuccess,failure:_xhrFailure,scope:this};if(YAHOO.lang.isNumber(this.connTimeout)){_xhrCallback.timeout=this.connTimeout;}
|
H A D | datasource-beta.js | 761 * Define Connection Manager failure handler 777 // Send failure response back to the caller with the error flag on 791 failure:_xhrFailure,
|
/forgerock/opendj-b2.6/ext/emma/lib/ |
H A D | emma_ant.jar | META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/emma/ com/vladium/emma/ANTMain ... |
/forgerock/opendj2/ext/emma/lib/ |
H A D | emma_ant.jar | META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/emma/ com/vladium/emma/ANTMain ... |