emissions-api-sdk 1.0.11 → 1.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +117 -0
- package/dist/api/Factor.js +53 -1
- package/dist/api/TypeRecommender.js +48 -0
- package/dist/coverage/clover.xml +17 -14
- package/dist/coverage/coverage-final.json +3 -3
- package/dist/coverage/lcov-report/index.html +7 -7
- package/dist/coverage/lcov-report/src/Client.ts.html +1 -1
- package/dist/coverage/lcov-report/src/Constants.ts.html +1 -1
- package/dist/coverage/lcov-report/src/api/Calculation.ts.html +1 -1
- package/dist/coverage/lcov-report/src/api/EconomicActivity.ts.html +1 -1
- package/dist/coverage/lcov-report/src/api/Factor.ts.html +159 -3
- package/dist/coverage/lcov-report/src/api/FactorSets.ts.html +1 -1
- package/dist/coverage/lcov-report/src/api/Fugitive.ts.html +1 -1
- package/dist/coverage/lcov-report/src/api/Location.ts.html +1 -1
- package/dist/coverage/lcov-report/src/api/Metadata.ts.html +1 -1
- package/dist/coverage/lcov-report/src/api/Mobile.ts.html +1 -1
- package/dist/coverage/lcov-report/src/api/RealEstate.ts.html +1 -1
- package/dist/coverage/lcov-report/src/api/Stationary.ts.html +1 -1
- package/dist/coverage/lcov-report/src/api/TransportationAndDistribution.ts.html +1 -1
- package/dist/coverage/lcov-report/src/api/TypeRecommender.ts.html +146 -2
- package/dist/coverage/lcov-report/src/api/Usage.ts.html +1 -1
- package/dist/coverage/lcov-report/src/api/index.html +1 -1
- package/dist/coverage/lcov-report/src/index.html +1 -1
- package/dist/coverage/lcov-report/src/request.ts.html +1 -1
- package/dist/coverage/lcov-report/src/utils.ts.html +1 -1
- package/dist/coverage/lcov-report/test/index.html +1 -1
- package/dist/coverage/lcov-report/test/mocks/CommonRequest.ts.html +1 -1
- package/dist/coverage/lcov-report/test/mocks/FactorRequest.ts.html +1 -1
- package/dist/coverage/lcov-report/test/mocks/GenericCalculationRequest.ts.html +1 -1
- package/dist/coverage/lcov-report/test/mocks/LocationRequest.ts.html +1 -1
- package/dist/coverage/lcov-report/test/mocks/SearchRequest.ts.html +148 -4
- package/dist/coverage/lcov-report/test/mocks/index.html +5 -5
- package/dist/coverage/lcov-report/test/testUtils.ts.html +1 -1
- package/dist/coverage/lcov.info +16 -13
- package/dist/types/api/Factor.d.ts +53 -1
- package/dist/types/api/TypeRecommender.d.ts +48 -0
- package/dist/types/interfaces/common.d.ts +8 -0
- package/docs/_static/base-stemmer.js +476 -0
- package/docs/_static/basic.css +0 -8
- package/docs/_static/doctools.js +6 -5
- package/docs/_static/english-stemmer.js +1066 -0
- package/docs/_static/language_data.js +7 -186
- package/docs/_static/pygments.css +164 -146
- package/docs/_static/searchtools.js +121 -60
- package/docs/_static/sphinx_highlight.js +36 -31
- package/docs/_static/styles/furo.css +1 -1
- package/docs/_static/styles/furo.css.map +1 -1
- package/docs/authentication.html +21 -30
- package/docs/client.html +21 -30
- package/docs/genindex.html +21 -30
- package/docs/getting_started.html +21 -30
- package/docs/index.html +21 -30
- package/docs/reference.html +63 -72
- package/docs/sdk.html +21 -30
- package/docs/search.html +21 -30
- package/docs/searchindex.js +1 -1
- package/docs/troubleshooting.html +21 -30
- package/package.json +1 -1
- package/src/api/Factor.ts +53 -1
- package/src/api/TypeRecommender.ts +48 -0
- package/src/interfaces/common.ts +12 -0
- package/test/mocks/SearchRequest.ts +48 -0
|
@@ -1,192 +1,13 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* This script contains the language-specific data used by searchtools.js,
|
|
3
|
-
* namely the
|
|
3
|
+
* namely the set of stopwords, stemmer, scorer and splitter.
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
const stopwords = new Set(["a", "about", "above", "after", "again", "against", "all", "am", "an", "and", "any", "are", "aren't", "as", "at", "be", "because", "been", "before", "being", "below", "between", "both", "but", "by", "can't", "cannot", "could", "couldn't", "did", "didn't", "do", "does", "doesn't", "doing", "don't", "down", "during", "each", "few", "for", "from", "further", "had", "hadn't", "has", "hasn't", "have", "haven't", "having", "he", "he'd", "he'll", "he's", "her", "here", "here's", "hers", "herself", "him", "himself", "his", "how", "how's", "i", "i'd", "i'll", "i'm", "i've", "if", "in", "into", "is", "isn't", "it", "it's", "its", "itself", "let's", "me", "more", "most", "mustn't", "my", "myself", "no", "nor", "not", "of", "off", "on", "once", "only", "or", "other", "ought", "our", "ours", "ourselves", "out", "over", "own", "same", "shan't", "she", "she'd", "she'll", "she's", "should", "shouldn't", "so", "some", "such", "than", "that", "that's", "the", "their", "theirs", "them", "themselves", "then", "there", "there's", "these", "they", "they'd", "they'll", "they're", "they've", "this", "those", "through", "to", "too", "under", "until", "up", "very", "was", "wasn't", "we", "we'd", "we'll", "we're", "we've", "were", "weren't", "what", "what's", "when", "when's", "where", "where's", "which", "while", "who", "who's", "whom", "why", "why's", "with", "won't", "would", "wouldn't", "you", "you'd", "you'll", "you're", "you've", "your", "yours", "yourself", "yourselves"]);
|
|
7
|
+
window.stopwords = stopwords; // Export to global scope
|
|
7
8
|
|
|
8
9
|
|
|
9
|
-
/* Non-minified
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
*/
|
|
14
|
-
var Stemmer = function() {
|
|
15
|
-
|
|
16
|
-
var step2list = {
|
|
17
|
-
ational: 'ate',
|
|
18
|
-
tional: 'tion',
|
|
19
|
-
enci: 'ence',
|
|
20
|
-
anci: 'ance',
|
|
21
|
-
izer: 'ize',
|
|
22
|
-
bli: 'ble',
|
|
23
|
-
alli: 'al',
|
|
24
|
-
entli: 'ent',
|
|
25
|
-
eli: 'e',
|
|
26
|
-
ousli: 'ous',
|
|
27
|
-
ization: 'ize',
|
|
28
|
-
ation: 'ate',
|
|
29
|
-
ator: 'ate',
|
|
30
|
-
alism: 'al',
|
|
31
|
-
iveness: 'ive',
|
|
32
|
-
fulness: 'ful',
|
|
33
|
-
ousness: 'ous',
|
|
34
|
-
aliti: 'al',
|
|
35
|
-
iviti: 'ive',
|
|
36
|
-
biliti: 'ble',
|
|
37
|
-
logi: 'log'
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
var step3list = {
|
|
41
|
-
icate: 'ic',
|
|
42
|
-
ative: '',
|
|
43
|
-
alize: 'al',
|
|
44
|
-
iciti: 'ic',
|
|
45
|
-
ical: 'ic',
|
|
46
|
-
ful: '',
|
|
47
|
-
ness: ''
|
|
48
|
-
};
|
|
49
|
-
|
|
50
|
-
var c = "[^aeiou]"; // consonant
|
|
51
|
-
var v = "[aeiouy]"; // vowel
|
|
52
|
-
var C = c + "[^aeiouy]*"; // consonant sequence
|
|
53
|
-
var V = v + "[aeiou]*"; // vowel sequence
|
|
54
|
-
|
|
55
|
-
var mgr0 = "^(" + C + ")?" + V + C; // [C]VC... is m>0
|
|
56
|
-
var meq1 = "^(" + C + ")?" + V + C + "(" + V + ")?$"; // [C]VC[V] is m=1
|
|
57
|
-
var mgr1 = "^(" + C + ")?" + V + C + V + C; // [C]VCVC... is m>1
|
|
58
|
-
var s_v = "^(" + C + ")?" + v; // vowel in stem
|
|
59
|
-
|
|
60
|
-
this.stemWord = function (w) {
|
|
61
|
-
var stem;
|
|
62
|
-
var suffix;
|
|
63
|
-
var firstch;
|
|
64
|
-
var origword = w;
|
|
65
|
-
|
|
66
|
-
if (w.length < 3)
|
|
67
|
-
return w;
|
|
68
|
-
|
|
69
|
-
var re;
|
|
70
|
-
var re2;
|
|
71
|
-
var re3;
|
|
72
|
-
var re4;
|
|
73
|
-
|
|
74
|
-
firstch = w.substr(0,1);
|
|
75
|
-
if (firstch == "y")
|
|
76
|
-
w = firstch.toUpperCase() + w.substr(1);
|
|
77
|
-
|
|
78
|
-
// Step 1a
|
|
79
|
-
re = /^(.+?)(ss|i)es$/;
|
|
80
|
-
re2 = /^(.+?)([^s])s$/;
|
|
81
|
-
|
|
82
|
-
if (re.test(w))
|
|
83
|
-
w = w.replace(re,"$1$2");
|
|
84
|
-
else if (re2.test(w))
|
|
85
|
-
w = w.replace(re2,"$1$2");
|
|
86
|
-
|
|
87
|
-
// Step 1b
|
|
88
|
-
re = /^(.+?)eed$/;
|
|
89
|
-
re2 = /^(.+?)(ed|ing)$/;
|
|
90
|
-
if (re.test(w)) {
|
|
91
|
-
var fp = re.exec(w);
|
|
92
|
-
re = new RegExp(mgr0);
|
|
93
|
-
if (re.test(fp[1])) {
|
|
94
|
-
re = /.$/;
|
|
95
|
-
w = w.replace(re,"");
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
else if (re2.test(w)) {
|
|
99
|
-
var fp = re2.exec(w);
|
|
100
|
-
stem = fp[1];
|
|
101
|
-
re2 = new RegExp(s_v);
|
|
102
|
-
if (re2.test(stem)) {
|
|
103
|
-
w = stem;
|
|
104
|
-
re2 = /(at|bl|iz)$/;
|
|
105
|
-
re3 = new RegExp("([^aeiouylsz])\\1$");
|
|
106
|
-
re4 = new RegExp("^" + C + v + "[^aeiouwxy]$");
|
|
107
|
-
if (re2.test(w))
|
|
108
|
-
w = w + "e";
|
|
109
|
-
else if (re3.test(w)) {
|
|
110
|
-
re = /.$/;
|
|
111
|
-
w = w.replace(re,"");
|
|
112
|
-
}
|
|
113
|
-
else if (re4.test(w))
|
|
114
|
-
w = w + "e";
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
// Step 1c
|
|
119
|
-
re = /^(.+?)y$/;
|
|
120
|
-
if (re.test(w)) {
|
|
121
|
-
var fp = re.exec(w);
|
|
122
|
-
stem = fp[1];
|
|
123
|
-
re = new RegExp(s_v);
|
|
124
|
-
if (re.test(stem))
|
|
125
|
-
w = stem + "i";
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
// Step 2
|
|
129
|
-
re = /^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/;
|
|
130
|
-
if (re.test(w)) {
|
|
131
|
-
var fp = re.exec(w);
|
|
132
|
-
stem = fp[1];
|
|
133
|
-
suffix = fp[2];
|
|
134
|
-
re = new RegExp(mgr0);
|
|
135
|
-
if (re.test(stem))
|
|
136
|
-
w = stem + step2list[suffix];
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
// Step 3
|
|
140
|
-
re = /^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/;
|
|
141
|
-
if (re.test(w)) {
|
|
142
|
-
var fp = re.exec(w);
|
|
143
|
-
stem = fp[1];
|
|
144
|
-
suffix = fp[2];
|
|
145
|
-
re = new RegExp(mgr0);
|
|
146
|
-
if (re.test(stem))
|
|
147
|
-
w = stem + step3list[suffix];
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
// Step 4
|
|
151
|
-
re = /^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/;
|
|
152
|
-
re2 = /^(.+?)(s|t)(ion)$/;
|
|
153
|
-
if (re.test(w)) {
|
|
154
|
-
var fp = re.exec(w);
|
|
155
|
-
stem = fp[1];
|
|
156
|
-
re = new RegExp(mgr1);
|
|
157
|
-
if (re.test(stem))
|
|
158
|
-
w = stem;
|
|
159
|
-
}
|
|
160
|
-
else if (re2.test(w)) {
|
|
161
|
-
var fp = re2.exec(w);
|
|
162
|
-
stem = fp[1] + fp[2];
|
|
163
|
-
re2 = new RegExp(mgr1);
|
|
164
|
-
if (re2.test(stem))
|
|
165
|
-
w = stem;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
// Step 5
|
|
169
|
-
re = /^(.+?)e$/;
|
|
170
|
-
if (re.test(w)) {
|
|
171
|
-
var fp = re.exec(w);
|
|
172
|
-
stem = fp[1];
|
|
173
|
-
re = new RegExp(mgr1);
|
|
174
|
-
re2 = new RegExp(meq1);
|
|
175
|
-
re3 = new RegExp("^" + C + v + "[^aeiouwxy]$");
|
|
176
|
-
if (re.test(stem) || (re2.test(stem) && !(re3.test(stem))))
|
|
177
|
-
w = stem;
|
|
178
|
-
}
|
|
179
|
-
re = /ll$/;
|
|
180
|
-
re2 = new RegExp(mgr1);
|
|
181
|
-
if (re.test(w) && re2.test(w)) {
|
|
182
|
-
re = /.$/;
|
|
183
|
-
w = w.replace(re,"");
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
// and turn initial Y back to y
|
|
187
|
-
if (firstch == "y")
|
|
188
|
-
w = firstch.toLowerCase() + w.substr(1);
|
|
189
|
-
return w;
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
|
|
10
|
+
/* Non-minified versions are copied as separate JavaScript files, if available */
|
|
11
|
+
BaseStemmer=function(){this.current="",this.cursor=0,this.limit=0,this.limit_backward=0,this.bra=0,this.ket=0,this.setCurrent=function(t){this.current=t,this.cursor=0,this.limit=this.current.length,this.limit_backward=0,this.bra=this.cursor,this.ket=this.limit},this.getCurrent=function(){return this.current},this.copy_from=function(t){this.current=t.current,this.cursor=t.cursor,this.limit=t.limit,this.limit_backward=t.limit_backward,this.bra=t.bra,this.ket=t.ket},this.in_grouping=function(t,r,i){return!(this.cursor>=this.limit||i<(i=this.current.charCodeAt(this.cursor))||i<r||0==(t[(i-=r)>>>3]&1<<(7&i))||(this.cursor++,0))},this.go_in_grouping=function(t,r,i){for(;this.cursor<this.limit;){var s=this.current.charCodeAt(this.cursor);if(i<s||s<r)return!0;if(0==(t[(s-=r)>>>3]&1<<(7&s)))return!0;this.cursor++}return!1},this.in_grouping_b=function(t,r,i){return!(this.cursor<=this.limit_backward||i<(i=this.current.charCodeAt(this.cursor-1))||i<r||0==(t[(i-=r)>>>3]&1<<(7&i))||(this.cursor--,0))},this.go_in_grouping_b=function(t,r,i){for(;this.cursor>this.limit_backward;){var s=this.current.charCodeAt(this.cursor-1);if(i<s||s<r)return!0;if(0==(t[(s-=r)>>>3]&1<<(7&s)))return!0;this.cursor--}return!1},this.out_grouping=function(t,r,i){return!(this.cursor>=this.limit)&&(i<(i=this.current.charCodeAt(this.cursor))||i<r||0==(t[(i-=r)>>>3]&1<<(7&i)))&&(this.cursor++,!0)},this.go_out_grouping=function(t,r,i){for(;this.cursor<this.limit;){var s=this.current.charCodeAt(this.cursor);if(s<=i&&r<=s&&0!=(t[(s-=r)>>>3]&1<<(7&s)))return!0;this.cursor++}return!1},this.out_grouping_b=function(t,r,i){return!(this.cursor<=this.limit_backward)&&(i<(i=this.current.charCodeAt(this.cursor-1))||i<r||0==(t[(i-=r)>>>3]&1<<(7&i)))&&(this.cursor--,!0)},this.go_out_grouping_b=function(t,r,i){for(;this.cursor>this.limit_backward;){var s=this.current.charCodeAt(this.cursor-1);if(s<=i&&r<=s&&0!=(t[(s-=r)>>>3]&1<<(7&s)))return!0;this.cursor--}return!1},this.eq_s=function(t){return!(this.limit-this.cursor<t.length||this.current.slice(this.cursor,this.cursor+t.length)!=t||(this.cursor+=t.length,0))},this.eq_s_b=function(t){return!(this.cursor-this.limit_backward<t.length||this.current.slice(this.cursor-t.length,this.cursor)!=t||(this.cursor-=t.length,0))},this.find_among=function(t){for(var r=0,i=t.length,s=this.cursor,h=this.limit,e=0,n=0,c=!1;;){for(var u=r+(i-r>>>1),o=0,a=e<n?e:n,l=t[u],f=a;f<l[0].length;f++){if(s+a==h){o=-1;break}if(0!=(o=this.current.charCodeAt(s+a)-l[0].charCodeAt(f)))break;a++}if(o<0?(i=u,n=a):(r=u,e=a),i-r<=1){if(0<r)break;if(i==r)break;if(c)break;c=!0}}do{if(e>=(l=t[r])[0].length){if(this.cursor=s+l[0].length,l.length<4)return l[2];var g=l[3](this);if(this.cursor=s+l[0].length,g)return l[2]}}while(0<=(r=l[1]));return 0},this.find_among_b=function(t){for(var r=0,i=t.length,s=this.cursor,h=this.limit_backward,e=0,n=0,c=!1;;){for(var u,o=r+(i-r>>1),a=0,l=e<n?e:n,f=(u=t[o])[0].length-1-l;0<=f;f--){if(s-l==h){a=-1;break}if(0!=(a=this.current.charCodeAt(s-1-l)-u[0].charCodeAt(f)))break;l++}if(a<0?(i=o,n=l):(r=o,e=l),i-r<=1){if(0<r)break;if(i==r)break;if(c)break;c=!0}}do{if(e>=(u=t[r])[0].length){if(this.cursor=s-u[0].length,u.length<4)return u[2];var g=u[3](this);if(this.cursor=s-u[0].length,g)return u[2]}}while(0<=(r=u[1]));return 0},this.replace_s=function(t,r,i){var s=i.length-(r-t);return this.current=this.current.slice(0,t)+i+this.current.slice(r),this.limit+=s,this.cursor>=r?this.cursor+=s:this.cursor>t&&(this.cursor=t),s},this.slice_check=function(){return!(this.bra<0||this.bra>this.ket||this.ket>this.limit||this.limit>this.current.length)},this.slice_from=function(t){var r=!1;return this.slice_check()&&(this.replace_s(this.bra,this.ket,t),r=!0),r},this.slice_del=function(){return this.slice_from("")},this.insert=function(t,r,i){r=this.replace_s(t,r,i);t<=this.bra&&(this.bra+=r),t<=this.ket&&(this.ket+=r)},this.slice_to=function(){var t="";return t=this.slice_check()?this.current.slice(this.bra,this.ket):t},this.assign_to=function(){return this.current.slice(0,this.limit)}};
|
|
12
|
+
var EnglishStemmer=function(){var a=new BaseStemmer,c=[["arsen",-1,-1],["commun",-1,-1],["emerg",-1,-1],["gener",-1,-1],["later",-1,-1],["organ",-1,-1],["past",-1,-1],["univers",-1,-1]],o=[["'",-1,1],["'s'",0,1],["'s",-1,1]],u=[["ied",-1,2],["s",-1,3],["ies",1,2],["sses",1,1],["ss",1,-1],["us",1,-1]],t=[["succ",-1,1],["proc",-1,1],["exc",-1,1]],l=[["even",-1,2],["cann",-1,2],["inn",-1,2],["earr",-1,2],["herr",-1,2],["out",-1,2],["y",-1,1]],n=[["",-1,-1],["ed",0,2],["eed",1,1],["ing",0,3],["edly",0,2],["eedly",4,1],["ingly",0,2]],f=[["",-1,3],["bb",0,2],["dd",0,2],["ff",0,2],["gg",0,2],["bl",0,1],["mm",0,2],["nn",0,2],["pp",0,2],["rr",0,2],["at",0,1],["tt",0,2],["iz",0,1]],_=[["anci",-1,3],["enci",-1,2],["ogi",-1,14],["li",-1,16],["bli",3,12],["abli",4,4],["alli",3,8],["fulli",3,9],["lessli",3,15],["ousli",3,10],["entli",3,5],["aliti",-1,8],["biliti",-1,12],["iviti",-1,11],["tional",-1,1],["ational",14,7],["alism",-1,8],["ation",-1,7],["ization",17,6],["izer",-1,6],["ator",-1,7],["iveness",-1,11],["fulness",-1,9],["ousness",-1,10],["ogist",-1,13]],m=[["icate",-1,4],["ative",-1,6],["alize",-1,3],["iciti",-1,4],["ical",-1,4],["tional",-1,1],["ational",5,2],["ful",-1,5],["ness",-1,5]],b=[["ic",-1,1],["ance",-1,1],["ence",-1,1],["able",-1,1],["ible",-1,1],["ate",-1,1],["ive",-1,1],["ize",-1,1],["iti",-1,1],["al",-1,1],["ism",-1,1],["ion",-1,2],["er",-1,1],["ous",-1,1],["ant",-1,1],["ent",-1,1],["ment",15,1],["ement",16,1]],k=[["e",-1,1],["l",-1,2]],g=[["andes",-1,-1],["atlas",-1,-1],["bias",-1,-1],["cosmos",-1,-1],["early",-1,5],["gently",-1,3],["howe",-1,-1],["idly",-1,2],["news",-1,-1],["only",-1,6],["singly",-1,7],["skies",-1,1],["sky",-1,-1],["ugly",-1,4]],d=[17,64],v=[17,65,16,1],i=[1,17,65,208,1],w=[55,141,2],p=!1,y=0,h=0;function q(){var r=a.limit-a.cursor;return!!(a.out_grouping_b(i,89,121)&&a.in_grouping_b(v,97,121)&&a.out_grouping_b(v,97,121)||(a.cursor=a.limit-r,a.out_grouping_b(v,97,121)&&a.in_grouping_b(v,97,121)&&!(a.cursor>a.limit_backward))||(a.cursor=a.limit-r,a.eq_s_b("past")))}function z(){return h<=a.cursor}function Y(){return y<=a.cursor}this.stem=function(){var r=a.cursor;if(!(()=>{var r;if(a.bra=a.cursor,0!=(r=a.find_among(g))&&(a.ket=a.cursor,!(a.cursor<a.limit))){switch(r){case 1:if(a.slice_from("sky"))break;return;case 2:if(a.slice_from("idl"))break;return;case 3:if(a.slice_from("gentl"))break;return;case 4:if(a.slice_from("ugli"))break;return;case 5:if(a.slice_from("earli"))break;return;case 6:if(a.slice_from("onli"))break;return;case 7:if(a.slice_from("singl"))break;return}return 1}})()){a.cursor=r;var i=a.cursor,e=a.cursor+3;if(e>a.limit)a.cursor=i;else{a.cursor=e,a.cursor=r,(()=>{p=!1;var r=a.cursor;if(a.bra=a.cursor,!a.eq_s("'")||(a.ket=a.cursor,a.slice_del())){a.cursor=r;r=a.cursor;if(a.bra=a.cursor,a.eq_s("y")){if(a.ket=a.cursor,!a.slice_from("Y"))return;p=!0}a.cursor=r;for(r=a.cursor;;){var i=a.cursor;r:{for(;;){var e=a.cursor;if(a.in_grouping(v,97,121)&&(a.bra=a.cursor,a.eq_s("y"))){a.ket=a.cursor,a.cursor=e;break}if(a.cursor=e,a.cursor>=a.limit)break r;a.cursor++}if(!a.slice_from("Y"))return;p=!0;continue}a.cursor=i;break}a.cursor=r}})(),h=a.limit,y=a.limit;i=a.cursor;r:{var s=a.cursor;if(0==a.find_among(c)){if(a.cursor=s,!a.go_out_grouping(v,97,121))break r;if(a.cursor++,!a.go_in_grouping(v,97,121))break r;a.cursor++}h=a.cursor,a.go_out_grouping(v,97,121)&&(a.cursor++,a.go_in_grouping(v,97,121))&&(a.cursor++,y=a.cursor)}a.cursor=i,a.limit_backward=a.cursor,a.cursor=a.limit;var e=a.limit-a.cursor,r=((()=>{var r=a.limit-a.cursor;if(a.ket=a.cursor,0==a.find_among_b(o))a.cursor=a.limit-r;else if(a.bra=a.cursor,!a.slice_del())return;if(a.ket=a.cursor,0!=(r=a.find_among_b(u)))switch(a.bra=a.cursor,r){case 1:if(a.slice_from("ss"))break;return;case 2:r:{var i=a.limit-a.cursor,e=a.cursor-2;if(!(e<a.limit_backward)){if(a.cursor=e,a.slice_from("i"))break r;return}if(a.cursor=a.limit-i,!a.slice_from("ie"))return}break;case 3:if(a.cursor<=a.limit_backward)return;if(a.cursor--,!a.go_out_grouping_b(v,97,121))return;if(a.cursor--,a.slice_del())break}})(),a.cursor=a.limit-e,a.limit-a.cursor),i=((()=>{a.ket=a.cursor,o=a.find_among_b(n),a.bra=a.cursor;r:{var r=a.limit-a.cursor;i:{switch(o){case 1:var i=a.limit-a.cursor;e:{var e=a.limit-a.cursor;if(0==a.find_among_b(t)||a.cursor>a.limit_backward){if(a.cursor=a.limit-e,!z())break e;if(!a.slice_from("ee"))return}}a.cursor=a.limit-i;break;case 2:break i;case 3:if(0==(o=a.find_among_b(l)))break i;switch(o){case 1:var s=a.limit-a.cursor;if(!a.out_grouping_b(v,97,121))break i;if(a.cursor>a.limit_backward)break i;if(a.cursor=a.limit-s,a.bra=a.cursor,a.slice_from("ie"))break;return;case 2:if(a.cursor>a.limit_backward)break i}}break r}a.cursor=a.limit-r;var c=a.limit-a.cursor;if(!a.go_out_grouping_b(v,97,121))return;if(a.cursor--,a.cursor=a.limit-c,!a.slice_del())return;a.ket=a.cursor,a.bra=a.cursor;var o,c=a.limit-a.cursor;switch(o=a.find_among_b(f)){case 1:return a.slice_from("e");case 2:var u=a.limit-a.cursor;if(a.in_grouping_b(d,97,111)&&!(a.cursor>a.limit_backward))return;a.cursor=a.limit-u;break;case 3:return a.cursor!=h||(u=a.limit-a.cursor,q()&&(a.cursor=a.limit-u,a.slice_from("e")))}if(a.cursor=a.limit-c,a.ket=a.cursor,a.cursor<=a.limit_backward)return;if(a.cursor--,a.bra=a.cursor,!a.slice_del())return}})(),a.cursor=a.limit-r,a.limit-a.cursor),r=(a.ket=a.cursor,e=a.limit-a.cursor,(a.eq_s_b("y")||(a.cursor=a.limit-e,a.eq_s_b("Y")))&&(a.bra=a.cursor,a.out_grouping_b(v,97,121))&&a.cursor>a.limit_backward&&a.slice_from("i"),a.cursor=a.limit-i,a.limit-a.cursor),e=((()=>{var r;if(a.ket=a.cursor,0!=(r=a.find_among_b(_))&&(a.bra=a.cursor,z()))switch(r){case 1:if(a.slice_from("tion"))break;return;case 2:if(a.slice_from("ence"))break;return;case 3:if(a.slice_from("ance"))break;return;case 4:if(a.slice_from("able"))break;return;case 5:if(a.slice_from("ent"))break;return;case 6:if(a.slice_from("ize"))break;return;case 7:if(a.slice_from("ate"))break;return;case 8:if(a.slice_from("al"))break;return;case 9:if(a.slice_from("ful"))break;return;case 10:if(a.slice_from("ous"))break;return;case 11:if(a.slice_from("ive"))break;return;case 12:if(a.slice_from("ble"))break;return;case 13:if(a.slice_from("og"))break;return;case 14:if(!a.eq_s_b("l"))return;if(a.slice_from("og"))break;return;case 15:if(a.slice_from("less"))break;return;case 16:if(!a.in_grouping_b(w,99,116))return;if(a.slice_del())break}})(),a.cursor=a.limit-r,a.limit-a.cursor),i=((()=>{var r;if(a.ket=a.cursor,0!=(r=a.find_among_b(m))&&(a.bra=a.cursor,z()))switch(r){case 1:if(a.slice_from("tion"))break;return;case 2:if(a.slice_from("ate"))break;return;case 3:if(a.slice_from("al"))break;return;case 4:if(a.slice_from("ic"))break;return;case 5:if(a.slice_del())break;return;case 6:if(!Y())return;if(a.slice_del())break}})(),a.cursor=a.limit-e,a.limit-a.cursor),r=((()=>{var r;if(a.ket=a.cursor,0!=(r=a.find_among_b(b))&&(a.bra=a.cursor,Y()))switch(r){case 1:if(a.slice_del())break;return;case 2:var i=a.limit-a.cursor;if(!a.eq_s_b("s")&&(a.cursor=a.limit-i,!a.eq_s_b("t")))return;if(a.slice_del())break}})(),a.cursor=a.limit-i,a.limit-a.cursor),e=((()=>{var r;if(a.ket=a.cursor,0!=(r=a.find_among_b(k)))switch(a.bra=a.cursor,r){case 1:if(!Y()){if(!z())return;var i=a.limit-a.cursor;if(q())return;a.cursor=a.limit-i}if(a.slice_del())break;return;case 2:if(!Y())return;if(!a.eq_s_b("l"))return;if(a.slice_del())break}})(),a.cursor=a.limit-r,a.cursor=a.limit_backward,a.cursor);(()=>{if(p)for(;;){var r=a.cursor;r:{for(;;){var i=a.cursor;if(a.bra=a.cursor,a.eq_s("Y")){a.ket=a.cursor,a.cursor=i;break}if(a.cursor=i,a.cursor>=a.limit)break r;a.cursor++}if(a.slice_from("y"))continue;return}a.cursor=r;break}})(),a.cursor=e}}return!0},this.stemWord=function(r){return a.setCurrent(r),this.stem(),a.getCurrent()}};
|
|
13
|
+
window.Stemmer = EnglishStemmer;
|
|
@@ -76,157 +76,175 @@
|
|
|
76
76
|
.highlight .il { color: #7F4707 } /* Literal.Number.Integer.Long */
|
|
77
77
|
@media not print {
|
|
78
78
|
body[data-theme="dark"] .highlight pre { line-height: 125%; }
|
|
79
|
-
body[data-theme="dark"] .highlight td.linenos .normal { color:
|
|
80
|
-
body[data-theme="dark"] .highlight span.linenos { color:
|
|
79
|
+
body[data-theme="dark"] .highlight td.linenos .normal { color: #aaaaaa; background-color: transparent; padding-left: 5px; padding-right: 5px; }
|
|
80
|
+
body[data-theme="dark"] .highlight span.linenos { color: #aaaaaa; background-color: transparent; padding-left: 5px; padding-right: 5px; }
|
|
81
81
|
body[data-theme="dark"] .highlight td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
|
|
82
82
|
body[data-theme="dark"] .highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
|
|
83
|
-
body[data-theme="dark"] .highlight .hll { background-color: #
|
|
84
|
-
body[data-theme="dark"] .highlight { background: #
|
|
85
|
-
body[data-theme="dark"] .highlight .c { color: #
|
|
86
|
-
body[data-theme="dark"] .highlight .err { color: #
|
|
87
|
-
body[data-theme="dark"] .highlight .
|
|
88
|
-
body[data-theme="dark"] .highlight .
|
|
89
|
-
body[data-theme="dark"] .highlight .
|
|
90
|
-
body[data-theme="dark"] .highlight .
|
|
91
|
-
body[data-theme="dark"] .highlight .
|
|
92
|
-
body[data-theme="dark"] .highlight .
|
|
93
|
-
body[data-theme="dark"] .highlight .
|
|
94
|
-
body[data-theme="dark"] .highlight .
|
|
95
|
-
body[data-theme="dark"] .highlight .
|
|
96
|
-
body[data-theme="dark"] .highlight .
|
|
97
|
-
body[data-theme="dark"] .highlight .
|
|
98
|
-
body[data-theme="dark"] .highlight .
|
|
99
|
-
body[data-theme="dark"] .highlight .
|
|
100
|
-
body[data-theme="dark"] .highlight .
|
|
101
|
-
body[data-theme="dark"] .highlight .
|
|
102
|
-
body[data-theme="dark"] .highlight .
|
|
103
|
-
body[data-theme="dark"] .highlight .
|
|
104
|
-
body[data-theme="dark"] .highlight .
|
|
105
|
-
body[data-theme="dark"] .highlight .
|
|
106
|
-
body[data-theme="dark"] .highlight .
|
|
107
|
-
body[data-theme="dark"] .highlight .
|
|
108
|
-
body[data-theme="dark"] .highlight .
|
|
109
|
-
body[data-theme="dark"] .highlight .
|
|
110
|
-
body[data-theme="dark"] .highlight .
|
|
111
|
-
body[data-theme="dark"] .highlight .
|
|
112
|
-
body[data-theme="dark"] .highlight .
|
|
113
|
-
body[data-theme="dark"] .highlight .
|
|
114
|
-
body[data-theme="dark"] .highlight .
|
|
115
|
-
body[data-theme="dark"] .highlight .
|
|
116
|
-
body[data-theme="dark"] .highlight .
|
|
117
|
-
body[data-theme="dark"] .highlight .
|
|
118
|
-
body[data-theme="dark"] .highlight .
|
|
119
|
-
body[data-theme="dark"] .highlight .
|
|
120
|
-
body[data-theme="dark"] .highlight .
|
|
121
|
-
body[data-theme="dark"] .highlight .
|
|
122
|
-
body[data-theme="dark"] .highlight .
|
|
123
|
-
body[data-theme="dark"] .highlight .
|
|
124
|
-
body[data-theme="dark"] .highlight .
|
|
125
|
-
body[data-theme="dark"] .highlight .
|
|
126
|
-
body[data-theme="dark"] .highlight .
|
|
127
|
-
body[data-theme="dark"] .highlight .
|
|
128
|
-
body[data-theme="dark"] .highlight .
|
|
129
|
-
body[data-theme="dark"] .highlight .
|
|
130
|
-
body[data-theme="dark"] .highlight .
|
|
131
|
-
body[data-theme="dark"] .highlight .
|
|
132
|
-
body[data-theme="dark"] .highlight .
|
|
133
|
-
body[data-theme="dark"] .highlight .
|
|
134
|
-
body[data-theme="dark"] .highlight .
|
|
135
|
-
body[data-theme="dark"] .highlight .
|
|
136
|
-
body[data-theme="dark"] .highlight .
|
|
137
|
-
body[data-theme="dark"] .highlight .
|
|
138
|
-
body[data-theme="dark"] .highlight .
|
|
139
|
-
body[data-theme="dark"] .highlight .
|
|
140
|
-
body[data-theme="dark"] .highlight .
|
|
141
|
-
body[data-theme="dark"] .highlight .
|
|
142
|
-
body[data-theme="dark"] .highlight .
|
|
143
|
-
body[data-theme="dark"] .highlight .
|
|
144
|
-
body[data-theme="dark"] .highlight .
|
|
145
|
-
body[data-theme="dark"] .highlight .
|
|
146
|
-
body[data-theme="dark"] .highlight .
|
|
147
|
-
body[data-theme="dark"] .highlight .
|
|
148
|
-
body[data-theme="dark"] .highlight .
|
|
149
|
-
body[data-theme="dark"] .highlight .
|
|
150
|
-
body[data-theme="dark"] .highlight .
|
|
151
|
-
body[data-theme="dark"] .highlight .
|
|
152
|
-
body[data-theme="dark"] .highlight .
|
|
153
|
-
body[data-theme="dark"] .highlight .
|
|
83
|
+
body[data-theme="dark"] .highlight .hll { background-color: #404040 }
|
|
84
|
+
body[data-theme="dark"] .highlight { background: #202020; color: #D0D0D0 }
|
|
85
|
+
body[data-theme="dark"] .highlight .c { color: #ABABAB; font-style: italic } /* Comment */
|
|
86
|
+
body[data-theme="dark"] .highlight .err { color: #A61717; background-color: #E3D2D2 } /* Error */
|
|
87
|
+
body[data-theme="dark"] .highlight .esc { color: #D0D0D0 } /* Escape */
|
|
88
|
+
body[data-theme="dark"] .highlight .g { color: #D0D0D0 } /* Generic */
|
|
89
|
+
body[data-theme="dark"] .highlight .k { color: #6EBF26; font-weight: bold } /* Keyword */
|
|
90
|
+
body[data-theme="dark"] .highlight .l { color: #D0D0D0 } /* Literal */
|
|
91
|
+
body[data-theme="dark"] .highlight .n { color: #D0D0D0 } /* Name */
|
|
92
|
+
body[data-theme="dark"] .highlight .o { color: #D0D0D0 } /* Operator */
|
|
93
|
+
body[data-theme="dark"] .highlight .x { color: #D0D0D0 } /* Other */
|
|
94
|
+
body[data-theme="dark"] .highlight .p { color: #D0D0D0 } /* Punctuation */
|
|
95
|
+
body[data-theme="dark"] .highlight .ch { color: #ABABAB; font-style: italic } /* Comment.Hashbang */
|
|
96
|
+
body[data-theme="dark"] .highlight .cm { color: #ABABAB; font-style: italic } /* Comment.Multiline */
|
|
97
|
+
body[data-theme="dark"] .highlight .cp { color: #FF3A3A; font-weight: bold } /* Comment.Preproc */
|
|
98
|
+
body[data-theme="dark"] .highlight .cpf { color: #ABABAB; font-style: italic } /* Comment.PreprocFile */
|
|
99
|
+
body[data-theme="dark"] .highlight .c1 { color: #ABABAB; font-style: italic } /* Comment.Single */
|
|
100
|
+
body[data-theme="dark"] .highlight .cs { color: #E50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
|
|
101
|
+
body[data-theme="dark"] .highlight .gd { color: #FF3A3A } /* Generic.Deleted */
|
|
102
|
+
body[data-theme="dark"] .highlight .ge { color: #D0D0D0; font-style: italic } /* Generic.Emph */
|
|
103
|
+
body[data-theme="dark"] .highlight .ges { color: #D0D0D0; font-weight: bold; font-style: italic } /* Generic.EmphStrong */
|
|
104
|
+
body[data-theme="dark"] .highlight .gr { color: #FF3A3A } /* Generic.Error */
|
|
105
|
+
body[data-theme="dark"] .highlight .gh { color: #FFF; font-weight: bold } /* Generic.Heading */
|
|
106
|
+
body[data-theme="dark"] .highlight .gi { color: #589819 } /* Generic.Inserted */
|
|
107
|
+
body[data-theme="dark"] .highlight .go { color: #CCC } /* Generic.Output */
|
|
108
|
+
body[data-theme="dark"] .highlight .gp { color: #AAA } /* Generic.Prompt */
|
|
109
|
+
body[data-theme="dark"] .highlight .gs { color: #D0D0D0; font-weight: bold } /* Generic.Strong */
|
|
110
|
+
body[data-theme="dark"] .highlight .gu { color: #FFF; text-decoration: underline } /* Generic.Subheading */
|
|
111
|
+
body[data-theme="dark"] .highlight .gt { color: #FF3A3A } /* Generic.Traceback */
|
|
112
|
+
body[data-theme="dark"] .highlight .kc { color: #6EBF26; font-weight: bold } /* Keyword.Constant */
|
|
113
|
+
body[data-theme="dark"] .highlight .kd { color: #6EBF26; font-weight: bold } /* Keyword.Declaration */
|
|
114
|
+
body[data-theme="dark"] .highlight .kn { color: #6EBF26; font-weight: bold } /* Keyword.Namespace */
|
|
115
|
+
body[data-theme="dark"] .highlight .kp { color: #6EBF26 } /* Keyword.Pseudo */
|
|
116
|
+
body[data-theme="dark"] .highlight .kr { color: #6EBF26; font-weight: bold } /* Keyword.Reserved */
|
|
117
|
+
body[data-theme="dark"] .highlight .kt { color: #6EBF26; font-weight: bold } /* Keyword.Type */
|
|
118
|
+
body[data-theme="dark"] .highlight .ld { color: #D0D0D0 } /* Literal.Date */
|
|
119
|
+
body[data-theme="dark"] .highlight .m { color: #51B2FD } /* Literal.Number */
|
|
120
|
+
body[data-theme="dark"] .highlight .s { color: #ED9D13 } /* Literal.String */
|
|
121
|
+
body[data-theme="dark"] .highlight .na { color: #BBB } /* Name.Attribute */
|
|
122
|
+
body[data-theme="dark"] .highlight .nb { color: #2FBCCD } /* Name.Builtin */
|
|
123
|
+
body[data-theme="dark"] .highlight .nc { color: #71ADFF; text-decoration: underline } /* Name.Class */
|
|
124
|
+
body[data-theme="dark"] .highlight .no { color: #40FFFF } /* Name.Constant */
|
|
125
|
+
body[data-theme="dark"] .highlight .nd { color: #FFA500 } /* Name.Decorator */
|
|
126
|
+
body[data-theme="dark"] .highlight .ni { color: #D0D0D0 } /* Name.Entity */
|
|
127
|
+
body[data-theme="dark"] .highlight .ne { color: #BBB } /* Name.Exception */
|
|
128
|
+
body[data-theme="dark"] .highlight .nf { color: #71ADFF } /* Name.Function */
|
|
129
|
+
body[data-theme="dark"] .highlight .nl { color: #D0D0D0 } /* Name.Label */
|
|
130
|
+
body[data-theme="dark"] .highlight .nn { color: #71ADFF; text-decoration: underline } /* Name.Namespace */
|
|
131
|
+
body[data-theme="dark"] .highlight .nx { color: #D0D0D0 } /* Name.Other */
|
|
132
|
+
body[data-theme="dark"] .highlight .py { color: #D0D0D0 } /* Name.Property */
|
|
133
|
+
body[data-theme="dark"] .highlight .nt { color: #6EBF26; font-weight: bold } /* Name.Tag */
|
|
134
|
+
body[data-theme="dark"] .highlight .nv { color: #40FFFF } /* Name.Variable */
|
|
135
|
+
body[data-theme="dark"] .highlight .ow { color: #6EBF26; font-weight: bold } /* Operator.Word */
|
|
136
|
+
body[data-theme="dark"] .highlight .pm { color: #D0D0D0 } /* Punctuation.Marker */
|
|
137
|
+
body[data-theme="dark"] .highlight .w { color: #666 } /* Text.Whitespace */
|
|
138
|
+
body[data-theme="dark"] .highlight .mb { color: #51B2FD } /* Literal.Number.Bin */
|
|
139
|
+
body[data-theme="dark"] .highlight .mf { color: #51B2FD } /* Literal.Number.Float */
|
|
140
|
+
body[data-theme="dark"] .highlight .mh { color: #51B2FD } /* Literal.Number.Hex */
|
|
141
|
+
body[data-theme="dark"] .highlight .mi { color: #51B2FD } /* Literal.Number.Integer */
|
|
142
|
+
body[data-theme="dark"] .highlight .mo { color: #51B2FD } /* Literal.Number.Oct */
|
|
143
|
+
body[data-theme="dark"] .highlight .sa { color: #ED9D13 } /* Literal.String.Affix */
|
|
144
|
+
body[data-theme="dark"] .highlight .sb { color: #ED9D13 } /* Literal.String.Backtick */
|
|
145
|
+
body[data-theme="dark"] .highlight .sc { color: #ED9D13 } /* Literal.String.Char */
|
|
146
|
+
body[data-theme="dark"] .highlight .dl { color: #ED9D13 } /* Literal.String.Delimiter */
|
|
147
|
+
body[data-theme="dark"] .highlight .sd { color: #ED9D13 } /* Literal.String.Doc */
|
|
148
|
+
body[data-theme="dark"] .highlight .s2 { color: #ED9D13 } /* Literal.String.Double */
|
|
149
|
+
body[data-theme="dark"] .highlight .se { color: #ED9D13 } /* Literal.String.Escape */
|
|
150
|
+
body[data-theme="dark"] .highlight .sh { color: #ED9D13 } /* Literal.String.Heredoc */
|
|
151
|
+
body[data-theme="dark"] .highlight .si { color: #ED9D13 } /* Literal.String.Interpol */
|
|
152
|
+
body[data-theme="dark"] .highlight .sx { color: #FFA500 } /* Literal.String.Other */
|
|
153
|
+
body[data-theme="dark"] .highlight .sr { color: #ED9D13 } /* Literal.String.Regex */
|
|
154
|
+
body[data-theme="dark"] .highlight .s1 { color: #ED9D13 } /* Literal.String.Single */
|
|
155
|
+
body[data-theme="dark"] .highlight .ss { color: #ED9D13 } /* Literal.String.Symbol */
|
|
156
|
+
body[data-theme="dark"] .highlight .bp { color: #2FBCCD } /* Name.Builtin.Pseudo */
|
|
157
|
+
body[data-theme="dark"] .highlight .fm { color: #71ADFF } /* Name.Function.Magic */
|
|
158
|
+
body[data-theme="dark"] .highlight .vc { color: #40FFFF } /* Name.Variable.Class */
|
|
159
|
+
body[data-theme="dark"] .highlight .vg { color: #40FFFF } /* Name.Variable.Global */
|
|
160
|
+
body[data-theme="dark"] .highlight .vi { color: #40FFFF } /* Name.Variable.Instance */
|
|
161
|
+
body[data-theme="dark"] .highlight .vm { color: #40FFFF } /* Name.Variable.Magic */
|
|
162
|
+
body[data-theme="dark"] .highlight .il { color: #51B2FD } /* Literal.Number.Integer.Long */
|
|
154
163
|
@media (prefers-color-scheme: dark) {
|
|
155
164
|
body:not([data-theme="light"]) .highlight pre { line-height: 125%; }
|
|
156
|
-
body:not([data-theme="light"]) .highlight td.linenos .normal { color:
|
|
157
|
-
body:not([data-theme="light"]) .highlight span.linenos { color:
|
|
165
|
+
body:not([data-theme="light"]) .highlight td.linenos .normal { color: #aaaaaa; background-color: transparent; padding-left: 5px; padding-right: 5px; }
|
|
166
|
+
body:not([data-theme="light"]) .highlight span.linenos { color: #aaaaaa; background-color: transparent; padding-left: 5px; padding-right: 5px; }
|
|
158
167
|
body:not([data-theme="light"]) .highlight td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
|
|
159
168
|
body:not([data-theme="light"]) .highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
|
|
160
|
-
body:not([data-theme="light"]) .highlight .hll { background-color: #
|
|
161
|
-
body:not([data-theme="light"]) .highlight { background: #
|
|
162
|
-
body:not([data-theme="light"]) .highlight .c { color: #
|
|
163
|
-
body:not([data-theme="light"]) .highlight .err { color: #
|
|
164
|
-
body:not([data-theme="light"]) .highlight .
|
|
165
|
-
body:not([data-theme="light"]) .highlight .
|
|
166
|
-
body:not([data-theme="light"]) .highlight .
|
|
167
|
-
body:not([data-theme="light"]) .highlight .
|
|
168
|
-
body:not([data-theme="light"]) .highlight .
|
|
169
|
-
body:not([data-theme="light"]) .highlight .
|
|
170
|
-
body:not([data-theme="light"]) .highlight .
|
|
171
|
-
body:not([data-theme="light"]) .highlight .
|
|
172
|
-
body:not([data-theme="light"]) .highlight .
|
|
173
|
-
body:not([data-theme="light"]) .highlight .
|
|
174
|
-
body:not([data-theme="light"]) .highlight .
|
|
175
|
-
body:not([data-theme="light"]) .highlight .
|
|
176
|
-
body:not([data-theme="light"]) .highlight .
|
|
177
|
-
body:not([data-theme="light"]) .highlight .
|
|
178
|
-
body:not([data-theme="light"]) .highlight .
|
|
179
|
-
body:not([data-theme="light"]) .highlight .
|
|
180
|
-
body:not([data-theme="light"]) .highlight .
|
|
181
|
-
body:not([data-theme="light"]) .highlight .
|
|
182
|
-
body:not([data-theme="light"]) .highlight .
|
|
183
|
-
body:not([data-theme="light"]) .highlight .
|
|
184
|
-
body:not([data-theme="light"]) .highlight .
|
|
185
|
-
body:not([data-theme="light"]) .highlight .
|
|
186
|
-
body:not([data-theme="light"]) .highlight .
|
|
187
|
-
body:not([data-theme="light"]) .highlight .
|
|
188
|
-
body:not([data-theme="light"]) .highlight .
|
|
189
|
-
body:not([data-theme="light"]) .highlight .
|
|
190
|
-
body:not([data-theme="light"]) .highlight .
|
|
191
|
-
body:not([data-theme="light"]) .highlight .
|
|
192
|
-
body:not([data-theme="light"]) .highlight .
|
|
193
|
-
body:not([data-theme="light"]) .highlight .
|
|
194
|
-
body:not([data-theme="light"]) .highlight .
|
|
195
|
-
body:not([data-theme="light"]) .highlight .
|
|
196
|
-
body:not([data-theme="light"]) .highlight .
|
|
197
|
-
body:not([data-theme="light"]) .highlight .
|
|
198
|
-
body:not([data-theme="light"]) .highlight .
|
|
199
|
-
body:not([data-theme="light"]) .highlight .
|
|
200
|
-
body:not([data-theme="light"]) .highlight .
|
|
201
|
-
body:not([data-theme="light"]) .highlight .
|
|
202
|
-
body:not([data-theme="light"]) .highlight .
|
|
203
|
-
body:not([data-theme="light"]) .highlight .
|
|
204
|
-
body:not([data-theme="light"]) .highlight .
|
|
205
|
-
body:not([data-theme="light"]) .highlight .
|
|
206
|
-
body:not([data-theme="light"]) .highlight .
|
|
207
|
-
body:not([data-theme="light"]) .highlight .
|
|
208
|
-
body:not([data-theme="light"]) .highlight .
|
|
209
|
-
body:not([data-theme="light"]) .highlight .
|
|
210
|
-
body:not([data-theme="light"]) .highlight .
|
|
211
|
-
body:not([data-theme="light"]) .highlight .
|
|
212
|
-
body:not([data-theme="light"]) .highlight .
|
|
213
|
-
body:not([data-theme="light"]) .highlight .
|
|
214
|
-
body:not([data-theme="light"]) .highlight .
|
|
215
|
-
body:not([data-theme="light"]) .highlight .
|
|
216
|
-
body:not([data-theme="light"]) .highlight .
|
|
217
|
-
body:not([data-theme="light"]) .highlight .
|
|
218
|
-
body:not([data-theme="light"]) .highlight .
|
|
219
|
-
body:not([data-theme="light"]) .highlight .
|
|
220
|
-
body:not([data-theme="light"]) .highlight .
|
|
221
|
-
body:not([data-theme="light"]) .highlight .
|
|
222
|
-
body:not([data-theme="light"]) .highlight .
|
|
223
|
-
body:not([data-theme="light"]) .highlight .
|
|
224
|
-
body:not([data-theme="light"]) .highlight .
|
|
225
|
-
body:not([data-theme="light"]) .highlight .
|
|
226
|
-
body:not([data-theme="light"]) .highlight .
|
|
227
|
-
body:not([data-theme="light"]) .highlight .
|
|
228
|
-
body:not([data-theme="light"]) .highlight .
|
|
229
|
-
body:not([data-theme="light"]) .highlight .
|
|
230
|
-
body:not([data-theme="light"]) .highlight .
|
|
169
|
+
body:not([data-theme="light"]) .highlight .hll { background-color: #404040 }
|
|
170
|
+
body:not([data-theme="light"]) .highlight { background: #202020; color: #D0D0D0 }
|
|
171
|
+
body:not([data-theme="light"]) .highlight .c { color: #ABABAB; font-style: italic } /* Comment */
|
|
172
|
+
body:not([data-theme="light"]) .highlight .err { color: #A61717; background-color: #E3D2D2 } /* Error */
|
|
173
|
+
body:not([data-theme="light"]) .highlight .esc { color: #D0D0D0 } /* Escape */
|
|
174
|
+
body:not([data-theme="light"]) .highlight .g { color: #D0D0D0 } /* Generic */
|
|
175
|
+
body:not([data-theme="light"]) .highlight .k { color: #6EBF26; font-weight: bold } /* Keyword */
|
|
176
|
+
body:not([data-theme="light"]) .highlight .l { color: #D0D0D0 } /* Literal */
|
|
177
|
+
body:not([data-theme="light"]) .highlight .n { color: #D0D0D0 } /* Name */
|
|
178
|
+
body:not([data-theme="light"]) .highlight .o { color: #D0D0D0 } /* Operator */
|
|
179
|
+
body:not([data-theme="light"]) .highlight .x { color: #D0D0D0 } /* Other */
|
|
180
|
+
body:not([data-theme="light"]) .highlight .p { color: #D0D0D0 } /* Punctuation */
|
|
181
|
+
body:not([data-theme="light"]) .highlight .ch { color: #ABABAB; font-style: italic } /* Comment.Hashbang */
|
|
182
|
+
body:not([data-theme="light"]) .highlight .cm { color: #ABABAB; font-style: italic } /* Comment.Multiline */
|
|
183
|
+
body:not([data-theme="light"]) .highlight .cp { color: #FF3A3A; font-weight: bold } /* Comment.Preproc */
|
|
184
|
+
body:not([data-theme="light"]) .highlight .cpf { color: #ABABAB; font-style: italic } /* Comment.PreprocFile */
|
|
185
|
+
body:not([data-theme="light"]) .highlight .c1 { color: #ABABAB; font-style: italic } /* Comment.Single */
|
|
186
|
+
body:not([data-theme="light"]) .highlight .cs { color: #E50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
|
|
187
|
+
body:not([data-theme="light"]) .highlight .gd { color: #FF3A3A } /* Generic.Deleted */
|
|
188
|
+
body:not([data-theme="light"]) .highlight .ge { color: #D0D0D0; font-style: italic } /* Generic.Emph */
|
|
189
|
+
body:not([data-theme="light"]) .highlight .ges { color: #D0D0D0; font-weight: bold; font-style: italic } /* Generic.EmphStrong */
|
|
190
|
+
body:not([data-theme="light"]) .highlight .gr { color: #FF3A3A } /* Generic.Error */
|
|
191
|
+
body:not([data-theme="light"]) .highlight .gh { color: #FFF; font-weight: bold } /* Generic.Heading */
|
|
192
|
+
body:not([data-theme="light"]) .highlight .gi { color: #589819 } /* Generic.Inserted */
|
|
193
|
+
body:not([data-theme="light"]) .highlight .go { color: #CCC } /* Generic.Output */
|
|
194
|
+
body:not([data-theme="light"]) .highlight .gp { color: #AAA } /* Generic.Prompt */
|
|
195
|
+
body:not([data-theme="light"]) .highlight .gs { color: #D0D0D0; font-weight: bold } /* Generic.Strong */
|
|
196
|
+
body:not([data-theme="light"]) .highlight .gu { color: #FFF; text-decoration: underline } /* Generic.Subheading */
|
|
197
|
+
body:not([data-theme="light"]) .highlight .gt { color: #FF3A3A } /* Generic.Traceback */
|
|
198
|
+
body:not([data-theme="light"]) .highlight .kc { color: #6EBF26; font-weight: bold } /* Keyword.Constant */
|
|
199
|
+
body:not([data-theme="light"]) .highlight .kd { color: #6EBF26; font-weight: bold } /* Keyword.Declaration */
|
|
200
|
+
body:not([data-theme="light"]) .highlight .kn { color: #6EBF26; font-weight: bold } /* Keyword.Namespace */
|
|
201
|
+
body:not([data-theme="light"]) .highlight .kp { color: #6EBF26 } /* Keyword.Pseudo */
|
|
202
|
+
body:not([data-theme="light"]) .highlight .kr { color: #6EBF26; font-weight: bold } /* Keyword.Reserved */
|
|
203
|
+
body:not([data-theme="light"]) .highlight .kt { color: #6EBF26; font-weight: bold } /* Keyword.Type */
|
|
204
|
+
body:not([data-theme="light"]) .highlight .ld { color: #D0D0D0 } /* Literal.Date */
|
|
205
|
+
body:not([data-theme="light"]) .highlight .m { color: #51B2FD } /* Literal.Number */
|
|
206
|
+
body:not([data-theme="light"]) .highlight .s { color: #ED9D13 } /* Literal.String */
|
|
207
|
+
body:not([data-theme="light"]) .highlight .na { color: #BBB } /* Name.Attribute */
|
|
208
|
+
body:not([data-theme="light"]) .highlight .nb { color: #2FBCCD } /* Name.Builtin */
|
|
209
|
+
body:not([data-theme="light"]) .highlight .nc { color: #71ADFF; text-decoration: underline } /* Name.Class */
|
|
210
|
+
body:not([data-theme="light"]) .highlight .no { color: #40FFFF } /* Name.Constant */
|
|
211
|
+
body:not([data-theme="light"]) .highlight .nd { color: #FFA500 } /* Name.Decorator */
|
|
212
|
+
body:not([data-theme="light"]) .highlight .ni { color: #D0D0D0 } /* Name.Entity */
|
|
213
|
+
body:not([data-theme="light"]) .highlight .ne { color: #BBB } /* Name.Exception */
|
|
214
|
+
body:not([data-theme="light"]) .highlight .nf { color: #71ADFF } /* Name.Function */
|
|
215
|
+
body:not([data-theme="light"]) .highlight .nl { color: #D0D0D0 } /* Name.Label */
|
|
216
|
+
body:not([data-theme="light"]) .highlight .nn { color: #71ADFF; text-decoration: underline } /* Name.Namespace */
|
|
217
|
+
body:not([data-theme="light"]) .highlight .nx { color: #D0D0D0 } /* Name.Other */
|
|
218
|
+
body:not([data-theme="light"]) .highlight .py { color: #D0D0D0 } /* Name.Property */
|
|
219
|
+
body:not([data-theme="light"]) .highlight .nt { color: #6EBF26; font-weight: bold } /* Name.Tag */
|
|
220
|
+
body:not([data-theme="light"]) .highlight .nv { color: #40FFFF } /* Name.Variable */
|
|
221
|
+
body:not([data-theme="light"]) .highlight .ow { color: #6EBF26; font-weight: bold } /* Operator.Word */
|
|
222
|
+
body:not([data-theme="light"]) .highlight .pm { color: #D0D0D0 } /* Punctuation.Marker */
|
|
223
|
+
body:not([data-theme="light"]) .highlight .w { color: #666 } /* Text.Whitespace */
|
|
224
|
+
body:not([data-theme="light"]) .highlight .mb { color: #51B2FD } /* Literal.Number.Bin */
|
|
225
|
+
body:not([data-theme="light"]) .highlight .mf { color: #51B2FD } /* Literal.Number.Float */
|
|
226
|
+
body:not([data-theme="light"]) .highlight .mh { color: #51B2FD } /* Literal.Number.Hex */
|
|
227
|
+
body:not([data-theme="light"]) .highlight .mi { color: #51B2FD } /* Literal.Number.Integer */
|
|
228
|
+
body:not([data-theme="light"]) .highlight .mo { color: #51B2FD } /* Literal.Number.Oct */
|
|
229
|
+
body:not([data-theme="light"]) .highlight .sa { color: #ED9D13 } /* Literal.String.Affix */
|
|
230
|
+
body:not([data-theme="light"]) .highlight .sb { color: #ED9D13 } /* Literal.String.Backtick */
|
|
231
|
+
body:not([data-theme="light"]) .highlight .sc { color: #ED9D13 } /* Literal.String.Char */
|
|
232
|
+
body:not([data-theme="light"]) .highlight .dl { color: #ED9D13 } /* Literal.String.Delimiter */
|
|
233
|
+
body:not([data-theme="light"]) .highlight .sd { color: #ED9D13 } /* Literal.String.Doc */
|
|
234
|
+
body:not([data-theme="light"]) .highlight .s2 { color: #ED9D13 } /* Literal.String.Double */
|
|
235
|
+
body:not([data-theme="light"]) .highlight .se { color: #ED9D13 } /* Literal.String.Escape */
|
|
236
|
+
body:not([data-theme="light"]) .highlight .sh { color: #ED9D13 } /* Literal.String.Heredoc */
|
|
237
|
+
body:not([data-theme="light"]) .highlight .si { color: #ED9D13 } /* Literal.String.Interpol */
|
|
238
|
+
body:not([data-theme="light"]) .highlight .sx { color: #FFA500 } /* Literal.String.Other */
|
|
239
|
+
body:not([data-theme="light"]) .highlight .sr { color: #ED9D13 } /* Literal.String.Regex */
|
|
240
|
+
body:not([data-theme="light"]) .highlight .s1 { color: #ED9D13 } /* Literal.String.Single */
|
|
241
|
+
body:not([data-theme="light"]) .highlight .ss { color: #ED9D13 } /* Literal.String.Symbol */
|
|
242
|
+
body:not([data-theme="light"]) .highlight .bp { color: #2FBCCD } /* Name.Builtin.Pseudo */
|
|
243
|
+
body:not([data-theme="light"]) .highlight .fm { color: #71ADFF } /* Name.Function.Magic */
|
|
244
|
+
body:not([data-theme="light"]) .highlight .vc { color: #40FFFF } /* Name.Variable.Class */
|
|
245
|
+
body:not([data-theme="light"]) .highlight .vg { color: #40FFFF } /* Name.Variable.Global */
|
|
246
|
+
body:not([data-theme="light"]) .highlight .vi { color: #40FFFF } /* Name.Variable.Instance */
|
|
247
|
+
body:not([data-theme="light"]) .highlight .vm { color: #40FFFF } /* Name.Variable.Magic */
|
|
248
|
+
body:not([data-theme="light"]) .highlight .il { color: #51B2FD } /* Literal.Number.Integer.Long */
|
|
231
249
|
}
|
|
232
250
|
}
|