!C99Shell v. 1.0 pre-release build #16!

Software: Apache/2.0.54 (Fedora). PHP/5.0.4 

uname -a: Linux mina-info.me 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02 EDT 2006 i686 

uid=48(apache) gid=48(apache) groups=48(apache)
context=system_u:system_r:httpd_sys_script_t
 

Safe-mode: OFF (not secure)

/usr/libexec/webmin/authentic-theme/unauthenticated/js/codemirror/mode/crystal/   drwxr-xr-x
Free 3.01 GB of 27.03 GB (11.12%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     crystal.js (5.19 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
!function(e){"object"==typeof exports&&"object"==typeof module?e(require("../../lib/codemirror")):"function"==typeof define&&define.amd?define(["../../lib/codemirror"],e):e(CodeMirror)}(function(e){"use strict";e.defineMode("crystal",function(e){function t(e,t){return new RegExp((t?"":"^")+"(?:"+e.join("|")+")"+(t?"$":"\\b"))}function n(e,t,n){return n.tokenize.push(e),e(t,n)}function r(e,t){if(e.eatSpace())return null;if("\\"!=t.lastToken&&e.match("{%",!1))return n(u("%","%"),e,t);if("\\"!=t.lastToken&&e.match("{{",!1))return n(u("{","}"),e,t);if("#"==e.peek())return e.skipToEnd(),"comment";var r;if(e.match(d))return e.eat(/[?!]/),r=e.current(),e.eat(":")?"atom":"."==t.lastToken?"property":z.test(r)?(_.test(r)?"fun"==r&&t.blocks.indexOf("lib")>=0||"def"==r&&"abstract"==t.lastToken||(t.blocks.push(r),t.currentIndent+=1):"operator"!=t.lastStyle&&t.lastStyle||!y.test(r)?"end"==r&&(t.blocks.pop(),t.currentIndent-=1):(t.blocks.push(r),t.currentIndent+=1),S.hasOwnProperty(r)&&t.tokenize.push(S[r]),"keyword"):F.test(r)?"atom":"variable";if(e.eat("@"))return"["==e.peek()?n(a("[","]","meta"),e,t):(e.eat("@"),e.match(d)||e.match(k),"variable-2");if(e.match(k))return"tag";if(e.eat(":"))return e.eat('"')?n(s('"',"atom",!1),e,t):e.match(d)||e.match(k)||e.match(l)||e.match(m)||e.match(h)?"atom":(e.eat(":"),"operator");if(e.eat('"'))return n(s('"',"string",!0),e,t);if("%"==e.peek()){var i,o="string",c=!0;if(e.match("%r"))o="string-2",i=e.next();else if(e.match("%w"))c=!1,i=e.next();else if(e.match("%q"))c=!1,i=e.next();else{if(!(i=e.match(/^%([^\w\s=])/)))return e.match(/^%[a-zA-Z0-9_\u009F-\uFFFF]*/)?"meta":"operator";i=i[1]}return E.hasOwnProperty(i)&&(i=E[i]),n(s(i,o,c),e,t)}return(r=e.match(/^<<-('?)([A-Z]\w*)\1/))?n(f(r[2],!r[1]),e,t):e.eat("'")?(e.match(/^(?:[^']|\\(?:[befnrtv0'"]|[0-7]{3}|u(?:[0-9a-fA-F]{4}|\{[0-9a-fA-F]{1,6}\})))/),e.eat("'"),"atom"):e.eat("0")?(e.eat("x")?e.match(/^[0-9a-fA-F]+/):e.eat("o")?e.match(/^[0-7]+/):e.eat("b")&&e.match(/^[01]+/),"number"):e.eat(/^\d/)?(e.match(/^\d*(?:\.\d+)?(?:[eE][+-]?\d+)?/),"number"):e.match(l)?(e.eat("="),"operator"):e.match(m)||e.match(p)?"operator":(r=e.match(/[({[]/,!1))?(r=r[0],n(a(r,E[r],null),e,t)):e.eat("\\")?(e.next(),"meta"):(e.next(),null)}function a(e,t,n,u){return function(i,o){if(!u&&i.match(e))return o.tokenize[o.tokenize.length-1]=a(e,t,n,!0),o.currentIndent+=1,n;var c=r(i,o);return i.current()===t&&(o.tokenize.pop(),o.currentIndent-=1,c=n),c}}function u(e,t,n){return function(a,i){return!n&&a.match("{"+e)?(i.currentIndent+=1,i.tokenize[i.tokenize.length-1]=u(e,t,!0),"meta"):a.match(t+"}")?(i.currentIndent-=1,i.tokenize.pop(),"meta"):r(a,i)}}function i(e,t){if(e.eatSpace())return null;var n;if(n=e.match(d)){if("def"==n)return"keyword";e.eat(/[?!]/)}return t.tokenize.pop(),"def"}function o(e,t){return e.eatSpace()?null:(e.match(d)?e.eat(/[!?]/):e.match(l)||e.match(m)||e.match(h),t.tokenize.pop(),"def")}function c(e,t){return e.eatSpace()?null:(e.match(k),t.tokenize.pop(),"def")}function s(e,t,n){return function(r,i){for(var o=!1;r.peek();)if(o)r.next(),o=!1;else{if(r.match("{%",!1))return i.tokenize.push(u("%","%")),t;if(r.match("{{",!1))return i.tokenize.push(u("{","}")),t;if(n&&r.match("#{",!1))return i.tokenize.push(a("#{","}","meta")),t;var c=r.next();if(c==e)return i.tokenize.pop(),t;o=n&&"\\"==c}return t}}function f(e,t){return function(n,r){if(n.sol()&&(n.eatSpace(),n.match(e)))return r.tokenize.pop(),"string";for(var i=!1;n.peek();)if(i)n.next(),i=!1;else{if(n.match("{%",!1))return r.tokenize.push(u("%","%")),"string";if(n.match("{{",!1))return r.tokenize.push(u("{","}")),"string";if(t&&n.match("#{",!1))return r.tokenize.push(a("#{","}","meta")),"string";i=t&&"\\"==n.next()}return"string"}}var l=/^(?:[-+\/%|&^]|\*\*?|[<>]{2})/,m=/^(?:[=!]~|===|<=>|[<>=!]=?|[|&]{2}|~)/,h=/^(?:\[\][?=]?)/,p=/^(?:\.(?:\.{2})?|->|[?:])/,d=/^[a-z_\u009F-\uFFFF][a-zA-Z0-9_\u009F-\uFFFF]*/,k=/^[A-Z_\u009F-\uFFFF][a-zA-Z0-9_\u009F-\uFFFF]*/,z=t(["abstract","alias","as","asm","begin","break","case","class","def","do","else","elsif","end","ensure","enum","extend","for","fun","if","include","instance_sizeof","lib","macro","module","next","of","out","pointerof","private","protected","rescue","return","require","select","sizeof","struct","super","then","type","typeof","uninitialized","union","unless","until","when","while","with","yield","__DIR__","__END_LINE__","__FILE__","__LINE__"]),F=t(["true","false","nil","self"]),b=["def","fun","macro","class","module","struct","lib","enum","union","do","for"],_=t(b),x=["if","unless","case","while","until","begin","then"],y=t(x),g=["end","else","elsif","rescue","ensure"],I=t(g),v=["\\)","\\}","\\]"],w=new RegExp("^(?:"+v.join("|")+")$"),S={def:o,fun:o,macro:i,class:c,module:c,struct:c,lib:c,enum:c,union:c},E={"[":"]","{":"}","(":")","<":">"};return{startState:function(){return{tokenize:[r],currentIndent:0,lastToken:null,lastStyle:null,blocks:[]}},token:function(e,t){var n=t.tokenize[t.tokenize.length-1](e,t),r=e.current();return n&&"comment"!=n&&(t.lastToken=r,t.lastStyle=n),n},indent:function(t,n){return n=n.replace(/^\s*(?:\{%)?\s*|\s*(?:%\})?\s*$/g,""),I.test(n)||w.test(n)?e.indentUnit*(t.currentIndent-1):e.indentUnit*t.currentIndent},fold:"indent",electricInput:t(v.concat(g),!0),lineComment:"#"}}),e.defineMIME("text/x-crystal","crystal")});

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #16 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.004 ]--