One Hat Cyber Team
Your IP :
3.16.47.72
Server IP :
192.185.194.254
Server :
Linux raider.websitewelcome.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Server Software :
Apache
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home2
/
glenar
/
public_html
/
assets
/
front
/
js
/
View File Name :
jquery.syotimer.min.js
/** * SyoTimer v.2.0.1 | under MIT licence * https://github.com/mrfratello/SyoTimer#readme */ !function(u){var m="day",a="hour",s="minute",d="second",n={d:m,h:a,m:s,s:d},l={list:[d,s,a,m],next:function(e){var t=this.list.indexOf(e);return t<this.list.length&&this.list[t+1]},prev:function(e){var t=this.list.indexOf(e);return 0<t&&this.list[t-1]}},o={year:2014,month:7,day:31,hour:0,minute:0,second:0,timeZone:"local",ignoreTransferTime:!1,layout:"dhms",periodic:!1,periodInterval:7,periodUnit:"d",doubleNumbers:!0,effectType:"none",lang:"eng",headTitle:"",footTitle:"",afterDeadline:function(e){e.bodyBlock.html('<p style="font-size: 1.2em;">The countdown is finished!</p>')}},r={second:!1,minute:!1,hour:!1,day:!1},c={init:function(e){var t=u.extend({},o,e||{});t.itemTypes=y.getItemTypesByLayout(t.layout),t._itemsHas=u.extend({},r);for(var i=0;i<t.itemTypes.length;i++)t._itemsHas[t.itemTypes[i]]=!0;return this.each(function(){u(this).data("syotimer-options",t),c._render.apply(this,[]),c._perSecondHandler.apply(this,[])})},_render:function(){for(var e=u(this),t=e.data("syotimer-options"),i=y.getTimerItem(),n=u("<div/>",{class:"syotimer__head"}).html(t.headTitle),o=u("<div/>",{class:"syotimer__body"}),r=u("<div/>",{class:"syotimer__footer"}).html(t.footTitle),a={},s=0;s<t.itemTypes.length;s++){var d=i.clone();d.addClass("syotimer-cell_type_"+t.itemTypes[s]),o.append(d),a[t.itemTypes[s]]=d}var l={headBlock:n,bodyBlock:o,footBlock:r};e.data("syotimer-blocks",l).data("syotimer-items",a).addClass("syotimer").append(n).append(o).append(r)},_perSecondHandler:function(){var e=u(this),t=e.data("syotimer-options");u(".syotimer-cell > .syotimer-cell__value",e).css("opacity",1);var i=new Date,n=new Date(t.year,t.month-1,t.day,t.hour,t.minute,t.second),o=y.getDifferenceWithTimezone(i,n,t),r=y.getSecondsToDeadLine(o,t);0<=r?(c._refreshUnitsDom.apply(this,[r]),c._applyEffectSwitch.apply(this,[t.effectType])):(e=u.extend(e,e.data("syotimer-blocks")),t.afterDeadline(e))},_refreshUnitsDom:function(e){var t=u(this),i=t.data("syotimer-options"),n=t.data("syotimer-items"),o=i.itemTypes,r=y.getUnitsToDeadLine(e);i._itemsHas.day||(r.hour+=24*r.day),i._itemsHas.hour||(r.minute+=60*r.hour),i._itemsHas.minute||(r.second+=60*r.minute);for(var a=0;a<o.length;a++){var s=o[a],d=r[s],l=n[s];l.data("syotimer-unit-value",d),u(".syotimer-cell__value",l).html(y.format2(d,s!==m&&i.doubleNumbers)),u(".syotimer-cell__unit",l).html(u.syotimerLang.getNumeral(d,i.lang,s))}},_applyEffectSwitch:function(e,t){t=t||d;var i=this,n=u(i);if("none"===e)setTimeout(function(){c._perSecondHandler.apply(i,[])},1e3);else if("opacity"===e){var o=n.data("syotimer-items")[t];if(o){var r=l.next(t),a=o.data("syotimer-unit-value");u(".syotimer-cell__value",o).animate({opacity:.1},1e3,"linear",function(){c._perSecondHandler.apply(i,[])}),r&&0===a&&c._applyEffectSwitch.apply(i,[e,r])}}}},y={getTimerItem:function(){var e=u("<div/>",{class:"syotimer-cell__value",text:"0"}),t=u("<div/>",{class:"syotimer-cell__unit"}),i=u("<div/>",{class:"syotimer-cell"});return i.append(e).append(t),i},getItemTypesByLayout:function(e){for(var t=[],i=0;i<e.length;i++)t.push(n[e[i]]);return t},getSecondsToDeadLine:function(e,t){var i,n=e/1e3;if(n=Math.floor(n),t.periodic){var o,r,a=y.getPeriodUnit(t.periodUnit),s=e/(1e3*a);s=Math.ceil(s),s=Math.abs(s),0<=n?(r=0===(r=s%t.periodInterval)?t.periodInterval:r,r-=1):r=t.periodInterval-s%t.periodInterval,0==(o=n%a)&&n<0&&r--,i=Math.abs(r*a+o)}else i=n;return i},getUnitsToDeadLine:function(e){var t=m,i={};do{var n=y.getPeriodUnit(t);i[t]=Math.floor(e/n),e%=n}while(t=l.prev(t));return i},getPeriodUnit:function(e){switch(e){case"d":case m:return 86400;case"h":case a:return 3600;case"m":case s:return 60;case"s":case d:return 1}},getDifferenceWithTimezone:function(e,t,i){var n=t.getTime()-e.getTime(),o=0,r=0;"local"!==i.timeZone&&(o=1e3*(parseFloat(i.timeZone)*y.getPeriodUnit(a)- -e.getTimezoneOffset()*y.getPeriodUnit(s)));i.ignoreTransferTime&&(r=1e3*(-e.getTimezoneOffset()*y.getPeriodUnit(s)- -t.getTimezoneOffset()*y.getPeriodUnit(s)));return n-(o+r)},format2:function(e,t){return t=!1!==t,e<=9&&t?"0"+e:""+e}},i={setOption:function(e,t){var i=u(this),n=i.data("syotimer-options");n.hasOwnProperty(e)&&(n[e]=t,i.data("syotimer-options",n))}};u.fn.syotimer=function(e){if("string"==typeof e&&"setOption"===e){var t=Array.prototype.slice.call(arguments,1);return this.each(function(){i[e].apply(this,t)})}if(null===e||"object"==typeof e)return c.init.apply(this,[e]);u.error("SyoTimer. Error in call methods: methods is not exist")},u.syotimerLang={rus:{second:["секунда","секунды","секунд"],minute:["минута","минуты","минут"],hour:["час","часа","часов"],day:["день","дня","дней"],handler:"rusNumeral"},eng:{second:["second","seconds"],minute:["minute","minutes"],hour:["hour","hours"],day:["day","days"]},por:{second:["segundo","segundos"],minute:["minuto","minutos"],hour:["hora","horas"],day:["dia","dias"]},spa:{second:["segundo","segundos"],minute:["minuto","minutos"],hour:["hora","horas"],day:["día","días"]},heb:{second:["שניה","שניות"],minute:["דקה","דקות"],hour:["שעה","שעות"],day:["יום","ימים"]},universal:function(e){return 1===e?0:1},rusNumeral:function(e){return 4<e%100&&e%100<20?2:[2,0,1,1,1,2][e%10<5?e%10:5]},getNumeral:function(e,t,i){var n=this[u.syotimerLang[t].handler||"universal"](e);return u.syotimerLang[t][i][n]}}}(jQuery); //# sourceMappingURL=jquery.syotimer.min.js.map