callback);
13 |
14 | }
15 |
--------------------------------------------------------------------------------
/web/src/main/resources/ARKConfig.properties:
--------------------------------------------------------------------------------
1 | arkserver=${zeus.ark.server_url}
2 | server=${zeus.ark.server}
3 | port=${zeus.ark.port}
4 | secretcache=60
5 |
6 | #arkserver=https://ark.taobao.org:4430/arkserver
7 | #server=ark.taobao.org
8 | #port=4430
9 | #secretcache=120
10 |
11 | appPort=${zeus.port}
12 |
13 | unProjectURL.1=/check.taobao
14 | unProjectURL.2=/status.taobao
15 | unProjectURL.3=/dump.do
--------------------------------------------------------------------------------
/web/src/main/resources/antx.properties:
--------------------------------------------------------------------------------
1 | #环境配置,用来标记环境,可以配合Environment使用
2 | zeus.env=zeus-env
3 | zeus.loggingRoot=/data/zeus/log
4 | zeus.loggingLevel=debug
5 | #任务执行文件夹,每次任务都会在此文件夹下新建一个临时文件夹
6 | zeus.localdata.dir=/data/zeus/job_dir
7 | #此处必须是hdfs路径,所有的上传附件都会存放在下面路径上
8 | zeus.hdfsLibPath=/zeus/hdfs-upload-dir
9 | #环境配置,如果是在一个集群中,需要配置城同一个名称
10 | zeus.schedule.group=zeus-env
11 | #Scheduler 与 Worker 通信的端口
12 | zeus.connect.port=9887
13 | #hadoop jobtracker地址,填写ip+port 或者 domain+port
14 | zeus.jobtracker=
15 |
16 | #zk配置非必选,可以为空,此处的zk是用来通知任务的成功失败事件的
17 | zeus.zookeeper.host=
--------------------------------------------------------------------------------
/web/src/main/resources/broadcast-applicationContext.xml:
--------------------------------------------------------------------------------
1 |
2 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
--------------------------------------------------------------------------------
/web/src/main/webapp/MONACO.TTF:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/michael8335/zeus2/ff155609d2c2c3dbe9758f6f549f753cbd65cf61/web/src/main/webapp/MONACO.TTF
--------------------------------------------------------------------------------
/web/src/main/webapp/WEB-INF/jboss-web.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | /
6 |
7 |
--------------------------------------------------------------------------------
/web/src/main/webapp/codemirror/css/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | CodeMirror: CSS mode
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 | CodeMirror: CSS mode
14 |
49 |
52 |
53 | MIME types defined: text/css
.
54 |
55 |
56 |
57 |
--------------------------------------------------------------------------------
/web/src/main/webapp/codemirror/mysql/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | CodeMirror: MySQL mode
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 | CodeMirror: MySQL mode
13 |
30 |
37 |
38 | MIME types defined: text/x-mysql
.
39 |
40 |
41 |
42 |
--------------------------------------------------------------------------------
/web/src/main/webapp/codemirror/shell/index.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | CodeMirror: Shell mode
4 |
5 |
6 |
7 |
8 |
11 |
12 |
13 |
14 |
15 | CodeMirror: Shell mode
16 |
17 |
41 |
42 |
49 |
50 | MIME types defined: text/x-sh
.
51 |
--------------------------------------------------------------------------------
/web/src/main/webapp/codemirror/theme/blackboard.css:
--------------------------------------------------------------------------------
1 | /* Port of TextMate's Blackboard theme */
2 |
3 | .cm-s-blackboard { background: #0C1021; color: #F8F8F8; }
4 | .cm-s-blackboard .CodeMirror-selected { background: #253B76 !important; }
5 | .cm-s-blackboard .CodeMirror-gutter { background: #0C1021; border-right: 0; }
6 | .cm-s-blackboard .CodeMirror-gutter-text { color: #888; }
7 | .cm-s-blackboard .CodeMirror-cursor { border-left: 1px solid #A7A7A7 !important; }
8 |
9 | .cm-s-blackboard .cm-keyword { color: #FBDE2D; }
10 | .cm-s-blackboard .cm-atom { color: #D8FA3C; }
11 | .cm-s-blackboard .cm-number { color: #D8FA3C; }
12 | .cm-s-blackboard .cm-def { color: #8DA6CE; }
13 | .cm-s-blackboard .cm-variable { color: #FF6400; }
14 | .cm-s-blackboard .cm-operator { color: #FBDE2D;}
15 | .cm-s-blackboard .cm-comment { color: #AEAEAE; }
16 | .cm-s-blackboard .cm-string { color: #61CE3C; }
17 | .cm-s-blackboard .cm-string-2 { color: #61CE3C; }
18 | .cm-s-blackboard .cm-meta { color: #D8FA3C; }
19 | .cm-s-blackboard .cm-error { background: #9D1E15; color: #F8F8F8; }
20 | .cm-s-blackboard .cm-builtin { color: #8DA6CE; }
21 | .cm-s-blackboard .cm-tag { color: #8DA6CE; }
22 | .cm-s-blackboard .cm-attribute { color: #8DA6CE; }
23 | .cm-s-blackboard .cm-header { color: #FF6400; }
24 | .cm-s-blackboard .cm-hr { color: #AEAEAE; }
25 | .cm-s-blackboard .cm-link { color: #8DA6CE; }
26 |
--------------------------------------------------------------------------------
/web/src/main/webapp/codemirror/theme/cobalt.css:
--------------------------------------------------------------------------------
1 | .cm-s-cobalt { background: #002240; color: white; }
2 | .cm-s-cobalt div.CodeMirror-selected { background: #b36539 !important; }
3 | .cm-s-cobalt .CodeMirror-gutter { background: #002240; border-right: 1px solid #aaa; }
4 | .cm-s-cobalt .CodeMirror-gutter-text { color: #d0d0d0; }
5 | .cm-s-cobalt .CodeMirror-cursor { border-left: 1px solid white !important; }
6 |
7 | .cm-s-cobalt span.cm-comment { color: #08f; }
8 | .cm-s-cobalt span.cm-atom { color: #845dc4; }
9 | .cm-s-cobalt span.cm-number, .cm-s-cobalt span.cm-attribute { color: #ff80e1; }
10 | .cm-s-cobalt span.cm-keyword { color: #ffee80; }
11 | .cm-s-cobalt span.cm-string { color: #3ad900; }
12 | .cm-s-cobalt span.cm-meta { color: #ff9d00; }
13 | .cm-s-cobalt span.cm-variable-2, .cm-s-cobalt span.cm-tag { color: #9effff; }
14 | .cm-s-cobalt span.cm-variable-3, .cm-s-cobalt span.cm-def { color: white; }
15 | .cm-s-cobalt span.cm-error { color: #9d1e15; }
16 | .cm-s-cobalt span.cm-bracket { color: #d8d8d8; }
17 | .cm-s-cobalt span.cm-builtin, .cm-s-cobalt span.cm-special { color: #ff9e59; }
18 | .cm-s-cobalt span.cm-link { color: #845dc4; }
19 |
--------------------------------------------------------------------------------
/web/src/main/webapp/codemirror/theme/eclipse.css:
--------------------------------------------------------------------------------
1 | .cm-s-eclipse span.cm-meta {color: #FF1717;}
2 | .cm-s-eclipse span.cm-keyword { line-height: 1em; font-weight: bold; color: #7F0055; }
3 | .cm-s-eclipse span.cm-atom {color: #219;}
4 | .cm-s-eclipse span.cm-number {color: #164;}
5 | .cm-s-eclipse span.cm-def {color: #00f;}
6 | .cm-s-eclipse span.cm-variable {color: black;}
7 | .cm-s-eclipse span.cm-variable-2 {color: #0000C0;}
8 | .cm-s-eclipse span.cm-variable-3 {color: #0000C0;}
9 | .cm-s-eclipse span.cm-property {color: black;}
10 | .cm-s-eclipse span.cm-operator {color: black;}
11 | .cm-s-eclipse span.cm-comment {color: #3F7F5F;}
12 | .cm-s-eclipse span.cm-string {color: #2A00FF;}
13 | .cm-s-eclipse span.cm-string-2 {color: #f50;}
14 | .cm-s-eclipse span.cm-error {color: #f00;}
15 | .cm-s-eclipse span.cm-qualifier {color: #555;}
16 | .cm-s-eclipse span.cm-builtin {color: #30a;}
17 | .cm-s-eclipse span.cm-bracket {color: #cc7;}
18 | .cm-s-eclipse span.cm-tag {color: #170;}
19 | .cm-s-eclipse span.cm-attribute {color: #00c;}
20 | .cm-s-eclipse span.cm-link {color: #219;}
21 |
22 | .cm-s-eclipse .CodeMirror-matchingbracket {
23 | border:1px solid grey;
24 | color:black !important;;
25 | }
26 |
--------------------------------------------------------------------------------
/web/src/main/webapp/codemirror/theme/elegant.css:
--------------------------------------------------------------------------------
1 | .cm-s-elegant span.cm-number, .cm-s-elegant span.cm-string, .cm-s-elegant span.cm-atom {color: #762;}
2 | .cm-s-elegant span.cm-comment {color: #262; font-style: italic; line-height: 1em;}
3 | .cm-s-elegant span.cm-meta {color: #555; font-style: italic; line-height: 1em;}
4 | .cm-s-elegant span.cm-variable {color: black;}
5 | .cm-s-elegant span.cm-variable-2 {color: #b11;}
6 | .cm-s-elegant span.cm-qualifier {color: #555;}
7 | .cm-s-elegant span.cm-keyword {color: #730;}
8 | .cm-s-elegant span.cm-builtin {color: #30a;}
9 | .cm-s-elegant span.cm-error {background-color: #fdd;}
10 | .cm-s-elegant span.cm-link {color: #762;}
11 |
--------------------------------------------------------------------------------
/web/src/main/webapp/codemirror/theme/erlang-dark.css:
--------------------------------------------------------------------------------
1 | .cm-s-erlang-dark { background: #002240; color: white; }
2 | .cm-s-erlang-dark div.CodeMirror-selected { background: #b36539 !important; }
3 | .cm-s-erlang-dark .CodeMirror-gutter { background: #002240; border-right: 1px solid #aaa; }
4 | .cm-s-erlang-dark .CodeMirror-gutter-text { color: #d0d0d0; }
5 | .cm-s-erlang-dark .CodeMirror-cursor { border-left: 1px solid white !important; }
6 |
7 | .cm-s-erlang-dark span.cm-atom { color: #845dc4; }
8 | .cm-s-erlang-dark span.cm-attribute { color: #ff80e1; }
9 | .cm-s-erlang-dark span.cm-bracket { color: #ff9d00; }
10 | .cm-s-erlang-dark span.cm-builtin { color: #eeaaaa; }
11 | .cm-s-erlang-dark span.cm-comment { color: #7777ff; }
12 | .cm-s-erlang-dark span.cm-def { color: #ee77aa; }
13 | .cm-s-erlang-dark span.cm-error { color: #9d1e15; }
14 | .cm-s-erlang-dark span.cm-keyword { color: #ffee80; }
15 | .cm-s-erlang-dark span.cm-meta { color: #50fefe; }
16 | .cm-s-erlang-dark span.cm-number { color: #ffd0d0; }
17 | .cm-s-erlang-dark span.cm-operator { color: #dd1111; }
18 | .cm-s-erlang-dark span.cm-string { color: #3ad900; }
19 | .cm-s-erlang-dark span.cm-tag { color: #9effff; }
20 | .cm-s-erlang-dark span.cm-variable { color: #50fe50; }
21 | .cm-s-erlang-dark span.cm-variable-2 { color: #ee00ee; }
22 |
--------------------------------------------------------------------------------
/web/src/main/webapp/codemirror/theme/monokai.css:
--------------------------------------------------------------------------------
1 | /* Based on Sublime Text's Monokai theme */
2 |
3 | .cm-s-monokai {background: #272822; color: #f8f8f2;}
4 | .cm-s-monokai div.CodeMirror-selected {background: #49483E !important;}
5 | .cm-s-monokai .CodeMirror-gutter {background: #272822; border-right: 0px;}
6 | .cm-s-monokai .CodeMirror-gutter-text {color: #d0d0d0;}
7 | .cm-s-monokai .CodeMirror-cursor {border-left: 1px solid #f8f8f0 !important;}
8 |
9 | .cm-s-monokai span.cm-comment {color: #75715e;}
10 | .cm-s-monokai span.cm-atom {color: #ae81ff;}
11 | .cm-s-monokai span.cm-number {color: #ae81ff;}
12 |
13 | .cm-s-monokai span.cm-property, .cm-s-monokai span.cm-attribute {color: #a6e22e;}
14 | .cm-s-monokai span.cm-keyword {color: #f92672;}
15 | .cm-s-monokai span.cm-string {color: #e6db74;}
16 |
17 | .cm-s-monokai span.cm-variable {color: #a6e22e;}
18 | .cm-s-monokai span.cm-variable-2 {color: #9effff;}
19 | .cm-s-monokai span.cm-def {color: #fd971f;}
20 | .cm-s-monokai span.cm-error {background: #f92672; color: #f8f8f0;}
21 | .cm-s-monokai span.cm-bracket {color: #f8f8f2;}
22 | .cm-s-monokai span.cm-tag {color: #f92672;}
23 | .cm-s-monokai span.cm-link {color: #ae81ff;}
24 |
25 | .cm-s-monokai .CodeMirror-matchingbracket {
26 | text-decoration: underline;
27 | color: white !important;
28 | }
29 |
--------------------------------------------------------------------------------
/web/src/main/webapp/codemirror/theme/neat.css:
--------------------------------------------------------------------------------
1 | .cm-s-neat span.cm-comment { color: #a86; }
2 | .cm-s-neat span.cm-keyword { line-height: 1em; font-weight: bold; color: blue; }
3 | .cm-s-neat span.cm-string { color: #a22; }
4 | .cm-s-neat span.cm-builtin { line-height: 1em; font-weight: bold; color: #077; }
5 | .cm-s-neat span.cm-special { line-height: 1em; font-weight: bold; color: #0aa; }
6 | .cm-s-neat span.cm-variable { color: black; }
7 | .cm-s-neat span.cm-number, .cm-s-neat span.cm-atom { color: #3a3; }
8 | .cm-s-neat span.cm-meta {color: #555;}
9 | .cm-s-neat span.cm-link { color: #3a3; }
10 |
--------------------------------------------------------------------------------
/web/src/main/webapp/codemirror/theme/night.css:
--------------------------------------------------------------------------------
1 | /* Loosely based on the Midnight Textmate theme */
2 |
3 | .cm-s-night { background: #0a001f; color: #f8f8f8; }
4 | .cm-s-night div.CodeMirror-selected { background: #447 !important; }
5 | .cm-s-night .CodeMirror-gutter { background: #0a001f; border-right: 1px solid #aaa; }
6 | .cm-s-night .CodeMirror-gutter-text { color: #f8f8f8; }
7 | .cm-s-night .CodeMirror-cursor { border-left: 1px solid white !important; }
8 |
9 | .cm-s-night span.cm-comment { color: #6900a1; }
10 | .cm-s-night span.cm-atom { color: #845dc4; }
11 | .cm-s-night span.cm-number, .cm-s-night span.cm-attribute { color: #ffd500; }
12 | .cm-s-night span.cm-keyword { color: #599eff; }
13 | .cm-s-night span.cm-string { color: #37f14a; }
14 | .cm-s-night span.cm-meta { color: #7678e2; }
15 | .cm-s-night span.cm-variable-2, .cm-s-night span.cm-tag { color: #99b2ff; }
16 | .cm-s-night span.cm-variable-3, .cm-s-night span.cm-def { color: white; }
17 | .cm-s-night span.cm-error { color: #9d1e15; }
18 | .cm-s-night span.cm-bracket { color: #8da6ce; }
19 | .cm-s-night span.cm-comment { color: #6900a1; }
20 | .cm-s-night span.cm-builtin, .cm-s-night span.cm-special { color: #ff9e59; }
21 | .cm-s-night span.cm-link { color: #845dc4; }
22 |
--------------------------------------------------------------------------------
/web/src/main/webapp/codemirror/theme/rubyblue.css:
--------------------------------------------------------------------------------
1 | .cm-s-rubyblue { font:13px/1.4em Trebuchet, Verdana, sans-serif; } /* - customized editor font - */
2 |
3 | .cm-s-rubyblue { background: #112435; color: white; }
4 | .cm-s-rubyblue div.CodeMirror-selected { background: #38566F !important; }
5 | .cm-s-rubyblue .CodeMirror-gutter { background: #1F4661; border-right: 7px solid #3E7087; min-width:2.5em; }
6 | .cm-s-rubyblue .CodeMirror-gutter-text { color: white; }
7 | .cm-s-rubyblue .CodeMirror-cursor { border-left: 1px solid white !important; }
8 |
9 | .cm-s-rubyblue span.cm-comment { color: #999; font-style:italic; line-height: 1em; }
10 | .cm-s-rubyblue span.cm-atom { color: #F4C20B; }
11 | .cm-s-rubyblue span.cm-number, .cm-s-rubyblue span.cm-attribute { color: #82C6E0; }
12 | .cm-s-rubyblue span.cm-keyword { color: #F0F; }
13 | .cm-s-rubyblue span.cm-string { color: #F08047; }
14 | .cm-s-rubyblue span.cm-meta { color: #F0F; }
15 | .cm-s-rubyblue span.cm-variable-2, .cm-s-rubyblue span.cm-tag { color: #7BD827; }
16 | .cm-s-rubyblue span.cm-variable-3, .cm-s-rubyblue span.cm-def { color: white; }
17 | .cm-s-rubyblue span.cm-error { color: #AF2018; }
18 | .cm-s-rubyblue span.cm-bracket { color: #F0F; }
19 | .cm-s-rubyblue span.cm-link { color: #F4C20B; }
20 | .cm-s-rubyblue span.CodeMirror-matchingbracket { color:#F0F !important; }
21 | .cm-s-rubyblue span.cm-builtin, .cm-s-rubyblue span.cm-special { color: #FF9D00; }
22 |
--------------------------------------------------------------------------------
/web/src/main/webapp/codemirror/theme/vibrant-ink.css:
--------------------------------------------------------------------------------
1 | /* Taken from the popular Visual Studio Vibrant Ink Schema */
2 |
3 | .cm-s-vibrant-ink { background: black; color: white; }
4 | .cm-s-vibrant-ink .CodeMirror-selected { background: #35493c !important; }
5 |
6 | .cm-s-vibrant-ink .CodeMirror-gutter { background: #002240; border-right: 1px solid #aaa; }
7 | .cm-s-vibrant-ink .CodeMirror-gutter-text { color: #d0d0d0; }
8 | .cm-s-vibrant-ink .CodeMirror-cursor { border-left: 1px solid white !important; }
9 |
10 | .cm-s-vibrant-ink .cm-keyword { color: #CC7832; }
11 | .cm-s-vibrant-ink .cm-atom { color: #FC0; }
12 | .cm-s-vibrant-ink .cm-number { color: #FFEE98; }
13 | .cm-s-vibrant-ink .cm-def { color: #8DA6CE; }
14 | .cm-s-vibrant-ink span.cm-variable-2, .cm-s-cobalt span.cm-tag { color: #FFC66D }
15 | .cm-s-vibrant-ink span.cm-variable-3, .cm-s-cobalt span.cm-def { color: #FFC66D }
16 | .cm-s-vibrant-ink .cm-operator { color: #888; }
17 | .cm-s-vibrant-ink .cm-comment { color: gray; font-weight: bold; }
18 | .cm-s-vibrant-ink .cm-string { color: #A5C25C }
19 | .cm-s-vibrant-ink .cm-string-2 { color: red }
20 | .cm-s-vibrant-ink .cm-meta { color: #D8FA3C; }
21 | .cm-s-vibrant-ink .cm-error { border-bottom: 1px solid red; }
22 | .cm-s-vibrant-ink .cm-builtin { color: #8DA6CE; }
23 | .cm-s-vibrant-ink .cm-tag { color: #8DA6CE; }
24 | .cm-s-vibrant-ink .cm-attribute { color: #8DA6CE; }
25 | .cm-s-vibrant-ink .cm-header { color: #FF6400; }
26 | .cm-s-vibrant-ink .cm-hr { color: #AEAEAE; }
27 | .cm-s-vibrant-ink .cm-link { color: blue; }
28 |
--------------------------------------------------------------------------------
/web/src/main/webapp/codemirror/util/dialog.css:
--------------------------------------------------------------------------------
1 | .CodeMirror-dialog {
2 | position: relative;
3 | }
4 |
5 | .CodeMirror-dialog > div {
6 | position: absolute;
7 | top: 0; left: 0; right: 0;
8 | background: white;
9 | border-bottom: 1px solid #eee;
10 | z-index: 15;
11 | padding: .1em .8em;
12 | overflow: hidden;
13 | color: #333;
14 | }
15 |
16 | .CodeMirror-dialog input {
17 | border: none;
18 | outline: none;
19 | background: transparent;
20 | width: 20em;
21 | color: inherit;
22 | font-family: monospace;
23 | }
24 |
25 | .CodeMirror-dialog button {
26 | font-size: 70%;
27 | }
--------------------------------------------------------------------------------
/web/src/main/webapp/codemirror/util/simple-hint.css:
--------------------------------------------------------------------------------
1 | .CodeMirror-completions {
2 | position: absolute;
3 | z-index: 10;
4 | overflow: hidden;
5 | -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
6 | -moz-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
7 | box-shadow: 2px 3px 5px rgba(0,0,0,.2);
8 | }
9 | .CodeMirror-completions select {
10 | background: #fafafa;
11 | outline: none;
12 | border: none;
13 | padding: 0;
14 | margin: 0;
15 | font-family: monospace;
16 | }
17 |
--------------------------------------------------------------------------------
/web/src/main/webapp/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/michael8335/zeus2/ff155609d2c2c3dbe9758f6f549f753cbd65cf61/web/src/main/webapp/favicon.ico
--------------------------------------------------------------------------------
/web/src/main/webapp/platform.css:
--------------------------------------------------------------------------------
1 | .console-font {
2 | font-family: ' Lucida Console ';
3 | font-size: 14px;
4 | line-height: 16px;
5 | }
--------------------------------------------------------------------------------
/web/src/main/webapp/syntaxhighlighter/compass/config.rb:
--------------------------------------------------------------------------------
1 | environment = :production
2 | project_type = :stand_alone
3 | http_path = "/"
4 | css_dir = "../styles"
5 | sass_dir = "."
6 | images_dir = "images"
7 | sass_options = {
8 | :line_numbers => false,
9 | :debug_info => false
10 | }
11 |
12 | # output_style = :compressed
13 | # output_style = :compact
14 | output_style = :expanded
15 |
--------------------------------------------------------------------------------
/web/src/main/webapp/syntaxhighlighter/compass/shCoreDefault.scss:
--------------------------------------------------------------------------------
1 | @import "shCore.scss";
2 | @import "shThemeDefault.scss";
3 |
--------------------------------------------------------------------------------
/web/src/main/webapp/syntaxhighlighter/compass/shCoreDjango.scss:
--------------------------------------------------------------------------------
1 | @import "shCore.scss";
2 | @import "shThemeDjango.scss";
3 |
--------------------------------------------------------------------------------
/web/src/main/webapp/syntaxhighlighter/compass/shCoreEclipse.scss:
--------------------------------------------------------------------------------
1 | @import "shCore.scss";
2 | @import "shThemeEclipse.scss";
3 |
--------------------------------------------------------------------------------
/web/src/main/webapp/syntaxhighlighter/compass/shCoreEmacs.scss:
--------------------------------------------------------------------------------
1 | @import "shCore.scss";
2 | @import "shThemeEmacs.scss";
3 |
--------------------------------------------------------------------------------
/web/src/main/webapp/syntaxhighlighter/compass/shCoreFadeToGrey.scss:
--------------------------------------------------------------------------------
1 | @import "shCore.scss";
2 | @import "shThemeFadeToGrey.scss";
3 |
--------------------------------------------------------------------------------
/web/src/main/webapp/syntaxhighlighter/compass/shCoreMDUltra.scss:
--------------------------------------------------------------------------------
1 | @import "shCore.scss";
2 | @import "shThemeMDUltra.scss";
3 |
--------------------------------------------------------------------------------
/web/src/main/webapp/syntaxhighlighter/compass/shCoreMidnight.scss:
--------------------------------------------------------------------------------
1 | @import "shCore.scss";
2 | @import "shThemeMidnight.scss";
3 |
--------------------------------------------------------------------------------
/web/src/main/webapp/syntaxhighlighter/compass/shCoreRDark.scss:
--------------------------------------------------------------------------------
1 | @import "shCore.scss";
2 | @import "shThemeRDark.scss";
3 |
--------------------------------------------------------------------------------
/web/src/main/webapp/syntaxhighlighter/compass/shThemeDefault.scss:
--------------------------------------------------------------------------------
1 | // Default Syntax Highlighter theme.
2 |
3 | @import "_theme_template.scss";
4 |
5 | .syntaxhighlighter {
6 | .keyword { font-weight: bold !important; }
7 | }
8 |
--------------------------------------------------------------------------------
/web/src/main/webapp/syntaxhighlighter/compass/shThemeDjango.scss:
--------------------------------------------------------------------------------
1 | // Django SyntaxHighlighter theme
2 |
3 | $background: #0a2b1d !default;
4 |
5 | $line_highlighted_background: #233729 !default;
6 | $line_highlighted_number: white !default;
7 |
8 | $gutter_text: #497958 !default;
9 | $gutter_border_color: #41a83e !default;
10 |
11 | $toolbar_collapsed_a: #96dd3b !default;
12 | $toolbar_collapsed_a_hover: #fff !default;
13 | $toolbar_collapsed_background: #000 !default;
14 |
15 | $toolbar_a: #fff !default;
16 | $toolbar_a_hover: #ffe862 !default;
17 |
18 | $code_plain: #f8f8f8 !default;
19 | $code_comments: #336442 !default;
20 | $code_string: #9df39f !default;
21 | $code_keyword: #96dd3b !default;
22 | $code_preprocessor: #91bb9e !default;
23 | $code_variable: #ffaa3e !default;
24 | $code_value: #f7e741 !default;
25 | $code_functions: #ffaa3e !default;
26 | $code_constants: #e0e8ff !default;
27 | $code_color1: #eb939a !default;
28 | $code_color2: #91bb9e !default;
29 | $code_color3: #edef7d !default;
30 |
31 | @import "_theme_template.scss";
32 |
33 | .syntaxhighlighter {
34 | .comments { font-style: italic !important; }
35 | .keyword { font-weight: bold !important; }
36 | }
37 |
--------------------------------------------------------------------------------
/web/src/main/webapp/syntaxhighlighter/compass/shThemeEclipse.scss:
--------------------------------------------------------------------------------
1 | // Eclipse IDE SyntaxHighlighter color theme
2 | // (C) Code-House
3 | // :http//blog.code-house.org/2009/10/xml-i-adnotacje-kod-ogolnego-przeznaczenia-i-jpa/
4 |
5 | $background: #fff !default;
6 |
7 | $line_highlighted_background: #c3defe !default;
8 | $line_highlighted_number: #fff !default;
9 |
10 | $gutter_text: #787878 !default;
11 | $gutter_border_color: #d4d0c8 !default;
12 |
13 | $toolbar_collapsed_a: #3f5fbf !default;
14 | $toolbar_collapsed_a_hover: #aa7700 !default;
15 | $toolbar_collapsed_background: #fff !default;
16 |
17 | $toolbar_a: #a0a0a0 !default;
18 | $toolbar_a_hover: red !default;
19 |
20 | $code_plain: black !default;
21 | $code_comments: #3f5fbf !default;
22 | $code_string: #2a00ff !default;
23 | $code_keyword: #7f0055 !default;
24 | $code_preprocessor: #646464 !default;
25 | $code_variable: #aa7700 !default;
26 | $code_value: #009900 !default;
27 | $code_functions: #ff1493 !default;
28 | $code_constants: #0066cc !default;
29 | $code_color1: gray !default;
30 | $code_color2: #ff1493 !default;
31 | $code_color3: red !default;
32 |
33 | @import "_theme_template.scss";
34 |
35 | .syntaxhighlighter {
36 | .keyword { font-weight: bold !important; }
37 |
38 | .xml {
39 | .keyword {
40 | color: #3f7f7f !important;
41 | font-weight: normal !important; }
42 | .color1, .color1 a { color: #7f007f !important; }
43 | .string {
44 | font-style: italic !important;
45 | color: #2a00ff !important;
46 | }
47 | }
48 | }
49 |
--------------------------------------------------------------------------------
/web/src/main/webapp/syntaxhighlighter/compass/shThemeEmacs.scss:
--------------------------------------------------------------------------------
1 | // Emacs SyntaxHighlighter theme based on theme by Joshua Emmons
2 | // http://www.skia.net/
3 |
4 | $background: black !default;
5 |
6 | $line_highlighted_background: #2A3133 !default;
7 | $line_highlighted_number: white !default;
8 |
9 | $gutter_text: #d3d3d3 !default;
10 | $gutter_border_color: #990000 !default;
11 |
12 | $toolbar_collapsed_a: #ebdb8d !default;
13 | $toolbar_collapsed_a_hover: #ff7d27 !default;
14 | $toolbar_collapsed_background: black !default;
15 |
16 | $toolbar_a: #fff !default;
17 | $toolbar_a_hover: #9ccff4 !default;
18 |
19 | $code_plain: #d3d3d3 !default;
20 | $code_comments: #ff7d27 !default;
21 | $code_string: #ff9e7b !default;
22 | $code_keyword: aqua !default;
23 | $code_preprocessor: #aec4de !default;
24 | $code_variable: #ffaa3e !default;
25 | $code_value: #009900 !default;
26 | $code_functions: #81cef9 !default;
27 | $code_constants: #ff9e7b !default;
28 | $code_color1: #ebdb8d !default;
29 | $code_color2: #ff7d27 !default;
30 | $code_color3: #aec4de !default;
31 |
32 | @import "_theme_template.scss";
33 |
--------------------------------------------------------------------------------
/web/src/main/webapp/syntaxhighlighter/compass/shThemeFadeToGrey.scss:
--------------------------------------------------------------------------------
1 | // Fade to Grey SyntaxHighlighter theme based on theme by Brasten Sager
2 | // :http//www.ibrasten.com/
3 |
4 | $background: #121212 !default;
5 |
6 | $line_highlighted_background: #2C2C29 !default;
7 | $line_highlighted_number: white !default;
8 |
9 | $gutter_text: #afafaf !default;
10 | $gutter_border_color: #3185b9 !default;
11 |
12 | $toolbar_collapsed_a: #3185b9 !default;
13 | $toolbar_collapsed_a_hover: #d01d33 !default;
14 | $toolbar_collapsed_background: black !default;
15 |
16 | $toolbar_a: #fff !default;
17 | $toolbar_a_hover: #96daff !default;
18 |
19 | $code_plain: white !default;
20 | $code_comments: #696854 !default;
21 | $code_string: #e3e658 !default;
22 | $code_keyword: #d01d33 !default;
23 | $code_preprocessor: #435a5f !default;
24 | $code_variable: #898989 !default;
25 | $code_value: #009900 !default;
26 | $code_functions: #aaaaaa !default;
27 | $code_constants: #96daff !default;
28 | $code_color1: #ffc074 !default;
29 | $code_color2: #4a8cdb !default;
30 | $code_color3: #96daff !default;
31 |
32 | @import "_theme_template.scss";
33 |
34 | .syntaxhighlighter {
35 | .functions { font-weight: bold !important; }
36 | }
37 |
--------------------------------------------------------------------------------
/web/src/main/webapp/syntaxhighlighter/compass/shThemeMDUltra.scss:
--------------------------------------------------------------------------------
1 | // MDUltra SyntaxHighlighter theme based on Midnight Theme
2 | // http://www.mddev.co.uk/
3 |
4 | $background: #222222 !default;
5 |
6 | $line_highlighted_background: #253e5a !default;
7 | $line_highlighted_number: white !default;
8 |
9 | $gutter_text: #38566f !default;
10 | $gutter_border_color: #435a5f !default;
11 |
12 | $toolbar_collapsed_a: #428bdd !default;
13 | $toolbar_collapsed_a_hover: lime !default;
14 | $toolbar_collapsed_background: black !default;
15 |
16 | $toolbar_a: #aaaaff !default;
17 | $toolbar_a_hover: #9ccff4 !default;
18 |
19 | $code_plain: lime !default;
20 | $code_comments: #428bdd !default;
21 | $code_string: lime !default;
22 | $code_keyword: #aaaaff !default;
23 | $code_preprocessor: #8aa6c1 !default;
24 | $code_variable: aqua !default;
25 | $code_value: #f7e741 !default;
26 | $code_functions: #ff8000 !default;
27 | $code_constants: yellow !default;
28 | $code_color1: red !default;
29 | $code_color2: yellow !default;
30 | $code_color3: #ffaa3e !default;
31 |
32 | @import "_theme_template.scss";
33 |
--------------------------------------------------------------------------------
/web/src/main/webapp/syntaxhighlighter/compass/shThemeMidnight.scss:
--------------------------------------------------------------------------------
1 | // Midnight SyntaxHighlighter theme based on theme by J.D. Myers
2 | // http://webdesign.lsnjd.com/
3 |
4 | $background: #0f192a !default;
5 |
6 | $line_highlighted_background: #253e5a !default;
7 | $line_highlighted_number: #38566f !default;
8 |
9 | $gutter_text: #afafaf !default;
10 | $gutter_border_color: #435a5f !default;
11 |
12 | $toolbar_collapsed_a: #428bdd !default;
13 | $toolbar_collapsed_a_hover: #1dc116 !default;
14 | $toolbar_collapsed_background: #000 !default;
15 |
16 | $toolbar_a: #D1EDFF !default;
17 | $toolbar_a_hover: #8aa6c1 !default;
18 |
19 | $code_plain: #d1edff !default;
20 | $code_comments: #428bdd !default;
21 | $code_string: #1dc116 !default;
22 | $code_keyword: #b43d3d !default;
23 | $code_preprocessor: #8aa6c1 !default;
24 | $code_variable: #ffaa3e !default;
25 | $code_value: #f7e741 !default;
26 | $code_functions: #ffaa3e !default;
27 | $code_constants: #e0e8ff !default;
28 | $code_color1: #f8bb00 !default;
29 | $code_color2: white !default;
30 | $code_color3: #ffaa3e !default;
31 |
32 | @import "_theme_template.scss";
33 |
--------------------------------------------------------------------------------
/web/src/main/webapp/syntaxhighlighter/compass/shThemeRDark.scss:
--------------------------------------------------------------------------------
1 | // RDark SyntaxHighlighter theme based on theme by Radu Dineiu
2 | // http://www.vim.org/scripts/script.php?script_id=1732
3 |
4 | $background: #1b2426 !default;
5 |
6 | $line_highlighted_background: #323E41 !default;
7 | $line_highlighted_number: #b9bdb6 !default;
8 |
9 | $gutter_text: #afafaf !default;
10 | $gutter_border_color: #435a5f !default;
11 |
12 | $toolbar_collapsed_a: #5ba1cf !default;
13 | $toolbar_collapsed_a_hover: #5ce638 !default;
14 | $toolbar_collapsed_background: #000 !default;
15 |
16 | $toolbar_a: #fff !default;
17 | $toolbar_a_hover: #e0e8ff !default;
18 |
19 | $code_plain: #b9bdb6 !default;
20 | $code_comments: #878a85 !default;
21 | $code_string: #5ce638 !default;
22 | $code_keyword: #5ba1cf !default;
23 | $code_preprocessor: #435a5f !default;
24 | $code_variable: #ffaa3e !default;
25 | $code_value: #009900 !default;
26 | $code_functions: #ffaa3e !default;
27 | $code_constants: #e0e8ff !default;
28 | $code_color1: #e0e8ff !default;
29 | $code_color2: white !default;
30 | $code_color3: #ffaa3e !default;
31 |
32 | @import "_theme_template.scss";
33 |
--------------------------------------------------------------------------------
/web/src/main/webapp/syntaxhighlighter/scripts/shAutoloader.js:
--------------------------------------------------------------------------------
1 | /**
2 | * SyntaxHighlighter
3 | * http://alexgorbatchev.com/SyntaxHighlighter
4 | *
5 | * SyntaxHighlighter is donationware. If you are using it, please donate.
6 | * http://alexgorbatchev.com/SyntaxHighlighter/donate.html
7 | *
8 | * @version
9 | * 3.0.83 (July 02 2010)
10 | *
11 | * @copyright
12 | * Copyright (C) 2004-2010 Alex Gorbatchev.
13 | *
14 | * @license
15 | * Dual licensed under the MIT and GPL licenses.
16 | */
17 | eval(function(p,a,c,k,e,d){e=function(c){return(c35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('(2(){1 h=5;h.I=2(){2 n(c,a){4(1 d=0;d