123456 |
- // Licensed Materials - Property of IBM
- // IBM Cognos Products: irot
- // (C) Copyright IBM Corp. 2003, 2022.
- // US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- var _jp8={};if(String.prototype.trimStart){_jp8._hz8=function(s){return s.trimStart();};}else if(String.prototype.trimLeft){_jp8._hz8=function(s){return s.trimLeft();};}else{_jp8._hz8=function(s){return s.replace(/(^\s*)/g, "");};}if(String.prototype.trimEnd){_jp8._kz8=function(s){return s.trimEnd();};}else if(String.prototype.trimRight){_jp8._kz8=function(s){return s.trimRight();};}else{_jp8._kz8=function(s){return s.replace(/(\s*$)/g, "");};}_jp8._n04=function(s){return s.replace(/[\r\n]/g, "");};_jp8._ns7=function(s,_zg8,_883){if(s.length<=_zg8){return s.valueOf();}var b=(_883!=false);if(this._4z(s)){var _x96=this._mi6(s);if(_x96>_zg8){return this._ni6(s, 0, b?_x96-3:_x96)+(b?"...":"");}return s.valueOf();}return s.substr(0, b?_zg8-3:_zg8)+(b?"...":"");};_jp8._am4=function(s){return s.replace( /\\/g, "\\\\" ).replace( /\'/g, "\\'" ).replace( /\"/g, '\\"' ).replace(/\r?\n/g, "\\r\\n");};_jp8._mn4=function(s){if(_kx5._ka8){s=s.replace(/\\/g, "\\\\");}if(s.indexOf("'")==-1){return("'" + s + "'" );}if(s.indexOf('"')==-1){return('"' + s + '"' );}var a=[];a.push("concat(");var _6c2=s.split("'");for(var i=0;i<_6c2.length;i++){if(a.length>1){a.push(',');}if(i>0){a.push('"\'"');}var _xu2=_6c2[i];if(_xu2){if(s.indexOf('"')==-1){if(a.length>1){a.push(',');}a.push( '"' + _xu2 + '"' );}else{var _xb2=_xu2.split("'");for(var j=0;j<_xb2.length;j++){if(a.length>1){a.push(',');}if(_xb2[j]){a.push( "'" + _xb2[j] + "'" );}}}}}a.push(")");return a.join("");};_jp8._s77=function(s){return s.replace( /&/g, "&" ).replace( /</g, "<" ).replace( />/g, ">" ).replace( /'/g, "'" ).replace( /"/g, """ );};_jp8._r77=function(s){return s.replace( /"/g, "\"" ).replace( /'/g, "'" ).replace( />/g, ">" ).replace( /</g, "<" ).replace( /&/g, "&" );};_jp8._hj6=function(s){return s.replace( /&/g, "&" ).replace( /</g, "<" ).replace( />/g, ">" );};_jp8._hr1=function(s){return this._hj6( s ).replace( /'/g, "'" ).replace( /"/g, """ );};_jp8._e95=function(s){return s.replace(/([\[\]\^\$\*\+\?\(\)\{\}\|.])/g,function($0){ return "\\" + $0; });};if(String.prototype.padStart){_jp8._o98=function(s,_d69,_v39){return s.padStart(_v39, _d69);};}else{_jp8._o98=function(s,_d69,_v39){var _zl8="";for(var _mu8=_v39-this._mi6(s);_mu8>0;_mu8--){_zl8+= _d69;}return _zl8+s;};}if(String.prototype.padEnd){_jp8._4s7=function(s,_d69,_v39){return s.padEnd(_v39, _d69);};}else{_jp8._4s7=function(s,_d69,_v39){var _zl8="";for(var _mu8=_v39-this._mi6(s);_mu8>0;_mu8--){_zl8+= _d69;}return s+_zl8;};}if(String.prototype.startsWith){_jp8._pk6=function(s,_4m8){return s.startsWith(_4m8);};}else{_jp8._pk6=function(s,_4m8){return s.indexOf(_4m8)==0;};}if(String.prototype.endsWith){_jp8._5r7=function(s,_4m8){return s.endsWith(_4m8);};}else{_jp8._5r7=function(s,_4m8){return s.substring(s.length-_4m8.length, s.length)===_4m8;};}_jp8._7k6=function(s){return(typeof s=="string" )?parseFloat( s.replace( ",", "." ) ):NaN;};_jp8._b95=function(s){return new _c88(s);};_jp8._9r7=function(s){if(!this._4z(s)){return s.split("");}var a=[];for(var i=0;i<s.length;i++){if(this._k89(s, i)){a.push(s.charAt(i)+s.charAt(++i));}else if(this._l89(s, i)){}else{a.push(s.charAt(i));}}return a;};_jp8._4z=function(s){return Boolean(s.match(/[\uD800-\uDBFF]/));};_jp8._mi6=function(s){if(s.length<2){return s.length;}var a=s.match(/[\uD800-\uDBFF]/g);return a?(s.length-a.length):s.length;};_jp8._m75=function(_mw6){if(_mw6>0xFFFF){_mw6-= 0x10000;return String.fromCharCode(0xD800+(_mw6 >> 10), 0xDC00+(_mw6 & 0x3FF));}return String.fromCharCode(_mw6);};_jp8._yn8=function(s,_f39){return this._9r7(s)[_f39];};_jp8._9u5=function(s,_d69){var i=s.indexOf(_d69);return(i==-1)?-1:this._mi6(s.substring(0, i));};_jp8._qf3=function(s,_d69){var i=s.lastIndexOf(_d69);return(i==-1)?-1:this._mi6(s.substring(0, i));};_jp8._ni6=function(s,_9y6,_x96){if(this._4z(s)){return this._9r7(s).slice(_9y6||0, _x96).join("");}return s.substr(_9y6, _x96);};_jp8._fk4=function(s,_9y6,_o08){if(this._4z(s)){var a=this._9r7(s);_9y6=_9y6||0;return a.slice(_9y6, a.length-(_o08||0)).join("");}return s.substring(_9y6, _o08);};_jp8._k89=function(s,i){var _g39=s.charCodeAt(i);return((_g39>=0xD800)&&(_g39<=0xDBFF));};_jp8._l89=function(s,i){var _g39=s.charCodeAt(i);return((_g39>=0xDC00)&&(_g39<=0xDFFF));};var _gp8 ={_294:"."};_gp8._gy2=function(s){this._294=s;};_gp8._aj2=function(v){var f=NaN;switch(typeof v){case "number":f=v;break;case "string":f=parseFloat(v);break;}if(isNaN(f)){return "";}return f.toString().replace(".", _gp8._294);};var _109={};_109._17=function(f1,f2){ return f1-f2; };_109._27=function(f1,f2){ return f2-f1; };_109._ca=function(s1,s2){ return s1.localeCompare(s2); };_109._d8=function(s1,s2){ return s2.localeCompare(s1); };_109._h52=function(v){ return v; };_109._mz2=Boolean;_109._kz2=function(v){ return !v; };_109._091=function(){ return []; };_109._x01=function(){ return {}; };_109._5t1=function(){ return new Set(); };_109._4t1=function(){ return new Map(); };_109._4d=function(_gt5,_k65){ return _gt5+_k65; };_109._i3=function(_gt5,_145){ return _gt5+(+_145); };_109._191=function(el){ el.parentNode.removeChild(el); };_109._9e9=function(a){return(a.length>0)?a[a.length-1]:null;};_109._v67=function(a,_289){var _fe8=[];var _zg8=a.length;for(var i=0;i<_zg8;i++){if(a[i]==_289){_fe8.push(i);}}return _fe8;};_109._9k6=function(a,_289){if(a.indexOf(_289)==-1){a.push(_289);return true;}return false;};_109._bk6=function(a,_289){var i=a.indexOf(_289);if(i!=-1){a.splice(i, 1);}return i!=-1;};_109._ff3=function(a,_579,_hy8){var _zg8=a.length;for(var i=0;i<_zg8;i++){if(a[i][_579]==_hy8){return i;}}return-1;};_109._n88=function(_ie8,_es6){var _zg8=_ie8.length;if(_zg8!=_es6.length){return false;}for(var i=0;i<_zg8;i++){if(_ie8[i]!=_es6[i]){return false;}}return true;};_109._y12=function(_ie8,_es6){if(_ie8.length!=_es6.length){return false;}for(var i=0; i<_ie8.length; i++){if(_es6.indexOf(_ie8[i])==-1){return false;}}return true;};_109._9z=function(_zg8,_7v8){var a=new Array(_zg8);if(_7v8){_zg8+= _7v8;}for(var i=_7v8||0;i<_zg8;i++){a[i]=i;}return a;};_109._5w2=function(a,_gj5){var o=_gj5?[]:{};var _zg8=a.length;for(var i=0;i<_zg8;i++){o[a[i]]=true;}return o;};_109._rs=function(a){var o={};var _zg8=a.length;for(var i=0;i<_zg8;i++){o[a[i]]=a[i];}return o;};_109._6u5=function(_ie8,_ue7){var _zg8=_ue7.length;for(var i=0;i<_zg8;i++){_ie8.push(_ue7[i]);}};_109._wq7=function(a,_el8){var args=Array.prototype.slice.call(arguments, 2);var _zg8=a.length;for(var i=0;i<_zg8;i++){var o=a[i];var _a08=o?o[_el8]:null;if(_a08){_a08.apply(o, args);}}};_109._cx5=function(a){var i=0;for(var s in a){if((String(s >>> 0)==s)&&((s >>> 0)!=0xffffffff)){i++;}}return i;};_109._cs7=function(a1,a2){var a=[];var _zg8=a1.length;for(var i=0; i<_zg8;++i){var v=a1[i];if(a2.indexOf(v)==-1){a.push(v);}}return a;};if(Array.prototype.includes){_109._rr7=function(a,_289){return a.includes(_289);};}else{_109._rr7=function(a,_289){return a.indexOf(_289)!=-1;};}if(Array.prototype.fill){_109._g89=function(a,_289,_7v8,_xa9){return a.fill(_289, _7v8, _xa9);};}else{_109._g89=function(a,_289,_7v8,_xa9){_xa9=_xa9||a.length; for(var i=_7v8||0;i<_xa9;i++){a[i]=_289;}return a;};}_109._g75=function(_zg8,_289){return this._g89(new Array(_zg8), _289);};var _he9={};_he9._zn8=function(_sl7){if(_kx5._uz8){var o=new Set();if(!_kx5._gu&&(_sl7 instanceof _nq7)){_sl7=_sl7._ch9;}if(Array.isArray(_sl7)){var _zg8=_sl7.length;for(var i=0;i<_zg8;i++){o.add(_sl7[i]);}return o;}else if(_sl7 instanceof Set){_sl7.forEach(this._fy5, o);}return o;}return new Set(_sl7);};_he9._id5=function(v){ this.push(v); };_he9._3a8=function(_ec9){if(_kx5._uz8){var a=[];_ec9.forEach(this._id5, a);return a;}return Array.from(_ec9);};_he9._fy5=function(v){ this.add(v); };_he9._3e9=function(_v59,_w59){var o=this._zn8(_v59);_w59.forEach(this._fy5, o);return o;};_he9._m33=function(v){ this.delete(v); };_he9._js7=function(_v59,_w59){var o=this._zn8(_v59);_w59.forEach(this._m33, o);return o;};_he9._t85=function(_v59,_w59){var o=new Set();_v59.forEach(function(v){ if(_w59.has(v)){ this.add(v); } }, o);return o;};_he9._vf1=function(_zg8,_7v8){var o=new Set();if(_7v8){_zg8+= _7v8;}for(var i=_7v8||0;i<_zg8;i++){o.add(i);}return o;};var _ge9={};_ge9._qw5=function(_1z8,_yd9){ this.set(_yd9, _1z8); };_ge9._zn8=function(_sl7){if(_kx5._uz8){var o=new Map();if(Array.isArray(_sl7)){var _zg8=_sl7.length;for(var i=0;i<_zg8;i++){o.set(_sl7[i][0], _sl7[i][1]);}return o;}else if(_sl7 instanceof Map){_sl7.forEach(this._qw5, o);}return o;}return new Map(_sl7);};_ge9._j06=function(_1z8,_389){ this.set(_389, _1z8); };_ge9._3e9=function(_h59,_i59){var o=this._zn8(_h59);_i59.forEach(this._j06, o);return o;};_ge9._p33 =function(_1z8,_yd9){ this[_yd9]=_1z8; };_ge9._ls7=function(_6c9){var o={};_6c9.forEach(this._p33, o);return o;};_ge9._c54=function(_1z8,_yd9){ this.push(_yd9); };_ge9._n89=function(_6c9){if(_6c9.key){return _6c9.keys();}var a=[];_6c9.forEach(this._c54, a);return a;};var _899={};_899._no8=function(i){return(i<0)?0:i;};_899._mo8=function(i){return isNaN(i)?0:i;};_899._ew5=function(_db9,_p39,_i18,_ti7,_yx6,_sa6){return((_db9>=_i18)&&(_db9<=(_i18+_sa6))&&(_p39>=_ti7)&&(_p39<=(_ti7+_yx6)));};_899._bx5=function(a,b){return a-b;};var _9t7={};_9t7._v88=function(_fg8,_o96){_fg8.prototype=Object.create(_o96.prototype);_fg8.prototype.constructor=_fg8;_fg8.baseConstructor=_o96;_fg8.superClass=_o96.prototype;};_9t7._ti=function(_a08,_z59){var _s19=Array.prototype.slice.call(arguments, 2);return function(e){ var a=_s19.concat(); a.unshift(e, this); return _a08.apply(_z59, a); };};_9t7._z88=function(fn){return fn.name||fn.toString().match(/^\s*function\s*(\w+)/)[1];};_9t7._nd3=function(fn,_lu8){return function(){ setTimeout(fn, _lu8||0); };};_9t7._uf1=function(fn,_lu8){return function(evt){var args=Array.prototype.slice.call(arguments);setTimeout(fn.apply(undefined, args), _lu8||0);};};var _hp8={};_hp8._i98=function(o){for(var s in o){return false;}return true;};if(Object.values){_hp8._9a5=function(o){return Object.values(o);};}else{_hp8._9a5=function(o){var a=[];for(var s in o){a.push(o[s]);}return a;};}_hp8._i67=function(o){var i=0;for(var s in o){i++;}return i;};if(Object.assign){_hp8._vn8=Object.assign;}else{_hp8._vn8=function(_2k8,_zj8){for(var s in _zj8){_2k8[s]=_zj8[s];}return _2k8;};}_hp8._e89=function(o){return this._vn8({}, o);};_hp8._qi6=function(o){for(var s in o){var v=o[s];if(v&&(typeof v=="object")){this._qi6(v);}}return Object.freeze(o);};_hp8._so8=function(v){var s=typeof v;if(s=="object"){if(!v){return "null";}if(Array.isArray(v)){return "array";}if(v.constructor==Set){return "set";}}return s;};_hp8._bz8=function(o,_kj5){switch(this._so8(o)){case "number":case "string":case "boolean":case "undefined":return o;case "object":var _lw8={};for(var s in o){if(o.hasOwnProperty(s)){_lw8[s]=this._bz8(o[s], _kj5);}}return _lw8;case "array":if(Array.from&&!(_kj5&&_kx5._uz8)){return Array.from(o);}var _wr8=[];var _zg8=o.length;for(var i=0;i<_zg8;i++){_wr8[i]=this._bz8(o[i], _kj5);}return _wr8;case "set":return _he9._zn8(o);case "function":}};_hp8._js7=function(o1,o2){var _9c9=this._e89(o1);for(var s in o2){delete _9c9[s];}return _9c9;};_hp8._n88=function(o1,o2){if(_hp8._i67(o1)!=_hp8._i67(o2)){return false;}for(var _yo7 in o1){if(typeof o2[_yo7]==="undefined"){return false;}var _169=o1[_yo7];var _269=o2[_yo7];var _vs8=false;switch(typeof o1[_yo7]){case "object":_vs8=_hp8._n88(_169, _269);break;case "function":_vs8=_169.toString()===_269.toString();break;default:_vs8=_169===_269;break;}if(!_vs8){return false;}}return true;};_hp8._ny3=function(o1,o2,_cs8){if(o1===null){o1={};}var _zg8=_cs8.length;for(var i=0; i<_zg8;++i){var s=_cs8[i];o1[s]=o2[s];}return o1;};function _y65(){this._ch9=[];};_y65.prototype._nz8=function(s){this._ch9.push(s);};_y65.prototype._ej2=function(_935){this._nz8(_935._ms7());};_y65.prototype._ms7=function(){return this._ch9.join("");};_y65.prototype._jj3=function(){if(!this._vu4){this._vu4={};this._mx1=0;}return this._vu4;};_y65.prototype._pg2=function(s){this._jj3()[++this._mx1]=this._ch9.length;this._ch9.push(s||"");return this._mx1;};_y65.prototype._552=function(_ld4,s){this._ch9[this._vu4[_ld4]]=s;};function _c88(s){s=s.replace( /\s*/g, "" ).replace(",",".");if(s&&(s.match(/^([\+\-]?)0*(\d*?)\.(\d*?)0*$/)||s.match(/^([\+\-]?)0*(\d*?)$/))){var _e79=RegExp.$1;var _qg4=RegExp.$2;var _m35=RegExp.$3;if(_qg4||_m35){var _hy8=_qg4||"0";if(_m35){_hy8+= "." + _m35;}_e79=(_hy8=="0")?"":_e79;this._qw7=_e79+_hy8;}else{this._qw7="0";}}};_c88.prototype._gz8=function(){return !this._qw7;};_c88.prototype._aj2=function(){return this._qw7?this._qw7.replace( ".", _gp8._294 ):"NaN";};_c88.prototype._ms7=function(){return this._qw7||"";};_c88.prototype._4a8=function(){return this._qw7?_jp8._7k6(this._qw7):NaN;};_c88._3e9=function(_kf9,_lf9){return this._mo4(_kf9, _lf9, true);};_c88._js7=function(_kf9,_lf9){return this._mo4(_kf9, _lf9, false);};_c88._mo4=function(_kf9,_lf9,_5a9){var s1=_kf9._ms7()||"0.0";var s2=_lf9._ms7()||"0.0";var _4s3=s1.lastIndexOf(".");if(_4s3==-1){s1+= ".0";_4s3=1;}else{_4s3=s1.length-1-_4s3;}var _5s3=s2.lastIndexOf(".");if(_5s3==-1){s2+= ".0";_5s3=1;}else{_5s3=s2.length-1-_5s3;}var _os2=Math.max(_4s3, _5s3);s1=s1.replace( ".", "" );s2=s2.replace( ".", "" );if(_4s3>_5s3){s2=_jp8._4s7(s2, "0", s2.length+(_4s3-_5s3));}else if(_5s3>_4s3){s1=_jp8._4s7(s1, "0", s1.length+(_5s3-_4s3));}if(s2.length>s1.length){s1=_jp8._o98(s1, "0", s1.length+(s2.length-s1.length));}var a1=s1.split("").reverse();var a2=s2.split("").reverse();var _fe8=new Array(a1.length+1);for(var i=0;i<_fe8.length;i++){_fe8[i]=0;}for(var i=0;i<a1.length;i++){var _mm5=_fe8.length-1-i;var n1=parseInt(a1[i]);var n2=parseInt(a2[i])||0;if(_5a9){var _ih8=n1+n2;if((_ih8+_fe8[_mm5])>9){_fe8[_mm5-1]++;_ih8-= 10;}_fe8[_mm5]+= _ih8;}else{var _ih8=n1-n2;if(_ih8<0){_fe8[_mm5-1]--;_ih8+= 10;}_fe8[_mm5]+= _ih8;if(_fe8[_mm5]<0){_fe8[_mm5-1]--;_fe8[_mm5]+= 10;}}}_fe8.splice(_fe8.length-_os2, 0, ".");return new _c88(_fe8.join(""));};var _qx5={};_qx5._3m1=Boolean(self.performance);_qx5._lw7={};if(_qx5._3m1){_qx5._7e9=function(){return self.performance.now();};}else{_qx5._7e9=function(){return(new Date()).getTime();};}_qx5._km4=function(_po7){if(this._3m1){_oz8._jz8((_po7||"" ) + " Load Time = " + ( ( self.performance.timing.loadEventEnd - self.performance.timing.responseEnd ) / 1000 ) + "s" );}};_qx5._3s1=function(_po7){if(this._3m1){_oz8._jz8((_po7||"" ) + " Processing Time = " + ( ( self.performance.timing.domComplete - self.performance.timing.domLoading ) ) + "ms" );}};_qx5._p77=function(s){this._lw7[s]=this._7e9();};_qx5._2a8=function(s){var _p08=this._7e9();if(this._lw7[s]){var _8i7=(_p08-this._lw7[s]);_oz8._jz8( "Time(ms) " + s + ": " + _8i7 );this._lw7[s]=null;return _8i7;}};var _ta8={};_ta8._iw5=function(_n69){var _ow8=Q.defer();requirejs([_n69],function(o){ _ow8.resolve(o); }, function(o){ _ow8.reject(o); });return _ow8.promise;};_ta8._i95=function(_1s8){var _ow8=Q.defer();requirejs(_1s8,function(){ _ow8.resolve(Array.prototype.slice.call(arguments)); }, function(){ _ow8.reject(Array.prototype.slice.call(arguments)); });return _ow8.promise;};_ta8._242=function(fn){var _ow8=Q.defer();setTimeout(function(){ _ow8.resolve(fn()||null); }, 0);return _ow8.promise;};_ta8._yx2=function(_e48,_s29){return this._sv([_e48], _s29, true);};_ta8._oi2=function(_oe7,_s29){return this._sv(_oe7, _s29, false);};_ta8._sv=function(_oe7,_s29,_gb4){var _ne7=[];for(var i=0;i<_oe7.length;i++){var _e48=_oe7[i];var _ow8=Q.defer();_ne7.push(_ow8.promise);_e48._sw5({ _c42:_ow8.resolve.bind(_ow8)});if(_s29!==false){_e48._v89();}}return _gb4?_ne7[0]:Q.allSettled(_ne7);};_ta8._yv2=function(_6f4){var _ow8=Q.defer();_6f4.then(function(_uj8){_ow8.resolve(_uj8);}).catch(function(_sw8){_ow8.reject(_sw8);});return _ow8.promise; };
|