All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web-interface.assets.172942aab07ba5abf09dc49028a259d0.js Maven / Gradle / Ivy

There is a newer version: 6.1.4
Show newest version
"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 _=Array.prototype.slice.call(arguments,0);postMessage({type:"log",data:_})},T.console.error=T.console.warn=T.console.log=T.console.trace=T.console),T.window=T,T.ace=T,T.onerror=function(_,s,e,r,i){postMessage({type:"error",data:{message:_,data:i&&i.data,file:s,line:e,col:r,stack:i&&i.stack}})},T.normalizeModule=function(_,s){if(s.indexOf("!")!==-1){var e=s.split("!");return T.normalizeModule(_,e[0])+"!"+T.normalizeModule(_,e[1])}if(s.charAt(0)=="."){var r=_.split("/").slice(0,-1).join("/");for(s=(r?r+"/":"")+s;s.indexOf(".")!==-1&&i!=s;){var i=s;s=s.replace(/^\.\//,"").replace(/\/\.\//,"/").replace(/[^\/]+\/\.\.\//,"")}}return s},T.require=function(s,e){if(e||(e=s,s=null),!e.charAt)throw new Error("worker.js require() accepts only (parentId, id) as arguments");e=T.normalizeModule(s,e);var r=T.require.modules[e];if(r)return r.initialized||(r.initialized=!0,r.exports=r.factory().exports),r.exports;if(!T.require.tlns)return console.log("unable to load "+e);var i=E(e,T.require.tlns);return i.slice(-3)!=".js"&&(i+=".js"),T.require.id=e,T.require.modules[e]={},importScripts(i),T.require(s,e)};function E(_,s){for(var e=_,r="";e;){var i=s[e];if(typeof i=="string")return i+r;if(i)return i.location.replace(/\/*$/,"/")+(r||i.main||i.name);if(i===!1)return"";var o=e.lastIndexOf("/");if(o===-1)break;r=e.substr(o)+r,e=e.slice(0,o)}return _}T.require.modules={},T.require.tlns={},T.define=function(_,s,e){if(arguments.length==2?(e=s,typeof _!="string"&&(s=_,_=T.require.id)):arguments.length==1&&(e=_,s=[],_=T.require.id),typeof e!="function"){T.require.modules[_]={exports:e,initialized:!0};return}s.length||(s=["require","exports","module"]);var r=function(i){return T.require(_,i)};T.require.modules[_]={exports:{},factory:function(){var i=this,o=e.apply(this,s.slice(0,e.length).map(function(n){switch(n){case"require":return r;case"exports":return i.exports;case"module":return i;default:return r(n)}}));return o&&(i.exports=o),i}}},T.define.amd={},T.require.tlns={},T.initBaseUrls=function(s){for(var e in s)this.require.tlns[e]=s[e]},T.initSender=function(){var s=T.require("ace/lib/event_emitter").EventEmitter,e=T.require("ace/lib/oop"),r=function(){};return(function(){e.implement(this,s),this.callback=function(i,o){postMessage({type:"call",id:o,data:i})},this.emit=function(i,o){postMessage({type:"event",name:i,data:o})}}).call(r.prototype),new r};var R=T.main=null,t=T.sender=null;T.onmessage=function(_){var s=_.data;if(s.event&&t)t._signal(s.event,s.data);else if(s.command)if(R[s.command])R[s.command].apply(R,s.args);else if(T[s.command])T[s.command].apply(T,s.args);else throw new Error("Unknown command:"+s.command);else if(s.init){T.initBaseUrls(s.tlns),t=T.sender=T.initSender();var e=this.require(s.module)[s.classname];R=T.main=new e(t)}}})(U);ace.define("ace/lib/oop",[],function(T,E,R){"use strict";E.inherits=function(t,_){t.super_=_,t.prototype=Object.create(_.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}})},E.mixin=function(t,_){for(var s in _)t[s]=_[s];return t},E.implement=function(t,_){E.mixin(t,_)}});ace.define("ace/apply_delta",[],function(T,E,R){"use strict";function t(e,r){throw console.log("Invalid Delta:",e),"Invalid Delta: "+r}function _(e,r){return r.row>=0&&r.row=0&&r.column<=e[r.row].length}function s(e,r){r.action!="insert"&&r.action!="remove"&&t(r,"delta.action must be 'insert' or 'remove'"),r.lines instanceof Array||t(r,"delta.lines must be an Array"),(!r.start||!r.end)&&t(r,"delta.start/end must be an present");var i=r.start;_(e,r.start)||t(r,"delta.start must be contained in document");var o=r.end;r.action=="remove"&&!_(e,o)&&t(r,"delta.end must contained in document for 'remove' actions");var n=o.row-i.row,a=o.column-(n==0?i.column:0);(n!=r.lines.length-1||r.lines[n].length!=a)&&t(r,"delta.range must match delta lines")}E.applyDelta=function(e,r,i){var o=r.start.row,n=r.start.column,a=e[o]||"";switch(r.action){case"insert":var u=r.lines;if(u.length===1)e[o]=a.substring(0,n)+r.lines[0]+a.substring(n);else{var l=[o,1].concat(r.lines);e.splice.apply(e,l),e[o]=a.substring(0,n)+e[o],e[o+r.lines.length-1]+=a.substring(n)}break;case"remove":var A=r.end.column,h=r.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={},_=function(){this.propagationStopped=!0},s=function(){this.defaultPrevented=!0};t._emit=t._dispatchEvent=function(e,r){this._eventRegistry||(this._eventRegistry={}),this._defaultHandlers||(this._defaultHandlers={});var i=this._eventRegistry[e]||[],o=this._defaultHandlers[e];if(!(!i.length&&!o)){(typeof r!="object"||!r)&&(r={}),r.type||(r.type=e),r.stopPropagation||(r.stopPropagation=_),r.preventDefault||(r.preventDefault=s),i=i.slice();for(var n=0;n ["+this.end.row+"/"+this.end.column+"]"},s.prototype.contains=function(e,r){return this.compare(e,r)==0},s.prototype.compareRange=function(e){var r,i=e.end,o=e.start;return r=this.compare(i.row,i.column),r==1?(r=this.compare(o.row,o.column),r==1?2:r==0?1:0):r==-1?-2:(r=this.compare(o.row,o.column),r==-1?-1:r==1?42:0)},s.prototype.comparePoint=function(e){return this.compare(e.row,e.column)},s.prototype.containsRange=function(e){return this.comparePoint(e.start)==0&&this.comparePoint(e.end)==0},s.prototype.intersects=function(e){var r=this.compareRange(e);return r==-1||r==0||r==1},s.prototype.isEnd=function(e,r){return this.end.row==e&&this.end.column==r},s.prototype.isStart=function(e,r){return this.start.row==e&&this.start.column==r},s.prototype.setStart=function(e,r){typeof e=="object"?(this.start.column=e.column,this.start.row=e.row):(this.start.row=e,this.start.column=r)},s.prototype.setEnd=function(e,r){typeof e=="object"?(this.end.column=e.column,this.end.row=e.row):(this.end.row=e,this.end.column=r)},s.prototype.inside=function(e,r){return this.compare(e,r)==0?!(this.isEnd(e,r)||this.isStart(e,r)):!1},s.prototype.insideStart=function(e,r){return this.compare(e,r)==0?!this.isEnd(e,r):!1},s.prototype.insideEnd=function(e,r){return this.compare(e,r)==0?!this.isStart(e,r):!1},s.prototype.compare=function(e,r){return!this.isMultiLine()&&e===this.start.row?rthis.end.column?1:0:ethis.end.row?1:this.start.row===e?r>=this.start.column?0:-1:this.end.row===e?r<=this.end.column?0:1:0},s.prototype.compareStart=function(e,r){return this.start.row==e&&this.start.column==r?-1:this.compare(e,r)},s.prototype.compareEnd=function(e,r){return this.end.row==e&&this.end.column==r?1:this.compare(e,r)},s.prototype.compareInside=function(e,r){return this.end.row==e&&this.end.column==r?1:this.start.row==e&&this.start.column==r?-1:this.compare(e,r)},s.prototype.clipRows=function(e,r){if(this.end.row>r)var i={row:r+1,column:0};else if(this.end.rowr)var o={row:r+1,column:0};else if(this.start.row"u"?this.setPosition(n.row,n.column):this.setPosition(n,a)}return i.prototype.getPosition=function(){return this.$clipPositionToDocument(this.row,this.column)},i.prototype.getDocument=function(){return this.document},i.prototype.onChange=function(o){if(!(o.start.row==o.end.row&&o.start.row!=this.row)&&!(o.start.row>this.row)){var n=r(o,{row:this.row,column:this.column},this.$insertRight);this.setPosition(n.row,n.column,!0)}},i.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})}},i.prototype.detach=function(){this.document.off("change",this.$onChange)},i.prototype.attach=function(o){this.document=o||this.document,this.document.on("change",this.$onChange)},i.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},i}();s.prototype.$insertRight=!1,t.implement(s.prototype,_);function e(i,o,n){var a=n?i.column<=o.column:i.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):(_(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&&(r+=s),(e>>=1)&&(s+=s);return r};var t=/^\s\s*/,_=/\s\s*$/;E.stringTrimLeft=function(s){return s.replace(t,"")},E.stringTrimRight=function(s){return s.replace(_,"")},E.copyObject=function(s){var e={};for(var r in s)e[r]=s[r];return e},E.copyArray=function(s){for(var e=[],r=0,i=s.length;r=r.$lines.length)throw A=new Error("Invalid delta"),A.data={path:o.$path,linesLength:r.$lines.length,start:l.start,end:l.end},A;r.applyDelta(l,!0)}if(o.$timeout)return i.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(s.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(_,s){var e,r,i=["INITIAL"],o=0,n=function(p){i[o]=p},a=function(p){i[++o]=p},u=function(){--o},l=s===void 0||/^(on|true|1)$/i.test(s.short_open_tag),A=l?/^(\<\?php(?:\r\n|[ \t\r\n])|<\?|\