~ K A L I ~
UNAME : Linux web63.extendcp.co.uk 4.18.0-553.58.1.el8_10.x86_64 #1 SMP Wed Jun 25 06:37:46 EDT 2025 x86_64SERVER IP : 10.0.187.63 -________-
CLIENT IP : 216.73.216.199 MINI SHELL D ZAB '
Current File : //usr/share/maxscale/gui/js/app~1c3a2c3f.4574f7f9.js |
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["app~1c3a2c3f"],{"1fca":function(t,e,n){"use strict";function r(t,e){if(e){var n=this.$data._chart,r=t.datasets.map((function(t){return t.label})),i=e.datasets.map((function(t){return t.label})),a=JSON.stringify(i),o=JSON.stringify(r);o===a&&e.datasets.length===t.datasets.length?(t.datasets.forEach((function(t,r){var i=Object.keys(e.datasets[r]),a=Object.keys(t),o=i.filter((function(t){return"_meta"!==t&&-1===a.indexOf(t)}));for(var u in o.forEach((function(t){delete n.data.datasets[r][t]})),t)t.hasOwnProperty(u)&&(n.data.datasets[r][u]=t[u])})),t.hasOwnProperty("labels")&&(n.data.labels=t.labels,this.$emit("labels:update")),t.hasOwnProperty("xLabels")&&(n.data.xLabels=t.xLabels,this.$emit("xlabels:update")),t.hasOwnProperty("yLabels")&&(n.data.yLabels=t.yLabels,this.$emit("ylabels:update")),n.update(),this.$emit("chart:update")):(n&&(n.destroy(),this.$emit("chart:destroy")),this.renderChart(this.chartData,this.options),this.$emit("chart:render"))}else this.$data._chart&&(this.$data._chart.destroy(),this.$emit("chart:destroy")),this.renderChart(this.chartData,this.options),this.$emit("chart:render")}n.d(e,"a",(function(){return f})),n.d(e,"b",(function(){return h})),n.d(e,"c",(function(){return l})),n.d(e,"d",(function(){return p})),n.d(e,"e",(function(){return o}));var i={data:function(){return{chartData:null}},watch:{chartData:r}},a={props:{chartData:{type:Object,required:!0,default:function(){}}},watch:{chartData:r}},o={reactiveData:i,reactiveProp:a},u=n("30ef"),s=n.n(u);function c(t,e){return{render:function(t){return t("div",{style:this.styles,class:this.cssClasses},[t("canvas",{attrs:{id:this.chartId,width:this.width,height:this.height},ref:"canvas"})])},props:{chartId:{default:t,type:String},width:{default:400,type:Number},height:{default:400,type:Number},cssClasses:{type:String,default:""},styles:{type:Object},plugins:{type:Array,default:function(){return[]}}},data:function(){return{_chart:null,_plugins:this.plugins}},methods:{addPlugin:function(t){this.$data._plugins.push(t)},generateLegend:function(){if(this.$data._chart)return this.$data._chart.generateLegend()},renderChart:function(t,n){if(this.$data._chart&&this.$data._chart.destroy(),!this.$refs.canvas)throw new Error("Please remove the <template></template> tags from your chart component. See https://vue-chartjs.org/guide/#vue-single-file-components");this.$data._chart=new s.a(this.$refs.canvas.getContext("2d"),{type:e,data:t,options:n,plugins:this.$data._plugins})}},beforeDestroy:function(){this.$data._chart&&this.$data._chart.destroy()}}}var f=c("bar-chart","bar"),h=c("horizontalbar-chart","horizontalBar"),l=(c("doughnut-chart","doughnut"),c("line-chart","line")),p=(c("pie-chart","pie"),c("polar-chart","polarArea"),c("radar-chart","radar"),c("bubble-chart","bubble"),c("scatter-chart","scatter"))},3637:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.addCustomTypes=e.Schema=e.t=void 0;var r=n("9258"),i=a(r);function a(t){return t&&t.__esModule?t:{default:t}}var o=function(t,e){return(new i.default).t(t,e)},u=i.default.Schema,s=function(t){if(!o(t).isObject)throw new Error("validators must be key value pairs");Object.keys(t).forEach((function(e){if(!o(t[e]).isFunction)throw new Error("validator "+e+" is not a function");i.default.prototype.__defineGetter__(e,(function(){return t[e](this.input)}))}))};e.default=o,e.t=o,e.Schema=u,e.addCustomTypes=s},9258:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i=function(){function t(t,e){for(var n,r=0;r<e.length;r++)n=e[r],n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}return function(e,n,r){return n&&t(e.prototype,n),r&&t(e,r),e}}(),a=n("bb56");function o(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}var u=function(){function t(){var e=this;o(this,t),this.t=function(t,n){if(e.input=t,e.schemaCheck=null,n)if("string"==typeof n)e.input=(0,a.getNestedObject)(e.input,n);else{var r=(0,a.convertSchemaAndGetMatch)(e.input,n);-1===r?(e.schemaCheck=!1,e.input=t):(e.schemaCheck=!0,e.input=r)}return e}}return i(t,[{key:"isValid",get:function(){return null!==this.schemaCheck&&!0===this.schemaCheck&&null!==this.input&&void 0!==this.input}},{key:"isDefined",get:function(){return"undefined"!=typeof this.input}},{key:"isUndefined",get:function(){return"undefined"==typeof this.input}},{key:"isNull",get:function(){return null===this.input&&"object"===r(this.input)}},{key:"isNullOrUndefined",get:function(){return!(!this.isNull&&!this.isUndefined)}},{key:"isBoolean",get:function(){return r(this.input)===r(!0)}},{key:"isTrue",get:function(){return!0===this.input}},{key:"isFalse",get:function(){return!1===this.input}},{key:"isTruthy",get:function(){return!!this.input}},{key:"isFalsy",get:function(){return!this.input}},{key:"isObject",get:function(){return"object"===r(this.input)&&this.input===Object(this.input)&&"[object Array]"!==Object.prototype.toString.call(this.input)&&"[object Date]"!==Object.prototype.toString.call(this.input)}},{key:"isEmptyObject",get:function(){return!(!this.isObject||0!==Object.keys(this.input).length)}},{key:"isString",get:function(){return"string"==typeof this.input}},{key:"isEmptyString",get:function(){return!(!this.isString||0!==this.input.length)}},{key:"isNumber",get:function(){return!!Number.isFinite(this.input)}},{key:"isArray",get:function(){return!!Array.isArray(this.input)}},{key:"isEmptyArray",get:function(){return!(!this.isArray||0!==this.input.length)}},{key:"isFunction",get:function(){return"function"==typeof this.input}},{key:"isDate",get:function(){return this.input instanceof Date||"[object Date]"===Object.prototype.toString.call(this.input)}},{key:"isSymbol",get:function(){return"symbol"===r(this.input)||"object"===r(this.input)&&"[object Symbol]"===Object.prototype.toString.call(this.input)}},{key:"safeObject",get:function(){return this.input}},{key:"safeObjectOrEmpty",get:function(){return this.input?this.input:{}}},{key:"safeString",get:function(){return this.isString?this.input:""}},{key:"safeNumber",get:function(){return this.isNumber?this.input:0}},{key:"safeBoolean",get:function(){return!!this.isBoolean&&this.input}},{key:"safeFunction",get:function(){return this.isFunction?this.input:function(){}}},{key:"safeArray",get:function(){return this.isArray?this.input:this.isNullOrUndefined?[]:[this.input]}}]),t}();u.Schema={Number:1,String:"typy",Boolean:!0,Null:null,Undefined:void 0,Array:[],Function:function(){},Date:new Date,Symbol:Symbol("")},e.default=u,t.exports=e["default"]},bb56:function(t,e,n){"use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i=function(t,e){if(void 0===e||"string"==typeof e){if("undefined"!=typeof t&&"string"==typeof e){var n=/[.\[\]'"]/g,r=e.split(n).filter((function(t){return""!==t}));t=r.reduce((function(t,e){return t&&"undefined"!==t[e]?t[e]:void 0}),t)}return t}},a=function(t){if("[object Array]"===Object.prototype.toString.call(t))t.forEach((function(t){return a(t)}));else{if("[object Object]"!==Object.prototype.toString.call(t))return"undefined"==typeof t?"undefined":r(t);Object.keys(t).forEach((function(e){return a(t[e])}))}return t},o=function(t,e){var n=!1;if("[object Array]"===Object.prototype.toString.call(t)){if(!e.length)return!0;for(var i=0;i<t.length;i+=1){if(!o(t[i],e[i])){n=!1;break}n=!0}}else{if("[object Object]"!==Object.prototype.toString.call(t))return("undefined"==typeof e?"undefined":r(e))===("undefined"==typeof t?"undefined":r(t));for(var a in t){if(!o(t[a],e[a])){n=!1;break}n=!0}}return n},u=function(t,e){var n=a(e);return o(t,n)?t:-1};t.exports={getNestedObject:i,buildSchema:a,getSchemaMatch:o,convertSchemaAndGetMatch:u}},e144:function(t,e,n){"use strict";var r;n.r(e),n.d(e,"v1",(function(){return v})),n.d(e,"v3",(function(){return x})),n.d(e,"v4",(function(){return V})),n.d(e,"v5",(function(){return H})),n.d(e,"NIL",(function(){return K})),n.d(e,"version",(function(){return W})),n.d(e,"validate",(function(){return s})),n.d(e,"stringify",(function(){return d})),n.d(e,"parse",(function(){return w}));var i=new Uint8Array(16);function a(){if(!r&&(r="undefined"!==typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto)||"undefined"!==typeof msCrypto&&"function"===typeof msCrypto.getRandomValues&&msCrypto.getRandomValues.bind(msCrypto),!r))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return r(i)}var o=/^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;function u(t){return"string"===typeof t&&o.test(t)}for(var s=u,c=[],f=0;f<256;++f)c.push((f+256).toString(16).substr(1));function h(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,n=(c[t[e+0]]+c[t[e+1]]+c[t[e+2]]+c[t[e+3]]+"-"+c[t[e+4]]+c[t[e+5]]+"-"+c[t[e+6]]+c[t[e+7]]+"-"+c[t[e+8]]+c[t[e+9]]+"-"+c[t[e+10]]+c[t[e+11]]+c[t[e+12]]+c[t[e+13]]+c[t[e+14]]+c[t[e+15]]).toLowerCase();if(!s(n))throw TypeError("Stringified UUID is invalid");return n}var l,p,d=h,y=0,b=0;function g(t,e,n){var r=e&&n||0,i=e||new Array(16);t=t||{};var o=t.node||l,u=void 0!==t.clockseq?t.clockseq:p;if(null==o||null==u){var s=t.random||(t.rng||a)();null==o&&(o=l=[1|s[0],s[1],s[2],s[3],s[4],s[5]]),null==u&&(u=p=16383&(s[6]<<8|s[7]))}var c=void 0!==t.msecs?t.msecs:Date.now(),f=void 0!==t.nsecs?t.nsecs:b+1,h=c-y+(f-b)/1e4;if(h<0&&void 0===t.clockseq&&(u=u+1&16383),(h<0||c>y)&&void 0===t.nsecs&&(f=0),f>=1e4)throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");y=c,b=f,p=u,c+=122192928e5;var g=(1e4*(268435455&c)+f)%4294967296;i[r++]=g>>>24&255,i[r++]=g>>>16&255,i[r++]=g>>>8&255,i[r++]=255&g;var v=c/4294967296*1e4&268435455;i[r++]=v>>>8&255,i[r++]=255&v,i[r++]=v>>>24&15|16,i[r++]=v>>>16&255,i[r++]=u>>>8|128,i[r++]=255&u;for(var m=0;m<6;++m)i[r+m]=o[m];return e||d(i)}var v=g;function m(t){if(!s(t))throw TypeError("Invalid UUID");var e,n=new Uint8Array(16);return n[0]=(e=parseInt(t.slice(0,8),16))>>>24,n[1]=e>>>16&255,n[2]=e>>>8&255,n[3]=255&e,n[4]=(e=parseInt(t.slice(9,13),16))>>>8,n[5]=255&e,n[6]=(e=parseInt(t.slice(14,18),16))>>>8,n[7]=255&e,n[8]=(e=parseInt(t.slice(19,23),16))>>>8,n[9]=255&e,n[10]=(e=parseInt(t.slice(24,36),16))/1099511627776&255,n[11]=e/4294967296&255,n[12]=e>>>24&255,n[13]=e>>>16&255,n[14]=e>>>8&255,n[15]=255&e,n}var w=m;function k(t){t=unescape(encodeURIComponent(t));for(var e=[],n=0;n<t.length;++n)e.push(t.charCodeAt(n));return e}var S="6ba7b810-9dad-11d1-80b4-00c04fd430c8",j="6ba7b811-9dad-11d1-80b4-00c04fd430c8",O=function(t,e,n){function r(t,r,i,a){if("string"===typeof t&&(t=k(t)),"string"===typeof r&&(r=w(r)),16!==r.length)throw TypeError("Namespace must be array-like (16 iterable integer values, 0-255)");var o=new Uint8Array(16+t.length);if(o.set(r),o.set(t,r.length),o=n(o),o[6]=15&o[6]|e,o[8]=63&o[8]|128,i){a=a||0;for(var u=0;u<16;++u)i[a+u]=o[u];return i}return d(o)}try{r.name=t}catch(i){}return r.DNS=S,r.URL=j,r};function A(t){if("string"===typeof t){var e=unescape(encodeURIComponent(t));t=new Uint8Array(e.length);for(var n=0;n<e.length;++n)t[n]=e.charCodeAt(n)}return C($(U(t),8*t.length))}function C(t){for(var e=[],n=32*t.length,r="0123456789abcdef",i=0;i<n;i+=8){var a=t[i>>5]>>>i%32&255,o=parseInt(r.charAt(a>>>4&15)+r.charAt(15&a),16);e.push(o)}return e}function _(t){return 14+(t+64>>>9<<4)+1}function $(t,e){t[e>>5]|=128<<e%32,t[_(e)-1]=e;for(var n=1732584193,r=-271733879,i=-1732584194,a=271733878,o=0;o<t.length;o+=16){var u=n,s=r,c=i,f=a;n=I(n,r,i,a,t[o],7,-680876936),a=I(a,n,r,i,t[o+1],12,-389564586),i=I(i,a,n,r,t[o+2],17,606105819),r=I(r,i,a,n,t[o+3],22,-1044525330),n=I(n,r,i,a,t[o+4],7,-176418897),a=I(a,n,r,i,t[o+5],12,1200080426),i=I(i,a,n,r,t[o+6],17,-1473231341),r=I(r,i,a,n,t[o+7],22,-45705983),n=I(n,r,i,a,t[o+8],7,1770035416),a=I(a,n,r,i,t[o+9],12,-1958414417),i=I(i,a,n,r,t[o+10],17,-42063),r=I(r,i,a,n,t[o+11],22,-1990404162),n=I(n,r,i,a,t[o+12],7,1804603682),a=I(a,n,r,i,t[o+13],12,-40341101),i=I(i,a,n,r,t[o+14],17,-1502002290),r=I(r,i,a,n,t[o+15],22,1236535329),n=L(n,r,i,a,t[o+1],5,-165796510),a=L(a,n,r,i,t[o+6],9,-1069501632),i=L(i,a,n,r,t[o+11],14,643717713),r=L(r,i,a,n,t[o],20,-373897302),n=L(n,r,i,a,t[o+5],5,-701558691),a=L(a,n,r,i,t[o+10],9,38016083),i=L(i,a,n,r,t[o+15],14,-660478335),r=L(r,i,a,n,t[o+4],20,-405537848),n=L(n,r,i,a,t[o+9],5,568446438),a=L(a,n,r,i,t[o+14],9,-1019803690),i=L(i,a,n,r,t[o+3],14,-187363961),r=L(r,i,a,n,t[o+8],20,1163531501),n=L(n,r,i,a,t[o+13],5,-1444681467),a=L(a,n,r,i,t[o+2],9,-51403784),i=L(i,a,n,r,t[o+7],14,1735328473),r=L(r,i,a,n,t[o+12],20,-1926607734),n=M(n,r,i,a,t[o+5],4,-378558),a=M(a,n,r,i,t[o+8],11,-2022574463),i=M(i,a,n,r,t[o+11],16,1839030562),r=M(r,i,a,n,t[o+14],23,-35309556),n=M(n,r,i,a,t[o+1],4,-1530992060),a=M(a,n,r,i,t[o+4],11,1272893353),i=M(i,a,n,r,t[o+7],16,-155497632),r=M(r,i,a,n,t[o+10],23,-1094730640),n=M(n,r,i,a,t[o+13],4,681279174),a=M(a,n,r,i,t[o],11,-358537222),i=M(i,a,n,r,t[o+3],16,-722521979),r=M(r,i,a,n,t[o+6],23,76029189),n=M(n,r,i,a,t[o+9],4,-640364487),a=M(a,n,r,i,t[o+12],11,-421815835),i=M(i,a,n,r,t[o+15],16,530742520),r=M(r,i,a,n,t[o+2],23,-995338651),n=P(n,r,i,a,t[o],6,-198630844),a=P(a,n,r,i,t[o+7],10,1126891415),i=P(i,a,n,r,t[o+14],15,-1416354905),r=P(r,i,a,n,t[o+5],21,-57434055),n=P(n,r,i,a,t[o+12],6,1700485571),a=P(a,n,r,i,t[o+3],10,-1894986606),i=P(i,a,n,r,t[o+10],15,-1051523),r=P(r,i,a,n,t[o+1],21,-2054922799),n=P(n,r,i,a,t[o+8],6,1873313359),a=P(a,n,r,i,t[o+15],10,-30611744),i=P(i,a,n,r,t[o+6],15,-1560198380),r=P(r,i,a,n,t[o+13],21,1309151649),n=P(n,r,i,a,t[o+4],6,-145523070),a=P(a,n,r,i,t[o+11],10,-1120210379),i=P(i,a,n,r,t[o+2],15,718787259),r=P(r,i,a,n,t[o+9],21,-343485551),n=D(n,u),r=D(r,s),i=D(i,c),a=D(a,f)}return[n,r,i,a]}function U(t){if(0===t.length)return[];for(var e=8*t.length,n=new Uint32Array(_(e)),r=0;r<e;r+=8)n[r>>5]|=(255&t[r/8])<<r%32;return n}function D(t,e){var n=(65535&t)+(65535&e),r=(t>>16)+(e>>16)+(n>>16);return r<<16|65535&n}function E(t,e){return t<<e|t>>>32-e}function N(t,e,n,r,i,a){return D(E(D(D(e,t),D(r,a)),i),n)}function I(t,e,n,r,i,a,o){return N(e&n|~e&r,t,e,i,a,o)}function L(t,e,n,r,i,a,o){return N(e&r|n&~r,t,e,i,a,o)}function M(t,e,n,r,i,a,o){return N(e^n^r,t,e,i,a,o)}function P(t,e,n,r,i,a,o){return N(n^(e|~r),t,e,i,a,o)}var R=A,T=O("v3",48,R),x=T;function F(t,e,n){t=t||{};var r=t.random||(t.rng||a)();if(r[6]=15&r[6]|64,r[8]=63&r[8]|128,e){n=n||0;for(var i=0;i<16;++i)e[n+i]=r[i];return e}return d(r)}var V=F;function B(t,e,n,r){switch(t){case 0:return e&n^~e&r;case 1:return e^n^r;case 2:return e&n^e&r^n&r;case 3:return e^n^r}}function q(t,e){return t<<e|t>>>32-e}function J(t){var e=[1518500249,1859775393,2400959708,3395469782],n=[1732584193,4023233417,2562383102,271733878,3285377520];if("string"===typeof t){var r=unescape(encodeURIComponent(t));t=[];for(var i=0;i<r.length;++i)t.push(r.charCodeAt(i))}else Array.isArray(t)||(t=Array.prototype.slice.call(t));t.push(128);for(var a=t.length/4+2,o=Math.ceil(a/16),u=new Array(o),s=0;s<o;++s){for(var c=new Uint32Array(16),f=0;f<16;++f)c[f]=t[64*s+4*f]<<24|t[64*s+4*f+1]<<16|t[64*s+4*f+2]<<8|t[64*s+4*f+3];u[s]=c}u[o-1][14]=8*(t.length-1)/Math.pow(2,32),u[o-1][14]=Math.floor(u[o-1][14]),u[o-1][15]=8*(t.length-1)&4294967295;for(var h=0;h<o;++h){for(var l=new Uint32Array(80),p=0;p<16;++p)l[p]=u[h][p];for(var d=16;d<80;++d)l[d]=q(l[d-3]^l[d-8]^l[d-14]^l[d-16],1);for(var y=n[0],b=n[1],g=n[2],v=n[3],m=n[4],w=0;w<80;++w){var k=Math.floor(w/20),S=q(y,5)+B(k,b,g,v)+m+e[k]+l[w]>>>0;m=v,v=g,g=q(b,30)>>>0,b=y,y=S}n[0]=n[0]+y>>>0,n[1]=n[1]+b>>>0,n[2]=n[2]+g>>>0,n[3]=n[3]+v>>>0,n[4]=n[4]+m>>>0}return[n[0]>>24&255,n[0]>>16&255,n[0]>>8&255,255&n[0],n[1]>>24&255,n[1]>>16&255,n[1]>>8&255,255&n[1],n[2]>>24&255,n[2]>>16&255,n[2]>>8&255,255&n[2],n[3]>>24&255,n[3]>>16&255,n[3]>>8&255,255&n[3],n[4]>>24&255,n[4]>>16&255,n[4]>>8&255,255&n[4]]}var G=J,z=O("v5",80,G),H=z,K="00000000-0000-0000-0000-000000000000";function Q(t){if(!s(t))throw TypeError("Invalid UUID");return parseInt(t.substr(14,1),16)}var W=Q}}]);
Coded by KALI :v Greetz to DR HARD ../ kali.zbi@hotmail.com