uawdijnntqw1x1x1
IP : 18.225.175.56
Hostname : axolotl
Kernel : Linux axolotl 4.9.0-13-amd64 #1 SMP Debian 4.9.228-1 (2020-07-05) x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
OS : Linux
PATH:
/
var
/
www
/
axolotl
/
data
/
www
/
.
/
b24.axolotl.ru
/
public_html
/
bitrix
/
js
/
mobile
/
external
/
progressbar.min.js
/
/
(function(t){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=t()}else if(typeof define==="function"&&define.amd){define([],t)}else{var e;if(typeof window!=="undefined"){e=window}else if(typeof global!=="undefined"){e=global}else if(typeof self!=="undefined"){e=self}else{e=this}e.ProgressBar=t()}})(function(){var t,e,r;return function t(e,r,i){function n(a,s){if(!r[a]){if(!e[a]){var u=typeof require=="function"&&require;if(!s&&u)return u(a,!0);if(o)return o(a,!0);var h=new Error("Cannot find module '"+a+"'");throw h.code="MODULE_NOT_FOUND",h}var f=r[a]={exports:{}};e[a][0].call(f.exports,function(t){var r=e[a][1][t];return n(r?r:t)},f,f.exports,t,e,r,i)}return r[a].exports}var o=typeof require=="function"&&require;for(var a=0;a<i.length;a++)n(i[a]);return n}({1:[function(e,r,i){(function(){var e=this||Function("return this")();var n=function(){"use strict";var n;var o;var a="linear";var s=500;var u=1e3/60;var h=Date.now?Date.now:function(){return+new Date};var f=typeof SHIFTY_DEBUG_NOW!=="undefined"?SHIFTY_DEBUG_NOW:h;if(typeof window!=="undefined"){o=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||window.mozCancelRequestAnimationFrame&&window.mozRequestAnimationFrame||setTimeout}else{o=setTimeout}function l(){}function p(t,e){var r;for(r in t){if(Object.hasOwnProperty.call(t,r)){e(r)}}}function c(t,e){p(e,function(r){t[r]=e[r]});return t}function d(t,e){p(e,function(r){if(typeof t[r]==="undefined"){t[r]=e[r]}})}function v(t,e,r,i,o,a,s){var u=t<a?0:(t-a)/o;var h;var f;var l;for(h in e){if(e.hasOwnProperty(h)){f=s[h];l=typeof f==="function"?f:n[f];e[h]=_(r[h],i[h],l,u)}}return e}function _(t,e,r,i){return t+(e-t)*r(i)}function g(t,e){var r=b.prototype.filter;var i=t._filterArgs;p(r,function(n){if(typeof r[n][e]!=="undefined"){r[n][e].apply(t,i)}})}var w;var y;var m;var S;function x(t,e,r,i,n,o,a,s,h,l,p){w=e+r+i;y=Math.min(p||f(),w);m=y>=w;S=i-(w-y);if(t.isPlaying()){if(m){h(a,t._attachment,S);t.stop(true)}else{t._scheduleId=l(t._timeoutHandler,u);g(t,"beforeTween");if(y<e+r){v(1,n,o,a,1,1,s)}else{v(y,n,o,a,i,e+r,s)}g(t,"afterTween");h(n,t._attachment,S)}}}function O(t,e){var r={};var i=typeof e;if(i==="string"||i==="function"){p(t,function(t){r[t]=e})}else{p(t,function(t){if(!r[t]){r[t]=e[t]||a}})}return r}function b(t,e){this._currentState=t||{};this._configured=false;this._scheduleFunction=o;if(typeof e!=="undefined"){this.setConfig(e)}}b.prototype.tween=function(t){if(this._isTweening){return this}if(t!==undefined||!this._configured){this.setConfig(t)}this._timestamp=f();this._start(this.get(),this._attachment);return this.resume()};b.prototype.setConfig=function(t){t=t||{};this._configured=true;this._attachment=t.attachment;this._pausedAtTime=null;this._scheduleId=null;this._delay=t.delay||0;this._start=t.start||l;this._step=t.step||l;this._finish=t.finish||l;this._duration=t.duration||s;this._currentState=c({},t.from||this.get());this._originalState=this.get();this._targetState=c({},t.to||this.get());var e=this;this._timeoutHandler=function(){x(e,e._timestamp,e._delay,e._duration,e._currentState,e._originalState,e._targetState,e._easing,e._step,e._scheduleFunction)};var r=this._currentState;var i=this._targetState;d(i,r);this._easing=O(r,t.easing||a);this._filterArgs=[r,this._originalState,i,this._easing];g(this,"tweenCreated");return this};b.prototype.get=function(){return c({},this._currentState)};b.prototype.set=function(t){this._currentState=t};b.prototype.pause=function(){this._pausedAtTime=f();this._isPaused=true;return this};b.prototype.resume=function(){if(this._isPaused){this._timestamp+=f()-this._pausedAtTime}this._isPaused=false;this._isTweening=true;this._timeoutHandler();return this};b.prototype.seek=function(t){t=Math.max(t,0);var e=f();if(this._timestamp+t===0){return this}this._timestamp=e-t;if(!this.isPlaying()){this._isTweening=true;this._isPaused=false;x(this,this._timestamp,this._delay,this._duration,this._currentState,this._originalState,this._targetState,this._easing,this._step,this._scheduleFunction,e);this.pause()}return this};b.prototype.stop=function(t){this._isTweening=false;this._isPaused=false;this._timeoutHandler=l;(e.cancelAnimationFrame||e.webkitCancelAnimationFrame||e.oCancelAnimationFrame||e.msCancelAnimationFrame||e.mozCancelRequestAnimationFrame||e.clearTimeout)(this._scheduleId);if(t){g(this,"beforeTween");v(1,this._currentState,this._originalState,this._targetState,1,0,this._easing);g(this,"afterTween");g(this,"afterTweenEnd");this._finish.call(this,this._currentState,this._attachment)}return this};b.prototype.isPlaying=function(){return this._isTweening&&!this._isPaused};b.prototype.setScheduleFunction=function(t){this._scheduleFunction=t};b.prototype.dispose=function(){var t;for(t in this){if(this.hasOwnProperty(t)){delete this[t]}}};b.prototype.filter={};b.prototype.formula={linear:function(t){return t}};n=b.prototype.formula;c(b,{now:f,each:p,tweenProps:v,tweenProp:_,applyFilter:g,shallowCopy:c,defaults:d,composeEasingObject:O});if(typeof SHIFTY_DEBUG_NOW==="function"){e.timeoutHandler=x}if(typeof i==="object"){r.exports=b}else if(typeof t==="function"&&t.amd){t(function(){return b})}else if(typeof e.Tweenable==="undefined"){e.Tweenable=b}return b}();(function(){n.shallowCopy(n.prototype.formula,{easeInQuad:function(t){return Math.pow(t,2)},easeOutQuad:function(t){return-(Math.pow(t-1,2)-1)},easeInOutQuad:function(t){if((t/=.5)<1){return.5*Math.pow(t,2)}return-.5*((t-=2)*t-2)},easeInCubic:function(t){return Math.pow(t,3)},easeOutCubic:function(t){return Math.pow(t-1,3)+1},easeInOutCubic:function(t){if((t/=.5)<1){return.5*Math.pow(t,3)}return.5*(Math.pow(t-2,3)+2)},easeInQuart:function(t){return Math.pow(t,4)},easeOutQuart:function(t){return-(Math.pow(t-1,4)-1)},easeInOutQuart:function(t){if((t/=.5)<1){return.5*Math.pow(t,4)}return-.5*((t-=2)*Math.pow(t,3)-2)},easeInQuint:function(t){return Math.pow(t,5)},easeOutQuint:function(t){return Math.pow(t-1,5)+1},easeInOutQuint:function(t){if((t/=.5)<1){return.5*Math.pow(t,5)}return.5*(Math.pow(t-2,5)+2)},easeInSine:function(t){return-Math.cos(t*(Math.PI/2))+1},easeOutSine:function(t){return Math.sin(t*(Math.PI/2))},easeInOutSine:function(t){return-.5*(Math.cos(Math.PI*t)-1)},easeInExpo:function(t){return t===0?0:Math.pow(2,10*(t-1))},easeOutExpo:function(t){return t===1?1:-Math.pow(2,-10*t)+1},easeInOutExpo:function(t){if(t===0){return 0}if(t===1){return 1}if((t/=.5)<1){return.5*Math.pow(2,10*(t-1))}return.5*(-Math.pow(2,-10*--t)+2)},easeInCirc:function(t){return-(Math.sqrt(1-t*t)-1)},easeOutCirc:function(t){return Math.sqrt(1-Math.pow(t-1,2))},easeInOutCirc:function(t){if((t/=.5)<1){return-.5*(Math.sqrt(1-t*t)-1)}return.5*(Math.sqrt(1-(t-=2)*t)+1)},easeOutBounce:function(t){if(t<1/2.75){return 7.5625*t*t}else if(t<2/2.75){return 7.5625*(t-=1.5/2.75)*t+.75}else if(t<2.5/2.75){return 7.5625*(t-=2.25/2.75)*t+.9375}else{return 7.5625*(t-=2.625/2.75)*t+.984375}},easeInBack:function(t){var e=1.70158;return t*t*((e+1)*t-e)},easeOutBack:function(t){var e=1.70158;return(t=t-1)*t*((e+1)*t+e)+1},easeInOutBack:function(t){var e=1.70158;if((t/=.5)<1){return.5*(t*t*(((e*=1.525)+1)*t-e))}return.5*((t-=2)*t*(((e*=1.525)+1)*t+e)+2)},elastic:function(t){return-1*Math.pow(4,-8*t)*Math.sin((t*6-1)*(2*Math.PI)/2)+1},swingFromTo:function(t){var e=1.70158;return(t/=.5)<1?.5*(t*t*(((e*=1.525)+1)*t-e)):.5*((t-=2)*t*(((e*=1.525)+1)*t+e)+2)},swingFrom:function(t){var e=1.70158;return t*t*((e+1)*t-e)},swingTo:function(t){var e=1.70158;return(t-=1)*t*((e+1)*t+e)+1},bounce:function(t){if(t<1/2.75){return 7.5625*t*t}else if(t<2/2.75){return 7.5625*(t-=1.5/2.75)*t+.75}else if(t<2.5/2.75){return 7.5625*(t-=2.25/2.75)*t+.9375}else{return 7.5625*(t-=2.625/2.75)*t+.984375}},bouncePast:function(t){if(t<1/2.75){return 7.5625*t*t}else if(t<2/2.75){return 2-(7.5625*(t-=1.5/2.75)*t+.75)}else if(t<2.5/2.75){return 2-(7.5625*(t-=2.25/2.75)*t+.9375)}else{return 2-(7.5625*(t-=2.625/2.75)*t+.984375)}},easeFromTo:function(t){if((t/=.5)<1){return.5*Math.pow(t,4)}return-.5*((t-=2)*Math.pow(t,3)-2)},easeFrom:function(t){return Math.pow(t,4)},easeTo:function(t){return Math.pow(t,.25)}})})();(function(){function t(t,e,r,i,n,o){var a=0,s=0,u=0,h=0,f=0,l=0;function p(t){return((a*t+s)*t+u)*t}function c(t){return((h*t+f)*t+l)*t}function d(t){return(3*a*t+2*s)*t+u}function v(t){return 1/(200*t)}function _(t,e){return c(w(t,e))}function g(t){if(t>=0){return t}else{return 0-t}}function w(t,e){var r,i,n,o,a,s;for(n=t,s=0;s<8;s++){o=p(n)-t;if(g(o)<e){return n}a=d(n);if(g(a)<1e-6){break}n=n-o/a}r=0;i=1;n=t;if(n<r){return r}if(n>i){return i}while(r<i){o=p(n);if(g(o-t)<e){return n}if(t>o){r=n}else{i=n}n=(i-r)*.5+r}return n}u=3*e;s=3*(i-e)-u;a=1-u-s;l=3*r;f=3*(n-r)-l;h=1-l-f;return _(t,v(o))}function e(e,r,i,n){return function(o){return t(o,e,r,i,n,1)}}n.setBezierFunction=function(t,r,i,o,a){var s=e(r,i,o,a);s.displayName=t;s.x1=r;s.y1=i;s.x2=o;s.y2=a;return n.prototype.formula[t]=s};n.unsetBezierFunction=function(t){delete n.prototype.formula[t]}})();(function(){function t(t,e,r,i,o,a){return n.tweenProps(i,e,t,r,1,a,o)}var e=new n;e._filterArgs=[];n.interpolate=function(r,i,o,a,s){var u=n.shallowCopy({},r);var h=s||0;var f=n.composeEasingObject(r,a||"linear");e.set({});var l=e._filterArgs;l.length=0;l[0]=u;l[1]=r;l[2]=i;l[3]=f;n.applyFilter(e,"tweenCreated");n.applyFilter(e,"beforeTween");var p=t(r,u,i,o,f,h);n.applyFilter(e,"afterTween");return p}})();(function(t){var e;var r=/(\d|\-|\.)/;var i=/([^\-0-9\.]+)/g;var n=/[0-9.\-]+/g;var o=new RegExp("rgb\\("+n.source+/,\s*/.source+n.source+/,\s*/.source+n.source+"\\)","g");var a=/^.*\(/;var s=/#([0-9]|[a-f]){3,6}/gi;var u="VAL";function h(t,e){var r=[];var i=t.length;var n;for(n=0;n<i;n++){r.push("_"+e+"_"+n)}return r}function f(t){var e=t.match(i);if(!e){e=["",""]}else if(e.length===1||t.charAt(0).match(r)){e.unshift("")}return e.join(u)}function l(e){t.each(e,function(t){var r=e[t];if(typeof r==="string"&&r.match(s)){e[t]=p(r)}})}function p(t){return g(s,t,c)}function c(t){var e=v(t);return"rgb("+e[0]+","+e[1]+","+e[2]+")"}var d=[];function v(t){t=t.replace(/#/,"");if(t.length===3){t=t.split("");t=t[0]+t[0]+t[1]+t[1]+t[2]+t[2]}d[0]=_(t.substr(0,2));d[1]=_(t.substr(2,2));d[2]=_(t.substr(4,2));return d}function _(t){return parseInt(t,16)}function g(t,e,r){var i=e.match(t);var n=e.replace(t,u);if(i){var o=i.length;var a;for(var s=0;s<o;s++){a=i.shift();n=n.replace(u,r(a))}}return n}function w(t){return g(o,t,y)}function y(t){var e=t.match(n);var r=e.length;var i=t.match(a)[0];for(var o=0;o<r;o++){i+=parseInt(e[o],10)+","}i=i.slice(0,-1)+")";return i}function m(e){var r={};t.each(e,function(t){var i=e[t];if(typeof i==="string"){var n=C(i);r[t]={formatString:f(i),chunkNames:h(n,t)}}});return r}function S(e,r){t.each(r,function(t){var i=e[t];var n=C(i);var o=n.length;for(var a=0;a<o;a++){e[r[t].chunkNames[a]]=+n[a]}delete e[t]})}function x(e,r){t.each(r,function(t){var i=e[t];var n=O(e,r[t].chunkNames);var o=T(n,r[t].chunkNames);i=k(r[t].formatString,o);e[t]=w(i)})}function O(t,e){var r={};var i,n=e.length;for(var o=0;o<n;o++){i=e[o];r[i]=t[i];delete t[i]}return r}var b=[];function T(t,e){b.length=0;var r=e.length;for(var i=0;i<r;i++){b.push(t[e[i]])}return b}function k(t,e){var r=t;var i=e.length;for(var n=0;n<i;n++){r=r.replace(u,+e[n].toFixed(4))}return r}function C(t){return t.match(n)}function M(e,r){t.each(r,function(t){var i=r[t];var n=i.chunkNames;var o=n.length;var a=e[t];var s;if(typeof a==="string"){var u=a.split(" ");var h=u[u.length-1];for(s=0;s<o;s++){e[n[s]]=u[s]||h}}else{for(s=0;s<o;s++){e[n[s]]=a}}delete e[t]})}function P(e,r){t.each(r,function(t){var i=r[t];var n=i.chunkNames;var o=n.length;var a=e[n[0]];var s=typeof a;if(s==="string"){var u="";for(var h=0;h<o;h++){u+=" "+e[n[h]];delete e[n[h]]}e[t]=u.substr(1)}else{e[t]=a}})}t.prototype.filter.token={tweenCreated:function(t,e,r,i){l(t);l(e);l(r);this._tokenData=m(t)},beforeTween:function(t,e,r,i){M(i,this._tokenData);S(t,this._tokenData);S(e,this._tokenData);S(r,this._tokenData)},afterTween:function(t,e,r,i){x(t,this._tokenData);x(e,this._tokenData);x(r,this._tokenData);P(i,this._tokenData)}}})(n)}).call(null)},{}],2:[function(t,e,r){var i=t("./shape");var n=t("./utils");var o=function t(e,r){this._pathTemplate="M 50,50 m 0,-{radius}"+" a {radius},{radius} 0 1 1 0,{2radius}"+" a {radius},{radius} 0 1 1 0,-{2radius}";this.containerAspectRatio=1;i.apply(this,arguments)};o.prototype=new i;o.prototype.constructor=o;o.prototype._pathString=function t(e){var r=e.strokeWidth;if(e.trailWidth&&e.trailWidth>e.strokeWidth){r=e.trailWidth}var i=50-r/2;return n.render(this._pathTemplate,{radius:i,"2radius":i*2})};o.prototype._trailString=function t(e){return this._pathString(e)};e.exports=o},{"./shape":7,"./utils":9}],3:[function(t,e,r){var i=t("./shape");var n=t("./utils");var o=function t(e,r){this._pathTemplate="M 0,{center} L 100,{center}";i.apply(this,arguments)};o.prototype=new i;o.prototype.constructor=o;o.prototype._initializeSvg=function t(e,r){e.setAttribute("viewBox","0 0 100 "+r.strokeWidth);e.setAttribute("preserveAspectRatio","none")};o.prototype._pathString=function t(e){return n.render(this._pathTemplate,{center:e.strokeWidth/2})};o.prototype._trailString=function t(e){return this._pathString(e)};e.exports=o},{"./shape":7,"./utils":9}],4:[function(t,e,r){e.exports={Line:t("./line"),Circle:t("./circle"),SemiCircle:t("./semicircle"),Square:t("./square"),Path:t("./path"),Shape:t("./shape"),utils:t("./utils")}},{"./circle":2,"./line":3,"./path":5,"./semicircle":6,"./shape":7,"./square":8,"./utils":9}],5:[function(t,e,r){var i=t("shifty");var n=t("./utils");var o={easeIn:"easeInCubic",easeOut:"easeOutCubic",easeInOut:"easeInOutCubic"};var a=function t(e,r){if(!(this instanceof t)){throw new Error("Constructor was called without new keyword")}r=n.extend({duration:800,easing:"linear",from:{},to:{},step:function(){}},r);var i;if(n.isString(e)){i=document.querySelector(e)}else{i=e}this.path=i;this._opts=r;this._tweenable=null;var o=this.path.getTotalLength();this.path.style.strokeDasharray=o+" "+o;this.set(0)};a.prototype.value=function t(){var e=this._getComputedDashOffset();var r=this.path.getTotalLength();var i=1-e/r;return parseFloat(i.toFixed(6),10)};a.prototype.set=function t(e){this.stop();this.path.style.strokeDashoffset=this._progressToOffset(e);var r=this._opts.step;if(n.isFunction(r)){var i=this._easing(this._opts.easing);var o=this._calculateTo(e,i);var a=this._opts.shape||this;r(o,a,this._opts.attachment)}};a.prototype.stop=function t(){this._stopTween();this.path.style.strokeDashoffset=this._getComputedDashOffset()};a.prototype.animate=function t(e,r,o){r=r||{};if(n.isFunction(r)){o=r;r={}}var a=n.extend({},r);var s=n.extend({},this._opts);r=n.extend(s,r);var u=this._easing(r.easing);var h=this._resolveFromAndTo(e,u,a);this.stop();this.path.getBoundingClientRect();var f=this._getComputedDashOffset();var l=this._progressToOffset(e);var p=this;this._tweenable=new i;this._tweenable.tween({from:n.extend({offset:f},h.from),to:n.extend({offset:l},h.to),duration:r.duration,easing:u,step:function(t){p.path.style.strokeDashoffset=t.offset;var e=r.shape||p;r.step(t,e,r.attachment)},finish:function(t){if(n.isFunction(o)){o()}}})};a.prototype._getComputedDashOffset=function t(){var e=window.getComputedStyle(this.path,null);return parseFloat(e.getPropertyValue("stroke-dashoffset"),10)};a.prototype._progressToOffset=function t(e){var r=this.path.getTotalLength();return r-e*r};a.prototype._resolveFromAndTo=function t(e,r,i){if(i.from&&i.to){return{from:i.from,to:i.to}}return{from:this._calculateFrom(r),to:this._calculateTo(e,r)}};a.prototype._calculateFrom=function t(e){return i.interpolate(this._opts.from,this._opts.to,this.value(),e)};a.prototype._calculateTo=function t(e,r){return i.interpolate(this._opts.from,this._opts.to,e,r)};a.prototype._stopTween=function t(){if(this._tweenable!==null){this._tweenable.stop();this._tweenable=null}};a.prototype._easing=function t(e){if(o.hasOwnProperty(e)){return o[e]}return e};e.exports=a},{"./utils":9,shifty:1}],6:[function(t,e,r){var i=t("./shape");var n=t("./circle");var o=t("./utils");var a=function t(e,r){this._pathTemplate="M 50,50 m -{radius},0"+" a {radius},{radius} 0 1 1 {2radius},0";this.containerAspectRatio=2;i.apply(this,arguments)};a.prototype=new i;a.prototype.constructor=a;a.prototype._initializeSvg=function t(e,r){e.setAttribute("viewBox","0 0 100 50")};a.prototype._initializeTextContainer=function t(e,r,i){if(e.text.style){i.style.top="auto";i.style.bottom="0";if(e.text.alignToBottom){o.setStyle(i,"transform","translate(-50%, 0)")}else{o.setStyle(i,"transform","translate(-50%, 50%)")}}};a.prototype._pathString=n.prototype._pathString;a.prototype._trailString=n.prototype._trailString;e.exports=a},{"./circle":2,"./shape":7,"./utils":9}],7:[function(t,e,r){var i=t("./path");var n=t("./utils");var o="Object is destroyed";var a=function t(e,r){if(!(this instanceof t)){throw new Error("Constructor was called without new keyword")}if(arguments.length===0){return}this._opts=n.extend({color:"#555",strokeWidth:1,trailColor:null,trailWidth:null,fill:null,text:{style:{color:null,position:"absolute",left:"50%",top:"50%",padding:0,margin:0,transform:{prefix:true,value:"translate(-50%, -50%)"}},autoStyleContainer:true,alignToBottom:true,value:null,className:"progressbar-text"},svgStyle:{display:"block",width:"100%"},warnings:false},r,true);if(n.isObject(r)&&r.svgStyle!==undefined){this._opts.svgStyle=r.svgStyle}if(n.isObject(r)&&n.isObject(r.text)&&r.text.style!==undefined){this._opts.text.style=r.text.style}var o=this._createSvgView(this._opts);var a;if(n.isString(e)){a=document.querySelector(e)}else{a=e}if(!a){throw new Error("Container does not exist: "+e)}this._container=a;this._container.appendChild(o.svg);if(this._opts.warnings){this._warnContainerAspectRatio(this._container)}if(this._opts.svgStyle){n.setStyles(o.svg,this._opts.svgStyle)}this.svg=o.svg;this.path=o.path;this.trail=o.trail;this.text=null;var s=n.extend({attachment:undefined,shape:this},this._opts);this._progressPath=new i(o.path,s);if(n.isObject(this._opts.text)&&this._opts.text.value!==null){this.setText(this._opts.text.value)}};a.prototype.animate=function t(e,r,i){if(this._progressPath===null){throw new Error(o)}this._progressPath.animate(e,r,i)};a.prototype.stop=function t(){if(this._progressPath===null){throw new Error(o)}if(this._progressPath===undefined){return}this._progressPath.stop()};a.prototype.destroy=function t(){if(this._progressPath===null){throw new Error(o)}this.stop();this.svg.parentNode.removeChild(this.svg);this.svg=null;this.path=null;this.trail=null;this._progressPath=null;if(this.text!==null){this.text.parentNode.removeChild(this.text);this.text=null}};a.prototype.set=function t(e){if(this._progressPath===null){throw new Error(o)}this._progressPath.set(e)};a.prototype.value=function t(){if(this._progressPath===null){throw new Error(o)}if(this._progressPath===undefined){return 0}return this._progressPath.value()};a.prototype.setText=function t(e){if(this._progressPath===null){throw new Error(o)}if(this.text===null){this.text=this._createTextContainer(this._opts,this._container);this._container.appendChild(this.text)}if(n.isObject(e)){n.removeChildren(this.text);this.text.appendChild(e)}else{this.text.innerHTML=e}};a.prototype._createSvgView=function t(e){var r=document.createElementNS("http://www.w3.org/2000/svg","svg");this._initializeSvg(r,e);var i=null;if(e.trailColor||e.trailWidth){i=this._createTrail(e);r.appendChild(i)}var n=this._createPath(e);r.appendChild(n);return{svg:r,path:n,trail:i}};a.prototype._initializeSvg=function t(e,r){e.setAttribute("viewBox","0 0 100 100")};a.prototype._createPath=function t(e){var r=this._pathString(e);return this._createPathElement(r,e)};a.prototype._createTrail=function t(e){var r=this._trailString(e);var i=n.extend({},e);if(!i.trailColor){i.trailColor="#eee"}if(!i.trailWidth){i.trailWidth=i.strokeWidth}i.color=i.trailColor;i.strokeWidth=i.trailWidth;i.fill=null;return this._createPathElement(r,i)};a.prototype._createPathElement=function t(e,r){var i=document.createElementNS("http://www.w3.org/2000/svg","path");i.setAttribute("d",e);i.setAttribute("stroke",r.color);i.setAttribute("stroke-width",r.strokeWidth);if(r.fill){i.setAttribute("fill",r.fill)}else{i.setAttribute("fill-opacity","0")}return i};a.prototype._createTextContainer=function t(e,r){var i=document.createElement("div");i.className=e.text.className;var o=e.text.style;if(o){if(e.text.autoStyleContainer){r.style.position="relative"}n.setStyles(i,o);if(!o.color){i.style.color=e.color}}this._initializeTextContainer(e,r,i);return i};a.prototype._initializeTextContainer=function(t,e,r){};a.prototype._pathString=function t(e){throw new Error("Override this function for each progress bar")};a.prototype._trailString=function t(e){throw new Error("Override this function for each progress bar")};a.prototype._warnContainerAspectRatio=function t(e){if(!this.containerAspectRatio){return}var r=window.getComputedStyle(e,null);var i=parseFloat(r.getPropertyValue("width"),10);var o=parseFloat(r.getPropertyValue("height"),10);if(!n.floatEquals(this.containerAspectRatio,i/o)){console.warn("Incorrect aspect ratio of container","#"+e.id,"detected:",r.getPropertyValue("width")+"(width)","/",r.getPropertyValue("height")+"(height)","=",i/o);console.warn("Aspect ratio of should be",this.containerAspectRatio)}};e.exports=a},{"./path":5,"./utils":9}],8:[function(t,e,r){var i=t("./shape");var n=t("./utils");var o=function t(e,r){this._pathTemplate="M 0,{halfOfStrokeWidth}"+" L {width},{halfOfStrokeWidth}"+" L {width},{width}"+" L {halfOfStrokeWidth},{width}"+" L {halfOfStrokeWidth},{strokeWidth}";this._trailTemplate="M {startMargin},{halfOfStrokeWidth}"+" L {width},{halfOfStrokeWidth}"+" L {width},{width}"+" L {halfOfStrokeWidth},{width}"+" L {halfOfStrokeWidth},{halfOfStrokeWidth}";i.apply(this,arguments)};o.prototype=new i;o.prototype.constructor=o;o.prototype._pathString=function t(e){var r=100-e.strokeWidth/2;return n.render(this._pathTemplate,{width:r,strokeWidth:e.strokeWidth,halfOfStrokeWidth:e.strokeWidth/2})};o.prototype._trailString=function t(e){var r=100-e.strokeWidth/2;return n.render(this._trailTemplate,{width:r,strokeWidth:e.strokeWidth,halfOfStrokeWidth:e.strokeWidth/2,startMargin:e.strokeWidth/2-e.trailWidth/2})};e.exports=o},{"./shape":7,"./utils":9}],9:[function(t,e,r){var i="Webkit Moz O ms".split(" ");var n=.001;function o(t,e,r){t=t||{};e=e||{};r=r||false;for(var i in e){if(e.hasOwnProperty(i)){var n=t[i];var a=e[i];if(r&&c(n)&&c(a)){t[i]=o(n,a,r)}else{t[i]=a}}}return t}function a(t,e){var r=t;for(var i in e){if(e.hasOwnProperty(i)){var n=e[i];var o="\\{"+i+"\\}";var a=new RegExp(o,"g");r=r.replace(a,n)}}return r}function s(t,e,r){var n=t.style;for(var o=0;o<i.length;++o){var a=i[o];n[a+h(e)]=r}n[e]=r}function u(t,e){d(e,function(e,r){if(e===null||e===undefined){return}if(c(e)&&e.prefix===true){s(t,r,e.value)}else{t.style[r]=e}})}function h(t){return t.charAt(0).toUpperCase()+t.slice(1)}function f(t){return typeof t==="string"||t instanceof String}function l(t){return typeof t==="function"}function p(t){return Object.prototype.toString.call(t)==="[object Array]"}function c(t){if(p(t)){return false}var e=typeof t;return e==="object"&&!!t}function d(t,e){for(var r in t){if(t.hasOwnProperty(r)){var i=t[r];e(i,r)}}}function v(t,e){return Math.abs(t-e)<n}function _(t){while(t.firstChild){t.removeChild(t.firstChild)}}e.exports={extend:o,render:a,setStyle:s,setStyles:u,capitalize:h,isString:f,isFunction:l,isObject:c,forEachObject:d,floatEquals:v,removeChildren:_}},{}]},{},[4])(4)});
/var/www/axolotl/data/www/./b24.axolotl.ru/public_html/bitrix/js/mobile/external/progressbar.min.js