Searched refs:sState (Results 1 - 14 of 14) sorted by relevance

/forgerock/openam-v13/openam-authentication/openam-auth-radius/src/main/java/com/sun/identity/authentication/modules/radius/
H A DRADIUS.java213 String sState;
293 sState = ce.getState();
295 if (sState == null) {
336 sState = ce.getState();
338 if (sState == null) {
/forgerock/openam/openam-authentication/openam-auth-radius/src/main/java/com/sun/identity/authentication/modules/radius/
H A DRADIUS.java213 String sState;
293 sState = ce.getState();
295 if (sState == null) {
336 sState = ce.getState();
338 if (sState == null) {
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java778 * @param sState the String representing the task state.
782 public boolean isDone(String sState) argument
784 TaskState state = TaskState.fromString(sState);
791 * @param sState the String representing the task state.
795 public boolean isSuccessful(String sState) argument
797 TaskState state = TaskState.fromString(sState);
804 * @param sState the String representing the task state.
808 public boolean isCompletedWithErrors(String sState) argument
810 TaskState state = TaskState.fromString(sState);
817 * @param sState th
821 isStoppedByError(String sState) argument
[all...]
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java779 * @param sState the String representing the task state.
783 public boolean isDone(String sState) argument
785 TaskState state = TaskState.fromString(sState);
792 * @param sState the String representing the task state.
796 public boolean isSuccessful(String sState) argument
798 TaskState state = TaskState.fromString(sState);
805 * @param sState the String representing the task state.
809 public boolean isCompletedWithErrors(String sState) argument
811 TaskState state = TaskState.fromString(sState);
818 * @param sState th
822 isStoppedByError(String sState) argument
[all...]
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java779 * @param sState the String representing the task state.
783 public boolean isDone(String sState) argument
785 TaskState state = TaskState.fromString(sState);
792 * @param sState the String representing the task state.
796 public boolean isSuccessful(String sState) argument
798 TaskState state = TaskState.fromString(sState);
805 * @param sState the String representing the task state.
809 public boolean isCompletedWithErrors(String sState) argument
811 TaskState state = TaskState.fromString(sState);
818 * @param sState th
822 isStoppedByError(String sState) argument
[all...]
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java778 * @param sState the String representing the task state.
782 public boolean isDone(String sState) argument
784 TaskState state = TaskState.fromString(sState);
791 * @param sState the String representing the task state.
795 public boolean isSuccessful(String sState) argument
797 TaskState state = TaskState.fromString(sState);
804 * @param sState the String representing the task state.
808 public boolean isCompletedWithErrors(String sState) argument
810 TaskState state = TaskState.fromString(sState);
817 * @param sState th
821 isStoppedByError(String sState) argument
[all...]
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstallerHelper.java804 * @param sState the String representing the task state.
808 public boolean isDone(String sState) argument
810 TaskState state = TaskState.fromString(sState);
817 * @param sState the String representing the task state.
821 public boolean isSuccessful(String sState) argument
823 TaskState state = TaskState.fromString(sState);
830 * @param sState the String representing the task state.
834 public boolean isCompletedWithErrors(String sState) argument
836 TaskState state = TaskState.fromString(sState);
843 * @param sState th
847 isStoppedByError(String sState) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/
H A DInstallerHelper.java775 * @param sState
780 public boolean isDone(String sState) argument
782 return TaskState.isDone(TaskState.fromString(sState));
789 * @param sState
794 public boolean isSuccessful(String sState) argument
796 return TaskState.isSuccessful(TaskState.fromString(sState));
803 * @param sState
808 public boolean isCompletedWithErrors(String sState) argument
810 return TaskState.COMPLETED_WITH_ERRORS == TaskState.fromString(sState);
817 * @param sState
822 isStoppedByError(String sState) argument
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/button/
H A Dbutton-beta-debug.js2270 sState;
2275 sState = "activeoption";
2281 sState = "active";
2285 this.addStateCSSClasses(sState);
2302 sState;
2316 sState = "activeoption";
2322 sState = "active";
2326 this.removeStateCSSClasses(sState);
H A Dbutton-beta-min.js96 else{this._showMenu(p_oEvent);this._bOptionPressed=true;}},_onOverlayBeforeShow:function(p_sType){var oMenu=this._menu;oMenu.render(this.get("element").parentNode);oMenu.beforeShowEvent.unsubscribe(this._onOverlayBeforeShow);},_onMenuShow:function(p_sType){Event.on(document,"mousedown",this._onDocumentMouseDown,null,this);var sTitle,sState;if(this.get("type")=="split"){sTitle=this.SPLITBUTTON_OPTION_VISIBLE_TITLE;sState="activeoption";}
97 else{sTitle=this.MENUBUTTON_MENU_VISIBLE_TITLE;sState="active";}
98 this.addStateCSSClasses(sState);this.set("title",sTitle);},_onMenuHide:function(p_sType){var oMenu=this._menu,sTitle,sState;if(oMenu&&(oMenu instanceof Menu)&&this._originalMaxHeight!=-1){this._menu.cfg.setProperty("maxheight",this._originalMaxHeight);}
99 if(this.get("type")=="split"){sTitle=this.SPLITBUTTON_DEFAULT_TITLE;sState="activeoption";}
100 else{sTitle=this.MENUBUTTON_DEFAULT_TITLE;sState="active";}
101 this.removeStateCSSClasses(sState);this.set("title",sTitle);if(this.get("type")=="split"){this._bOptionPressed=false;}},_onMenuKeyDown:function(p_sType,p_aArgs){var oEvent=p_aArgs[0];if(Event.getCharCode(oEvent)==27){this.focus();if(this.get("type")=="split"){this._bOptionPressed=false;}}},_onMenuRender:function(p_sType){var oButtonElement=this.get("element"),oButtonParent=oButtonElement.parentNode,oMenuElement=this._menu.element;if(oButtonParent!=oMenuElement.parentNode){oButtonParent.appendChild(oMenuElement);}
H A Dbutton-beta.js2233 sState;
2238 sState = "activeoption";
2244 sState = "active";
2248 this.addStateCSSClasses(sState);
2265 sState;
2279 sState = "activeoption";
2285 sState = "active";
2289 this.removeStateCSSClasses(sState);
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/button/
H A Dbutton-beta-debug.js2270 sState;
2275 sState = "activeoption";
2281 sState = "active";
2285 this.addStateCSSClasses(sState);
2302 sState;
2316 sState = "activeoption";
2322 sState = "active";
2326 this.removeStateCSSClasses(sState);
H A Dbutton-beta-min.js96 else{this._showMenu(p_oEvent);this._bOptionPressed=true;}},_onOverlayBeforeShow:function(p_sType){var oMenu=this._menu;oMenu.render(this.get("element").parentNode);oMenu.beforeShowEvent.unsubscribe(this._onOverlayBeforeShow);},_onMenuShow:function(p_sType){Event.on(document,"mousedown",this._onDocumentMouseDown,null,this);var sTitle,sState;if(this.get("type")=="split"){sTitle=this.SPLITBUTTON_OPTION_VISIBLE_TITLE;sState="activeoption";}
97 else{sTitle=this.MENUBUTTON_MENU_VISIBLE_TITLE;sState="active";}
98 this.addStateCSSClasses(sState);this.set("title",sTitle);},_onMenuHide:function(p_sType){var oMenu=this._menu,sTitle,sState;if(oMenu&&(oMenu instanceof Menu)&&this._originalMaxHeight!=-1){this._menu.cfg.setProperty("maxheight",this._originalMaxHeight);}
99 if(this.get("type")=="split"){sTitle=this.SPLITBUTTON_DEFAULT_TITLE;sState="activeoption";}
100 else{sTitle=this.MENUBUTTON_DEFAULT_TITLE;sState="active";}
101 this.removeStateCSSClasses(sState);this.set("title",sTitle);if(this.get("type")=="split"){this._bOptionPressed=false;}},_onMenuKeyDown:function(p_sType,p_aArgs){var oEvent=p_aArgs[0];if(Event.getCharCode(oEvent)==27){this.focus();if(this.get("type")=="split"){this._bOptionPressed=false;}}},_onMenuRender:function(p_sType){var oButtonElement=this.get("element"),oButtonParent=oButtonElement.parentNode,oMenuElement=this._menu.element;if(oButtonParent!=oMenuElement.parentNode){oButtonParent.appendChild(oMenuElement);}
H A Dbutton-beta.js2233 sState;
2238 sState = "activeoption";
2244 sState = "active";
2248 this.addStateCSSClasses(sState);
2265 sState;
2279 sState = "activeoption";
2285 sState = "active";
2289 this.removeStateCSSClasses(sState);

Completed in 891 milliseconds