File manager - Edit - /home/opticamezl/www/newok/groovy.zip
Back
PK a��\>��� � groovy.min.jsnu �[��� (function(o){typeof exports=="object"&&typeof module=="object"?o(require("../../lib/codemirror")):typeof define=="function"&&define.amd?define(["../../lib/codemirror"],o):o(CodeMirror)})(function(o){"use strict";o.defineMode("groovy",function(s){function u(e){for(var n={},t=e.split(" "),i=0;i<t.length;++i)n[t[i]]=!0;return n}var g=u("abstract as assert boolean break byte case catch char class const continue def default do double else enum extends final finally float for goto if implements import in instanceof int interface long native new package private protected public return short static strictfp super switch synchronized threadsafe throw throws trait transient try void volatile while"),m=u("catch class def do else enum finally for if interface switch trait try while"),z=u("return break continue"),E=u("null true false this"),r;function h(e,n){var t=e.next();if(t=='"'||t=="'")return v(t,e,n);if(/[\[\]{}\(\),;\:\.]/.test(t))return r=t,null;if(/\d/.test(t))return e.eatWhile(/[\w\.]/),e.eat(/eE/)&&(e.eat(/\+\-/),e.eatWhile(/\d/)),"number";if(t=="/"){if(e.eat("*"))return n.tokenize.push(b),b(e,n);if(e.eat("/"))return e.skipToEnd(),"comment";if(k(n.lastToken,!1))return v(t,e,n)}if(t=="-"&&e.eat(">"))return r="->",null;if(/[+\-*&%=<>!?|\/~]/.test(t))return e.eatWhile(/[+\-*&%=<>|~]/),"operator";if(e.eatWhile(/[\w\$_]/),t=="@")return e.eatWhile(/[\w\$_\.]/),"meta";if(n.lastToken==".")return"property";if(e.eat(":"))return r="proplabel","property";var i=e.current();return E.propertyIsEnumerable(i)?"atom":g.propertyIsEnumerable(i)?(m.propertyIsEnumerable(i)?r="newstatement":z.propertyIsEnumerable(i)&&(r="standalone"),"keyword"):"variable"}h.isBase=!0;function v(e,n,t){var i=!1;if(e!="/"&&n.eat(e))if(n.eat(e))i=!0;else return"string";function f(p,y){for(var a=!1,d,x=!i;(d=p.next())!=null;){if(d==e&&!a){if(!i)break;if(p.match(e+e)){x=!0;break}}if(e=='"'&&d=="$"&&!a){if(p.eat("{"))return y.tokenize.push(C()),"string";if(p.match(/^\w/,!1))return y.tokenize.push(B),"string"}a=!a&&d=="\\"}return x&&y.tokenize.pop(),"string"}return t.tokenize.push(f),f(n,t)}function C(){var e=1;function n(t,i){if(t.peek()=="}"){if(e--,e==0)return i.tokenize.pop(),i.tokenize[i.tokenize.length-1](t,i)}else t.peek()=="{"&&e++;return h(t,i)}return n.isBase=!0,n}function B(e,n){var t=e.match(/^(\.|[\w\$_]+)/);return t?t[0]=="."?null:"variable":(n.tokenize.pop(),n.tokenize[n.tokenize.length-1](e,n))}function b(e,n){for(var t=!1,i;i=e.next();){if(i=="/"&&t){n.tokenize.pop();break}t=i=="*"}return"comment"}function k(e,n){return!e||e=="operator"||e=="->"||/[\.\[\{\(,;:]/.test(e)||e=="newstatement"||e=="keyword"||e=="proplabel"||e=="standalone"&&!n}function w(e,n,t,i,f){this.indented=e,this.column=n,this.type=t,this.align=i,this.prev=f}function c(e,n,t){return e.context=new w(e.indented,n,t,null,e.context)}function l(e){var n=e.context.type;return(n==")"||n=="]"||n=="}")&&(e.indented=e.context.indented),e.context=e.context.prev}return{startState:function(e){return{tokenize:[h],context:new w((e||0)-s.indentUnit,0,"top",!1),indented:0,startOfLine:!0,lastToken:null}},token:function(e,n){var t=n.context;if(e.sol()&&(t.align==null&&(t.align=!1),n.indented=e.indentation(),n.startOfLine=!0,t.type=="statement"&&!k(n.lastToken,!0)&&(l(n),t=n.context)),e.eatSpace())return null;r=null;var i=n.tokenize[n.tokenize.length-1](e,n);if(i=="comment")return i;if(t.align==null&&(t.align=!0),(r==";"||r==":")&&t.type=="statement")l(n);else if(r=="->"&&t.type=="statement"&&t.prev.type=="}")l(n),n.context.align=!1;else if(r=="{")c(n,e.column(),"}");else if(r=="[")c(n,e.column(),"]");else if(r=="(")c(n,e.column(),")");else if(r=="}"){for(;t.type=="statement";)t=l(n);for(t.type=="}"&&(t=l(n));t.type=="statement";)t=l(n)}else r==t.type?l(n):(t.type=="}"||t.type=="top"||t.type=="statement"&&r=="newstatement")&&c(n,e.column(),"statement");return n.startOfLine=!1,n.lastToken=r||i,i},indent:function(e,n){if(!e.tokenize[e.tokenize.length-1].isBase)return o.Pass;var t=n&&n.charAt(0),i=e.context;i.type=="statement"&&!k(e.lastToken,!0)&&(i=i.prev);var f=t==i.type;return i.type=="statement"?i.indented+(t=="{"?0:s.indentUnit):i.align?i.column+(f?0:1):i.indented+(f?0:s.indentUnit)},electricChars:"{}",closeBrackets:{triples:`'"`},fold:"brace",blockCommentStart:"/*",blockCommentEnd:"*/",lineComment:"//"}}),o.defineMIME("text/x-groovy","groovy")}); PK a��\y��y� � groovy.jsnu �[��� // CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: https://codemirror.net/5/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror")); else if (typeof define == "function" && define.amd) // AMD define(["../../lib/codemirror"], mod); else // Plain browser env mod(CodeMirror); })(function(CodeMirror) { "use strict"; CodeMirror.defineMode("groovy", function(config) { function words(str) { var obj = {}, words = str.split(" "); for (var i = 0; i < words.length; ++i) obj[words[i]] = true; return obj; } var keywords = words( "abstract as assert boolean break byte case catch char class const continue def default " + "do double else enum extends final finally float for goto if implements import in " + "instanceof int interface long native new package private protected public return " + "short static strictfp super switch synchronized threadsafe throw throws trait transient " + "try void volatile while"); var blockKeywords = words("catch class def do else enum finally for if interface switch trait try while"); var standaloneKeywords = words("return break continue"); var atoms = words("null true false this"); var curPunc; function tokenBase(stream, state) { var ch = stream.next(); if (ch == '"' || ch == "'") { return startString(ch, stream, state); } if (/[\[\]{}\(\),;\:\.]/.test(ch)) { curPunc = ch; return null; } if (/\d/.test(ch)) { stream.eatWhile(/[\w\.]/); if (stream.eat(/eE/)) { stream.eat(/\+\-/); stream.eatWhile(/\d/); } return "number"; } if (ch == "/") { if (stream.eat("*")) { state.tokenize.push(tokenComment); return tokenComment(stream, state); } if (stream.eat("/")) { stream.skipToEnd(); return "comment"; } if (expectExpression(state.lastToken, false)) { return startString(ch, stream, state); } } if (ch == "-" && stream.eat(">")) { curPunc = "->"; return null; } if (/[+\-*&%=<>!?|\/~]/.test(ch)) { stream.eatWhile(/[+\-*&%=<>|~]/); return "operator"; } stream.eatWhile(/[\w\$_]/); if (ch == "@") { stream.eatWhile(/[\w\$_\.]/); return "meta"; } if (state.lastToken == ".") return "property"; if (stream.eat(":")) { curPunc = "proplabel"; return "property"; } var cur = stream.current(); if (atoms.propertyIsEnumerable(cur)) { return "atom"; } if (keywords.propertyIsEnumerable(cur)) { if (blockKeywords.propertyIsEnumerable(cur)) curPunc = "newstatement"; else if (standaloneKeywords.propertyIsEnumerable(cur)) curPunc = "standalone"; return "keyword"; } return "variable"; } tokenBase.isBase = true; function startString(quote, stream, state) { var tripleQuoted = false; if (quote != "/" && stream.eat(quote)) { if (stream.eat(quote)) tripleQuoted = true; else return "string"; } function t(stream, state) { var escaped = false, next, end = !tripleQuoted; while ((next = stream.next()) != null) { if (next == quote && !escaped) { if (!tripleQuoted) { break; } if (stream.match(quote + quote)) { end = true; break; } } if (quote == '"' && next == "$" && !escaped) { if (stream.eat("{")) { state.tokenize.push(tokenBaseUntilBrace()); return "string"; } else if (stream.match(/^\w/, false)) { state.tokenize.push(tokenVariableDeref); return "string"; } } escaped = !escaped && next == "\\"; } if (end) state.tokenize.pop(); return "string"; } state.tokenize.push(t); return t(stream, state); } function tokenBaseUntilBrace() { var depth = 1; function t(stream, state) { if (stream.peek() == "}") { depth--; if (depth == 0) { state.tokenize.pop(); return state.tokenize[state.tokenize.length-1](stream, state); } } else if (stream.peek() == "{") { depth++; } return tokenBase(stream, state); } t.isBase = true; return t; } function tokenVariableDeref(stream, state) { var next = stream.match(/^(\.|[\w\$_]+)/) if (!next) { state.tokenize.pop() return state.tokenize[state.tokenize.length-1](stream, state) } return next[0] == "." ? null : "variable" } function tokenComment(stream, state) { var maybeEnd = false, ch; while (ch = stream.next()) { if (ch == "/" && maybeEnd) { state.tokenize.pop(); break; } maybeEnd = (ch == "*"); } return "comment"; } function expectExpression(last, newline) { return !last || last == "operator" || last == "->" || /[\.\[\{\(,;:]/.test(last) || last == "newstatement" || last == "keyword" || last == "proplabel" || (last == "standalone" && !newline); } function Context(indented, column, type, align, prev) { this.indented = indented; this.column = column; this.type = type; this.align = align; this.prev = prev; } function pushContext(state, col, type) { return state.context = new Context(state.indented, col, type, null, state.context); } function popContext(state) { var t = state.context.type; if (t == ")" || t == "]" || t == "}") state.indented = state.context.indented; return state.context = state.context.prev; } // Interface return { startState: function(basecolumn) { return { tokenize: [tokenBase], context: new Context((basecolumn || 0) - config.indentUnit, 0, "top", false), indented: 0, startOfLine: true, lastToken: null }; }, token: function(stream, state) { var ctx = state.context; if (stream.sol()) { if (ctx.align == null) ctx.align = false; state.indented = stream.indentation(); state.startOfLine = true; // Automatic semicolon insertion if (ctx.type == "statement" && !expectExpression(state.lastToken, true)) { popContext(state); ctx = state.context; } } if (stream.eatSpace()) return null; curPunc = null; var style = state.tokenize[state.tokenize.length-1](stream, state); if (style == "comment") return style; if (ctx.align == null) ctx.align = true; if ((curPunc == ";" || curPunc == ":") && ctx.type == "statement") popContext(state); // Handle indentation for {x -> \n ... } else if (curPunc == "->" && ctx.type == "statement" && ctx.prev.type == "}") { popContext(state); state.context.align = false; } else if (curPunc == "{") pushContext(state, stream.column(), "}"); else if (curPunc == "[") pushContext(state, stream.column(), "]"); else if (curPunc == "(") pushContext(state, stream.column(), ")"); else if (curPunc == "}") { while (ctx.type == "statement") ctx = popContext(state); if (ctx.type == "}") ctx = popContext(state); while (ctx.type == "statement") ctx = popContext(state); } else if (curPunc == ctx.type) popContext(state); else if (ctx.type == "}" || ctx.type == "top" || (ctx.type == "statement" && curPunc == "newstatement")) pushContext(state, stream.column(), "statement"); state.startOfLine = false; state.lastToken = curPunc || style; return style; }, indent: function(state, textAfter) { if (!state.tokenize[state.tokenize.length-1].isBase) return CodeMirror.Pass; var firstChar = textAfter && textAfter.charAt(0), ctx = state.context; if (ctx.type == "statement" && !expectExpression(state.lastToken, true)) ctx = ctx.prev; var closing = firstChar == ctx.type; if (ctx.type == "statement") return ctx.indented + (firstChar == "{" ? 0 : config.indentUnit); else if (ctx.align) return ctx.column + (closing ? 0 : 1); else return ctx.indented + (closing ? 0 : config.indentUnit); }, electricChars: "{}", closeBrackets: {triples: "'\""}, fold: "brace", blockCommentStart: "/*", blockCommentEnd: "*/", lineComment: "//" }; }); CodeMirror.defineMIME("text/x-groovy", "groovy"); }); PK a��\����9 9 groovy.min.js.gznu �[��� � �X[o�~ﯠ���Lh�y��q;A�f�>��.-�ldR��8[�ۋ#�O��Cd�����`R��a�����x-���n���Q�R�6;0��9��A;`4�gq<+�v����9�(�I+�A� �vi��X�exe���l��e6����9{N��;�z��q��f�蓳��DE�^�s�N�9���(G�<��K���ОQB��r��?�� ��w��[��ʯ�f#'�p��ş�Q���S�'�"���y��� e�ցz&ۓ�� >ݑt�IUU$����� �?u(<�,��a[ ���'��dɵQEx'�Vy�[G���D�D���`|���y� Ѧ�ʤ�mpǃ�U ����GR��Y=)�~Q���CF�ö�)i1�v������D^��P�#�Qc��ɤ;g���;*�T�j��Y��4��o'�buF^l��.�w� ���nAl�k �#�zL�k��l�l�z��QgQ�W���#͡(�w �BC~�+ʅ[�5�c ?cI`1x��/tμ������KI?Sޚya^� r�V��zs��l��b����,�Py�y���Dÿ�~�C��AuGT�E��f�8�Q���v=�h��:�q.�9��h�4�Q~�y+Foho���>&4.Վm�ز.��}FG�UϺ��>��qAS�Dzl�<3��>1����ԭ/SE��{:�N����v=���,��,/���?����hQ[�S����+�/����׀;݃W��QxRҸ���Cc�DG�%oC�Bm��bč�%��90Xa��c�1�\=�����4_R��&O2���$'��#�w3Jh�#�(bNR�.�*��ơ�p:Z�Q���4r�z�ꋪ i�</X>��rr�2��"��7xv�(��|�(�D�9+�i�JN�D&^�D/X&˶C�D6�Ӕz&%D�D5����,@W�x���-p~~E� ������(��~��|�z�z���]�9>23���8�õ�A�Vr���֭�k�el�F-��R�s�3�B�c��BJ@� ��nB�q �̸��n��t*@�y績vb�X�h�m�u�ב�3v��mW��O����\��vw��u|i�����K��o�]b=�*6a�:�ace�-�Pñ�D���z8%����`[l^"�M��~�����@�����ں���{z��V�x�Z��L,�nLoZ>lu�V�l �Q�G�d��c�k�E��xf��d`<dD�Nmq�i� o�҇wU�'#uX�^d>(N���Ob<���K�����R��RS�M0�{r�E[�6���n�ߚ��t���`mD�(��+����0'��x�]���n#Z�$���r��i�?��b.��%ő!:��hl�=��6�L�?�ģ�Eced~h�Χ�c�mV��9Z�]3�#��F-�F�`��C�uE���-����ۛ˷R���+ �pFy8C��]�m�5R?��+�G�ι`NJ����&X�D��pF鼑���w9qk���AV�Q�0�Qw�<e��4l"�5}kq�#�抅��¯Xp���Z��{��~� k���¨wR�%�%c5�K�� -���ţ�:����{[�wb|]s���n��K�~ C��;�K]M���m{�����?7a�Z~h -uS5�Q�K/��.��X��r��g Ot���n��e�r��!a�ͯ�j����S�J蹦"-l_�J��W��;]P%�}���"�E�ЭS)P�-l����&%����ۏ&K�͌�Bh�:�Ѻ�����#����u���o ���O�>��� PK a��\>��� � groovy.min.jsnu �[��� PK a��\y��y� � 9 groovy.jsnu �[��� PK a��\����9 9 M2 groovy.min.js.gznu �[��� PK � �9
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Generation time: 0 |
proxy
|
phpinfo
|
Settings