mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-10 17:56:15 +00:00
first commit
This commit is contained in:
10
lib/ckeditor4/plugins/pbckcode/dialogs/ace/ace.js
Executable file
10
lib/ckeditor4/plugins/pbckcode/dialogs/ace/ace.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/keybinding-emacs.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/keybinding-emacs.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-c9search.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-c9search.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/mode/c9search",["require","exports","module","ace/lib/oop","ace/mode/text","ace/tokenizer","ace/mode/c9search_highlight_rules","ace/mode/matching_brace_outdent","ace/mode/folding/c9search"],function(a,b,c){var d=a("../lib/oop"),e=a("./text").Mode,f=a("../tokenizer").Tokenizer,g=a("./c9search_highlight_rules").C9SearchHighlightRules,h=a("./matching_brace_outdent").MatchingBraceOutdent,i=a("./folding/c9search").FoldMode,j=function(){this.$tokenizer=new f((new g).getRules(),"i"),this.$outdent=new h,this.foldingRules=new i};d.inherits(j,e),function(){this.getNextLineIndent=function(a,b,c){var d=this.$getIndent(b);return d},this.checkOutdent=function(a,b,c){return this.$outdent.checkOutdent(b,c)},this.autoOutdent=function(a,b,c){this.$outdent.autoOutdent(b,c)}}.call(j.prototype),b.Mode=j}),define("ace/mode/c9search_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],function(a,b,c){var d=a("../lib/oop"),e=a("./text_highlight_rules").TextHighlightRules,f=function(){this.$rules={start:[{token:["c9searchresults.constant.numeric","c9searchresults.text","c9searchresults.text"],regex:"(^\\s+[0-9]+)(:\\s*)(.+)"},{token:["string","text"],regex:"(.+)(:$)"}]}};d.inherits(f,e),b.C9SearchHighlightRules=f}),define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"],function(a,b,c){var d=a("../range").Range,e=function(){};(function(){this.checkOutdent=function(a,b){return/^\s+$/.test(a)?/^\s*\}/.test(b):!1},this.autoOutdent=function(a,b){var c=a.getLine(b),e=c.match(/^(\s*\})/);if(!e)return 0;var f=e[1].length,g=a.findMatchingBracket({row:b,column:f});if(!g||g.row==b)return 0;var h=this.$getIndent(a.getLine(g.row));a.replace(new d(b,0,b,f-1),h)},this.$getIndent=function(a){var b=a.match(/^(\s+)/);return b?b[1]:""}}).call(e.prototype),b.MatchingBraceOutdent=e}),define("ace/mode/folding/c9search",["require","exports","module","ace/lib/oop","ace/range","ace/mode/folding/fold_mode"],function(a,b,c){var d=a("../../lib/oop"),e=a("../../range").Range,f=a("./fold_mode").FoldMode,g=b.FoldMode=function(){};d.inherits(g,f),function(){this.foldingStartMarker=/^(\S.*\:|Searching for.*)$/,this.foldingStopMarker=/^(\s+|Found.*)$/,this.getFoldWidgetRange=function(a,b,c){var d=a.doc.getAllLines(c),f=d[c],g=/^(Found.*|Searching for.*)$/,h=/^(\S.*\:|\s*)$/,i=g.test(f)?g:h;if(this.foldingStartMarker.test(f)){for(var j=c+1,k=a.getLength();j<k;j++)if(i.test(d[j]))break;return new e(c,f.length,j,0)}if(this.foldingStopMarker.test(f)){for(var j=c-1;j>=0;j--){f=d[j];if(i.test(f))break}return new e(j,f.length,c,0)}}}.call(g.prototype)}),define("ace/mode/folding/fold_mode",["require","exports","module","ace/range"],function(a,b,c){var d=a("../../range").Range,e=b.FoldMode=function(){};(function(){this.foldingStartMarker=null,this.foldingStopMarker=null,this.getFoldWidget=function(a,b,c){var d=a.getLine(c);return this.foldingStartMarker.test(d)?"start":b=="markbeginend"&&this.foldingStopMarker&&this.foldingStopMarker.test(d)?"end":""},this.getFoldWidgetRange=function(a,b,c){return null},this.indentationBlock=function(a,b,c){var e=/\S/,f=a.getLine(b),g=f.search(e);if(g==-1)return;var h=c||f.length,i=a.getLength(),j=b,k=b;while(++b<i){var l=a.getLine(b).search(e);if(l==-1)continue;if(l<=g)break;k=b}if(k>j){var m=a.getLine(k).length;return new d(j,h,k,m)}},this.openingBracketBlock=function(a,b,c,e,f){var g={row:c,column:e+1},h=a.$findClosingBracket(b,g,f);if(!h)return;var i=a.foldWidgets[h.row];return i==null&&(i=this.getFoldWidget(a,h.row)),i=="start"&&h.row>g.row&&(h.row--,h.column=a.getLine(h.row).length),d.fromPoints(g,h)}}).call(e.prototype)})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-c_cpp.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-c_cpp.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-clojure.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-clojure.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-coffee.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-coffee.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-coldfusion.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-coldfusion.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-csharp.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-csharp.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-css.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-css.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-diff.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-diff.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/mode/diff",["require","exports","module","ace/lib/oop","ace/mode/text","ace/tokenizer","ace/mode/diff_highlight_rules","ace/mode/folding/diff"],function(a,b,c){var d=a("../lib/oop"),e=a("./text").Mode,f=a("../tokenizer").Tokenizer,g=a("./diff_highlight_rules").DiffHighlightRules,h=a("./folding/diff").FoldMode,i=function(){this.$tokenizer=new f((new g).getRules(),"i"),this.foldingRules=new h(["diff","index","\\+{3}","@@|\\*{5}"],"i")};d.inherits(i,e),function(){}.call(i.prototype),b.Mode=i}),define("ace/mode/diff_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],function(a,b,c){var d=a("../lib/oop"),e=a("./text_highlight_rules").TextHighlightRules,f=function(){this.$rules={start:[{regex:"^(?:\\*{15}|={67}|-{3}|\\+{3})$",token:"punctuation.definition.separator.diff",name:"keyword"},{regex:"^(@@)(\\s*.+?\\s*)(@@)(.*)$",token:["constant","constant.numeric","constant","comment.doc.tag"]},{regex:"^(\\d+)([,\\d]+)(a|d|c)(\\d+)([,\\d]+)(.*)$",token:["constant.numeric","punctuation.definition.range.diff","constant.function","constant.numeric","punctuation.definition.range.diff","invalid"],name:"meta."},{regex:"^(?:(\\-{3}|\\+{3}|\\*{3})( .+))$",token:["constant.numeric","meta.tag"]},{regex:"^([!+>])(.*?)(\\s*)$",token:["support.constant","text","invalid"]},{regex:"^([<\\-])(.*?)(\\s*)$",token:["support.function","string","invalid"]},{regex:"^(diff)(\\s+--\\w+)?(.+?)( .+)?$",token:["variable","variable","keyword","variable"]},{regex:"^Index.+$",token:"variable"},{regex:"^(.*?)(\\s*)$",token:["invisible","invalid"]}]}};d.inherits(f,e),b.DiffHighlightRules=f}),define("ace/mode/folding/diff",["require","exports","module","ace/lib/oop","ace/mode/folding/fold_mode","ace/range"],function(a,b,c){var d=a("../../lib/oop"),e=a("./fold_mode").FoldMode,f=a("../../range").Range,g=b.FoldMode=function(a,b){this.regExpList=a,this.flag=b,this.foldingStartMarker=RegExp("^("+a.join("|")+")",this.flag)};d.inherits(g,e),function(){this.getFoldWidgetRange=function(a,b,c){var d=a.getLine(c),e={row:c,column:d.length},g=this.regExpList;for(var h=1;h<=g.length;h++){var i=RegExp("^("+g.slice(0,h).join("|")+")",this.flag);if(i.test(d))break}for(var j=a.getLength();++c<j;){d=a.getLine(c);if(i.test(d))break}if(c==e.row+1)return;return f.fromPoints(e,{row:c-1,column:d.length})}}.call(g.prototype)}),define("ace/mode/folding/fold_mode",["require","exports","module","ace/range"],function(a,b,c){var d=a("../../range").Range,e=b.FoldMode=function(){};(function(){this.foldingStartMarker=null,this.foldingStopMarker=null,this.getFoldWidget=function(a,b,c){var d=a.getLine(c);return this.foldingStartMarker.test(d)?"start":b=="markbeginend"&&this.foldingStopMarker&&this.foldingStopMarker.test(d)?"end":""},this.getFoldWidgetRange=function(a,b,c){return null},this.indentationBlock=function(a,b,c){var e=/\S/,f=a.getLine(b),g=f.search(e);if(g==-1)return;var h=c||f.length,i=a.getLength(),j=b,k=b;while(++b<i){var l=a.getLine(b).search(e);if(l==-1)continue;if(l<=g)break;k=b}if(k>j){var m=a.getLine(k).length;return new d(j,h,k,m)}},this.openingBracketBlock=function(a,b,c,e,f){var g={row:c,column:e+1},h=a.$findClosingBracket(b,g,f);if(!h)return;var i=a.foldWidgets[h.row];return i==null&&(i=this.getFoldWidget(a,h.row)),i=="start"&&h.row>g.row&&(h.row--,h.column=a.getLine(h.row).length),d.fromPoints(g,h)}}).call(e.prototype)})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-glsl.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-glsl.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-golang.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-golang.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-groovy.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-groovy.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-haxe.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-haxe.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-html.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-html.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-jade.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-jade.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-java.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-java.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-javascript.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-javascript.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-json.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-json.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-jsp.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-jsp.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-jsx.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-jsx.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-latex.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-latex.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/mode/latex",["require","exports","module","ace/lib/oop","ace/mode/text","ace/tokenizer","ace/mode/latex_highlight_rules","ace/range"],function(a,b,c){var d=a("../lib/oop"),e=a("./text").Mode,f=a("../tokenizer").Tokenizer,g=a("./latex_highlight_rules").LatexHighlightRules,h=a("../range").Range,i=function(){this.$tokenizer=new f((new g).getRules())};d.inherits(i,e),function(){this.toggleCommentLines=function(a,b,c,d){var e=!0,f=/^(\s*)\%/;for(var g=c;g<=d;g++)if(!f.test(b.getLine(g))){e=!1;break}if(e){var i=new h(0,0,0,0);for(var g=c;g<=d;g++){var j=b.getLine(g),k=j.match(f);i.start.row=g,i.end.row=g,i.end.column=k[0].length,b.replace(i,k[1])}}else b.indentRows(c,d,"%")},this.getNextLineIndent=function(a,b,c){return this.$getIndent(b)}}.call(i.prototype),b.Mode=i}),define("ace/mode/latex_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],function(a,b,c){var d=a("../lib/oop"),e=a("./text_highlight_rules").TextHighlightRules,f=function(){this.$rules={start:[{token:"keyword",regex:"\\\\(?:[^a-zA-Z]|[a-zA-Z]+)"},{token:"lparen",regex:"[[({]"},{token:"rparen",regex:"[\\])}]"},{token:"string",regex:"\\$(?:(?:\\\\.)|(?:[^\\$\\\\]))*?\\$"},{token:"comment",regex:"%.*$"}]}};d.inherits(f,e),b.LatexHighlightRules=f})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-less.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-less.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-liquid.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-liquid.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-lua.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-lua.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-luapage.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-luapage.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-markdown.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-markdown.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-ocaml.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-ocaml.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-perl.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-perl.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-pgsql.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-pgsql.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-php.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-php.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-powershell.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-powershell.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-python.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-python.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-ruby.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-ruby.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-scad.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-scad.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-scala.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-scala.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-scss.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-scss.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-sh.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-sh.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/mode/sh",["require","exports","module","ace/lib/oop","ace/mode/text","ace/tokenizer","ace/mode/sh_highlight_rules","ace/range"],function(a,b,c){var d=a("../lib/oop"),e=a("./text").Mode,f=a("../tokenizer").Tokenizer,g=a("./sh_highlight_rules").ShHighlightRules,h=a("../range").Range,i=function(){this.$tokenizer=new f((new g).getRules())};d.inherits(i,e),function(){this.toggleCommentLines=function(a,b,c,d){var e=!0,f=/^(\s*)#/;for(var g=c;g<=d;g++)if(!f.test(b.getLine(g))){e=!1;break}if(e){var i=new h(0,0,0,0);for(var g=c;g<=d;g++){var j=b.getLine(g),k=j.match(f);i.start.row=g,i.end.row=g,i.end.column=k[0].length,b.replace(i,k[1])}}else b.indentRows(c,d,"#")},this.getNextLineIndent=function(a,b,c){var d=this.$getIndent(b),e=this.$tokenizer.getLineTokens(b,a),f=e.tokens;if(f.length&&f[f.length-1].type=="comment")return d;if(a=="start"){var g=b.match(/^.*[\{\(\[\:]\s*$/);g&&(d+=c)}return d};var a={pass:1,"return":1,raise:1,"break":1,"continue":1};this.checkOutdent=function(b,c,d){if(d!=="\r\n"&&d!=="\r"&&d!=="\n")return!1;var e=this.$tokenizer.getLineTokens(c.trim(),b).tokens;if(!e)return!1;do var f=e.pop();while(f&&(f.type=="comment"||f.type=="text"&&f.value.match(/^\s+$/)));return f?f.type=="keyword"&&a[f.value]:!1},this.autoOutdent=function(a,b,c){c+=1;var d=this.$getIndent(b.getLine(c)),e=b.getTabString();d.slice(-e.length)==e&&b.remove(new h(c,d.length-e.length,c,d.length))}}.call(i.prototype),b.Mode=i}),define("ace/mode/sh_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],function(a,b,c){var d=a("../lib/oop"),e=a("./text_highlight_rules").TextHighlightRules,f=function(){var a="!|{|}|case|do|done|elif|else|esac|fi|for|if|in|then|until|while|&|;|export|local|read|typeset|unset|elif|select|set",b="[|]|alias|bg|bind|break|builtin|cd|command|compgen|complete|continue|dirs|disown|echo|enable|eval|exec|exit|fc|fg|getopts|hash|help|history|jobs|kill|let|logout|popd|printf|pushd|pwd|return|set|shift|shopt|source|suspend|test|times|trap|type|ulimit|umask|unalias|wait",c=this.createKeywordMapper({keyword:a,"constant.language":b,"invalid.deprecated":"debugger"},"identifier"),d="(?:(?:[1-9]\\d*)|(?:0))",e="(?:\\.\\d+)",f="(?:\\d+)",g="(?:(?:"+f+"?"+e+")|(?:"+f+"\\.))",h="(?:(?:"+g+"|"+f+")"+")",i="(?:"+h+"|"+g+")",j="(?:&"+f+")",k="[a-zA-Z][a-zA-Z0-9_]*",l="(?:(?:\\$"+k+")|(?:"+k+"=))",m="(?:\\$(?:SHLVL|\\$|\\!|\\?))",n="(?:"+k+"\\s*\\(\\))";this.$rules={start:[{token:"comment",regex:"#.*$"},{token:"string",regex:'"(?:[^\\\\]|\\\\.)*?"'},{token:"variable.language",regex:m},{token:"variable",regex:l},{token:"support.function",regex:n},{token:"support.function",regex:j},{token:"string",regex:"'(?:[^\\\\]|\\\\.)*?'"},{token:"constant.numeric",regex:i},{token:"constant.numeric",regex:d+"\\b"},{token:c,regex:"[a-zA-Z_$][a-zA-Z0-9_$]*\\b"},{token:"keyword.operator",regex:"\\+|\\-|\\*|\\*\\*|\\/|\\/\\/|~|<|>|<=|=>|=|!="},{token:"paren.lparen",regex:"[\\[\\(\\{]"},{token:"paren.rparen",regex:"[\\]\\)\\}]"},{token:"text",regex:"\\s+"}]}};d.inherits(f,e),b.ShHighlightRules=f})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-sql.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-sql.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/mode/sql",["require","exports","module","ace/lib/oop","ace/mode/text","ace/tokenizer","ace/mode/sql_highlight_rules","ace/range"],function(a,b,c){var d=a("../lib/oop"),e=a("./text").Mode,f=a("../tokenizer").Tokenizer,g=a("./sql_highlight_rules").SqlHighlightRules,h=a("../range").Range,i=function(){this.$tokenizer=new f((new g).getRules())};d.inherits(i,e),function(){this.toggleCommentLines=function(a,b,c,d){var e=!0,f=[],g=/^(\s*)--/;for(var i=c;i<=d;i++)if(!g.test(b.getLine(i))){e=!1;break}if(e){var j=new h(0,0,0,0);for(var i=c;i<=d;i++){var k=b.getLine(i),l=k.match(g);j.start.row=i,j.end.row=i,j.end.column=l[0].length,b.replace(j,l[1])}}else b.indentRows(c,d,"--")}}.call(i.prototype),b.Mode=i}),define("ace/mode/sql_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],function(a,b,c){var d=a("../lib/oop"),e=a("./text_highlight_rules").TextHighlightRules,f=function(){var a="select|from|where|and|or|group|by|order|limit|offset|having|as|case|when|else|end|type|left|right|join|on|outer|desc|asc",b="true|false|null",c="count|min|max|avg|sum|rank|now|coalesce",d=this.createKeywordMapper({"support.function":c,keyword:a,"constant.language":b},"identifier",!0);this.$rules={start:[{token:"comment",regex:"--.*$"},{token:"string",regex:'".*?"'},{token:"string",regex:"'.*?'"},{token:"constant.numeric",regex:"[+-]?\\d+(?:(?:\\.\\d*)?(?:[eE][+-]?\\d+)?)?\\b"},{token:d,regex:"[a-zA-Z_$][a-zA-Z0-9_$]*\\b"},{token:"keyword.operator",regex:"\\+|\\-|\\/|\\/\\/|%|<@>|@>|<@|&|\\^|~|<|>|<=|=>|==|!=|<>|="},{token:"paren.lparen",regex:"[\\(]"},{token:"paren.rparen",regex:"[\\)]"},{token:"text",regex:"\\s+"}]}};d.inherits(f,e),b.SqlHighlightRules=f})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-svg.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-svg.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-tcl.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-tcl.js
Executable file
File diff suppressed because one or more lines are too long
0
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-text.js
Executable file
0
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-text.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-textile.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-textile.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/mode/textile",["require","exports","module","ace/lib/oop","ace/mode/text","ace/tokenizer","ace/mode/textile_highlight_rules","ace/mode/matching_brace_outdent"],function(a,b,c){var d=a("../lib/oop"),e=a("./text").Mode,f=a("../tokenizer").Tokenizer,g=a("./textile_highlight_rules").TextileHighlightRules,h=a("./matching_brace_outdent").MatchingBraceOutdent,i=function(){this.$tokenizer=new f((new g).getRules()),this.$outdent=new h};d.inherits(i,e),function(){this.getNextLineIndent=function(a,b,c){return a=="intag"?c:""},this.checkOutdent=function(a,b,c){return this.$outdent.checkOutdent(b,c)},this.autoOutdent=function(a,b,c){this.$outdent.autoOutdent(b,c)}}.call(i.prototype),b.Mode=i}),define("ace/mode/textile_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],function(a,b,c){var d=a("../lib/oop"),e=a("./text_highlight_rules").TextHighlightRules,f=function(){this.$rules={start:[{token:function(a){return a.charAt(0)=="h"?"markup.heading."+a.charAt(1):"markup.heading"},regex:"h1|h2|h3|h4|h5|h6|bq|p|bc|pre",next:"blocktag"},{token:"keyword",regex:"[\\*]+|[#]+"},{token:"text",regex:".+"}],blocktag:[{token:"keyword",regex:"\\. ",next:"start"},{token:"keyword",regex:"\\(",next:"blocktagproperties"}],blocktagproperties:[{token:"keyword",regex:"\\)",next:"blocktag"},{token:"string",regex:"[a-zA-Z0-9\\-_]+"},{token:"keyword",regex:"#"}]}};d.inherits(f,e),b.TextileHighlightRules=f}),define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"],function(a,b,c){var d=a("../range").Range,e=function(){};(function(){this.checkOutdent=function(a,b){return/^\s+$/.test(a)?/^\s*\}/.test(b):!1},this.autoOutdent=function(a,b){var c=a.getLine(b),e=c.match(/^(\s*\})/);if(!e)return 0;var f=e[1].length,g=a.findMatchingBracket({row:b,column:f});if(!g||g.row==b)return 0;var h=this.$getIndent(a.getLine(g.row));a.replace(new d(b,0,b,f-1),h)},this.$getIndent=function(a){var b=a.match(/^(\s+)/);return b?b[1]:""}}).call(e.prototype),b.MatchingBraceOutdent=e})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-xml.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-xml.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-xquery.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-xquery.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-yaml.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/mode-yaml.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/mode/yaml",["require","exports","module","ace/lib/oop","ace/mode/text","ace/tokenizer","ace/mode/yaml_highlight_rules","ace/mode/matching_brace_outdent","ace/mode/folding/coffee"],function(a,b,c){var d=a("../lib/oop"),e=a("./text").Mode,f=a("../tokenizer").Tokenizer,g=a("./yaml_highlight_rules").YamlHighlightRules,h=a("./matching_brace_outdent").MatchingBraceOutdent,i=a("./folding/coffee").FoldMode,j=function(){this.$tokenizer=new f((new g).getRules()),this.$outdent=new h,this.foldingRules=new i};d.inherits(j,e),function(){this.getNextLineIndent=function(a,b,c){var d=this.$getIndent(b);if(a=="start"){var e=b.match(/^.*[\{\(\[]\s*$/);e&&(d+=c)}return d},this.checkOutdent=function(a,b,c){return this.$outdent.checkOutdent(b,c)},this.autoOutdent=function(a,b,c){this.$outdent.autoOutdent(b,c)}}.call(j.prototype),b.Mode=j}),define("ace/mode/yaml_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"],function(a,b,c){var d=a("../lib/oop"),e=a("./text_highlight_rules").TextHighlightRules,f=function(){this.$rules={start:[{token:"comment",regex:"#.*$"},{token:"comment",regex:"^---"},{token:"variable",regex:"[&\\*][a-zA-Z0-9-_]+"},{token:["identifier","text"],regex:"(\\w+\\s*:)(\\w*)"},{token:"keyword.operator",regex:"<<\\w*:\\w*"},{token:"keyword.operator",regex:"-\\s*(?=[{])"},{token:"string",regex:'["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]'},{token:"string",merge:!0,regex:"[\\|>]\\w*",next:"qqstring"},{token:"string",regex:"['](?:(?:\\\\.)|(?:[^'\\\\]))*?[']"},{token:"constant.numeric",regex:"[+-]?\\d+(?:(?:\\.\\d*)?(?:[eE][+-]?\\d+)?)?\\b"},{token:"constant.language.boolean",regex:"(?:true|false|yes|no)\\b"},{token:"invalid.illegal",regex:"\\/\\/.*$"},{token:"paren.lparen",regex:"[[({]"},{token:"paren.rparen",regex:"[\\])}]"},{token:"text",regex:"\\s+"}],qqstring:[{token:"string",regex:"(?=(?:(?:\\\\.)|(?:[^:]))*?:)",next:"start"},{token:"string",merge:!0,regex:".+"}]}};d.inherits(f,e),b.YamlHighlightRules=f}),define("ace/mode/matching_brace_outdent",["require","exports","module","ace/range"],function(a,b,c){var d=a("../range").Range,e=function(){};(function(){this.checkOutdent=function(a,b){return/^\s+$/.test(a)?/^\s*\}/.test(b):!1},this.autoOutdent=function(a,b){var c=a.getLine(b),e=c.match(/^(\s*\})/);if(!e)return 0;var f=e[1].length,g=a.findMatchingBracket({row:b,column:f});if(!g||g.row==b)return 0;var h=this.$getIndent(a.getLine(g.row));a.replace(new d(b,0,b,f-1),h)},this.$getIndent=function(a){var b=a.match(/^(\s+)/);return b?b[1]:""}}).call(e.prototype),b.MatchingBraceOutdent=e}),define("ace/mode/folding/coffee",["require","exports","module","ace/lib/oop","ace/mode/folding/fold_mode","ace/range"],function(a,b,c){var d=a("../../lib/oop"),e=a("./fold_mode").FoldMode,f=a("../../range").Range,g=b.FoldMode=function(){};d.inherits(g,e),function(){this.getFoldWidgetRange=function(a,b,c){var d=this.indentationBlock(a,c);if(d)return d;var e=/\S/,g=a.getLine(c),h=g.search(e);if(h==-1||g[h]!="#")return;var i=g.length,j=a.getLength(),k=c,l=c;while(++c<j){g=a.getLine(c);var m=g.search(e);if(m==-1)continue;if(g[m]!="#")break;l=c}if(l>k){var n=a.getLine(l).length;return new f(k,i,l,n)}},this.getFoldWidget=function(a,b,c){var d=a.getLine(c),e=d.search(/\S/),f=a.getLine(c+1),g=a.getLine(c-1),h=g.search(/\S/),i=f.search(/\S/);if(e==-1)return a.foldWidgets[c-1]=h!=-1&&h<i?"start":"","";if(h==-1){if(e==i&&d[e]=="#"&&f[e]=="#")return a.foldWidgets[c-1]="",a.foldWidgets[c+1]="","start"}else if(h==e&&d[e]=="#"&&g[e]=="#"&&a.getLine(c-2).search(/\S/)==-1)return a.foldWidgets[c-1]="start",a.foldWidgets[c+1]="","";return h!=-1&&h<e?a.foldWidgets[c-1]="start":a.foldWidgets[c-1]="",e<i?"start":""}}.call(g.prototype)}),define("ace/mode/folding/fold_mode",["require","exports","module","ace/range"],function(a,b,c){var d=a("../../range").Range,e=b.FoldMode=function(){};(function(){this.foldingStartMarker=null,this.foldingStopMarker=null,this.getFoldWidget=function(a,b,c){var d=a.getLine(c);return this.foldingStartMarker.test(d)?"start":b=="markbeginend"&&this.foldingStopMarker&&this.foldingStopMarker.test(d)?"end":""},this.getFoldWidgetRange=function(a,b,c){return null},this.indentationBlock=function(a,b,c){var e=/\S/,f=a.getLine(b),g=f.search(e);if(g==-1)return;var h=c||f.length,i=a.getLength(),j=b,k=b;while(++b<i){var l=a.getLine(b).search(e);if(l==-1)continue;if(l<=g)break;k=b}if(k>j){var m=a.getLine(k).length;return new d(j,h,k,m)}},this.openingBracketBlock=function(a,b,c,e,f){var g={row:c,column:e+1},h=a.$findClosingBracket(b,g,f);if(!h)return;var i=a.foldWidgets[h.row];return i==null&&(i=this.getFoldWidget(a,h.row)),i=="start"&&h.row>g.row&&(h.row--,h.column=a.getLine(h.row).length),d.fromPoints(g,h)}}).call(e.prototype)})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-ambiance.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-ambiance.js
Executable file
File diff suppressed because one or more lines are too long
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-chrome.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-chrome.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/theme/chrome",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!1,b.cssClass="ace-chrome",b.cssText='.ace-chrome .ace_editor { border: 2px solid rgb(159, 159, 159);}.ace-chrome .ace_editor.ace_focus { border: 2px solid #327fbd;}.ace-chrome .ace_gutter { background: #ebebeb; color: #333; overflow : hidden;}.ace-chrome .ace_print_margin { width: 1px; background: #e8e8e8;}.ace-chrome .ace_scroller { background-color: #FFFFFF;}.ace-chrome .ace_cursor { border-left: 2px solid black;}.ace-chrome .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid black;}.ace-chrome .ace_line .ace_invisible { color: rgb(191, 191, 191);}.ace-chrome .ace_line .ace_constant.ace_buildin { color: rgb(88, 72, 246);}.ace-chrome .ace_line .ace_constant.ace_language { color: rgb(88, 92, 246);}.ace-chrome .ace_line .ace_constant.ace_library { color: rgb(6, 150, 14);}.ace-chrome .ace_line .ace_invalid { background-color: rgb(153, 0, 0); color: white;}.ace-chrome .ace_line .ace_fold {}.ace-chrome .ace_line .ace_support.ace_function { color: rgb(60, 76, 114);}.ace-chrome .ace_line .ace_support.ace_constant { color: rgb(6, 150, 14);}.ace-chrome .ace_line .ace_support.ace_type,.ace-chrome .ace_line .ace_support.ace_class.ace-chrome .ace_line .ace_support.ace_other, { color: rgb(109, 121, 222);}.ace-chrome .ace_variable.ace_parameter { font-style:italic; color:#FD971F;}.ace-chrome .ace_line .ace_keyword.ace_operator { color: rgb(104, 118, 135);}.ace-chrome .ace_line .ace_comment { color: #236e24;}.ace-chrome .ace_line .ace_comment.ace_doc { color: #236e24;}.ace-chrome .ace_line .ace_comment.ace_doc.ace_tag { color: #236e24;}.ace-chrome .ace_line .ace_constant.ace_numeric { color: rgb(0, 0, 205);}.ace-chrome .ace_line .ace_variable { color: rgb(49, 132, 149);}.ace-chrome .ace_line .ace_xml_pe { color: rgb(104, 104, 91);}.ace-chrome .ace_entity.ace_name.ace_function { color: #0000A2;}.ace-chrome .ace_markup.ace_heading { color: rgb(12, 7, 255);}.ace-chrome .ace_markup.ace_list { color:rgb(185, 6, 144);}.ace-chrome .ace_marker-layer .ace_selection { background: rgb(181, 213, 255);}.ace-chrome .ace_marker-layer .ace_step { background: rgb(252, 255, 0);}.ace-chrome .ace_marker-layer .ace_stack { background: rgb(164, 229, 101);}.ace-chrome .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid rgb(192, 192, 192);}.ace-chrome .ace_marker-layer .ace_active_line { background: rgba(0, 0, 0, 0.07);}.ace-chrome .ace_gutter_active_line { background-color : #dcdcdc;}.ace-chrome .ace_marker-layer .ace_selected_word { background: rgb(250, 250, 255); border: 1px solid rgb(200, 200, 250);}.ace-chrome .ace_storage,.ace-chrome .ace_line .ace_keyword,.ace-chrome .ace_meta.ace_tag { color: rgb(147, 15, 128);}.ace-chrome .ace_string.ace_regex { color: rgb(255, 0, 0)}.ace-chrome .ace_line .ace_string { color: #1A1AA6;}.ace-chrome .ace_entity.ace_other.ace_attribute-name { color: #994409;}.ace-chrome .ace_indent-guide { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==") right repeat-y;}';var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-clouds.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-clouds.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/theme/clouds",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!1,b.cssClass="ace-clouds",b.cssText='.ace-clouds .ace_editor { border: 2px solid rgb(159, 159, 159)}.ace-clouds .ace_editor.ace_focus { border: 2px solid #327fbd}.ace-clouds .ace_gutter { background: #ebebeb; color: #333}.ace-clouds .ace_print_margin { width: 1px; background: #e8e8e8}.ace-clouds .ace_scroller { background-color: #FFFFFF}.ace-clouds .ace_text-layer { color: #000000}.ace-clouds .ace_cursor { border-left: 2px solid #000000}.ace-clouds .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid #000000}.ace-clouds .ace_marker-layer .ace_selection { background: #BDD5FC}.ace-clouds.multiselect .ace_selection.start { box-shadow: 0 0 3px 0px #FFFFFF; border-radius: 2px}.ace-clouds .ace_marker-layer .ace_step { background: rgb(255, 255, 0)}.ace-clouds .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid #BFBFBF}.ace-clouds .ace_marker-layer .ace_active_line { background: #FFFBD1}.ace-clouds .ace_gutter_active_line { background-color : #dcdcdc}.ace-clouds .ace_marker-layer .ace_selected_word { border: 1px solid #BDD5FC}.ace-clouds .ace_invisible { color: #BFBFBF}.ace-clouds .ace_keyword,.ace-clouds .ace_meta,.ace-clouds .ace_support.ace_constant.ace_property-value { color: #AF956F}.ace-clouds .ace_keyword.ace_operator { color: #484848}.ace-clouds .ace_keyword.ace_other.ace_unit { color: #96DC5F}.ace-clouds .ace_constant.ace_language { color: #39946A}.ace-clouds .ace_constant.ace_numeric { color: #46A609}.ace-clouds .ace_constant.ace_character.ace_entity { color: #BF78CC}.ace-clouds .ace_invalid { background-color: #FF002A}.ace-clouds .ace_fold { background-color: #AF956F; border-color: #000000}.ace-clouds .ace_storage,.ace-clouds .ace_support.ace_class,.ace-clouds .ace_support.ace_function,.ace-clouds .ace_support.ace_other,.ace-clouds .ace_support.ace_type { color: #C52727}.ace-clouds .ace_string { color: #5D90CD}.ace-clouds .ace_comment { color: #BCC8BA}.ace-clouds .ace_entity.ace_name.ace_tag,.ace-clouds .ace_entity.ace_other.ace_attribute-name { color: #606060}.ace-clouds .ace_markup.ace_underline { text-decoration: underline}.ace-clouds .ace_indent-guide { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==") right repeat-y}';var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-clouds_midnight.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-clouds_midnight.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/theme/clouds_midnight",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!0,b.cssClass="ace-clouds-midnight",b.cssText=".ace-clouds-midnight .ace_editor { border: 2px solid rgb(159, 159, 159)}.ace-clouds-midnight .ace_editor.ace_focus { border: 2px solid #327fbd}.ace-clouds-midnight .ace_gutter { background: #232323; color: #929292}.ace-clouds-midnight .ace_print_margin { width: 1px; background: #232323}.ace-clouds-midnight .ace_scroller { background-color: #191919}.ace-clouds-midnight .ace_text-layer { color: #929292}.ace-clouds-midnight .ace_cursor { border-left: 2px solid #7DA5DC}.ace-clouds-midnight .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid #7DA5DC}.ace-clouds-midnight .ace_marker-layer .ace_selection { background: #000000}.ace-clouds-midnight.multiselect .ace_selection.start { box-shadow: 0 0 3px 0px #191919; border-radius: 2px}.ace-clouds-midnight .ace_marker-layer .ace_step { background: rgb(102, 82, 0)}.ace-clouds-midnight .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid #BFBFBF}.ace-clouds-midnight .ace_marker-layer .ace_active_line { background: rgba(215, 215, 215, 0.031)}.ace-clouds-midnight .ace_gutter_active_line { background-color: rgba(215, 215, 215, 0.031)}.ace-clouds-midnight .ace_marker-layer .ace_selected_word { border: 1px solid #000000}.ace-clouds-midnight .ace_invisible { color: #BFBFBF}.ace-clouds-midnight .ace_keyword,.ace-clouds-midnight .ace_meta,.ace-clouds-midnight .ace_support.ace_constant.ace_property-value { color: #927C5D}.ace-clouds-midnight .ace_keyword.ace_operator { color: #4B4B4B}.ace-clouds-midnight .ace_keyword.ace_other.ace_unit { color: #366F1A}.ace-clouds-midnight .ace_constant.ace_language { color: #39946A}.ace-clouds-midnight .ace_constant.ace_numeric { color: #46A609}.ace-clouds-midnight .ace_constant.ace_character.ace_entity { color: #A165AC}.ace-clouds-midnight .ace_invalid { color: #FFFFFF; background-color: #E92E2E}.ace-clouds-midnight .ace_fold { background-color: #927C5D; border-color: #929292}.ace-clouds-midnight .ace_storage,.ace-clouds-midnight .ace_support.ace_class,.ace-clouds-midnight .ace_support.ace_function,.ace-clouds-midnight .ace_support.ace_other,.ace-clouds-midnight .ace_support.ace_type { color: #E92E2E}.ace-clouds-midnight .ace_string { color: #5D90CD}.ace-clouds-midnight .ace_comment { color: #3C403B}.ace-clouds-midnight .ace_entity.ace_name.ace_tag,.ace-clouds-midnight .ace_entity.ace_other.ace_attribute-name { color: #606060}.ace-clouds-midnight .ace_markup.ace_underline { text-decoration: underline}.ace-clouds-midnight .ace_indent-guide { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWOQlJT8z1BeXv4fAA2KA6+h9Z+2AAAAAElFTkSuQmCC) right repeat-y}";var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-cobalt.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-cobalt.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/theme/cobalt",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!0,b.cssClass="ace-cobalt",b.cssText=".ace-cobalt .ace_editor { border: 2px solid rgb(159, 159, 159)}.ace-cobalt .ace_editor.ace_focus { border: 2px solid #327fbd}.ace-cobalt .ace_gutter { background: #011e3a; color: #fff}.ace-cobalt .ace_print_margin { width: 1px; background: #011e3a}.ace-cobalt .ace_scroller { background-color: #002240}.ace-cobalt .ace_text-layer { color: #FFFFFF}.ace-cobalt .ace_cursor { border-left: 2px solid #FFFFFF}.ace-cobalt .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid #FFFFFF}.ace-cobalt .ace_marker-layer .ace_selection { background: rgba(179, 101, 57, 0.75)}.ace-cobalt.multiselect .ace_selection.start { box-shadow: 0 0 3px 0px #002240; border-radius: 2px}.ace-cobalt .ace_marker-layer .ace_step { background: rgb(127, 111, 19)}.ace-cobalt .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid rgba(255, 255, 255, 0.15)}.ace-cobalt .ace_marker-layer .ace_active_line { background: rgba(0, 0, 0, 0.35)}.ace-cobalt .ace_gutter_active_line { background-color: rgba(0, 0, 0, 0.35)}.ace-cobalt .ace_marker-layer .ace_selected_word { border: 1px solid rgba(179, 101, 57, 0.75)}.ace-cobalt .ace_invisible { color: rgba(255, 255, 255, 0.15)}.ace-cobalt .ace_keyword,.ace-cobalt .ace_meta { color: #FF9D00}.ace-cobalt .ace_constant,.ace-cobalt .ace_constant.ace_character,.ace-cobalt .ace_constant.ace_character.ace_escape,.ace-cobalt .ace_constant.ace_other { color: #FF628C}.ace-cobalt .ace_invalid { color: #F8F8F8; background-color: #800F00}.ace-cobalt .ace_support { color: #80FFBB}.ace-cobalt .ace_support.ace_constant { color: #EB939A}.ace-cobalt .ace_fold { background-color: #FF9D00; border-color: #FFFFFF}.ace-cobalt .ace_support.ace_function { color: #FFB054}.ace-cobalt .ace_storage { color: #FFEE80}.ace-cobalt .ace_string.ace_regexp { color: #80FFC2}.ace-cobalt .ace_comment { font-style: italic; color: #0088FF}.ace-cobalt .ace_variable { color: #CCCCCC}.ace-cobalt .ace_variable.ace_language { color: #FF80E1}.ace-cobalt .ace_meta.ace_tag { color: #9EFFFF}.ace-cobalt .ace_markup.ace_underline { text-decoration: underline}.ace-cobalt .ace_markup.ace_heading { color: #C8E4FD; background-color: #001221}.ace-cobalt .ace_markup.ace_list { background-color: #130D26}.ace-cobalt .ace_indent-guide { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNgUHL4zzBz5sz/AA80BCzv+WXhAAAAAElFTkSuQmCC) right repeat-y}";var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-crimson_editor.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-crimson_editor.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/theme/crimson_editor",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!1,b.cssText='.ace-crimson-editor .ace_editor { border: 2px solid rgb(159, 159, 159);}.ace-crimson-editor .ace_editor.ace_focus { border: 2px solid #327fbd;}.ace-crimson-editor .ace_gutter { background: #ebebeb; color: #333; overflow : hidden;}.ace-crimson-editor .ace_gutter-layer { width: 100%; text-align: right;}.ace-crimson-editor .ace_print_margin { width: 1px; background: #e8e8e8;}.ace-crimson-editor .ace_scroller { background-color: #FFFFFF;}.ace-crimson-editor .ace_text-layer { color: rgb(64, 64, 64);}.ace-crimson-editor .ace_cursor { border-left: 2px solid black;}.ace-crimson-editor .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid black;}.ace-crimson-editor .ace_line .ace_invisible { color: rgb(191, 191, 191);}.ace-crimson-editor .ace_line .ace_identifier { color: black;}.ace-crimson-editor .ace_line .ace_keyword { color: blue;}.ace-crimson-editor .ace_line .ace_constant.ace_buildin { color: rgb(88, 72, 246);}.ace-crimson-editor .ace_line .ace_constant.ace_language { color: rgb(255, 156, 0);}.ace-crimson-editor .ace_line .ace_constant.ace_library { color: rgb(6, 150, 14);}.ace-crimson-editor .ace_line .ace_invalid { text-decoration: line-through; color: rgb(224, 0, 0);}.ace-crimson-editor .ace_line .ace_fold {}.ace-crimson-editor .ace_line .ace_support.ace_function { color: rgb(192, 0, 0);}.ace-crimson-editor .ace_line .ace_support.ace_constant { color: rgb(6, 150, 14);}.ace-crimson-editor .ace_line .ace_support.ace_type,.ace-crimson-editor .ace_line .ace_support.ace_class { color: rgb(109, 121, 222);}.ace-crimson-editor .ace_line .ace_keyword.ace_operator { color: rgb(49, 132, 149);}.ace-crimson-editor .ace_line .ace_string { color: rgb(128, 0, 128);}.ace-crimson-editor .ace_line .ace_comment { color: rgb(76, 136, 107);}.ace-crimson-editor .ace_line .ace_comment.ace_doc { color: rgb(0, 102, 255);}.ace-crimson-editor .ace_line .ace_comment.ace_doc.ace_tag { color: rgb(128, 159, 191);}.ace-crimson-editor .ace_line .ace_constant.ace_numeric { color: rgb(0, 0, 64);}.ace-crimson-editor .ace_line .ace_variable { color: rgb(0, 64, 128);}.ace-crimson-editor .ace_line .ace_xml_pe { color: rgb(104, 104, 91);}.ace-crimson-editor .ace_marker-layer .ace_selection { background: rgb(181, 213, 255);}.ace-crimson-editor .ace_marker-layer .ace_step { background: rgb(252, 255, 0);}.ace-crimson-editor .ace_marker-layer .ace_stack { background: rgb(164, 229, 101);}.ace-crimson-editor .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid rgb(192, 192, 192);}.ace-crimson-editor .ace_marker-layer .ace_active_line { background: rgb(232, 242, 254);}.ace-crimson-editor .ace_gutter_active_line { background-color : #dcdcdc;}.ace-crimson-editor .ace_meta.ace_tag { color:rgb(28, 2, 255);}.ace-crimson-editor .ace_marker-layer .ace_selected_word { background: rgb(250, 250, 255); border: 1px solid rgb(200, 200, 250);}.ace-crimson-editor .ace_string.ace_regex { color: rgb(192, 0, 192);}.ace-crimson-editor .ace_indent-guide { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==") right repeat-y;}',b.cssClass="ace-crimson-editor";var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-dawn.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-dawn.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/theme/dawn",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!1,b.cssClass="ace-dawn",b.cssText=".ace-dawn .ace_editor { border: 2px solid rgb(159, 159, 159)}.ace-dawn .ace_editor.ace_focus { border: 2px solid #327fbd}.ace-dawn .ace_gutter { background: #ebebeb; color: #333}.ace-dawn .ace_print_margin { width: 1px; background: #e8e8e8}.ace-dawn .ace_scroller { background-color: #F9F9F9}.ace-dawn .ace_text-layer { color: #080808}.ace-dawn .ace_cursor { border-left: 2px solid #000000}.ace-dawn .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid #000000}.ace-dawn .ace_marker-layer .ace_selection { background: rgba(39, 95, 255, 0.30)}.ace-dawn.multiselect .ace_selection.start { box-shadow: 0 0 3px 0px #F9F9F9; border-radius: 2px}.ace-dawn .ace_marker-layer .ace_step { background: rgb(255, 255, 0)}.ace-dawn .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid rgba(75, 75, 126, 0.50)}.ace-dawn .ace_marker-layer .ace_active_line { background: rgba(36, 99, 180, 0.12)}.ace-dawn .ace_gutter_active_line { background-color : #dcdcdc}.ace-dawn .ace_marker-layer .ace_selected_word { border: 1px solid rgba(39, 95, 255, 0.30)}.ace-dawn .ace_invisible { color: rgba(75, 75, 126, 0.50)}.ace-dawn .ace_keyword,.ace-dawn .ace_meta { color: #794938}.ace-dawn .ace_constant,.ace-dawn .ace_constant.ace_character,.ace-dawn .ace_constant.ace_character.ace_escape,.ace-dawn .ace_constant.ace_other { color: #811F24}.ace-dawn .ace_invalid.ace_illegal { text-decoration: underline; font-style: italic; color: #F8F8F8; background-color: #B52A1D}.ace-dawn .ace_invalid.ace_deprecated { text-decoration: underline; font-style: italic; color: #B52A1D}.ace-dawn .ace_support { color: #691C97}.ace-dawn .ace_support.ace_constant { color: #B4371F}.ace-dawn .ace_fold { background-color: #794938; border-color: #080808}.ace-dawn .ace_markup.ace_list,.ace-dawn .ace_support.ace_function { color: #693A17}.ace-dawn .ace_storage { font-style: italic; color: #A71D5D}.ace-dawn .ace_string { color: #0B6125}.ace-dawn .ace_string.ace_regexp { color: #CF5628}.ace-dawn .ace_comment { font-style: italic; color: #5A525F}.ace-dawn .ace_variable { color: #234A97}.ace-dawn .ace_markup.ace_underline { text-decoration: underline}.ace-dawn .ace_markup.ace_heading { color: #19356D}.ace-dawn .ace_indent-guide { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4+fPnf4ZVq1b9BwAkVQboFQv98gAAAABJRU5ErkJggg==) right repeat-y}";var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-dreamweaver.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-dreamweaver.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/theme/dreamweaver",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!1,b.cssClass="ace-dreamweaver",b.cssText='.ace-dreamweaver .ace_editor { border: 2px solid rgb(159, 159, 159);}.ace-dreamweaver .ace_editor.ace_focus { border: 2px solid #327fbd;}.ace-dreamweaver .ace_gutter { background: #e8e8e8; color: #333;}.ace-dreamweaver .ace_print_margin { width: 1px; background: #e8e8e8;}.ace-dreamweaver .ace_scroller { background-color: #FFFFFF;}.ace-dreamweaver .ace_fold { background-color: #757AD8;}.ace-dreamweaver .ace_text-layer {}.ace-dreamweaver .ace_cursor { border-left: 2px solid black;}.ace-dreamweaver .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid black;} .ace-dreamweaver .ace_line .ace_invisible { color: rgb(191, 191, 191);}.ace-dreamweaver .ace_line .ace_storage,.ace-dreamweaver .ace_line .ace_keyword { color: blue;}.ace-dreamweaver .ace_line .ace_constant.ace_buildin { color: rgb(88, 72, 246);}.ace-dreamweaver .ace_line .ace_constant.ace_language { color: rgb(88, 92, 246);}.ace-dreamweaver .ace_line .ace_constant.ace_library { color: rgb(6, 150, 14);}.ace-dreamweaver .ace_line .ace_invalid { background-color: rgb(153, 0, 0); color: white;}.ace-dreamweaver .ace_line .ace_support.ace_function { color: rgb(60, 76, 114);}.ace-dreamweaver .ace_line .ace_support.ace_constant { color: rgb(6, 150, 14);}.ace-dreamweaver .ace_line .ace_support.ace_type,.ace-dreamweaver .ace_line .ace_support.ace_class { color: #009;}.ace-dreamweaver .ace_line .ace_support.ace_php_tag { color: #f00;}.ace-dreamweaver .ace_line .ace_keyword.ace_operator { color: rgb(104, 118, 135);}.ace-dreamweaver .ace_line .ace_string { color: #00F;}.ace-dreamweaver .ace_line .ace_comment { color: rgb(76, 136, 107);}.ace-dreamweaver .ace_line .ace_comment.ace_doc { color: rgb(0, 102, 255);}.ace-dreamweaver .ace_line .ace_comment.ace_doc.ace_tag { color: rgb(128, 159, 191);}.ace-dreamweaver .ace_line .ace_constant.ace_numeric { color: rgb(0, 0, 205);}.ace-dreamweaver .ace_line .ace_variable { color: #06F}.ace-dreamweaver .ace_line .ace_xml_pe { color: rgb(104, 104, 91);}.ace-dreamweaver .ace_entity.ace_name.ace_function { color: #00F;}.ace-dreamweaver .ace_markup.ace_heading { color: rgb(12, 7, 255);}.ace-dreamweaver .ace_markup.ace_list { color:rgb(185, 6, 144);}.ace-dreamweaver .ace_marker-layer .ace_selection { background: rgb(181, 213, 255);}.ace-dreamweaver .ace_marker-layer .ace_step { background: rgb(252, 255, 0);}.ace-dreamweaver .ace_marker-layer .ace_stack { background: rgb(164, 229, 101);}.ace-dreamweaver .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid rgb(192, 192, 192);}.ace-dreamweaver .ace_marker-layer .ace_active_line { background: rgba(0, 0, 0, 0.07);}.ace-dreamweaver .ace_marker-layer .ace_selected_word { background: rgb(250, 250, 255); border: 1px solid rgb(200, 200, 250);}.ace-dreamweaver .ace_meta.ace_tag { color:#009;}.ace-dreamweaver .ace_meta.ace_tag.ace_anchor { color:#060;}.ace-dreamweaver .ace_meta.ace_tag.ace_form { color:#F90;}.ace-dreamweaver .ace_meta.ace_tag.ace_image { color:#909;}.ace-dreamweaver .ace_meta.ace_tag.ace_script { color:#900;}.ace-dreamweaver .ace_meta.ace_tag.ace_style { color:#909;}.ace-dreamweaver .ace_meta.ace_tag.ace_table { color:#099;}.ace-dreamweaver .ace_string.ace_regex { color: rgb(255, 0, 0)}.ace-dreamweaver .ace_indent-guide { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==") right repeat-y;}';var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-eclipse.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-eclipse.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/theme/eclipse",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!1,b.cssText='.ace-eclipse .ace_editor { border: 2px solid rgb(159, 159, 159);}.ace-eclipse .ace_editor.ace_focus { border: 2px solid #327fbd;}.ace-eclipse .ace_gutter { background: #ebebeb; border-right: 1px solid rgb(159, 159, 159); color: rgb(136, 136, 136);}.ace-eclipse .ace_print_margin { width: 1px; background: #ebebeb;}.ace-eclipse .ace_scroller { background-color: #FFFFFF;}.ace-eclipse .ace_fold { background-color: rgb(60, 76, 114);}.ace-eclipse .ace_text-layer {}.ace-eclipse .ace_cursor { border-left: 2px solid black;}.ace-eclipse .ace_line .ace_storage,.ace-eclipse .ace_line .ace_keyword,.ace-eclipse .ace_line .ace_variable { color: rgb(127, 0, 85);}.ace-eclipse .ace_line .ace_constant.ace_buildin { color: rgb(88, 72, 246);}.ace-eclipse .ace_line .ace_constant.ace_library { color: rgb(6, 150, 14);}.ace-eclipse .ace_line .ace_function { color: rgb(60, 76, 114);}.ace-eclipse .ace_line .ace_string { color: rgb(42, 0, 255);}.ace-eclipse .ace_line .ace_comment { color: rgb(63, 127, 95);}.ace-eclipse .ace_line .ace_comment.ace_doc { color: rgb(63, 95, 191);}.ace-eclipse .ace_line .ace_comment.ace_doc.ace_tag { color: rgb(127, 159, 191);}.ace-eclipse .ace_line .ace_constant.ace_numeric {}.ace-eclipse .ace_line .ace_tag { color: rgb(63, 127, 127);}.ace-eclipse .ace_line .ace_type { color: rgb(127, 0, 127);}.ace-eclipse .ace_line .ace_xml_pe { color: rgb(104, 104, 91);}.ace-eclipse .ace_marker-layer .ace_selection { background: rgb(181, 213, 255);}.ace-eclipse .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid rgb(192, 192, 192);}.ace-eclipse .ace_line .ace_meta.ace_tag { color:rgb(63, 127, 127);}.ace-eclipse .ace_entity.ace_other.ace_attribute-name { color:rgb(127, 0, 127);}.ace-eclipse .ace_marker-layer .ace_step { background: rgb(255, 255, 0);}.ace-eclipse .ace_marker-layer .ace_active_line { background: rgb(232, 242, 254);}.ace-eclipse .ace_marker-layer .ace_selected_word { border: 1px solid rgb(181, 213, 255);}.ace-eclipse .ace_indent-guide { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==") right repeat-y;}',b.cssClass="ace-eclipse";var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-github.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-github.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/theme/github",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!1,b.cssClass="ace-github",b.cssText="/* CSS style content from github's default pygments highlighter template. Cursor and selection styles from textmate.css. */.ace-github .ace_editor { color: #333; background-color: #F8F8F8; border: 1px solid #CCC; font: 13px 'Bitstream Vera Sans Mono', Courier, monospace !important; line-height: 19px !important; overflow: auto; padding: 6px 10px; border-radius: 3px; position: relative; margin-bottom: 15px;}.ace-github .ace_gutter { background: #e8e8e8; color: #AAA;}.ace-github .ace_scroller { background: #fff;}.ace-github .ace_keyword { font-weight: bold;}.ace-github .ace_string { color: #D14;}.ace-github .ace_variable.ace_class { color: teal;}.ace-github .ace_constant.ace_numeric { color: #099;}.ace-github .ace_constant.ace_buildin { color: #0086B3;}.ace-github .ace_support.ace_function { color: #0086B3;}.ace-github .ace_comment { color: #998; font-style: italic;}.ace-github .ace_variable.ace_language { color: #0086B3;}.ace-github .ace_paren { font-weight: bold;}.ace-github .ace_boolean { font-weight: bold;}.ace-github .ace_string.ace_regexp { color: #009926; font-weight: normal;}.ace-github .ace_variable.ace_instancce { color: teal;}.ace-github .ace_constant.ace_language { font-weight: bold;}.ace-github .ace_text-layer {}.ace-github .ace_cursor { border-left: 2px solid black;}.ace-github .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid black;}.ace-github .ace_marker-layer .ace_active_line { background: rgb(255, 255, 204);}.ace-github .ace_marker-layer .ace_selection { background: rgb(181, 213, 255);}.ace-github.multiselect .ace_selection.start { box-shadow: 0 0 3px 0px white; border-radius: 2px;}/* bold keywords cause cursor issues for some fonts *//* this disables bold style for editor and keeps for static highlighter */.ace-github.ace_editor .ace_line > span { font-weight: normal !important;}.ace-github .ace_marker-layer .ace_step { background: rgb(252, 255, 0);}.ace-github .ace_marker-layer .ace_stack { background: rgb(164, 229, 101);}.ace-github .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid rgb(192, 192, 192);}.ace-github .ace_gutter_active_line { background-color : rgba(0, 0, 0, 0.07);}.ace-github .ace_marker-layer .ace_selected_word { background: rgb(250, 250, 255); border: 1px solid rgb(200, 200, 250);}.ace-github .ace_print_margin { width: 1px; background: #e8e8e8;}.ace-github .ace_indent-guide { background: url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==\") right repeat-y;}";var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-idle_fingers.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-idle_fingers.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/theme/idle_fingers",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!0,b.cssClass="ace-idle-fingers",b.cssText=".ace-idle-fingers .ace_editor { border: 2px solid rgb(159, 159, 159)}.ace-idle-fingers .ace_editor.ace_focus { border: 2px solid #327fbd}.ace-idle-fingers .ace_gutter { background: #3b3b3b; color: #fff}.ace-idle-fingers .ace_print_margin { width: 1px; background: #3b3b3b}.ace-idle-fingers .ace_scroller { background-color: #323232}.ace-idle-fingers .ace_text-layer { color: #FFFFFF}.ace-idle-fingers .ace_cursor { border-left: 2px solid #91FF00}.ace-idle-fingers .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid #91FF00}.ace-idle-fingers .ace_marker-layer .ace_selection { background: rgba(90, 100, 126, 0.88)}.ace-idle-fingers.multiselect .ace_selection.start { box-shadow: 0 0 3px 0px #323232; border-radius: 2px}.ace-idle-fingers .ace_marker-layer .ace_step { background: rgb(102, 82, 0)}.ace-idle-fingers .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid #404040}.ace-idle-fingers .ace_marker-layer .ace_active_line { background: #353637}.ace-idle-fingers .ace_gutter_active_line { background-color: #353637}.ace-idle-fingers .ace_marker-layer .ace_selected_word { border: 1px solid rgba(90, 100, 126, 0.88)}.ace-idle-fingers .ace_invisible { color: #404040}.ace-idle-fingers .ace_keyword,.ace-idle-fingers .ace_meta { color: #CC7833}.ace-idle-fingers .ace_constant,.ace-idle-fingers .ace_constant.ace_character,.ace-idle-fingers .ace_constant.ace_character.ace_escape,.ace-idle-fingers .ace_constant.ace_other,.ace-idle-fingers .ace_support.ace_constant { color: #6C99BB}.ace-idle-fingers .ace_invalid { color: #FFFFFF; background-color: #FF0000}.ace-idle-fingers .ace_fold { background-color: #CC7833; border-color: #FFFFFF}.ace-idle-fingers .ace_support.ace_function { color: #B83426}.ace-idle-fingers .ace_variable.ace_parameter { font-style: italic}.ace-idle-fingers .ace_string { color: #A5C261}.ace-idle-fingers .ace_string.ace_regexp { color: #CCCC33}.ace-idle-fingers .ace_comment { font-style: italic; color: #BC9458}.ace-idle-fingers .ace_meta.ace_tag { color: #FFE5BB}.ace-idle-fingers .ace_entity.ace_name { color: #FFC66D}.ace-idle-fingers .ace_markup.ace_underline { text-decoration: underline}.ace-idle-fingers .ace_collab.ace_user1 { color: #323232; background-color: #FFF980}.ace-idle-fingers .ace_indent-guide { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWMwMjL6zzBz5sz/ABEUBGCqhK6UAAAAAElFTkSuQmCC) right repeat-y}";var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-kr_theme.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-kr_theme.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/theme/kr_theme",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!0,b.cssClass="ace-kr-theme",b.cssText=".ace-kr-theme .ace_editor { border: 2px solid rgb(159, 159, 159)}.ace-kr-theme .ace_editor.ace_focus { border: 2px solid #327fbd}.ace-kr-theme .ace_gutter { background: #1c1917; color: #FCFFE0}.ace-kr-theme .ace_print_margin { width: 1px; background: #1c1917}.ace-kr-theme .ace_scroller { background-color: #0B0A09}.ace-kr-theme .ace_text-layer { color: #FCFFE0}.ace-kr-theme .ace_cursor { border-left: 2px solid #FF9900}.ace-kr-theme .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid #FF9900}.ace-kr-theme .ace_marker-layer .ace_selection { background: rgba(170, 0, 255, 0.45)}.ace-kr-theme.multiselect .ace_selection.start { box-shadow: 0 0 3px 0px #0B0A09; border-radius: 2px}.ace-kr-theme .ace_marker-layer .ace_step { background: rgb(102, 82, 0)}.ace-kr-theme .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid rgba(255, 177, 111, 0.32)}.ace-kr-theme .ace_marker-layer .ace_active_line { background: #38403D}.ace-kr-theme .ace_gutter_active_line { background-color : #38403D}.ace-kr-theme .ace_marker-layer .ace_selected_word { border: 1px solid rgba(170, 0, 255, 0.45)}.ace-kr-theme .ace_invisible { color: rgba(255, 177, 111, 0.32)}.ace-kr-theme .ace_keyword,.ace-kr-theme .ace_meta { color: #949C8B}.ace-kr-theme .ace_constant,.ace-kr-theme .ace_constant.ace_character,.ace-kr-theme .ace_constant.ace_character.ace_escape,.ace-kr-theme .ace_constant.ace_other { color: rgba(210, 117, 24, 0.76)}.ace-kr-theme .ace_invalid { color: #F8F8F8; background-color: #A41300}.ace-kr-theme .ace_support { color: #9FC28A}.ace-kr-theme .ace_support.ace_constant { color: #C27E66}.ace-kr-theme .ace_fold { background-color: #949C8B; border-color: #FCFFE0}.ace-kr-theme .ace_support.ace_function { color: #85873A}.ace-kr-theme .ace_storage { color: #FFEE80}.ace-kr-theme .ace_string.ace_regexp { color: rgba(125, 255, 192, 0.65)}.ace-kr-theme .ace_comment { font-style: italic; color: #706D5B}.ace-kr-theme .ace_variable { color: #D1A796}.ace-kr-theme .ace_variable.ace_language { color: #FF80E1}.ace-kr-theme .ace_meta.ace_tag { color: #BABD9C}.ace-kr-theme .ace_markup.ace_underline { text-decoration: underline}.ace-kr-theme .ace_markup.ace_list { background-color: #0F0040}.ace-kr-theme .ace_indent-guide { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWPg5uL8zzBz5sz/AA1WA+hUYIqjAAAAAElFTkSuQmCC) right repeat-y}";var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-merbivore.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-merbivore.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/theme/merbivore",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!0,b.cssClass="ace-merbivore",b.cssText=".ace-merbivore .ace_editor { border: 2px solid rgb(159, 159, 159)}.ace-merbivore .ace_editor.ace_focus { border: 2px solid #327fbd}.ace-merbivore .ace_gutter { background: #202020; color: #E6E1DC}.ace-merbivore .ace_print_margin { width: 1px; background: #555651}.ace-merbivore .ace_scroller { background-color: #161616}.ace-merbivore .ace_text-layer { color: #E6E1DC}.ace-merbivore .ace_cursor { border-left: 2px solid #FFFFFF}.ace-merbivore .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid #FFFFFF}.ace-merbivore .ace_marker-layer .ace_selection { background: #454545}.ace-merbivore.multiselect .ace_selection.start { box-shadow: 0 0 3px 0px #161616; border-radius: 2px}.ace-merbivore .ace_marker-layer .ace_step { background: rgb(102, 82, 0)}.ace-merbivore .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid #404040}.ace-merbivore .ace_marker-layer .ace_active_line { background: #333435}.ace-merbivore .ace_gutter_active_line { background-color: #333435}.ace-merbivore .ace_marker-layer .ace_selected_word { border: 1px solid #454545}.ace-merbivore .ace_invisible { color: #404040}.ace-merbivore .ace_entity.ace_name.ace_tag,.ace-merbivore .ace_keyword,.ace-merbivore .ace_meta,.ace-merbivore .ace_meta.ace_tag,.ace-merbivore .ace_storage,.ace-merbivore .ace_support.ace_function { color: #FC6F09}.ace-merbivore .ace_constant,.ace-merbivore .ace_constant.ace_character,.ace-merbivore .ace_constant.ace_character.ace_escape,.ace-merbivore .ace_constant.ace_other,.ace-merbivore .ace_support.ace_type { color: #1EDAFB}.ace-merbivore .ace_constant.ace_character.ace_escape { color: #519F50}.ace-merbivore .ace_constant.ace_language { color: #FDC251}.ace-merbivore .ace_constant.ace_library,.ace-merbivore .ace_string,.ace-merbivore .ace_support.ace_constant { color: #8DFF0A}.ace-merbivore .ace_constant.ace_numeric { color: #58C554}.ace-merbivore .ace_invalid { color: #FFFFFF; background-color: #990000}.ace-merbivore .ace_fold { background-color: #FC6F09; border-color: #E6E1DC}.ace-merbivore .ace_comment { font-style: italic; color: #AD2EA4}.ace-merbivore .ace_entity.ace_other.ace_attribute-name { color: #FFFF89}.ace-merbivore .ace_markup.ace_underline { text-decoration: underline}.ace-merbivore .ace_indent-guide { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWMQExP7zzBz5sz/AA50BAyDznYhAAAAAElFTkSuQmCC) right repeat-y}";var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-merbivore_soft.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-merbivore_soft.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/theme/merbivore_soft",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!0,b.cssClass="ace-merbivore-soft",b.cssText=".ace-merbivore-soft .ace_editor { border: 2px solid rgb(159, 159, 159)}.ace-merbivore-soft .ace_editor.ace_focus { border: 2px solid #327fbd}.ace-merbivore-soft .ace_gutter { background: #262424; color: #E6E1DC}.ace-merbivore-soft .ace_print_margin { width: 1px; background: #262424}.ace-merbivore-soft .ace_scroller { background-color: #1C1C1C}.ace-merbivore-soft .ace_text-layer { color: #E6E1DC}.ace-merbivore-soft .ace_cursor { border-left: 2px solid #FFFFFF}.ace-merbivore-soft .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid #FFFFFF}.ace-merbivore-soft .ace_marker-layer .ace_selection { background: #494949}.ace-merbivore-soft.multiselect .ace_selection.start { box-shadow: 0 0 3px 0px #1C1C1C; border-radius: 2px}.ace-merbivore-soft .ace_marker-layer .ace_step { background: rgb(102, 82, 0)}.ace-merbivore-soft .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid #404040}.ace-merbivore-soft .ace_marker-layer .ace_active_line { background: #333435}.ace-merbivore-soft .ace_gutter_active_line { background-color: #333435}.ace-merbivore-soft .ace_marker-layer .ace_selected_word { border: 1px solid #494949}.ace-merbivore-soft .ace_invisible { color: #404040}.ace-merbivore-soft .ace_entity.ace_name.ace_tag,.ace-merbivore-soft .ace_keyword,.ace-merbivore-soft .ace_meta,.ace-merbivore-soft .ace_meta.ace_tag,.ace-merbivore-soft .ace_storage { color: #FC803A}.ace-merbivore-soft .ace_constant,.ace-merbivore-soft .ace_constant.ace_character,.ace-merbivore-soft .ace_constant.ace_character.ace_escape,.ace-merbivore-soft .ace_constant.ace_other,.ace-merbivore-soft .ace_support.ace_type { color: #68C1D8}.ace-merbivore-soft .ace_constant.ace_character.ace_escape { color: #B3E5B4}.ace-merbivore-soft .ace_constant.ace_language { color: #E1C582}.ace-merbivore-soft .ace_constant.ace_library,.ace-merbivore-soft .ace_string,.ace-merbivore-soft .ace_support.ace_constant { color: #8EC65F}.ace-merbivore-soft .ace_constant.ace_numeric { color: #7FC578}.ace-merbivore-soft .ace_invalid,.ace-merbivore-soft .ace_invalid.ace_deprecated { color: #FFFFFF; background-color: #FE3838}.ace-merbivore-soft .ace_fold { background-color: #FC803A; border-color: #E6E1DC}.ace-merbivore-soft .ace_comment,.ace-merbivore-soft .ace_meta { font-style: italic; color: #AC4BB8}.ace-merbivore-soft .ace_entity.ace_other.ace_attribute-name { color: #EAF1A3}.ace-merbivore-soft .ace_markup.ace_underline { text-decoration: underline}.ace-merbivore-soft .ace_indent-guide { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWOQkZH5zzBz5sz/AA8EBB6crd1rAAAAAElFTkSuQmCC) right repeat-y}";var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-mono_industrial.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-mono_industrial.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/theme/mono_industrial",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!0,b.cssClass="ace-mono-industrial",b.cssText=".ace-mono-industrial .ace_editor { border: 2px solid rgb(159, 159, 159)}.ace-mono-industrial .ace_editor.ace_focus { border: 2px solid #327fbd}.ace-mono-industrial .ace_gutter { background: #1d2521; color: #C5C9C9}.ace-mono-industrial .ace_print_margin { width: 1px; background: #555651}.ace-mono-industrial .ace_scroller { background-color: #222C28}.ace-mono-industrial .ace_text-layer { color: #FFFFFF}.ace-mono-industrial .ace_cursor { border-left: 2px solid #FFFFFF}.ace-mono-industrial .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid #FFFFFF}.ace-mono-industrial .ace_marker-layer .ace_selection { background: rgba(145, 153, 148, 0.40)}.ace-mono-industrial.multiselect .ace_selection.start { box-shadow: 0 0 3px 0px #222C28; border-radius: 2px}.ace-mono-industrial .ace_marker-layer .ace_step { background: rgb(102, 82, 0)}.ace-mono-industrial .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid rgba(102, 108, 104, 0.50)}.ace-mono-industrial .ace_marker-layer .ace_active_line { background: rgba(12, 13, 12, 0.25)}.ace-mono-industrial .ace_gutter_active_line { background-color: rgba(12, 13, 12, 0.25)}.ace-mono-industrial .ace_marker-layer .ace_selected_word { border: 1px solid rgba(145, 153, 148, 0.40)}.ace-mono-industrial .ace_invisible { color: rgba(102, 108, 104, 0.50)}.ace-mono-industrial .ace_keyword,.ace-mono-industrial .ace_meta { color: #A39E64}.ace-mono-industrial .ace_constant,.ace-mono-industrial .ace_constant.ace_character,.ace-mono-industrial .ace_constant.ace_character.ace_escape,.ace-mono-industrial .ace_constant.ace_numeric,.ace-mono-industrial .ace_constant.ace_other { color: #E98800}.ace-mono-industrial .ace_entity.ace_name.ace_function,.ace-mono-industrial .ace_keyword.ace_operator,.ace-mono-industrial .ace_variable { color: #A8B3AB}.ace-mono-industrial .ace_invalid { color: #FFFFFF; background-color: rgba(153, 0, 0, 0.68)}.ace-mono-industrial .ace_support.ace_constant { color: #C87500}.ace-mono-industrial .ace_fold { background-color: #A8B3AB; border-color: #FFFFFF}.ace-mono-industrial .ace_support.ace_function { color: #588E60}.ace-mono-industrial .ace_entity.ace_name,.ace-mono-industrial .ace_support.ace_class,.ace-mono-industrial .ace_support.ace_type { color: #5778B6}.ace-mono-industrial .ace_storage { color: #C23B00}.ace-mono-industrial .ace_variable.ace_language,.ace-mono-industrial .ace_variable.ace_parameter { color: #648BD2}.ace-mono-industrial .ace_comment { color: #666C68; background-color: #151C19}.ace-mono-industrial .ace_entity.ace_other.ace_attribute-name { color: #909993}.ace-mono-industrial .ace_markup.ace_underline { text-decoration: underline}.ace-mono-industrial .ace_entity.ace_name.ace_tag { color: #A65EFF}.ace-mono-industrial .ace_indent-guide { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNQ0tH4zzBz5sz/ABAOBECKH+evAAAAAElFTkSuQmCC) right repeat-y}";var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-monokai.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-monokai.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/theme/monokai",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!0,b.cssClass="ace-monokai",b.cssText=".ace-monokai .ace_editor { border: 2px solid rgb(159, 159, 159)}.ace-monokai .ace_editor.ace_focus { border: 2px solid #327fbd}.ace-monokai .ace_gutter { background: #2f3129; color: #f1f1f1}.ace-monokai .ace_print_margin { width: 1px; background: #555651}.ace-monokai .ace_scroller { background-color: #272822}.ace-monokai .ace_text-layer { color: #F8F8F2}.ace-monokai .ace_cursor { border-left: 2px solid #F8F8F0}.ace-monokai .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid #F8F8F0}.ace-monokai .ace_marker-layer .ace_selection { background: #49483E}.ace-monokai.multiselect .ace_selection.start { box-shadow: 0 0 3px 0px #272822; border-radius: 2px}.ace-monokai .ace_marker-layer .ace_step { background: rgb(102, 82, 0)}.ace-monokai .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid #49483E}.ace-monokai .ace_marker-layer .ace_active_line { background: #202020}.ace-monokai .ace_gutter_active_line { background-color: #272727}.ace-monokai .ace_marker-layer .ace_selected_word { border: 1px solid #49483E}.ace-monokai .ace_invisible { color: #49483E}.ace-monokai .ace_entity.ace_name.ace_tag,.ace-monokai .ace_keyword,.ace-monokai .ace_meta,.ace-monokai .ace_storage { color: #F92672}.ace-monokai .ace_constant.ace_character,.ace-monokai .ace_constant.ace_language,.ace-monokai .ace_constant.ace_numeric,.ace-monokai .ace_constant.ace_other { color: #AE81FF}.ace-monokai .ace_invalid { color: #F8F8F0; background-color: #F92672}.ace-monokai .ace_invalid.ace_deprecated { color: #F8F8F0; background-color: #AE81FF}.ace-monokai .ace_support.ace_constant,.ace-monokai .ace_support.ace_function { color: #66D9EF}.ace-monokai .ace_fold { background-color: #A6E22E; border-color: #F8F8F2}.ace-monokai .ace_storage.ace_type,.ace-monokai .ace_support.ace_class,.ace-monokai .ace_support.ace_type { font-style: italic; color: #66D9EF}.ace-monokai .ace_entity.ace_name.ace_function,.ace-monokai .ace_entity.ace_other.ace_attribute-name,.ace-monokai .ace_variable { color: #A6E22E}.ace-monokai .ace_variable.ace_parameter { font-style: italic; color: #FD971F}.ace-monokai .ace_string { color: #E6DB74}.ace-monokai .ace_comment { color: #75715E}.ace-monokai .ace_markup.ace_underline { text-decoration: underline}.ace-monokai .ace_indent-guide { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNQ11D6z7Bq1ar/ABCKBG6g04U2AAAAAElFTkSuQmCC) right repeat-y}";var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-pastel_on_dark.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-pastel_on_dark.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/theme/pastel_on_dark",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!0,b.cssClass="ace-pastel-on-dark",b.cssText=".ace-pastel-on-dark .ace_editor { border: 2px solid rgb(159, 159, 159)}.ace-pastel-on-dark .ace_editor.ace_focus { border: 2px solid #327fbd}.ace-pastel-on-dark .ace_gutter { background: #353030; color: #8F938F}.ace-pastel-on-dark .ace_print_margin { width: 1px; background: #353030}.ace-pastel-on-dark .ace_scroller { background-color: #2C2828}.ace-pastel-on-dark .ace_text-layer { color: #8F938F}.ace-pastel-on-dark .ace_cursor { border-left: 2px solid #A7A7A7}.ace-pastel-on-dark .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid #A7A7A7}.ace-pastel-on-dark .ace_marker-layer .ace_selection { background: rgba(221, 240, 255, 0.20)}.ace-pastel-on-dark.multiselect .ace_selection.start { box-shadow: 0 0 3px 0px #2C2828; border-radius: 2px}.ace-pastel-on-dark .ace_marker-layer .ace_step { background: rgb(102, 82, 0)}.ace-pastel-on-dark .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid rgba(255, 255, 255, 0.25)}.ace-pastel-on-dark .ace_marker-layer .ace_active_line { background: rgba(255, 255, 255, 0.031)}.ace-pastel-on-dark .ace_gutter_active_line { background-color: rgba(255, 255, 255, 0.031)}.ace-pastel-on-dark .ace_marker-layer .ace_selected_word { border: 1px solid rgba(221, 240, 255, 0.20)}.ace-pastel-on-dark .ace_invisible { color: rgba(255, 255, 255, 0.25)}.ace-pastel-on-dark .ace_keyword,.ace-pastel-on-dark .ace_meta { color: #757aD8}.ace-pastel-on-dark .ace_constant,.ace-pastel-on-dark .ace_constant.ace_character,.ace-pastel-on-dark .ace_constant.ace_character.ace_escape,.ace-pastel-on-dark .ace_constant.ace_other { color: #4FB7C5}.ace-pastel-on-dark .ace_keyword.ace_operator { color: #797878}.ace-pastel-on-dark .ace_constant.ace_character { color: #AFA472}.ace-pastel-on-dark .ace_constant.ace_language { color: #DE8E30}.ace-pastel-on-dark .ace_constant.ace_numeric { color: #CCCCCC}.ace-pastel-on-dark .ace_invalid,.ace-pastel-on-dark .ace_invalid.ace_illegal { color: #F8F8F8; background-color: rgba(86, 45, 86, 0.75)}.ace-pastel-on-dark .ace_invalid.ace_deprecated { text-decoration: underline; font-style: italic; color: #D2A8A1}.ace-pastel-on-dark .ace_fold { background-color: #757aD8; border-color: #8F938F}.ace-pastel-on-dark .ace_support.ace_function { color: #AEB2F8}.ace-pastel-on-dark .ace_string { color: #66A968}.ace-pastel-on-dark .ace_string.ace_regexp { color: #E9C062}.ace-pastel-on-dark .ace_comment { color: #A6C6FF}.ace-pastel-on-dark .ace_variable { color: #BEBF55}.ace-pastel-on-dark .ace_variable.ace_language { color: #C1C144}.ace-pastel-on-dark .ace_xml_pe { color: #494949}.ace-pastel-on-dark .ace_markup.ace_underline { text-decoration: underline}.ace-pastel-on-dark .ace_indent-guide { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWPQ0dD4z9DR0fEfAA+vBBPqhbn1AAAAAElFTkSuQmCC) right repeat-y}";var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-solarized_dark.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-solarized_dark.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/theme/solarized_dark",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!0,b.cssClass="ace-solarized-dark",b.cssText=".ace-solarized-dark .ace_editor { border: 2px solid rgb(159, 159, 159)}.ace-solarized-dark .ace_editor.ace_focus { border: 2px solid #327fbd}.ace-solarized-dark .ace_gutter { background: #01313f; color: #d0edf7}.ace-solarized-dark .ace_print_margin { width: 1px; background: #33555E}.ace-solarized-dark .ace_scroller { background-color: #002B36}.ace-solarized-dark .ace_entity.ace_other.ace_attribute-name,.ace-solarized-dark .ace_storage,.ace-solarized-dark .ace_text-layer { color: #93A1A1}.ace-solarized-dark .ace_cursor { border-left: 2px solid #D30102}.ace-solarized-dark .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid #D30102}.ace-solarized-dark .ace_marker-layer .ace_active_line,.ace-solarized-dark .ace_marker-layer .ace_selection { background: rgba(255, 255, 255, 0.1)}.ace-solarized-dark.multiselect .ace_selection.start { box-shadow: 0 0 3px 0px #002B36; border-radius: 2px}.ace-solarized-dark .ace_marker-layer .ace_step { background: rgb(102, 82, 0)}.ace-solarized-dark .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid rgba(147, 161, 161, 0.50)}.ace-solarized-dark .ace_gutter_active_line { background-color: #0d3440}.ace-solarized-dark .ace_marker-layer .ace_selected_word { border: 1px solid #073642}.ace-solarized-dark .ace_invisible { color: rgba(147, 161, 161, 0.50)}.ace-solarized-dark .ace_keyword,.ace-solarized-dark .ace_meta,.ace-solarized-dark .ace_support.ace_class,.ace-solarized-dark .ace_support.ace_type { color: #859900}.ace-solarized-dark .ace_constant.ace_character,.ace-solarized-dark .ace_constant.ace_other { color: #CB4B16}.ace-solarized-dark .ace_constant.ace_language { color: #B58900}.ace-solarized-dark .ace_constant.ace_numeric { color: #D33682}.ace-solarized-dark .ace_fold { background-color: #268BD2; border-color: #93A1A1}.ace-solarized-dark .ace_entity.ace_name.ace_function,.ace-solarized-dark .ace_entity.ace_name.ace_tag,.ace-solarized-dark .ace_support.ace_function,.ace-solarized-dark .ace_variable,.ace-solarized-dark .ace_variable.ace_language { color: #268BD2}.ace-solarized-dark .ace_string { color: #2AA198}.ace-solarized-dark .ace_string.ace_regexp { color: #D30102}.ace-solarized-dark .ace_comment { font-style: italic; color: #657B83}.ace-solarized-dark .ace_markup.ace_underline { text-decoration: underline}.ace-solarized-dark .ace_indent-guide { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNg0Db7zzBz5sz/AA82BCv7wOIDAAAAAElFTkSuQmCC) right repeat-y}";var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-solarized_light.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-solarized_light.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/theme/solarized_light",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!1,b.cssClass="ace-solarized-light",b.cssText=".ace-solarized-light .ace_editor { border: 2px solid rgb(159, 159, 159)}.ace-solarized-light .ace_editor.ace_focus { border: 2px solid #327fbd}.ace-solarized-light .ace_gutter { background: #fbf1d3; color: #333}.ace-solarized-light .ace_print_margin { width: 1px; background: #e8e8e8}.ace-solarized-light .ace_scroller { background-color: #FDF6E3}.ace-solarized-light .ace_text-layer { color: #586E75}.ace-solarized-light .ace_cursor { border-left: 2px solid #000000}.ace-solarized-light .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid #000000}.ace-solarized-light .ace_marker-layer .ace_selection { background: #073642}.ace-solarized-light.multiselect .ace_selection.start { box-shadow: 0 0 3px 0px #FDF6E3; border-radius: 2px}.ace-solarized-light .ace_marker-layer .ace_step { background: rgb(255, 255, 0)}.ace-solarized-light .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid rgba(147, 161, 161, 0.50)}.ace-solarized-light .ace_marker-layer .ace_active_line { background: #EEE8D5}.ace-solarized-light .ace_gutter_active_line { background-color : #dcdcdc}.ace-solarized-light .ace_marker-layer .ace_selected_word { border: 1px solid #073642}.ace-solarized-light .ace_invisible { color: rgba(147, 161, 161, 0.50)}.ace-solarized-light .ace_keyword,.ace-solarized-light .ace_meta,.ace-solarized-light .ace_support.ace_class,.ace-solarized-light .ace_support.ace_type { color: #859900}.ace-solarized-light .ace_constant.ace_character,.ace-solarized-light .ace_constant.ace_other { color: #CB4B16}.ace-solarized-light .ace_constant.ace_language { color: #B58900}.ace-solarized-light .ace_constant.ace_numeric { color: #D33682}.ace-solarized-light .ace_fold { background-color: #268BD2; border-color: #586E75}.ace-solarized-light .ace_entity.ace_name.ace_function,.ace-solarized-light .ace_entity.ace_name.ace_tag,.ace-solarized-light .ace_support.ace_function,.ace-solarized-light .ace_variable,.ace-solarized-light .ace_variable.ace_language { color: #268BD2}.ace-solarized-light .ace_storage { color: #073642}.ace-solarized-light .ace_string { color: #2AA198}.ace-solarized-light .ace_string.ace_regexp { color: #D30102}.ace-solarized-light .ace_comment,.ace-solarized-light .ace_entity.ace_other.ace_attribute-name { color: #93A1A1}.ace-solarized-light .ace_markup.ace_underline { text-decoration: underline}.ace-solarized-light .ace_indent-guide { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4++3xf4ZVq1b9BwAjxwbT1g3hiwAAAABJRU5ErkJggg==) right repeat-y}";var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-textmate.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-textmate.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/theme/textmate",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!1,b.cssClass="ace-tm",b.cssText='.ace-tm .ace_editor { border: 2px solid rgb(159, 159, 159);}.ace-tm .ace_editor.ace_focus { border: 2px solid #327fbd;}.ace-tm .ace_gutter { background: #f0f0f0; color: #333;}.ace-tm .ace_print_margin { width: 1px; background: #e8e8e8;}.ace-tm .ace_fold { background-color: #6B72E6;}.ace-tm .ace_scroller { background-color: #FFFFFF;}.ace-tm .ace_cursor { border-left: 2px solid black;}.ace-tm .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid black;} .ace-tm .ace_line .ace_invisible { color: rgb(191, 191, 191);}.ace-tm .ace_line .ace_storage,.ace-tm .ace_line .ace_keyword { color: blue;}.ace-tm .ace_line .ace_constant { color: rgb(197, 6, 11);}.ace-tm .ace_line .ace_constant.ace_buildin { color: rgb(88, 72, 246);}.ace-tm .ace_line .ace_constant.ace_language { color: rgb(88, 92, 246);}.ace-tm .ace_line .ace_constant.ace_library { color: rgb(6, 150, 14);}.ace-tm .ace_line .ace_invalid { background-color: rgba(255, 0, 0, 0.1); color: red;}.ace-tm .ace_line .ace_support.ace_function { color: rgb(60, 76, 114);}.ace-tm .ace_line .ace_support.ace_constant { color: rgb(6, 150, 14);}.ace-tm .ace_line .ace_support.ace_type,.ace-tm .ace_line .ace_support.ace_class { color: rgb(109, 121, 222);}.ace-tm .ace_line .ace_keyword.ace_operator { color: rgb(104, 118, 135);}.ace-tm .ace_line .ace_string { color: rgb(3, 106, 7);}.ace-tm .ace_line .ace_comment { color: rgb(76, 136, 107);}.ace-tm .ace_line .ace_comment.ace_doc { color: rgb(0, 102, 255);}.ace-tm .ace_line .ace_comment.ace_doc.ace_tag { color: rgb(128, 159, 191);}.ace-tm .ace_line .ace_constant.ace_numeric { color: rgb(0, 0, 205);}.ace-tm .ace_line .ace_variable { color: rgb(49, 132, 149);}.ace-tm .ace_line .ace_xml_pe { color: rgb(104, 104, 91);}.ace-tm .ace_entity.ace_name.ace_function { color: #0000A2;}.ace-tm .ace_markup.ace_heading { color: rgb(12, 7, 255);}.ace-tm .ace_markup.ace_list { color:rgb(185, 6, 144);}.ace-tm .ace_meta.ace_tag { color:rgb(0, 22, 142);}.ace-tm .ace_string.ace_regex { color: rgb(255, 0, 0)}.ace-tm .ace_marker-layer .ace_selection { background: rgb(181, 213, 255);}.ace-tm.multiselect .ace_selection.start { box-shadow: 0 0 3px 0px white; border-radius: 2px;}.ace-tm .ace_marker-layer .ace_step { background: rgb(252, 255, 0);}.ace-tm .ace_marker-layer .ace_stack { background: rgb(164, 229, 101);}.ace-tm .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid rgb(192, 192, 192);}.ace-tm .ace_marker-layer .ace_active_line { background: rgba(0, 0, 0, 0.07);}.ace-tm .ace_gutter_active_line { background-color : #dcdcdc;}.ace-tm .ace_marker-layer .ace_selected_word { background: rgb(250, 250, 255); border: 1px solid rgb(200, 200, 250);}.ace-tm .ace_indent-guide { background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==") right repeat-y;}';var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-tomorrow.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-tomorrow.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/theme/tomorrow",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!1,b.cssClass="ace-tomorrow",b.cssText=".ace-tomorrow .ace_editor { border: 2px solid rgb(159, 159, 159)}.ace-tomorrow .ace_editor.ace_focus { border: 2px solid #327fbd}.ace-tomorrow .ace_gutter { background: #f6f6f6; color: #4D4D4C}.ace-tomorrow .ace_print_margin { width: 1px; background: #f6f6f6}.ace-tomorrow .ace_scroller { background-color: #FFFFFF}.ace-tomorrow .ace_text-layer { color: #4D4D4C}.ace-tomorrow .ace_cursor { border-left: 2px solid #AEAFAD}.ace-tomorrow .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid #AEAFAD}.ace-tomorrow .ace_marker-layer .ace_selection { background: #D6D6D6}.ace-tomorrow.multiselect .ace_selection.start { box-shadow: 0 0 3px 0px #FFFFFF; border-radius: 2px}.ace-tomorrow .ace_marker-layer .ace_step { background: rgb(255, 255, 0)}.ace-tomorrow .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid #D1D1D1}.ace-tomorrow .ace_marker-layer .ace_active_line { background: #EFEFEF}.ace-tomorrow .ace_gutter_active_line { background-color : #dcdcdc}.ace-tomorrow .ace_marker-layer .ace_selected_word { border: 1px solid #D6D6D6}.ace-tomorrow .ace_invisible { color: #D1D1D1}.ace-tomorrow .ace_keyword,.ace-tomorrow .ace_meta,.ace-tomorrow .ace_storage,.ace-tomorrow .ace_storage.ace_type,.ace-tomorrow .ace_support.ace_type { color: #8959A8}.ace-tomorrow .ace_keyword.ace_operator { color: #3E999F}.ace-tomorrow .ace_constant.ace_character,.ace-tomorrow .ace_constant.ace_language,.ace-tomorrow .ace_constant.ace_numeric,.ace-tomorrow .ace_keyword.ace_other.ace_unit,.ace-tomorrow .ace_support.ace_constant,.ace-tomorrow .ace_variable.ace_parameter { color: #F5871F}.ace-tomorrow .ace_constant.ace_other { color: #666969}.ace-tomorrow .ace_invalid { color: #FFFFFF; background-color: #C82829}.ace-tomorrow .ace_invalid.ace_deprecated { color: #FFFFFF; background-color: #8959A8}.ace-tomorrow .ace_fold { background-color: #4271AE; border-color: #4D4D4C}.ace-tomorrow .ace_entity.ace_name.ace_function,.ace-tomorrow .ace_support.ace_function,.ace-tomorrow .ace_variable { color: #4271AE}.ace-tomorrow .ace_support.ace_class,.ace-tomorrow .ace_support.ace_type { color: #C99E00}.ace-tomorrow .ace_markup.ace_heading,.ace-tomorrow .ace_string { color: #718C00}.ace-tomorrow .ace_entity.ace_name.ace_tag,.ace-tomorrow .ace_entity.ace_other.ace_attribute-name,.ace-tomorrow .ace_meta.ace_tag,.ace-tomorrow .ace_string.ace_regexp,.ace-tomorrow .ace_variable { color: #C82829}.ace-tomorrow .ace_comment { color: #8E908C}.ace-tomorrow .ace_markup.ace_underline { text-decoration: underline}.ace-tomorrow .ace_indent-guide { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bdu3f/BwAlfgctduB85QAAAABJRU5ErkJggg==) right repeat-y}";var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-tomorrow_night.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-tomorrow_night.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/theme/tomorrow_night",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!0,b.cssClass="ace-tomorrow-night",b.cssText=".ace-tomorrow-night .ace_editor { border: 2px solid rgb(159, 159, 159)}.ace-tomorrow-night .ace_editor.ace_focus { border: 2px solid #327fbd}.ace-tomorrow-night .ace_gutter { background: #25282c; color: #C5C8C6}.ace-tomorrow-night .ace_print_margin { width: 1px; background: #25282c}.ace-tomorrow-night .ace_scroller { background-color: #1D1F21}.ace-tomorrow-night .ace_text-layer { color: #C5C8C6}.ace-tomorrow-night .ace_cursor { border-left: 2px solid #AEAFAD}.ace-tomorrow-night .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid #AEAFAD}.ace-tomorrow-night .ace_marker-layer .ace_selection { background: #373B41}.ace-tomorrow-night.multiselect .ace_selection.start { box-shadow: 0 0 3px 0px #1D1F21; border-radius: 2px}.ace-tomorrow-night .ace_marker-layer .ace_step { background: rgb(102, 82, 0)}.ace-tomorrow-night .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid #4B4E55}.ace-tomorrow-night .ace_marker-layer .ace_active_line { background: #282A2E}.ace-tomorrow-night .ace_gutter_active_line { background-color: #282A2E}.ace-tomorrow-night .ace_marker-layer .ace_selected_word { border: 1px solid #373B41}.ace-tomorrow-night .ace_invisible { color: #4B4E55}.ace-tomorrow-night .ace_keyword,.ace-tomorrow-night .ace_meta,.ace-tomorrow-night .ace_storage,.ace-tomorrow-night .ace_storage.ace_type,.ace-tomorrow-night .ace_support.ace_type { color: #B294BB}.ace-tomorrow-night .ace_keyword.ace_operator { color: #8ABEB7}.ace-tomorrow-night .ace_constant.ace_character,.ace-tomorrow-night .ace_constant.ace_language,.ace-tomorrow-night .ace_constant.ace_numeric,.ace-tomorrow-night .ace_keyword.ace_other.ace_unit,.ace-tomorrow-night .ace_support.ace_constant,.ace-tomorrow-night .ace_variable.ace_parameter { color: #DE935F}.ace-tomorrow-night .ace_constant.ace_other { color: #CED1CF}.ace-tomorrow-night .ace_invalid { color: #CED2CF; background-color: #DF5F5F}.ace-tomorrow-night .ace_invalid.ace_deprecated { color: #CED2CF; background-color: #B798BF}.ace-tomorrow-night .ace_fold { background-color: #81A2BE; border-color: #C5C8C6}.ace-tomorrow-night .ace_entity.ace_name.ace_function,.ace-tomorrow-night .ace_support.ace_function,.ace-tomorrow-night .ace_variable { color: #81A2BE}.ace-tomorrow-night .ace_support.ace_class,.ace-tomorrow-night .ace_support.ace_type { color: #F0C674}.ace-tomorrow-night .ace_markup.ace_heading,.ace-tomorrow-night .ace_string { color: #B5BD68}.ace-tomorrow-night .ace_entity.ace_name.ace_tag,.ace-tomorrow-night .ace_entity.ace_other.ace_attribute-name,.ace-tomorrow-night .ace_meta.ace_tag,.ace-tomorrow-night .ace_string.ace_regexp,.ace-tomorrow-night .ace_variable { color: #CC6666}.ace-tomorrow-night .ace_comment { color: #969896}.ace-tomorrow-night .ace_markup.ace_underline { text-decoration: underline}.ace-tomorrow-night .ace_indent-guide { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWOQlVf8z7Bq1ar/AA/hBFp7egmpAAAAAElFTkSuQmCC) right repeat-y}";var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-tomorrow_night_blue.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-tomorrow_night_blue.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/theme/tomorrow_night_blue",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!0,b.cssClass="ace-tomorrow-night-blue",b.cssText=".ace-tomorrow-night-blue .ace_editor { border: 2px solid rgb(159, 159, 159)}.ace-tomorrow-night-blue .ace_editor.ace_focus { border: 2px solid #327fbd}.ace-tomorrow-night-blue .ace_gutter { background: #00204b; color: #7388b5}.ace-tomorrow-night-blue .ace_print_margin { width: 1px; background: #00204b}.ace-tomorrow-night-blue .ace_scroller { background-color: #002451}.ace-tomorrow-night-blue .ace_constant.ace_other,.ace-tomorrow-night-blue .ace_text-layer { color: #FFFFFF}.ace-tomorrow-night-blue .ace_cursor { border-left: 2px solid #FFFFFF}.ace-tomorrow-night-blue .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid #FFFFFF}.ace-tomorrow-night-blue .ace_marker-layer .ace_selection { background: #003F8E}.ace-tomorrow-night-blue.multiselect .ace_selection.start { box-shadow: 0 0 3px 0px #002451; border-radius: 2px}.ace-tomorrow-night-blue .ace_marker-layer .ace_step { background: rgb(127, 111, 19)}.ace-tomorrow-night-blue .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid #404F7D}.ace-tomorrow-night-blue .ace_marker-layer .ace_active_line { background: #00346E}.ace-tomorrow-night-blue .ace_gutter_active_line { background-color: #022040}.ace-tomorrow-night-blue .ace_marker-layer .ace_selected_word { border: 1px solid #003F8E}.ace-tomorrow-night-blue .ace_invisible { color: #404F7D}.ace-tomorrow-night-blue .ace_keyword,.ace-tomorrow-night-blue .ace_meta,.ace-tomorrow-night-blue .ace_storage,.ace-tomorrow-night-blue .ace_storage.ace_type,.ace-tomorrow-night-blue .ace_support.ace_type { color: #EBBBFF}.ace-tomorrow-night-blue .ace_keyword.ace_operator { color: #99FFFF}.ace-tomorrow-night-blue .ace_constant.ace_character,.ace-tomorrow-night-blue .ace_constant.ace_language,.ace-tomorrow-night-blue .ace_constant.ace_numeric,.ace-tomorrow-night-blue .ace_keyword.ace_other.ace_unit,.ace-tomorrow-night-blue .ace_support.ace_constant,.ace-tomorrow-night-blue .ace_variable.ace_parameter { color: #FFC58F}.ace-tomorrow-night-blue .ace_invalid { color: #FFFFFF; background-color: #F99DA5}.ace-tomorrow-night-blue .ace_invalid.ace_deprecated { color: #FFFFFF; background-color: #EBBBFF}.ace-tomorrow-night-blue .ace_fold { background-color: #BBDAFF; border-color: #FFFFFF}.ace-tomorrow-night-blue .ace_entity.ace_name.ace_function,.ace-tomorrow-night-blue .ace_support.ace_function,.ace-tomorrow-night-blue .ace_variable { color: #BBDAFF}.ace-tomorrow-night-blue .ace_support.ace_class,.ace-tomorrow-night-blue .ace_support.ace_type { color: #FFEEAD}.ace-tomorrow-night-blue .ace_markup.ace_heading,.ace-tomorrow-night-blue .ace_string { color: #D1F1A9}.ace-tomorrow-night-blue .ace_entity.ace_name.ace_tag,.ace-tomorrow-night-blue .ace_entity.ace_other.ace_attribute-name,.ace-tomorrow-night-blue .ace_meta.ace_tag,.ace-tomorrow-night-blue .ace_string.ace_regexp,.ace-tomorrow-night-blue .ace_variable { color: #FF9DA4}.ace-tomorrow-night-blue .ace_comment { color: #7285B7}.ace-tomorrow-night-blue .ace_markup.ace_underline { text-decoration: underline}.ace-tomorrow-night-blue .ace_indent-guide { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNgUAn8z7Bq1ar/ABBUBHJ4/r3JAAAAAElFTkSuQmCC) right repeat-y}";var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
|
||||
@@ -0,0 +1 @@
|
||||
define("ace/theme/tomorrow_night_bright",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!0,b.cssClass="ace-tomorrow-night-bright",b.cssText=".ace-tomorrow-night-bright .ace_editor { border: 2px solid rgb(159, 159, 159)}.ace-tomorrow-night-bright .ace_editor.ace_focus { border: 2px solid #327fbd}.ace-tomorrow-night-bright .ace_gutter { background: #1a1a1a; color: #DEDEDE}.ace-tomorrow-night-bright .ace_print_margin { width: 1px; background: #1a1a1a}.ace-tomorrow-night-bright .ace_scroller { background-color: #000000}.ace-tomorrow-night-bright .ace_text-layer { color: #DEDEDE}.ace-tomorrow-night-bright .ace_cursor { border-left: 2px solid #9F9F9F}.ace-tomorrow-night-bright .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid #9F9F9F}.ace-tomorrow-night-bright .ace_marker-layer .ace_selection { background: #424242}.ace-tomorrow-night-bright.multiselect .ace_selection.start { box-shadow: 0 0 3px 0px #000000; border-radius: 2px}.ace-tomorrow-night-bright .ace_marker-layer .ace_step { background: rgb(102, 82, 0)}.ace-tomorrow-night-bright .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid #343434}.ace-tomorrow-night-bright .ace_marker-layer .ace_active_line { background: #2A2A2A}.ace-tomorrow-night-bright .ace_gutter_active_line { background-color: #2A2A2A}.ace-tomorrow-night-bright .ace_marker-layer .ace_selected_word { border: 1px solid #424242}.ace-tomorrow-night-bright .ace_invisible { color: #343434}.ace-tomorrow-night-bright .ace_keyword,.ace-tomorrow-night-bright .ace_meta,.ace-tomorrow-night-bright .ace_storage,.ace-tomorrow-night-bright .ace_storage.ace_type,.ace-tomorrow-night-bright .ace_support.ace_type { color: #C397D8}.ace-tomorrow-night-bright .ace_keyword.ace_operator { color: #70C0B1}.ace-tomorrow-night-bright .ace_constant.ace_character,.ace-tomorrow-night-bright .ace_constant.ace_language,.ace-tomorrow-night-bright .ace_constant.ace_numeric,.ace-tomorrow-night-bright .ace_keyword.ace_other.ace_unit,.ace-tomorrow-night-bright .ace_support.ace_constant,.ace-tomorrow-night-bright .ace_variable.ace_parameter { color: #E78C45}.ace-tomorrow-night-bright .ace_constant.ace_other { color: #EEEEEE}.ace-tomorrow-night-bright .ace_invalid { color: #CED2CF; background-color: #DF5F5F}.ace-tomorrow-night-bright .ace_invalid.ace_deprecated { color: #CED2CF; background-color: #B798BF}.ace-tomorrow-night-bright .ace_fold { background-color: #7AA6DA; border-color: #DEDEDE}.ace-tomorrow-night-bright .ace_entity.ace_name.ace_function,.ace-tomorrow-night-bright .ace_support.ace_function,.ace-tomorrow-night-bright .ace_variable { color: #7AA6DA}.ace-tomorrow-night-bright .ace_support.ace_class,.ace-tomorrow-night-bright .ace_support.ace_type { color: #E7C547}.ace-tomorrow-night-bright .ace_markup.ace_heading,.ace-tomorrow-night-bright .ace_string { color: #B9CA4A}.ace-tomorrow-night-bright .ace_entity.ace_name.ace_tag,.ace-tomorrow-night-bright .ace_entity.ace_other.ace_attribute-name,.ace-tomorrow-night-bright .ace_meta.ace_tag,.ace-tomorrow-night-bright .ace_string.ace_regexp,.ace-tomorrow-night-bright .ace_variable { color: #D54E53}.ace-tomorrow-night-bright .ace_comment { color: #969896}.ace-tomorrow-night-bright .ace_markup.ace_underline { text-decoration: underline}.ace-tomorrow-night-bright .ace_indent-guide { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNgYGD4z7Bq1ar/AAz9A/2naJQKAAAAAElFTkSuQmCC) right repeat-y}";var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
|
||||
@@ -0,0 +1 @@
|
||||
define("ace/theme/tomorrow_night_eighties",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!0,b.cssClass="ace-tomorrow-night-eighties",b.cssText=".ace-tomorrow-night-eighties .ace_editor { border: 2px solid rgb(159, 159, 159)}.ace-tomorrow-night-eighties .ace_editor.ace_focus { border: 2px solid #327fbd}.ace-tomorrow-night-eighties .ace_gutter { background: #272727; color: #CCC}.ace-tomorrow-night-eighties .ace_print_margin { width: 1px; background: #272727}.ace-tomorrow-night-eighties .ace_scroller { background-color: #2D2D2D}.ace-tomorrow-night-eighties .ace_constant.ace_other,.ace-tomorrow-night-eighties .ace_text-layer { color: #CCCCCC}.ace-tomorrow-night-eighties .ace_cursor { border-left: 2px solid #CCCCCC}.ace-tomorrow-night-eighties .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid #CCCCCC}.ace-tomorrow-night-eighties .ace_marker-layer .ace_selection { background: #515151}.ace-tomorrow-night-eighties.multiselect .ace_selection.start { box-shadow: 0 0 3px 0px #2D2D2D; border-radius: 2px}.ace-tomorrow-night-eighties .ace_marker-layer .ace_step { background: rgb(102, 82, 0)}.ace-tomorrow-night-eighties .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid #6A6A6A}.ace-tomorrow-night-eighties .ace_marker-layer .ace_active_line { background: #393939}.ace-tomorrow-night-eighties .ace_gutter_active_line { background-color: #393939}.ace-tomorrow-night-eighties .ace_marker-layer .ace_selected_word { border: 1px solid #515151}.ace-tomorrow-night-eighties .ace_invisible { color: #6A6A6A}.ace-tomorrow-night-eighties .ace_keyword,.ace-tomorrow-night-eighties .ace_meta,.ace-tomorrow-night-eighties .ace_storage,.ace-tomorrow-night-eighties .ace_storage.ace_type,.ace-tomorrow-night-eighties .ace_support.ace_type { color: #CC99CC}.ace-tomorrow-night-eighties .ace_keyword.ace_operator { color: #66CCCC}.ace-tomorrow-night-eighties .ace_constant.ace_character,.ace-tomorrow-night-eighties .ace_constant.ace_language,.ace-tomorrow-night-eighties .ace_constant.ace_numeric,.ace-tomorrow-night-eighties .ace_keyword.ace_other.ace_unit,.ace-tomorrow-night-eighties .ace_support.ace_constant,.ace-tomorrow-night-eighties .ace_variable.ace_parameter { color: #F99157}.ace-tomorrow-night-eighties .ace_invalid { color: #CDCDCD; background-color: #F2777A}.ace-tomorrow-night-eighties .ace_invalid.ace_deprecated { color: #CDCDCD; background-color: #CC99CC}.ace-tomorrow-night-eighties .ace_fold { background-color: #6699CC; border-color: #CCCCCC}.ace-tomorrow-night-eighties .ace_entity.ace_name.ace_function,.ace-tomorrow-night-eighties .ace_support.ace_function,.ace-tomorrow-night-eighties .ace_variable { color: #6699CC}.ace-tomorrow-night-eighties .ace_support.ace_class,.ace-tomorrow-night-eighties .ace_support.ace_type { color: #FFCC66}.ace-tomorrow-night-eighties .ace_markup.ace_heading,.ace-tomorrow-night-eighties .ace_string { color: #99CC99}.ace-tomorrow-night-eighties .ace_comment { color: #999999}.ace-tomorrow-night-eighties .ace_entity.ace_name.ace_tag,.ace-tomorrow-night-eighties .ace_entity.ace_other.ace_attribute-name,.ace-tomorrow-night-eighties .ace_meta.ace_tag,.ace-tomorrow-night-eighties .ace_variable { color: #F2777A}.ace-tomorrow-night-eighties .ace_markup.ace_underline { text-decoration: underline}.ace-tomorrow-night-eighties .ace_indent-guide { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWPQ1dX9z7Bq1ar/ABE1BITwhhuFAAAAAElFTkSuQmCC) right repeat-y}";var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-twilight.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-twilight.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/theme/twilight",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!0,b.cssClass="ace-twilight",b.cssText=".ace-twilight .ace_editor { border: 2px solid rgb(159, 159, 159)}.ace-twilight .ace_editor.ace_focus { border: 2px solid #327fbd}.ace-twilight .ace_gutter { background: #232323; color: #E2E2E2}.ace-twilight .ace_print_margin { width: 1px; background: #232323}.ace-twilight .ace_scroller { background-color: #141414}.ace-twilight .ace_text-layer { color: #F8F8F8}.ace-twilight .ace_cursor { border-left: 2px solid #A7A7A7}.ace-twilight .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid #A7A7A7}.ace-twilight .ace_marker-layer .ace_selection { background: rgba(221, 240, 255, 0.20)}.ace-twilight.multiselect .ace_selection.start { box-shadow: 0 0 3px 0px #141414; border-radius: 2px}.ace-twilight .ace_marker-layer .ace_step { background: rgb(102, 82, 0)}.ace-twilight .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid rgba(255, 255, 255, 0.25)}.ace-twilight .ace_marker-layer .ace_active_line { background: rgba(255, 255, 255, 0.031)}.ace-twilight .ace_gutter_active_line { background-color: rgba(255, 255, 255, 0.031)}.ace-twilight .ace_marker-layer .ace_selected_word { border: 1px solid rgba(221, 240, 255, 0.20)}.ace-twilight .ace_invisible { color: rgba(255, 255, 255, 0.25)}.ace-twilight .ace_keyword,.ace-twilight .ace_meta { color: #CDA869}.ace-twilight .ace_constant,.ace-twilight .ace_constant.ace_character,.ace-twilight .ace_constant.ace_character.ace_escape,.ace-twilight .ace_constant.ace_other,.ace-twilight .ace_markup.ace_heading,.ace-twilight .ace_support.ace_constant { color: #CF6A4C}.ace-twilight .ace_invalid.ace_illegal { color: #F8F8F8; background-color: rgba(86, 45, 86, 0.75)}.ace-twilight .ace_invalid.ace_deprecated { text-decoration: underline; font-style: italic; color: #D2A8A1}.ace-twilight .ace_support { color: #9B859D}.ace-twilight .ace_fold { background-color: #AC885B; border-color: #F8F8F8}.ace-twilight .ace_support.ace_function { color: #DAD085}.ace-twilight .ace_markup.ace_list,.ace-twilight .ace_storage { color: #F9EE98}.ace-twilight .ace_entity.ace_name.ace_function,.ace-twilight .ace_meta.ace_tag,.ace-twilight .ace_variable { color: #AC885B}.ace-twilight .ace_string { color: #8F9D6A}.ace-twilight .ace_string.ace_regexp { color: #E9C062}.ace-twilight .ace_comment { font-style: italic; color: #5F5A60}.ace-twilight .ace_variable { color: #7587A6}.ace-twilight .ace_xml_pe { color: #494949}.ace-twilight .ace_markup.ace_underline { text-decoration: underline}.ace-twilight .ace_indent-guide { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWMQERH5zzBz5sz/AA5EBAYqeZXWAAAAAElFTkSuQmCC) right repeat-y}";var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-vibrant_ink.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-vibrant_ink.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/theme/vibrant_ink",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!0,b.cssClass="ace-vibrant-ink",b.cssText=".ace-vibrant-ink .ace_editor { border: 2px solid rgb(159, 159, 159)}.ace-vibrant-ink .ace_editor.ace_focus { border: 2px solid #327fbd}.ace-vibrant-ink .ace_gutter { background: #1a1a1a; color: #BEBEBE}.ace-vibrant-ink .ace_print_margin { width: 1px; background: #1a1a1a}.ace-vibrant-ink .ace_scroller { background-color: #0F0F0F}.ace-vibrant-ink .ace_text-layer { color: #FFFFFF}.ace-vibrant-ink .ace_cursor { border-left: 2px solid #FFFFFF}.ace-vibrant-ink .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid #FFFFFF}.ace-vibrant-ink .ace_marker-layer .ace_selection { background: #6699CC}.ace-vibrant-ink.multiselect .ace_selection.start { box-shadow: 0 0 3px 0px #0F0F0F; border-radius: 2px}.ace-vibrant-ink .ace_marker-layer .ace_step { background: rgb(102, 82, 0)}.ace-vibrant-ink .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid #404040}.ace-vibrant-ink .ace_marker-layer .ace_active_line { background: #333333}.ace-vibrant-ink .ace_gutter_active_line { background-color: #333333}.ace-vibrant-ink .ace_marker-layer .ace_selected_word { border: 1px solid #6699CC}.ace-vibrant-ink .ace_invisible { color: #404040}.ace-vibrant-ink .ace_keyword,.ace-vibrant-ink .ace_meta { color: #FF6600}.ace-vibrant-ink .ace_constant,.ace-vibrant-ink .ace_constant.ace_character,.ace-vibrant-ink .ace_constant.ace_character.ace_escape,.ace-vibrant-ink .ace_constant.ace_other { color: #339999}.ace-vibrant-ink .ace_constant.ace_numeric { color: #99CC99}.ace-vibrant-ink .ace_invalid,.ace-vibrant-ink .ace_invalid.ace_deprecated { color: #CCFF33; background-color: #000000}.ace-vibrant-ink .ace_fold { background-color: #FFCC00; border-color: #FFFFFF}.ace-vibrant-ink .ace_entity.ace_name.ace_function,.ace-vibrant-ink .ace_support.ace_function,.ace-vibrant-ink .ace_variable { color: #FFCC00}.ace-vibrant-ink .ace_variable.ace_parameter { font-style: italic}.ace-vibrant-ink .ace_string { color: #66FF00}.ace-vibrant-ink .ace_string.ace_regexp { color: #44B4CC}.ace-vibrant-ink .ace_comment { color: #9933CC}.ace-vibrant-ink .ace_entity.ace_other.ace_attribute-name { font-style: italic; color: #99CC99}.ace-vibrant-ink .ace_indent-guide { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWPg5+f/z7Bq1ar/AA5lBCqoLxsgAAAAAElFTkSuQmCC) right repeat-y}";var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
|
||||
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-xcode.js
Executable file
1
lib/ckeditor4/plugins/pbckcode/dialogs/ace/theme-xcode.js
Executable file
@@ -0,0 +1 @@
|
||||
define("ace/theme/xcode",["require","exports","module","ace/lib/dom"],function(a,b,c){b.isDark=!1,b.cssClass="ace-xcode",b.cssText="/* THIS THEME WAS AUTOGENERATED BY Theme.tmpl.css (UUID: EE3AD170-2B7F-4DE1-B724-C75F13FE0085) */.ace-xcode .ace_editor { border: 2px solid rgb(159, 159, 159)}.ace-xcode .ace_editor.ace_focus { border: 2px solid #327fbd}.ace-xcode .ace_gutter { background: #e8e8e8; color: #333}.ace-xcode .ace_print_margin { width: 1px; background: #e8e8e8}.ace-xcode .ace_scroller { background-color: #FFFFFF}.ace-xcode .ace_text-layer { color: #000000}.ace-xcode .ace_cursor { border-left: 2px solid #000000}.ace-xcode .ace_cursor.ace_overwrite { border-left: 0px; border-bottom: 1px solid #000000}.ace-xcode .ace_marker-layer .ace_selection { background: #B5D5FF}.ace-xcode.multiselect .ace_selection.start { box-shadow: 0 0 3px 0px #FFFFFF; border-radius: 2px}.ace-xcode .ace_marker-layer .ace_step { background: rgb(198, 219, 174)}.ace-xcode .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid #BFBFBF}.ace-xcode .ace_marker-layer .ace_active_line { background: rgba(0, 0, 0, 0.071)}.ace-xcode .ace_gutter_active_line { background-color: rgba(0, 0, 0, 0.071)}.ace-xcode .ace_marker-layer .ace_selected_word { border: 1px solid #B5D5FF}.ace-xcode .ace_constant.ace_language,.ace-xcode .ace_keyword,.ace-xcode .ace_meta,.ace-xcode .ace_variable.ace_language { color: #C800A4}.ace-xcode .ace_invisible { color: #BFBFBF}.ace-xcode .ace_constant.ace_character,.ace-xcode .ace_constant.ace_other { color: #275A5E}.ace-xcode .ace_constant.ace_numeric { color: #3A00DC}.ace-xcode .ace_entity.ace_other.ace_attribute-name,.ace-xcode .ace_support.ace_constant,.ace-xcode .ace_support.ace_function { color: #450084}.ace-xcode .ace_fold { background-color: #C800A4; border-color: #000000}.ace-xcode .ace_entity.ace_name.ace_tag,.ace-xcode .ace_support.ace_class,.ace-xcode .ace_support.ace_type { color: #790EAD}.ace-xcode .ace_storage { color: #C900A4}.ace-xcode .ace_string { color: #DF0002}.ace-xcode .ace_comment { color: #008E00}.ace-xcode .ace_indent-guide { background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==) right repeat-y;}";var d=a("../lib/dom");d.importCssString(b.cssText,b.cssClass)})
|
||||
134
lib/ckeditor4/plugins/pbckcode/dialogs/pbckcode.js
Executable file
134
lib/ckeditor4/plugins/pbckcode/dialogs/pbckcode.js
Executable file
@@ -0,0 +1,134 @@
|
||||
CKEDITOR.dialog.add('pbckcodeDialog', function ( editor ) {
|
||||
|
||||
// load JS file
|
||||
var head = document.getElementsByTagName('HEAD').item(0);
|
||||
var script= document.createElement("script");
|
||||
script.type = "text/javascript";
|
||||
script.src = CKEDITOR.plugins.getPath('pbckcode') + "dialogs/ace/ace.js";
|
||||
head.appendChild(script);
|
||||
|
||||
// load CSS file
|
||||
var link = document.createElement('link');
|
||||
link.rel = 'stylesheet';
|
||||
link.type = 'text/css';
|
||||
link.href = CKEDITOR.plugins.getPath('pbckcode') + "dialogs/style.css";
|
||||
link.media = 'all';
|
||||
head.appendChild(link);
|
||||
|
||||
// default values of the plugin
|
||||
if(editor.config.pbckcode.cls == undefined)
|
||||
editor.config.pbckcode.cls = "prettyprint linenums";
|
||||
if(editor.config.pbckcode.modes == undefined)
|
||||
editor.config.pbckcode.modes = [ ['PHP', 'php'], ['HTML', 'html'], ['CSS', 'css'] ]
|
||||
if(editor.config.pbckcode.defaultMode == undefined)
|
||||
editor.config.pbckcode.defaultMode = editor.config.pbckcode.modes[0][1];
|
||||
if(editor.config.pbckcode.theme == undefined)
|
||||
editor.config.pbckcode.theme = 'textmate';
|
||||
|
||||
var AceEditor;
|
||||
|
||||
return {
|
||||
// Basic properties of the dialog window: title, minimum size.
|
||||
title: editor.lang.pbckcode.title,
|
||||
minWidth: 600,
|
||||
minHeight: 400,
|
||||
|
||||
// Dialog window contents definition.
|
||||
contents:
|
||||
[{
|
||||
id : 'code-container',
|
||||
label : editor.lang.pbckcode.tabCode,
|
||||
elements :
|
||||
[{
|
||||
type : 'select',
|
||||
id : 'code-select',
|
||||
items : editor.config.pbckcode.modes,
|
||||
defaultMode : editor.config.pbckcode.defaultMode,
|
||||
setup : function(element) {
|
||||
this.setValue(element.getAttribute("data-language"));
|
||||
},
|
||||
commit : function(element) {
|
||||
element.setAttribute("data-language", this.getValue());
|
||||
},
|
||||
onChange: function(api) {
|
||||
AceEditor.getSession().setMode("ace/mode/" + this.getValue());
|
||||
}
|
||||
},
|
||||
{
|
||||
type : 'html',
|
||||
html : '<div id="code"></div>',
|
||||
setup : function(element) {
|
||||
// get the value of the editor
|
||||
code = element.getHtml();
|
||||
code = code.replace(new RegExp('<br/>', 'g'), '\n');
|
||||
code = code.replace(new RegExp('<br>', 'g'), '\n');
|
||||
code = code.replace(new RegExp('<', 'g'), '<');
|
||||
code = code.replace(new RegExp('>', 'g'), '>');
|
||||
code = code.replace(new RegExp('&', 'g'), '&');
|
||||
|
||||
AceEditor.setValue(code);
|
||||
},
|
||||
commit : function(element) {
|
||||
element.setText(AceEditor.getValue());
|
||||
}
|
||||
}]
|
||||
}],
|
||||
onLoad: function() {
|
||||
// we get the #code div and style it
|
||||
var code = document.getElementById('code');
|
||||
code.style.width = '600px';
|
||||
code.style.height = '380px';
|
||||
code.style.position = 'relative';
|
||||
|
||||
// we load the ACE plugin to our div
|
||||
AceEditor = ace.edit("code");
|
||||
AceEditor.getSession().setMode("ace/mode/" + editor.config.pbckcode.defaultMode);
|
||||
AceEditor.setTheme("ace/theme/" + editor.config.pbckcode.theme);
|
||||
},
|
||||
onShow : function() {
|
||||
// get the select
|
||||
var selection = editor.getSelection();
|
||||
// get the entire element
|
||||
var element = selection.getStartElement();
|
||||
|
||||
// looking for the pre parent tag
|
||||
if(element)
|
||||
element = element.getAscendant('pre', true);
|
||||
|
||||
// if there is no pre tag, it is an addition. Therefore, it is an edition
|
||||
if(!element || element.getName() != 'pre') {
|
||||
element = editor.document.createElement('pre');
|
||||
this.insertMode = true;
|
||||
}
|
||||
else
|
||||
this.insertMode = false;
|
||||
|
||||
// get the element to fill the inputs
|
||||
this.element = element;
|
||||
|
||||
// we empty the editor
|
||||
AceEditor.setValue('');
|
||||
|
||||
// we fill the inputs
|
||||
if(!this.insertMode)
|
||||
this.setupContent(this.element);
|
||||
},
|
||||
// This method is invoked once a user clicks the OK button, confirming the dialog.
|
||||
onOk: function() {
|
||||
var dialog = this,
|
||||
pre = this.element;
|
||||
|
||||
// we get the value of the inputs
|
||||
this.commitContent(pre);
|
||||
|
||||
// we add a new pre tag into ckeditor editor
|
||||
if(this.insertMode) {
|
||||
pre.setAttribute('class', editor.config.pbckcode.cls);
|
||||
editor.insertElement(pre);
|
||||
}
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
});
|
||||
20
lib/ckeditor4/plugins/pbckcode/dialogs/style.css
Executable file
20
lib/ckeditor4/plugins/pbckcode/dialogs/style.css
Executable file
@@ -0,0 +1,20 @@
|
||||
.ace_editor * {
|
||||
font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Droid Sans Mono', 'Consolas', monospace !important;
|
||||
font-size: 12px !important;
|
||||
}
|
||||
select {
|
||||
background-color: white !important;
|
||||
border: 1px solid #CCC !important;
|
||||
-webkit-border-radius: 4px !important;
|
||||
-moz-border-radius: 4px !important;
|
||||
border-radius: 4px !important;
|
||||
color: #555 !important;
|
||||
display: inline-block;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
|
||||
font-size: 12px !important;
|
||||
height: 22px !important;
|
||||
margin-bottom: 10px !important;
|
||||
padding: 4px 6px !important;
|
||||
vertical-align: middle !important;
|
||||
width: 110px !important;
|
||||
}
|
||||
Reference in New Issue
Block a user