Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
web-interface.assets.c3832579be376308fa819b04e7b0c66f.js Maven / Gradle / Ivy
"no use strict";(()=>{var d=(T,E)=>()=>(E||T((E={exports:{}}).exports,E),E.exports);var M=d(U=>{(function(T){if(typeof T.window<"u"&&T.document||T.require&&T.define)return;T.console||(T.console=function(){var i=Array.prototype.slice.call(arguments,0);postMessage({type:"log",data:i})},T.console.error=T.console.warn=T.console.log=T.console.trace=T.console),T.window=T,T.ace=T,T.onerror=function(i,r,e,s,_){postMessage({type:"error",data:{message:i,data:_&&_.data,file:r,line:e,col:s,stack:_&&_.stack}})},T.normalizeModule=function(i,r){if(r.indexOf("!")!==-1){var e=r.split("!");return T.normalizeModule(i,e[0])+"!"+T.normalizeModule(i,e[1])}if(r.charAt(0)=="."){var s=i.split("/").slice(0,-1).join("/");for(r=(s?s+"/":"")+r;r.indexOf(".")!==-1&&_!=r;){var _=r;r=r.replace(/^\.\//,"").replace(/\/\.\//,"/").replace(/[^\/]+\/\.\.\//,"")}}return r},T.require=function(r,e){if(e||(e=r,r=null),!e.charAt)throw new Error("worker.js require() accepts only (parentId, id) as arguments");e=T.normalizeModule(r,e);var s=T.require.modules[e];if(s)return s.initialized||(s.initialized=!0,s.exports=s.factory().exports),s.exports;if(!T.require.tlns)return console.log("unable to load "+e);var _=E(e,T.require.tlns);return _.slice(-3)!=".js"&&(_+=".js"),T.require.id=e,T.require.modules[e]={},importScripts(_),T.require(r,e)};function E(i,r){for(var e=i,s="";e;){var _=r[e];if(typeof _=="string")return _+s;if(_)return _.location.replace(/\/*$/,"/")+(s||_.main||_.name);if(_===!1)return"";var o=e.lastIndexOf("/");if(o===-1)break;s=e.substr(o)+s,e=e.slice(0,o)}return i}T.require.modules={},T.require.tlns={},T.define=function(i,r,e){if(arguments.length==2?(e=r,typeof i!="string"&&(r=i,i=T.require.id)):arguments.length==1&&(e=i,r=[],i=T.require.id),typeof e!="function"){T.require.modules[i]={exports:e,initialized:!0};return}r.length||(r=["require","exports","module"]);var s=function(_){return T.require(i,_)};T.require.modules[i]={exports:{},factory:function(){var _=this,o=e.apply(this,r.slice(0,e.length).map(function(n){switch(n){case"require":return s;case"exports":return _.exports;case"module":return _;default:return s(n)}}));return o&&(_.exports=o),_}}},T.define.amd={},T.require.tlns={},T.initBaseUrls=function(r){for(var e in r)this.require.tlns[e]=r[e]},T.initSender=function(){var r=T.require("ace/lib/event_emitter").EventEmitter,e=T.require("ace/lib/oop"),s=function(){};return function(){e.implement(this,r),this.callback=function(_,o){postMessage({type:"call",id:o,data:_})},this.emit=function(_,o){postMessage({type:"event",name:_,data:o})}}.call(s.prototype),new s};var R=T.main=null,t=T.sender=null;T.onmessage=function(i){var r=i.data;if(r.event&&t)t._signal(r.event,r.data);else if(r.command)if(R[r.command])R[r.command].apply(R,r.args);else if(T[r.command])T[r.command].apply(T,r.args);else throw new Error("Unknown command:"+r.command);else if(r.init){T.initBaseUrls(r.tlns),t=T.sender=T.initSender();var e=this.require(r.module)[r.classname];R=T.main=new e(t)}}})(U);ace.define("ace/lib/oop",[],function(T,E,R){"use strict";E.inherits=function(t,i){t.super_=i,t.prototype=Object.create(i.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}})},E.mixin=function(t,i){for(var r in i)t[r]=i[r];return t},E.implement=function(t,i){E.mixin(t,i)}});ace.define("ace/apply_delta",[],function(T,E,R){"use strict";function t(e,s){throw console.log("Invalid Delta:",e),"Invalid Delta: "+s}function i(e,s){return s.row>=0&&s.row=0&&s.column<=e[s.row].length}function r(e,s){s.action!="insert"&&s.action!="remove"&&t(s,"delta.action must be 'insert' or 'remove'"),s.lines instanceof Array||t(s,"delta.lines must be an Array"),(!s.start||!s.end)&&t(s,"delta.start/end must be an present");var _=s.start;i(e,s.start)||t(s,"delta.start must be contained in document");var o=s.end;s.action=="remove"&&!i(e,o)&&t(s,"delta.end must contained in document for 'remove' actions");var n=o.row-_.row,a=o.column-(n==0?_.column:0);(n!=s.lines.length-1||s.lines[n].length!=a)&&t(s,"delta.range must match delta lines")}E.applyDelta=function(e,s,_){var o=s.start.row,n=s.start.column,a=e[o]||"";switch(s.action){case"insert":var u=s.lines;if(u.length===1)e[o]=a.substring(0,n)+s.lines[0]+a.substring(n);else{var l=[o,1].concat(s.lines);e.splice.apply(e,l),e[o]=a.substring(0,n)+e[o],e[o+s.lines.length-1]+=a.substring(n)}break;case"remove":var A=s.end.column,h=s.end.row;o===h?e[o]=a.substring(0,n)+a.substring(A):e.splice(o,h-o+1,a.substring(0,n)+e[h].substring(A));break}}});ace.define("ace/lib/event_emitter",[],function(T,E,R){"use strict";var t={},i=function(){this.propagationStopped=!0},r=function(){this.defaultPrevented=!0};t._emit=t._dispatchEvent=function(e,s){this._eventRegistry||(this._eventRegistry={}),this._defaultHandlers||(this._defaultHandlers={});var _=this._eventRegistry[e]||[],o=this._defaultHandlers[e];if(!(!_.length&&!o)){(typeof s!="object"||!s)&&(s={}),s.type||(s.type=e),s.stopPropagation||(s.stopPropagation=i),s.preventDefault||(s.preventDefault=r),_=_.slice();for(var n=0;n<_.length&&(_[n](s,this),!s.propagationStopped);n++);if(o&&!s.defaultPrevented)return o(s,this)}},t._signal=function(e,s){var _=(this._eventRegistry||{})[e];if(_){_=_.slice();for(var o=0;o<_.length;o++)_[o](s,this)}},t.once=function(e,s){var _=this;if(this.on(e,function o(){_.off(e,o),s.apply(null,arguments)}),!s)return new Promise(function(o){s=o})},t.setDefaultHandler=function(e,s){var _=this._defaultHandlers;if(_||(_=this._defaultHandlers={_disabled_:{}}),_[e]){var o=_[e],n=_._disabled_[e];n||(_._disabled_[e]=n=[]),n.push(o);var a=n.indexOf(s);a!=-1&&n.splice(a,1)}_[e]=s},t.removeDefaultHandler=function(e,s){var _=this._defaultHandlers;if(_){var o=_._disabled_[e];if(_[e]==s)o&&this.setDefaultHandler(e,o.pop());else if(o){var n=o.indexOf(s);n!=-1&&o.splice(n,1)}}},t.on=t.addEventListener=function(e,s,_){this._eventRegistry=this._eventRegistry||{};var o=this._eventRegistry[e];return o||(o=this._eventRegistry[e]=[]),o.indexOf(s)==-1&&o[_?"unshift":"push"](s),s},t.off=t.removeListener=t.removeEventListener=function(e,s){this._eventRegistry=this._eventRegistry||{};var _=this._eventRegistry[e];if(_){var o=_.indexOf(s);o!==-1&&_.splice(o,1)}},t.removeAllListeners=function(e){e||(this._eventRegistry=this._defaultHandlers=void 0),this._eventRegistry&&(this._eventRegistry[e]=void 0),this._defaultHandlers&&(this._defaultHandlers[e]=void 0)},E.EventEmitter=t});ace.define("ace/range",[],function(T,E,R){"use strict";var t=function(){function i(r,e,s,_){this.start={row:r,column:e},this.end={row:s,column:_}}return i.prototype.isEqual=function(r){return this.start.row===r.start.row&&this.end.row===r.end.row&&this.start.column===r.start.column&&this.end.column===r.end.column},i.prototype.toString=function(){return"Range: ["+this.start.row+"/"+this.start.column+"] -> ["+this.end.row+"/"+this.end.column+"]"},i.prototype.contains=function(r,e){return this.compare(r,e)==0},i.prototype.compareRange=function(r){var e,s=r.end,_=r.start;return e=this.compare(s.row,s.column),e==1?(e=this.compare(_.row,_.column),e==1?2:e==0?1:0):e==-1?-2:(e=this.compare(_.row,_.column),e==-1?-1:e==1?42:0)},i.prototype.comparePoint=function(r){return this.compare(r.row,r.column)},i.prototype.containsRange=function(r){return this.comparePoint(r.start)==0&&this.comparePoint(r.end)==0},i.prototype.intersects=function(r){var e=this.compareRange(r);return e==-1||e==0||e==1},i.prototype.isEnd=function(r,e){return this.end.row==r&&this.end.column==e},i.prototype.isStart=function(r,e){return this.start.row==r&&this.start.column==e},i.prototype.setStart=function(r,e){typeof r=="object"?(this.start.column=r.column,this.start.row=r.row):(this.start.row=r,this.start.column=e)},i.prototype.setEnd=function(r,e){typeof r=="object"?(this.end.column=r.column,this.end.row=r.row):(this.end.row=r,this.end.column=e)},i.prototype.inside=function(r,e){return this.compare(r,e)==0?!(this.isEnd(r,e)||this.isStart(r,e)):!1},i.prototype.insideStart=function(r,e){return this.compare(r,e)==0?!this.isEnd(r,e):!1},i.prototype.insideEnd=function(r,e){return this.compare(r,e)==0?!this.isStart(r,e):!1},i.prototype.compare=function(r,e){return!this.isMultiLine()&&r===this.start.row?ethis.end.column?1:0:rthis.end.row?1:this.start.row===r?e>=this.start.column?0:-1:this.end.row===r?e<=this.end.column?0:1:0},i.prototype.compareStart=function(r,e){return this.start.row==r&&this.start.column==e?-1:this.compare(r,e)},i.prototype.compareEnd=function(r,e){return this.end.row==r&&this.end.column==e?1:this.compare(r,e)},i.prototype.compareInside=function(r,e){return this.end.row==r&&this.end.column==e?1:this.start.row==r&&this.start.column==e?-1:this.compare(r,e)},i.prototype.clipRows=function(r,e){if(this.end.row>e)var s={row:e+1,column:0};else if(this.end.rowe)var _={row:e+1,column:0};else if(this.start.rowthis.row)){var n=s(o,{row:this.row,column:this.column},this.$insertRight);this.setPosition(n.row,n.column,!0)}},_.prototype.setPosition=function(o,n,a){var u;if(a?u={row:o,column:n}:u=this.$clipPositionToDocument(o,n),!(this.row==u.row&&this.column==u.column)){var l={row:this.row,column:this.column};this.row=u.row,this.column=u.column,this._signal("change",{old:l,value:u})}},_.prototype.detach=function(){this.document.off("change",this.$onChange)},_.prototype.attach=function(o){this.document=o||this.document,this.document.on("change",this.$onChange)},_.prototype.$clipPositionToDocument=function(o,n){var a={};return o>=this.document.getLength()?(a.row=Math.max(0,this.document.getLength()-1),a.column=this.document.getLine(a.row).length):o<0?(a.row=0,a.column=0):(a.row=o,a.column=Math.min(this.document.getLine(a.row).length,Math.max(0,n))),n<0&&(a.column=0),a},_}();r.prototype.$insertRight=!1,t.implement(r.prototype,i);function e(_,o,n){var a=n?_.column<=o.column:_.column=u&&(n=u-1,a=void 0);var l=this.getLine(n);return a==null&&(a=l.length),a=Math.min(Math.max(a,0),l.length),{row:n,column:a}},o.prototype.clonePos=function(n){return{row:n.row,column:n.column}},o.prototype.pos=function(n,a){return{row:n,column:a}},o.prototype.$clipPosition=function(n){var a=this.getLength();return n.row>=a?(n.row=Math.max(0,a-1),n.column=this.getLine(a-1).length):(n.row=Math.max(0,n.row),n.column=Math.min(Math.max(n.column,0),this.getLine(n.row).length)),n},o.prototype.insertFullLines=function(n,a){n=Math.min(Math.max(n,0),this.getLength());var u=0;n0,l=a=0&&this.applyDelta({start:this.pos(n,this.getLine(n).length),end:this.pos(n+1,0),action:"remove",lines:["",""]})},o.prototype.replace=function(n,a){if(n instanceof e||(n=e.fromPoints(n.start,n.end)),a.length===0&&n.isEmpty())return n.start;if(a==this.getTextRange(n))return n.end;this.remove(n);var u;return a?u=this.insert(n.start,a):u=n.start,u},o.prototype.applyDeltas=function(n){for(var a=0;a=0;a--)this.revertDelta(n[a])},o.prototype.applyDelta=function(n,a){var u=n.action=="insert";(u?n.lines.length<=1&&!n.lines[0]:!e.comparePoints(n.start,n.end))||(u&&n.lines.length>2e4?this.$splitAndapplyLargeDelta(n,2e4):(i(this.$lines,n,a),this._signal("change",n)))},o.prototype.$safeApplyDelta=function(n){var a=this.$lines.length;(n.action=="remove"&&n.start.row0;)e&1&&(s+=r),(e>>=1)&&(r+=r);return s};var t=/^\s\s*/,i=/\s\s*$/;E.stringTrimLeft=function(r){return r.replace(t,"")},E.stringTrimRight=function(r){return r.replace(i,"")},E.copyObject=function(r){var e={};for(var s in r)e[s]=r[s];return e},E.copyArray=function(r){for(var e=[],s=0,_=r.length;s<_;s++)r[s]&&typeof r[s]=="object"?e[s]=this.copyObject(r[s]):e[s]=r[s];return e},E.deepCopy=T("./deep_copy").deepCopy,E.arrayToMap=function(r){for(var e={},s=0;s65535?2:1}});ace.define("ace/worker/mirror",[],function(T,E,R){"use strict";var t=T("../document").Document,i=T("../lib/lang"),r=E.Mirror=function(e){this.sender=e;var s=this.doc=new t(""),_=this.deferredUpdate=i.delayedCall(this.onUpdate.bind(this)),o=this;e.on("change",function(n){var a=n.data;if(a[0].start)s.applyDeltas(a);else for(var u=0;u=s.$lines.length)throw A=new Error("Invalid delta"),A.data={path:o.$path,linesLength:s.$lines.length,start:l.start,end:l.end},A;s.applyDelta(l,!0)}if(o.$timeout)return _.schedule(o.$timeout);o.onUpdate()})};(function(){this.$timeout=500,this.setTimeout=function(e){this.$timeout=e},this.setValue=function(e){this.doc.setValue(e),this.deferredUpdate.schedule(this.$timeout)},this.getValue=function(e){this.sender.callback(this.doc.getValue(),e)},this.onUpdate=function(){},this.isPending=function(){return this.deferredUpdate.isPending()}}).call(r.prototype)});ace.define("ace/mode/php/php",[],function(T,E,R){var t={Constants:{}};t.Constants.T_THROW=317,t.Constants.T_INCLUDE=272,t.Constants.T_INCLUDE_ONCE=273,t.Constants.T_EVAL=274,t.Constants.T_REQUIRE=275,t.Constants.T_REQUIRE_ONCE=276,t.Constants.T_LOGICAL_OR=277,t.Constants.T_LOGICAL_XOR=278,t.Constants.T_LOGICAL_AND=279,t.Constants.T_PRINT=280,t.Constants.T_YIELD=281,t.Constants.T_DOUBLE_ARROW=386,t.Constants.T_YIELD_FROM=282,t.Constants.T_PLUS_EQUAL=352,t.Constants.T_MINUS_EQUAL=353,t.Constants.T_MUL_EQUAL=354,t.Constants.T_DIV_EQUAL=355,t.Constants.T_CONCAT_EQUAL=356,t.Constants.T_MOD_EQUAL=357,t.Constants.T_AND_EQUAL=358,t.Constants.T_OR_EQUAL=359,t.Constants.T_XOR_EQUAL=360,t.Constants.T_SL_EQUAL=361,t.Constants.T_SR_EQUAL=362,t.Constants.T_POW_EQUAL=402,t.Constants.T_COALESCE_EQUAL=363,t.Constants.T_COALESCE=400,t.Constants.T_BOOLEAN_OR=364,t.Constants.T_BOOLEAN_AND=365,t.Constants.T_AMPERSAND_NOT_FOLLOWED_BY_VAR_OR_VARARG=404,t.Constants.T_AMPERSAND_FOLLOWED_BY_VAR_OR_VARARG=403,t.Constants.T_IS_EQUAL=366,t.Constants.T_IS_NOT_EQUAL=367,t.Constants.T_IS_IDENTICAL=368,t.Constants.T_IS_NOT_IDENTICAL=369,t.Constants.T_SPACESHIP=372,t.Constants.T_IS_SMALLER_OR_EQUAL=370,t.Constants.T_IS_GREATER_OR_EQUAL=371,t.Constants.T_SL=373,t.Constants.T_SR=374,t.Constants.T_INSTANCEOF=283,t.Constants.T_INC=375,t.Constants.T_DEC=376,t.Constants.T_INT_CAST=377,t.Constants.T_DOUBLE_CAST=378,t.Constants.T_STRING_CAST=379,t.Constants.T_ARRAY_CAST=380,t.Constants.T_OBJECT_CAST=381,t.Constants.T_BOOL_CAST=382,t.Constants.T_UNSET_CAST=383,t.Constants.T_POW=401,t.Constants.T_NEW=284,t.Constants.T_CLONE=285,t.Constants.T_EXIT=286,t.Constants.T_IF=287,t.Constants.T_ELSEIF=288,t.Constants.T_ELSE=289,t.Constants.T_ENDIF=290,t.Constants.T_LNUMBER=260,t.Constants.T_DNUMBER=261,t.Constants.T_STRING=262,t.Constants.T_STRING_VARNAME=270,t.Constants.T_VARIABLE=266,t.Constants.T_NUM_STRING=271,t.Constants.T_INLINE_HTML=267,t.Constants.T_ENCAPSED_AND_WHITESPACE=268,t.Constants.T_CONSTANT_ENCAPSED_STRING=269,t.Constants.T_ECHO=291,t.Constants.T_DO=292,t.Constants.T_WHILE=293,t.Constants.T_ENDWHILE=294,t.Constants.T_FOR=295,t.Constants.T_ENDFOR=296,t.Constants.T_FOREACH=297,t.Constants.T_ENDFOREACH=298,t.Constants.T_DECLARE=299,t.Constants.T_ENDDECLARE=300,t.Constants.T_AS=301,t.Constants.T_SWITCH=302,t.Constants.T_MATCH=306,t.Constants.T_ENDSWITCH=303,t.Constants.T_CASE=304,t.Constants.T_DEFAULT=305,t.Constants.T_BREAK=307,t.Constants.T_CONTINUE=308,t.Constants.T_GOTO=309,t.Constants.T_FUNCTION=310,t.Constants.T_FN=311,t.Constants.T_CONST=312,t.Constants.T_RETURN=313,t.Constants.T_TRY=314,t.Constants.T_CATCH=315,t.Constants.T_FINALLY=316,t.Constants.T_THROW=317,t.Constants.T_USE=318,t.Constants.T_INSTEADOF=319,t.Constants.T_GLOBAL=320,t.Constants.T_STATIC=321,t.Constants.T_ABSTRACT=322,t.Constants.T_FINAL=323,t.Constants.T_PRIVATE=324,t.Constants.T_PROTECTED=325,t.Constants.T_PUBLIC=326,t.Constants.T_READONLY=327,t.Constants.T_VAR=328,t.Constants.T_UNSET=329,t.Constants.T_ISSET=330,t.Constants.T_EMPTY=331,t.Constants.T_HALT_COMPILER=332,t.Constants.T_CLASS=333,t.Constants.T_TRAIT=334,t.Constants.T_INTERFACE=335,t.Constants.T_ENUM=336,t.Constants.T_EXTENDS=337,t.Constants.T_IMPLEMENTS=338,t.Constants.T_OBJECT_OPERATOR=384,t.Constants.T_NULLSAFE_OBJECT_OPERATOR=385,t.Constants.T_DOUBLE_ARROW=386,t.Constants.T_LIST=340,t.Constants.T_ARRAY=341,t.Constants.T_CALLABLE=342,t.Constants.T_CLASS_C=346,t.Constants.T_TRAIT_C=347,t.Constants.T_METHOD_C=348,t.Constants.T_FUNC_C=349,t.Constants.T_LINE=343,t.Constants.T_FILE=344,t.Constants.T_START_HEREDOC=393,t.Constants.T_END_HEREDOC=394,t.Constants.T_DOLLAR_OPEN_CURLY_BRACES=395,t.Constants.T_CURLY_OPEN=396,t.Constants.T_PAAMAYIM_NEKUDOTAYIM=397,t.Constants.T_NAMESPACE=339,t.Constants.T_NS_C=350,t.Constants.T_DIR=345,t.Constants.T_NS_SEPARATOR=398,t.Constants.T_ELLIPSIS=399,t.Constants.T_NAME_FULLY_QUALIFIED=263,t.Constants.T_NAME_QUALIFIED=265,t.Constants.T_NAME_RELATIVE=264,t.Constants.T_ATTRIBUTE=351,t.Constants.T_ENUM=336,t.Constants.T_BAD_CHARACTER=405,t.Constants.T_COMMENT=387,t.Constants.T_DOC_COMMENT=388,t.Constants.T_OPEN_TAG=389,t.Constants.T_OPEN_TAG_WITH_ECHO=390,t.Constants.T_CLOSE_TAG=391,t.Constants.T_WHITESPACE=392,t.Lexer=function(i,r){var e,s,_=["INITIAL"],o=0,n=function(p){_[o]=p},a=function(p){_[++o]=p},u=function(){--o},l=r===void 0||/^(on|true|1)$/i.test(r.short_open_tag),A=l?/^(\<\?php(?:\r\n|[ \t\r\n])|<\?|\