Skip to content

Commit 2f4af3b

Browse files
committed
Fix dependancies into versioned files
1 parent 5dcbcc0 commit 2f4af3b

10 files changed

+10722
-134
lines changed

extern/ace-17.06.19/LICENSE

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Copyright (c) 2010, Ajax.org B.V.
2+
All rights reserved.
3+
4+
Redistribution and use in source and binary forms, with or without
5+
modification, are permitted provided that the following conditions are met:
6+
* Redistributions of source code must retain the above copyright
7+
notice, this list of conditions and the following disclaimer.
8+
* Redistributions in binary form must reproduce the above copyright
9+
notice, this list of conditions and the following disclaimer in the
10+
documentation and/or other materials provided with the distribution.
11+
* Neither the name of Ajax.org B.V. nor the
12+
names of its contributors may be used to endorse or promote products
13+
derived from this software without specific prior written permission.
14+
15+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
16+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
17+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
18+
DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
19+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
20+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
21+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
22+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
24+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

extern/ace.js extern/ace-17.06.19/ace.js

-30
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,3 @@
1-
/* ***** BEGIN LICENSE BLOCK *****
2-
* Distributed under the BSD license:
3-
*
4-
* Copyright (c) 2010, Ajax.org B.V.
5-
* All rights reserved.
6-
*
7-
* Redistribution and use in source and binary forms, with or without
8-
* modification, are permitted provided that the following conditions are met:
9-
* * Redistributions of source code must retain the above copyright
10-
* notice, this list of conditions and the following disclaimer.
11-
* * Redistributions in binary form must reproduce the above copyright
12-
* notice, this list of conditions and the following disclaimer in the
13-
* documentation and/or other materials provided with the distribution.
14-
* * Neither the name of Ajax.org B.V. nor the
15-
* names of its contributors may be used to endorse or promote products
16-
* derived from this software without specific prior written permission.
17-
*
18-
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
19-
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20-
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21-
* DISCLAIMED. IN NO EVENT SHALL AJAX.ORG B.V. BE LIABLE FOR ANY
22-
* DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
23-
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
24-
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
25-
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26-
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27-
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28-
*
29-
* ***** END LICENSE BLOCK ***** */
30-
311
/**
322
* Define a module along with a payload
333
* @param module a name for the payload
File renamed without changes.
File renamed without changes.

extern/ace-17.06.19/theme-xcode.js

+95
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
ace.define("ace/theme/xcode",["require","exports","module","ace/lib/dom"], function(require, exports, module) {
2+
3+
exports.isDark = false;
4+
exports.cssClass = "ace-xcode";
5+
exports.cssText = "\
6+
.ace-xcode .ace_gutter {\
7+
background: #e8e8e8;\
8+
color: #333\
9+
}\
10+
.ace-xcode .ace_print-margin {\
11+
width: 1px;\
12+
background: #e8e8e8\
13+
}\
14+
.ace-xcode {\
15+
background-color: #FFFFFF;\
16+
color: #000000\
17+
}\
18+
.ace-xcode .ace_cursor {\
19+
color: #000000\
20+
}\
21+
.ace-xcode .ace_marker-layer .ace_selection {\
22+
background: #B5D5FF\
23+
}\
24+
.ace-xcode.ace_multiselect .ace_selection.ace_start {\
25+
box-shadow: 0 0 3px 0px #FFFFFF;\
26+
}\
27+
.ace-xcode .ace_marker-layer .ace_step {\
28+
background: rgb(198, 219, 174)\
29+
}\
30+
.ace-xcode .ace_marker-layer .ace_bracket {\
31+
margin: -1px 0 0 -1px;\
32+
border: 1px solid #BFBFBF\
33+
}\
34+
.ace-xcode .ace_marker-layer .ace_active-line {\
35+
background: rgba(0, 0, 0, 0.071)\
36+
}\
37+
.ace-xcode .ace_gutter-active-line {\
38+
background-color: rgba(0, 0, 0, 0.071)\
39+
}\
40+
.ace-xcode .ace_marker-layer .ace_selected-word {\
41+
border: 1px solid #B5D5FF\
42+
}\
43+
.ace-xcode .ace_constant.ace_language,\
44+
.ace-xcode .ace_keyword,\
45+
.ace-xcode .ace_meta,\
46+
.ace-xcode .ace_variable.ace_language {\
47+
color: #C800A4\
48+
}\
49+
.ace-xcode .ace_invisible {\
50+
color: #BFBFBF\
51+
}\
52+
.ace-xcode .ace_constant.ace_character,\
53+
.ace-xcode .ace_constant.ace_other {\
54+
color: #275A5E\
55+
}\
56+
.ace-xcode .ace_constant.ace_numeric {\
57+
color: #3A00DC\
58+
}\
59+
.ace-xcode .ace_entity.ace_other.ace_attribute-name,\
60+
.ace-xcode .ace_support.ace_constant,\
61+
.ace-xcode .ace_support.ace_function {\
62+
color: #450084\
63+
}\
64+
.ace-xcode .ace_fold {\
65+
background-color: #C800A4;\
66+
border-color: #000000\
67+
}\
68+
.ace-xcode .ace_entity.ace_name.ace_tag,\
69+
.ace-xcode .ace_support.ace_class,\
70+
.ace-xcode .ace_support.ace_type {\
71+
color: #790EAD\
72+
}\
73+
.ace-xcode .ace_storage {\
74+
color: #C900A4\
75+
}\
76+
.ace-xcode .ace_string {\
77+
color: #DF0002\
78+
}\
79+
.ace-xcode .ace_comment {\
80+
color: #008E00\
81+
}\
82+
.ace-xcode .ace_indent-guide {\
83+
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==) right repeat-y\
84+
}";
85+
86+
var dom = require("../lib/dom");
87+
dom.importCssString(exports.cssText, exports.cssClass);
88+
}); (function() {
89+
ace.require(["ace/theme/xcode"], function(m) {
90+
if (typeof module == "object" && typeof exports == "object" && module) {
91+
module.exports = m;
92+
}
93+
});
94+
})();
95+

0 commit comments

Comments
 (0)