HEX
Server: Apache/2.4.65 (Debian)
System: Linux kubikelcreative 5.10.0-35-amd64 #1 SMP Debian 5.10.237-1 (2025-05-19) x86_64
User: www-data (33)
PHP: 8.4.13
Disabled: NONE
Upload Files
File: /var/www/Gosurya/WP2/wp-content/plugins/akeebabackupwp/app/media/js/solo/gui-helpers.min.js
/*
 @package   solo
 @copyright Copyright (c)2014-2021 Nicholas K. Dionysopoulos / Akeeba Ltd
 @license   GNU General Public License version 3, or later
 Math.uuid.js (v1.4)
 http://www.broofa.com
 mailto:robert@broofa.com

 Copyright (c) 2009 Robert Kieffer
 Dual licensed under the MIT and GPL licenses.

 Usage: Math.uuid()
*/
if("undefined"===typeof akeeba)var akeeba={};"object"!==typeof JSON&&(JSON={});
(function(){function a(f){return 10>f?"0"+f:f}function b(){return this.valueOf()}function e(f){v.lastIndex=0;return v.test(f)?'"'+f.replace(v,function(h){var m=y[h];return"string"===typeof m?m:"\\u"+("0000"+h.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+f+'"'}function c(f,h){var m=p,g=h[f];g&&"object"===typeof g&&"function"===typeof g.toJSON&&(g=g.toJSON(f));"function"===typeof t&&(g=t.call(h,f,g));switch(typeof g){case "string":return e(g);case "number":return isFinite(g)?String(g):"null";case "boolean":case "null":return String(g);
case "object":if(!g)return"null";p+=u;var q=[];if("[object Array]"===Object.prototype.toString.apply(g)){var r=g.length;for(f=0;f<r;f+=1)q[f]=c(f,g)||"null";h=0===q.length?"[]":p?"[\n"+p+q.join(",\n"+p)+"\n"+m+"]":"["+q.join(",")+"]";p=m;return h}if(t&&"object"===typeof t)for(r=t.length,f=0;f<r;f+=1){if("string"===typeof t[f]){var n=t[f];(h=c(n,g))&&q.push(e(n)+(p?": ":":")+h)}}else for(n in g)Object.prototype.hasOwnProperty.call(g,n)&&(h=c(n,g))&&q.push(e(n)+(p?": ":":")+h);h=0===q.length?"{}":p?
"{\n"+p+q.join(",\n"+p)+"\n"+m+"}":"{"+q.join(",")+"}";p=m;return h}}var d=/^[\],:{}\s]*$/,l=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,k=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,z=/(?:^|:|,)(?:\s*\[)+/g,v=/[\\"\u0000-\u001f\u007f-\u009f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,w=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g;"function"!==typeof Date.prototype.toJSON&&
(Date.prototype.toJSON=function(){return isFinite(this.valueOf())?this.getUTCFullYear()+"-"+a(this.getUTCMonth()+1)+"-"+a(this.getUTCDate())+"T"+a(this.getUTCHours())+":"+a(this.getUTCMinutes())+":"+a(this.getUTCSeconds())+"Z":null},Boolean.prototype.toJSON=b,Number.prototype.toJSON=b,String.prototype.toJSON=b);var p,u,t;if("function"!==typeof JSON.stringify){var y={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"};JSON.stringify=function(f,h,m){var g;u=p="";if("number"===
typeof m)for(g=0;g<m;g+=1)u+=" ";else"string"===typeof m&&(u=m);if((t=h)&&"function"!==typeof h&&("object"!==typeof h||"number"!==typeof h.length))throw Error("JSON.stringify");return c("",{"":f})}}"function"!==typeof JSON.parse&&(JSON.parse=function(f,h){function m(g,q){var r,n=g[q];if(n&&"object"===typeof n)for(r in n)if(Object.prototype.hasOwnProperty.call(n,r)){var x=m(n,r);void 0!==x?n[r]=x:delete n[r]}return h.call(g,q,n)}f=String(f);w.lastIndex=0;w.test(f)&&(f=f.replace(w,function(g){return"\\u"+
("0000"+g.charCodeAt(0).toString(16)).slice(-4)}));if(d.test(f.replace(l,"@").replace(k,"]").replace(z,"")))return f=eval("("+f+")"),"function"===typeof h?m({"":f},""):f;throw new SyntaxError("JSON.parse");})})();
Math.uuid=function(){var a="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".split("");return function(b,e){var c=[];e=e||a.length;if(b)for(var d=0;d<b;d++)c[d]=a[0|Math.random()*e];else for(c[8]=c[13]=c[18]=c[23]="-",c[14]="4",d=0;36>d;d++)c[d]||(b=0|16*Math.random(),c[d]=a[19==d?b&3|8:b]);return c.join("")}}();function basename(a,b){a=a.replace(/^.*[\/\\]/g,"");"string"==typeof b&&a.substr(a.length-b.length)==b&&(a=a.substr(0,a.length-b.length));return a}
function number_format(a,b,e,c){var d=isNaN(b=Math.abs(b))?2:b;b=void 0==e?",":e;c=void 0==c?".":c;e=0>a?"-":"";var l=parseInt(a=Math.abs(+a||0).toFixed(d))+"",k=3<(k=l.length)?k%3:0;return e+(k?l.substr(0,k)+c:"")+l.substr(k).replace(/(\d{3})(?=\d)/g,"$1"+c)+(d?b+Math.abs(a-l).toFixed(d).slice(2):"")}function size_format(a){return a=1073741824<=a?number_format(a/1073741824,2,".","")+" GB":1048576<=a?number_format(a/1048576,2,".","")+" MB":number_format(a/1024,2,".","")+" KB"}
function empty(a){var b;if(""===a||0===a||"0"===a||null===a||!1===a||"undefined"===typeof a)return!0;if("object"==typeof a){for(b in a)return!1;return!0}return!1}function ltrim(a,b){b=b?(b+"").replace(/([\[\]\(\)\.\?\/\*\{\}\+\$\^:])/g,"$1"):" \\s\u00a0";return(a+"").replace(new RegExp("^["+b+"]+","g"),"")}function array_shift(a){if(0===a.length)return null;if(0<a.length)return a.shift()}
function trim(a,b){var e;a+="";b=b?(b+"").replace(/([\[\]\(\)\.\?\/\*\{\}\+\$\^:])/g,"$1"):" \n\r\t\f\x0B\u00a0\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200a\u200b\u2028\u2029\u3000";var c=a.length;for(e=0;e<c;e++)if(-1===b.indexOf(a.charAt(e))){a=a.substring(e);break}c=a.length;for(e=c-1;0<=e;e--)if(-1===b.indexOf(a.charAt(e))){a=a.substring(0,e+1);break}return-1===b.indexOf(a.charAt(0))?a:""}
function array_merge(){var a=Array.prototype.slice.call(arguments),b={},e,c;var d=!0;for(c=0;c<a.length;c++)if(!(a[c]instanceof Array)){d=!1;break}if(d){d=[];for(c=0;c<a.length;c++)d=d.concat(a[c]);return d}var l;for(l=c=0;c<a.length;c++)if(a[c]instanceof Array)for(d=0;d<a[c].length;d++)b[l++]=a[c][d];else for(e in a[c])a[c].hasOwnProperty(e)&&(parseInt(e,10)+""===e?b[l++]=a[c][e]:b[e]=a[c][e]);return b}
function array_diff(a){var b={},e=arguments.length,c="",d,l="";a:for(c in a)for(d=1;d<e;d++){var k=arguments[d];for(l in k)if(k[l]===a[c])continue a;b[c]=a[c]}return b}
Object.keys||(Object.keys=function(){var a=Object.prototype.hasOwnProperty,b=!{toString:null}.propertyIsEnumerable("toString"),e="toString toLocaleString valueOf hasOwnProperty isPrototypeOf propertyIsEnumerable constructor".split(" "),c=e.length;return function(d){if("object"!==typeof d&&("function"!==typeof d||null===d))throw new TypeError("Object.keys called on non-object");var l=[],k;for(k in d)a.call(d,k)&&l.push(k);if(b)for(k=0;k<c;k++)a.call(d,e[k])&&l.push(e[k]);return l}}());
function is_array(a){var b="";if(!a)return!1;this.php_js=this.php_js||{};this.php_js.ini=this.php_js.ini||{};if("object"===typeof a){if(this.php_js.ini["phpjs.objectsAsArrays"]&&(this.php_js.ini["phpjs.objectsAsArrays"].local_value.toLowerCase&&"off"===this.php_js.ini["phpjs.objectsAsArrays"].local_value.toLowerCase()||0===parseInt(this.php_js.ini["phpjs.objectsAsArrays"].local_value,10))){if(b=a.hasOwnProperty("length")&&!a.propertyIsEnumerable("length"))a=(a=/\W*function\s+([\w\$]+)\s*\(/.exec(a.constructor))?
a[1]:"(Anonymous)",b="String"!==a;return b}if(a.hasOwnProperty)for(b in a)if(!1===a.hasOwnProperty(b))return!1;return!0}return!1}function escapeHTML(a){return a.split("&").join("&amp;").split("<").join("&lt;").split(">").join("&gt;")}function ak_s3import_resetroot(){document.getElementById("ak_s3import_folder").value="";return!0}function ak_s3import_chdir(a){document.getElementById("ak_s3import_folder").value=a;document.getElementById("adminForm").submit()}; //# sourceMappingURL=gui-helpers.min.map