Searched refs:ae (Results 1 - 25 of 503) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/resources/js/swfobject/swfobject/2.2/
H A Dswfobject-2.2-min.js4 var swfobject=function(){var D="undefined",r="object",S="Shockwave Flash",W="ShockwaveFlash.ShockwaveFlash",q="application/x-shockwave-flash",R="SWFObjectExprInst",x="onreadystatechange",O=window,j=document,t=navigator,T=false,U=[h],o=[],N=[],I=[],l,Q,E,B,J=false,a=false,n,G,m=true,M=function(){var aa=typeof j.getElementById!=D&&typeof j.getElementsByTagName!=D&&typeof j.createElement!=D,ah=t.userAgent.toLowerCase(),Y=t.platform.toLowerCase(),ae=Y?/win/.test(Y):/win/.test(ah),ac=Y?/mac/.test(Y):/mac/.test(ah),af=/webkit/.test(ah)?parseFloat(ah.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,X=!+"\v1",ag=[0,0,0],ab=null;if(typeof t.plugins!=D&&typeof t.plugins[S]==r){ab=t.plugins[S].description;if(ab&&!(typeof t.mimeTypes!=D&&t.mimeTypes[q]&&!t.mimeTypes[q].enabledPlugin)){T=true;X=false;ab=ab.replace(/^.*\s+(\S+\s+\S+$)/,"$1");ag[0]=parseInt(ab.replace(/^(.*)\..*$/,"$1"),10);ag[1]=parseInt(ab.replace(/^.*\.(.*)\s.*$/,"$1"),10);ag[2]=/[a-zA-Z]/.test(ab)?parseInt(ab.replace(/^.*[a-zA-Z]+(.*)$/,"$1"),10):0}}else{if(typeof O.ActiveXObject!=D){try{var ad=new ActiveXObject(W);if(ad){ab=ad.GetVariable("$version");if(ab){X=true;ab=ab.split(" ")[1].split(",");ag=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}}catch(Z){}}}return{w3:aa,pv:ag,wk:af,ie:X,win:ae,mac:ac}}(),k=function(){if(!M.w3){return}if((typeof j.readyState!=D&&j.readyState=="complete")||(typeof j.readyState==D&&(j.getElementsByTagName("body")[0]||j.body))){f()}if(!J){if(typeof j.addEventListener!=D){j.addEventListener("DOMContentLoaded",f,false)}if(M.ie&&M.win){j.attachEvent(x,function(){if(j.readyState=="complete"){j.detachEvent(x,arguments.callee);f()}});if(O==top){(function(){if(J){return}try{j.documentElement.doScroll("left")}catch(X){setTimeout(arguments.callee,0);return}f()})()}}if(M.wk){(function(){if(J){return}if(!/loaded|complete/.test(j.readyState)){setTimeout(arguments.callee,0);return}f()})()}s(f)}}();function f(){if(J){return}try{var Z=j.getElementsByTagName("body")[0].appendChild(C("span"));Z.parentNode.removeChild(Z)}catch(aa){return}J=true;var X=U.length;for(var Y=0;Y<X;Y++){U[Y]()}}function K(X){if(J){X()}else{U[U.length]=X}}function s(Y){if(typeof O.addEventListener!=D){O.addEventListener("load",Y,false)}else{if(typeof j.addEventListener!=D){j.addEventListener("load",Y,false)}else{if(typeof O.attachEvent!=D){i(O,"onload",Y)}else{if(typeof O.onload=="function"){var X=O.onload;O.onload=function(){X();Y()}}else{O.onload=Y}}}}}function h(){if(T){V()}else{H()}}function V(){var X=j.getElementsByTagName("body")[0];var aa=C(r);aa.setAttribute("type",q);var Z=X.appendChild(aa);if(Z){var Y=0;(function(){if(typeof Z.GetVariable!=D){var ab=Z.GetVariable("$version");if(ab){ab=ab.split(" ")[1].split(",");M.pv=[parseInt(ab[0],10),parseInt(ab[1],10),parseInt(ab[2],10)]}}else{if(Y<10){Y++;setTimeout(arguments.callee,10);return}}X.removeChild(aa);Z=null;H()})()}else{H()}}function H(){var ag=o.length;if(ag>0){for(var af=0;af<ag;af++){var Y=o[af].id;var ab=o[af].callbackFn;var aa={success:false,id:Y};if(M.pv[0]>0){var ae=c(Y);if(ae){if(F(o[af].swfVersion)&&!(M.wk&&M.wk<312)){w(Y,true);if(ab){aa.success=true;aa.ref=z(Y);ab(aa)}}else{if(o[af].expressInstall&&A()){var ai={};ai.data=o[af].expressInstall;ai.width=ae.getAttribute("width")||"0";ai.height=ae.getAttribute("height")||"0";if(ae.getAttribute("class")){ai.styleclass=ae.getAttribute("class")}if(ae.getAttribute("align")){ai.align=ae
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/
H A DControlPanelArgumentParser.java153 catch (ArgumentException ae)
155 errorMessages.add(ae.getMessageObject());
202 catch (ArgumentException ae)
204 throw new IllegalStateException("Error parsing data: "+ae, ae);
260 catch (ArgumentException ae)
262 throw new IllegalStateException("Argument parser is not parsed: "+ae, ae);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/container/
H A DIDPPAddressCard.java185 AddressType ae = IDPPUtils.getIDPPFactory().createAddressElement();
186 ae.setC(getDSTString(country));
187 ae.setSt(getDSTString(state));
188 ae.setL(getDSTString(city));
189 ae.setPostalAddress(getDSTString(postalAddress));
190 ae.setPostalCode(getDSTString(postalCode));
194 ace.setAddress(ae);
369 AddressElement ae = (AddressElement)dataElement;
370 entry = modifyAddress(entry, ae);
422 AddressType ae
451 createAddress(AddressType ae) argument
487 modifyAddress(String entry, AddressElement ae) argument
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/container/
H A DIDPPAddressCard.java185 AddressType ae = IDPPUtils.getIDPPFactory().createAddressElement();
186 ae.setC(getDSTString(country));
187 ae.setSt(getDSTString(state));
188 ae.setL(getDSTString(city));
189 ae.setPostalAddress(getDSTString(postalAddress));
190 ae.setPostalCode(getDSTString(postalCode));
194 ace.setAddress(ae);
369 AddressElement ae = (AddressElement)dataElement;
370 entry = modifyAddress(entry, ae);
422 AddressType ae
451 createAddress(AddressType ae) argument
487 modifyAddress(String entry, AddressElement ae) argument
[all...]
/forgerock/openam-v13/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DInstallException.java95 InstallException ae = (InstallException) ex;
98 ae.printStackTrace(err);
100 ex = ae.getInnerException();
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/
H A DAgentException.java99 AgentException ae = (AgentException) ex;
102 ae.printStackTrace(err);
104 ex = ae.getInnerException();
/forgerock/openam/openam-tools/openam-installtools/src/main/java/com/sun/identity/install/tools/configurator/
H A DInstallException.java95 InstallException ae = (InstallException) ex;
98 ae.printStackTrace(err);
100 ex = ae.getInnerException();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCallBackHelper.java148 } catch (AMException ae) {
152 + " exception thrown by impl:", ae);
153 throw ae;
199 } catch (AMException ae) {
203 + " exception thrown by impl:", ae);
204 throw ae;
246 } catch (AMException ae) {
250 + " exception thrown: ", ae);
285 } catch (AMException ae) {
289 + " exception thrown: ", ae);
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCallBackHelper.java148 } catch (AMException ae) {
152 + " exception thrown by impl:", ae);
153 throw ae;
199 } catch (AMException ae) {
203 + " exception thrown by impl:", ae);
204 throw ae;
246 } catch (AMException ae) {
250 + " exception thrown: ", ae);
285 } catch (AMException ae) {
289 + " exception thrown: ", ae);
[all...]
/forgerock/opendj2/src/server/org/opends/server/controls/
H A DLDAPPreReadRequestControl.java89 catch (Exception ae)
93 TRACER.debugCaught(DebugLogLevel.ERROR, ae);
96 Message message = ERR_PREREADREQ_CANNOT_DECODE_VALUE.get(ae
98 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message, ae);
/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DLDAPPreReadRequestControl.java90 catch (Exception ae)
94 TRACER.debugCaught(DebugLogLevel.ERROR, ae);
97 Message message = ERR_PREREADREQ_CANNOT_DECODE_VALUE.get(ae
99 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message, ae);
/forgerock/opendj2.6.2/src/server/org/opends/server/controls/
H A DLDAPPreReadRequestControl.java90 catch (Exception ae)
94 TRACER.debugCaught(DebugLogLevel.ERROR, ae);
97 Message message = ERR_PREREADREQ_CANNOT_DECODE_VALUE.get(ae
99 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message, ae);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/controls/
H A DLDAPPreReadRequestControl.java90 catch (Exception ae)
94 TRACER.debugCaught(DebugLogLevel.ERROR, ae);
97 Message message = ERR_PREREADREQ_CANNOT_DECODE_VALUE.get(ae
99 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message, ae);
/forgerock/opendj2-hg/src/server/org/opends/server/controls/
H A DLDAPPreReadRequestControl.java89 catch (Exception ae)
93 TRACER.debugCaught(DebugLogLevel.ERROR, ae);
96 Message message = ERR_PREREADREQ_CANNOT_DECODE_VALUE.get(ae
98 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message, ae);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/controls/
H A DLDAPPreReadRequestControl.java86 catch (Exception ae)
88 logger.traceException(ae);
90 LocalizableMessage message = ERR_PREREADREQ_CANNOT_DECODE_VALUE.get(ae
92 throw new DirectoryException(ResultCode.PROTOCOL_ERROR, message, ae);
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/
H A DControlPanelArgumentParser.java205 catch (ArgumentException ae)
207 errorMessages.add(ae.getMessageObject());
256 catch (ArgumentException ae)
258 throw new IllegalStateException("Error parsing data: "+ae, ae);
314 catch (ArgumentException ae)
316 throw new IllegalStateException("Argument parser is not parsed: "+ae, ae);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/
H A DControlPanelArgumentParser.java206 catch (ArgumentException ae)
208 errorMessages.add(ae.getMessageObject());
257 catch (ArgumentException ae)
259 throw new IllegalStateException("Error parsing data: "+ae, ae);
315 catch (ArgumentException ae)
317 throw new IllegalStateException("Argument parser is not parsed: "+ae, ae);
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/
H A DControlPanelArgumentParser.java206 catch (ArgumentException ae)
208 errorMessages.add(ae.getMessageObject());
257 catch (ArgumentException ae)
259 throw new IllegalStateException("Error parsing data: "+ae, ae);
315 catch (ArgumentException ae)
317 throw new IllegalStateException("Argument parser is not parsed: "+ae, ae);
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/
H A DControlPanelArgumentParser.java205 catch (ArgumentException ae)
207 errorMessages.add(ae.getMessageObject());
256 catch (ArgumentException ae)
258 throw new IllegalStateException("Error parsing data: "+ae, ae);
314 catch (ArgumentException ae)
316 throw new IllegalStateException("Argument parser is not parsed: "+ae, ae);
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/
H A DControlPanelArgumentParser.java206 catch (ArgumentException ae)
208 errorMessages.add(ae.getMessageObject());
257 catch (ArgumentException ae)
259 throw new IllegalStateException("Error parsing data: "+ae, ae);
315 catch (ArgumentException ae)
317 throw new IllegalStateException("Argument parser is not parsed: "+ae, ae);
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DQuickSetupCli.java156 catch (ApplicationException ae)
158 LOG.log(Level.SEVERE, "ApplicationException: "+ae, ae);
160 System.err.println(ae.getLocalizedMessage());
162 returnValue = ae.getType();
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DQuickSetupCli.java157 catch (ApplicationException ae)
159 LOG.log(Level.SEVERE, "ApplicationException: "+ae, ae);
161 System.err.println(ae.getLocalizedMessage());
163 returnValue = ae.getType();
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DQuickSetupCli.java157 catch (ApplicationException ae)
159 LOG.log(Level.SEVERE, "ApplicationException: "+ae, ae);
161 System.err.println(ae.getLocalizedMessage());
163 returnValue = ae.getType();
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DQuickSetupCli.java156 catch (ApplicationException ae)
158 LOG.log(Level.SEVERE, "ApplicationException: "+ae, ae);
160 System.err.println(ae.getLocalizedMessage());
162 returnValue = ae.getType();
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DQuickSetupCli.java157 catch (ApplicationException ae)
159 LOG.log(Level.SEVERE, "ApplicationException: "+ae, ae);
161 System.err.println(ae.getLocalizedMessage());
163 returnValue = ae.getType();

Completed in 81 milliseconds

1234567891011>>