wwwjdic 13.0.1 → 16.1.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG +60 -1
- data/Gemfile +7 -1
- data/README.md +500 -225
- data/Rakefile +10 -3
- data/copyright.md +17 -29
- data/examples/basics.rb +53 -45
- data/examples/translate.rb +159 -86
- data/examples/uri.rb +46 -78
- data/html/CHANGELOG.html +90 -35
- data/html/COPYING_md.html +26 -38
- data/html/Gemfile.html +25 -35
- data/html/Object.html +838 -74
- data/html/README_md.html +322 -175
- data/html/Rakefile.html +28 -38
- data/html/WWWJDic.html +63 -104
- data/html/WWWJDic/ParsableDuckType.html +38 -58
- data/html/WWWJDic/Parser.html +52 -92
- data/html/WWWJDic/Parsers.html +29 -35
- data/html/WWWJDic/Parsers/Dict.html +50 -76
- data/html/WWWJDic/Parsers/Display.html +45 -69
- data/html/WWWJDic/Parsers/Key.html +46 -70
- data/html/WWWJDic/Parsers/Search.html +41 -61
- data/html/WWWJDic/Parsers/Server.html +45 -69
- data/html/WWWJDic/Splitter.html +81 -175
- data/html/WWWJDic/Utils.html +30 -36
- data/html/WWWJDic/Utils/Downloader.html +41 -41
- data/html/WWWJDic/Utils/Downloader/Downloader.html +65 -92
- data/html/WWWJDic/Utils/Raisers.html +46 -98
- data/html/WWWJDic/WWWJDic.html +166 -348
- data/html/copyright_md.html +219 -239
- data/html/created.rid +33 -58
- data/html/css/rdoc.css +638 -590
- data/html/index.html +313 -182
- data/html/js/darkfish.js +84 -161
- data/html/js/navigation.js +4 -40
- data/html/js/navigation.js.gz +0 -0
- data/html/js/search.js +109 -109
- data/html/js/search_index.js +1 -1
- data/html/js/search_index.js.gz +0 -0
- data/html/js/searcher.js +228 -229
- data/html/js/searcher.js.gz +0 -0
- data/html/table_of_contents.html +161 -200
- data/lib/wwwjdic.rb +14 -15
- data/lib/wwwjdic/application.rb +68 -36
- data/lib/wwwjdic/constants.rb +56 -12
- data/lib/wwwjdic/locales/de.yml +9 -4
- data/lib/wwwjdic/locales/en.yml +9 -4
- data/lib/wwwjdic/locales/es.yml +9 -4
- data/lib/wwwjdic/locales/fr.yml +9 -4
- data/lib/wwwjdic/locales/hu.yml +9 -4
- data/lib/wwwjdic/locales/it.yml +9 -4
- data/lib/wwwjdic/locales/ja.yml +11 -5
- data/lib/wwwjdic/locales/nl.yml +9 -4
- data/lib/wwwjdic/locales/ru.yml +9 -4
- data/lib/wwwjdic/locales/sl.yml +9 -4
- data/lib/wwwjdic/locales/sv.yml +9 -4
- data/lib/wwwjdic/parser.rb +13 -8
- data/lib/wwwjdic/parsers/dict.rb +11 -8
- data/lib/wwwjdic/parsers/display.rb +8 -3
- data/lib/wwwjdic/parsers/key.rb +9 -3
- data/lib/wwwjdic/parsers/search.rb +10 -3
- data/lib/wwwjdic/parsers/server.rb +8 -3
- data/lib/wwwjdic/utils/downloader.rb +37 -34
- data/lib/wwwjdic/utils/raisers.rb +12 -15
- data/lib/wwwjdic/utils/splitter.rb +32 -18
- data/lib/wwwjdic/version.rb +22 -8
- data/test/test_helper.rb +10 -1
- data/test/test_wwwjdic.rb +10 -4
- data/test/wwwjdic/locales/de.yml +9 -1
- data/test/wwwjdic/locales/en.yml +9 -1
- data/test/wwwjdic/locales/es.yml +9 -1
- data/test/wwwjdic/locales/fr.yml +9 -1
- data/test/wwwjdic/locales/hu.yml +9 -1
- data/test/wwwjdic/locales/it.yml +10 -1
- data/test/wwwjdic/locales/ja.yml +11 -2
- data/test/wwwjdic/locales/nl.yml +9 -1
- data/test/wwwjdic/locales/ru.yml +9 -1
- data/test/wwwjdic/locales/sl.yml +9 -1
- data/test/wwwjdic/locales/sv.yml +9 -1
- data/test/wwwjdic/locales/test_locales.rb +41 -24
- data/test/wwwjdic/parsers/test_dict.rb +65 -37
- data/test/wwwjdic/parsers/test_display.rb +11 -5
- data/test/wwwjdic/parsers/test_key.rb +10 -4
- data/test/wwwjdic/parsers/test_server.rb +11 -5
- data/test/wwwjdic/test_application.rb +199 -149
- data/test/wwwjdic/test_parsable_duck_type.rb +9 -5
- data/test/wwwjdic/utils/test_downloader.rb +7 -1
- data/test/wwwjdic/utils/test_raisers.rb +46 -29
- data/wwwjdic.gemspec +44 -26
- metadata +55 -43
- data/acknowledgements.md +0 -55
- data/authors.md +0 -67
- data/html/acknowledgements_md.html +0 -149
- data/html/authors_md.html +0 -181
- data/html/js/jquery.js +0 -4
- data/html/wwwjdic_gemspec.html +0 -161
data/html/created.rid
CHANGED
@@ -1,59 +1,34 @@
|
|
1
|
-
|
2
|
-
CHANGELOG
|
1
|
+
Tue, 17 Aug 2021 08:39:50 +0200
|
2
|
+
CHANGELOG Fri, 06 Aug 2021 16:34:55 +0200
|
3
3
|
COPYING.md Mon, 25 Feb 2019 15:42:16 +0100
|
4
|
-
Gemfile
|
5
|
-
README.md Fri,
|
6
|
-
Rakefile
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
examples/
|
11
|
-
|
12
|
-
|
13
|
-
lib/wwwjdic/
|
14
|
-
lib/wwwjdic/
|
15
|
-
lib/wwwjdic/
|
16
|
-
lib/wwwjdic/
|
17
|
-
lib/wwwjdic/
|
18
|
-
lib/wwwjdic/
|
19
|
-
lib/wwwjdic/
|
20
|
-
lib/wwwjdic/
|
21
|
-
lib/wwwjdic/
|
22
|
-
lib/wwwjdic/
|
23
|
-
lib/wwwjdic
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
lib/wwwjdic/version.rb Thu, 22 Aug 2019 10:07:11 +0200
|
36
|
-
lib/wwwjdic.rb Tue, 23 Apr 2019 11:48:58 +0200
|
37
|
-
test/test_helper.rb Fri, 01 Mar 2019 14:50:11 +0100
|
38
|
-
test/test_wwwjdic.rb Fri, 01 Mar 2019 14:50:29 +0100
|
39
|
-
test/wwwjdic/locales/de.yml Tue, 23 Apr 2019 14:41:33 +0200
|
40
|
-
test/wwwjdic/locales/en.yml Tue, 23 Apr 2019 14:41:33 +0200
|
41
|
-
test/wwwjdic/locales/es.yml Tue, 23 Apr 2019 14:41:33 +0200
|
42
|
-
test/wwwjdic/locales/fr.yml Tue, 23 Apr 2019 14:41:33 +0200
|
43
|
-
test/wwwjdic/locales/hu.yml Tue, 23 Apr 2019 14:41:33 +0200
|
44
|
-
test/wwwjdic/locales/it.yml Tue, 23 Apr 2019 14:41:33 +0200
|
45
|
-
test/wwwjdic/locales/ja.yml Tue, 23 Apr 2019 14:41:33 +0200
|
46
|
-
test/wwwjdic/locales/nl.yml Tue, 23 Apr 2019 14:41:33 +0200
|
47
|
-
test/wwwjdic/locales/ru.yml Tue, 23 Apr 2019 14:41:33 +0200
|
48
|
-
test/wwwjdic/locales/sl.yml Tue, 23 Apr 2019 14:41:33 +0200
|
49
|
-
test/wwwjdic/locales/sv.yml Tue, 23 Apr 2019 14:41:33 +0200
|
50
|
-
test/wwwjdic/locales/test_locales.rb Fri, 01 Mar 2019 14:50:29 +0100
|
51
|
-
test/wwwjdic/parsers/test_dict.rb Tue, 23 Apr 2019 13:10:06 +0200
|
52
|
-
test/wwwjdic/parsers/test_display.rb Tue, 23 Apr 2019 13:10:06 +0200
|
53
|
-
test/wwwjdic/parsers/test_key.rb Tue, 23 Apr 2019 14:24:37 +0200
|
54
|
-
test/wwwjdic/parsers/test_server.rb Tue, 23 Apr 2019 13:10:06 +0200
|
55
|
-
test/wwwjdic/test_application.rb Tue, 23 Apr 2019 13:35:29 +0200
|
56
|
-
test/wwwjdic/test_parsable_duck_type.rb Tue, 23 Apr 2019 11:48:59 +0200
|
57
|
-
test/wwwjdic/utils/test_downloader.rb Fri, 01 Mar 2019 14:48:49 +0100
|
58
|
-
test/wwwjdic/utils/test_raisers.rb Fri, 01 Mar 2019 14:48:56 +0100
|
59
|
-
wwwjdic.gemspec Thu, 22 Aug 2019 10:05:51 +0200
|
4
|
+
Gemfile Mon, 16 Aug 2021 18:07:59 +0200
|
5
|
+
README.md Fri, 06 Aug 2021 16:42:04 +0200
|
6
|
+
Rakefile Mon, 16 Aug 2021 18:07:59 +0200
|
7
|
+
copyright.md Fri, 06 Aug 2021 16:36:45 +0200
|
8
|
+
examples/basics.rb Mon, 16 Aug 2021 18:07:59 +0200
|
9
|
+
examples/translate.rb Mon, 16 Aug 2021 18:07:59 +0200
|
10
|
+
examples/uri.rb Mon, 16 Aug 2021 18:08:00 +0200
|
11
|
+
lib/wwwjdic/application.rb Mon, 16 Aug 2021 18:08:00 +0200
|
12
|
+
lib/wwwjdic/constants.rb Mon, 16 Aug 2021 18:08:00 +0200
|
13
|
+
lib/wwwjdic/parser.rb Mon, 16 Aug 2021 18:08:00 +0200
|
14
|
+
lib/wwwjdic/parsers/dict.rb Mon, 16 Aug 2021 18:08:00 +0200
|
15
|
+
lib/wwwjdic/parsers/display.rb Mon, 16 Aug 2021 18:08:01 +0200
|
16
|
+
lib/wwwjdic/parsers/key.rb Mon, 16 Aug 2021 18:08:01 +0200
|
17
|
+
lib/wwwjdic/parsers/search.rb Mon, 16 Aug 2021 18:08:01 +0200
|
18
|
+
lib/wwwjdic/parsers/server.rb Mon, 16 Aug 2021 18:08:01 +0200
|
19
|
+
lib/wwwjdic/utils/downloader.rb Mon, 16 Aug 2021 17:59:53 +0200
|
20
|
+
lib/wwwjdic/utils/raisers.rb Mon, 16 Aug 2021 18:08:01 +0200
|
21
|
+
lib/wwwjdic/utils/splitter.rb Mon, 16 Aug 2021 18:08:01 +0200
|
22
|
+
lib/wwwjdic/version.rb Mon, 16 Aug 2021 18:08:01 +0200
|
23
|
+
lib/wwwjdic.rb Mon, 16 Aug 2021 18:08:00 +0200
|
24
|
+
test/test_helper.rb Mon, 16 Aug 2021 18:08:01 +0200
|
25
|
+
test/test_wwwjdic.rb Mon, 16 Aug 2021 18:08:01 +0200
|
26
|
+
test/wwwjdic/locales/test_locales.rb Mon, 16 Aug 2021 18:08:02 +0200
|
27
|
+
test/wwwjdic/parsers/test_dict.rb Mon, 16 Aug 2021 18:08:02 +0200
|
28
|
+
test/wwwjdic/parsers/test_display.rb Mon, 16 Aug 2021 18:08:02 +0200
|
29
|
+
test/wwwjdic/parsers/test_key.rb Mon, 16 Aug 2021 18:08:02 +0200
|
30
|
+
test/wwwjdic/parsers/test_server.rb Mon, 16 Aug 2021 18:08:02 +0200
|
31
|
+
test/wwwjdic/test_application.rb Mon, 16 Aug 2021 18:08:02 +0200
|
32
|
+
test/wwwjdic/test_parsable_duck_type.rb Mon, 16 Aug 2021 18:08:03 +0200
|
33
|
+
test/wwwjdic/utils/test_downloader.rb Mon, 16 Aug 2021 18:08:03 +0200
|
34
|
+
test/wwwjdic/utils/test_raisers.rb Mon, 16 Aug 2021 18:08:03 +0200
|
data/html/css/rdoc.css
CHANGED
@@ -1,590 +1,638 @@
|
|
1
|
-
/*
|
2
|
-
* "Darkfish" Rdoc CSS
|
3
|
-
* $Id: rdoc.css 54 2009-01-27 01:09:48Z deveiant $
|
4
|
-
*
|
5
|
-
* Author: Michael Granger <ged@FaerieMUD.org>
|
6
|
-
*
|
7
|
-
*/
|
8
|
-
|
9
|
-
/* vim: ft=css et sw=2 ts=2 sts=2 */
|
10
|
-
/* Base Green is: #6C8C22 */
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
display: none;
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
:
|
58
|
-
:
|
59
|
-
border-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
background:
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
}
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
border
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
}
|
125
|
-
|
126
|
-
.
|
127
|
-
.
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
}
|
140
|
-
|
141
|
-
.
|
142
|
-
background:
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
}
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
font-size:
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
#
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
}
|
249
|
-
|
250
|
-
ul
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
main
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
margin:
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
margin:
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
margin:
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
margin:
|
360
|
-
}
|
361
|
-
|
362
|
-
main
|
363
|
-
|
364
|
-
|
365
|
-
}
|
366
|
-
|
367
|
-
main
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
}
|
377
|
-
|
378
|
-
main
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
.
|
386
|
-
|
387
|
-
}
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
}
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
}
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
}
|
406
|
-
|
407
|
-
|
408
|
-
margin
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
}
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
.documentation-section
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
}
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
font-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
}
|
491
|
-
|
492
|
-
main .method-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
main .
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
.
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
.
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
}
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
}
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
}
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
}
|
588
|
-
|
589
|
-
/* @end */
|
590
|
-
|
1
|
+
/*
|
2
|
+
* "Darkfish" Rdoc CSS
|
3
|
+
* $Id: rdoc.css 54 2009-01-27 01:09:48Z deveiant $
|
4
|
+
*
|
5
|
+
* Author: Michael Granger <ged@FaerieMUD.org>
|
6
|
+
*
|
7
|
+
*/
|
8
|
+
|
9
|
+
/* vim: ft=css et sw=2 ts=2 sts=2 */
|
10
|
+
/* Base Green is: #6C8C22 */
|
11
|
+
|
12
|
+
.hide { display: none !important; }
|
13
|
+
|
14
|
+
* { margin: 0; padding: 0; }
|
15
|
+
|
16
|
+
body {
|
17
|
+
background: #fafafa;
|
18
|
+
font-family: Lato, sans-serif;
|
19
|
+
font-weight: 300;
|
20
|
+
}
|
21
|
+
|
22
|
+
h1 span,
|
23
|
+
h2 span,
|
24
|
+
h3 span,
|
25
|
+
h4 span,
|
26
|
+
h5 span,
|
27
|
+
h6 span {
|
28
|
+
display: none;
|
29
|
+
|
30
|
+
font-size: 10px;
|
31
|
+
line-height: 0;
|
32
|
+
padding-left: 1em;
|
33
|
+
position: relative;
|
34
|
+
vertical-align: baseline;
|
35
|
+
}
|
36
|
+
|
37
|
+
h1 span { top: -1.3em; }
|
38
|
+
h2 span { top: -1.2em; }
|
39
|
+
h3 span { top: -1.0em; }
|
40
|
+
h4 span { top: -0.8em; }
|
41
|
+
h5 span { top: -0.5em; }
|
42
|
+
h6 span { top: -0.5em; }
|
43
|
+
|
44
|
+
h1:hover span,
|
45
|
+
h2:hover span,
|
46
|
+
h3:hover span,
|
47
|
+
h4:hover span,
|
48
|
+
h5:hover span,
|
49
|
+
h6:hover span {
|
50
|
+
display: inline;
|
51
|
+
}
|
52
|
+
|
53
|
+
h1:target,
|
54
|
+
h2:target,
|
55
|
+
h3:target,
|
56
|
+
h4:target,
|
57
|
+
h5:target,
|
58
|
+
h6:target {
|
59
|
+
border-left: 10px solid #f1edba;
|
60
|
+
margin-left: -10px;
|
61
|
+
}
|
62
|
+
|
63
|
+
:link,
|
64
|
+
:visited {
|
65
|
+
color: #6C8C22;
|
66
|
+
text-decoration: none;
|
67
|
+
}
|
68
|
+
|
69
|
+
:link:hover,
|
70
|
+
:visited:hover {
|
71
|
+
border-bottom: 1px dotted #6C8C22;
|
72
|
+
}
|
73
|
+
|
74
|
+
code,
|
75
|
+
pre {
|
76
|
+
background-color: rgba(27,31,35,0.05);
|
77
|
+
border-radius: 0.2em;
|
78
|
+
font-family: "Source Code Pro", Monaco, monospace;
|
79
|
+
padding: 0em 0.2em;
|
80
|
+
}
|
81
|
+
|
82
|
+
table {
|
83
|
+
border-collapse: collapse;
|
84
|
+
border-spacing: 0;
|
85
|
+
margin: 0;
|
86
|
+
}
|
87
|
+
|
88
|
+
table tr th, table tr td {
|
89
|
+
border: 1px solid #ccc;
|
90
|
+
padding: 0.2em 0.4em;
|
91
|
+
}
|
92
|
+
|
93
|
+
table tr th {
|
94
|
+
background-color: #eceaed;
|
95
|
+
}
|
96
|
+
|
97
|
+
table tr:nth-child(even) td {
|
98
|
+
background-color: #f5f4f6;
|
99
|
+
}
|
100
|
+
|
101
|
+
/* @group Generic Classes */
|
102
|
+
|
103
|
+
.initially-hidden {
|
104
|
+
display: none;
|
105
|
+
}
|
106
|
+
|
107
|
+
#search-field {
|
108
|
+
background: white;
|
109
|
+
border: none;
|
110
|
+
-moz-border-radius: 4px;
|
111
|
+
-webkit-border-radius: 4px;
|
112
|
+
border-radius: 4px;
|
113
|
+
height: 1.5em;
|
114
|
+
text-align: left;
|
115
|
+
width: 98%;
|
116
|
+
}
|
117
|
+
#search-field:focus {
|
118
|
+
background: #f1edba;
|
119
|
+
}
|
120
|
+
#search-field:-moz-placeholder,
|
121
|
+
#search-field::-webkit-input-placeholder {
|
122
|
+
color: #666;
|
123
|
+
font-weight: bold;
|
124
|
+
}
|
125
|
+
|
126
|
+
.missing-docs {
|
127
|
+
background: white url(../images/wrench_orange.png) no-repeat 4px center;
|
128
|
+
border: 1px solid #d00;
|
129
|
+
-moz-border-radius: 5px;
|
130
|
+
-webkit-border-radius: 5px;
|
131
|
+
color: #ccc;
|
132
|
+
font-size: 120%;
|
133
|
+
font-weight: bold;
|
134
|
+
letter-spacing: 3px;
|
135
|
+
line-height: 2em;
|
136
|
+
opacity: 1;
|
137
|
+
padding-left: 20px;
|
138
|
+
text-indent: 24px;
|
139
|
+
}
|
140
|
+
|
141
|
+
.target-section {
|
142
|
+
background: #fff3c2;
|
143
|
+
border: 2px solid #dcce90;
|
144
|
+
border-left-width: 8px;
|
145
|
+
padding: 0 1em;
|
146
|
+
}
|
147
|
+
|
148
|
+
/* @end */
|
149
|
+
|
150
|
+
/* @group Index Page, Standalone file pages */
|
151
|
+
.table-of-contents ul {
|
152
|
+
list-style: none;
|
153
|
+
margin: 1em;
|
154
|
+
}
|
155
|
+
|
156
|
+
.table-of-contents ul ul {
|
157
|
+
margin-top: 0.25em;
|
158
|
+
}
|
159
|
+
|
160
|
+
.table-of-contents ul :link,
|
161
|
+
.table-of-contents ul :visited {
|
162
|
+
font-size: 16px;
|
163
|
+
}
|
164
|
+
|
165
|
+
.table-of-contents li {
|
166
|
+
margin-bottom: 0.25em;
|
167
|
+
}
|
168
|
+
|
169
|
+
.table-of-contents li .toc-toggle {
|
170
|
+
background: url(../images/add.png) no-repeat;
|
171
|
+
height: 16px;
|
172
|
+
width: 16px;
|
173
|
+
}
|
174
|
+
|
175
|
+
.table-of-contents li .toc-toggle.open {
|
176
|
+
background: url(../images/delete.png) no-repeat;
|
177
|
+
}
|
178
|
+
|
179
|
+
/* @end */
|
180
|
+
|
181
|
+
/* @group Top-Level Structure */
|
182
|
+
|
183
|
+
nav {
|
184
|
+
border-right: 1px solid #ccc;
|
185
|
+
float: left;
|
186
|
+
font-family: Helvetica, sans-serif;
|
187
|
+
font-size: 14px;
|
188
|
+
width: 260px;
|
189
|
+
}
|
190
|
+
|
191
|
+
main {
|
192
|
+
display: block;
|
193
|
+
font-size: 16px;
|
194
|
+
margin: 0 2em 5em 260px;
|
195
|
+
min-width: 340px;
|
196
|
+
padding-left: 20px;
|
197
|
+
}
|
198
|
+
|
199
|
+
main h1,
|
200
|
+
main h2,
|
201
|
+
main h3,
|
202
|
+
main h4,
|
203
|
+
main h5,
|
204
|
+
main h6 {
|
205
|
+
font-family: Helvetica, sans-serif;
|
206
|
+
}
|
207
|
+
|
208
|
+
.table-of-contents main {
|
209
|
+
margin-left: 2em;
|
210
|
+
}
|
211
|
+
|
212
|
+
#validator-badges {
|
213
|
+
clear: both;
|
214
|
+
font-size: smaller;
|
215
|
+
margin: 1em 1em 2em;
|
216
|
+
}
|
217
|
+
|
218
|
+
/* @end */
|
219
|
+
|
220
|
+
/* @group navigation */
|
221
|
+
nav {
|
222
|
+
margin-bottom: 1em;
|
223
|
+
}
|
224
|
+
|
225
|
+
nav .nav-section {
|
226
|
+
border-top: 2px solid #aaa;
|
227
|
+
font-size: 90%;
|
228
|
+
margin-top: 2em;
|
229
|
+
overflow: hidden;
|
230
|
+
}
|
231
|
+
|
232
|
+
nav h2 {
|
233
|
+
background-color: #e8e8e8;
|
234
|
+
color: #555;
|
235
|
+
font-size: 125%;
|
236
|
+
margin: 0;
|
237
|
+
padding: 2px 8px 2px 8px;
|
238
|
+
text-align: center;
|
239
|
+
}
|
240
|
+
|
241
|
+
nav h3,
|
242
|
+
#table-of-contents-navigation {
|
243
|
+
background-color: #e8e8e8;
|
244
|
+
color: #555;
|
245
|
+
margin: 0;
|
246
|
+
padding: 2px 8px 2px 8px;
|
247
|
+
text-align: right;
|
248
|
+
}
|
249
|
+
|
250
|
+
nav ul,
|
251
|
+
nav dl,
|
252
|
+
nav p {
|
253
|
+
list-style: none;
|
254
|
+
padding: 4px 8px 0;
|
255
|
+
}
|
256
|
+
|
257
|
+
#project-navigation .nav-section {
|
258
|
+
border-top: 0;
|
259
|
+
margin: 0;
|
260
|
+
}
|
261
|
+
|
262
|
+
#home-section h2 {
|
263
|
+
text-align: center;
|
264
|
+
}
|
265
|
+
|
266
|
+
#table-of-contents-navigation {
|
267
|
+
font-size: 1.2em;
|
268
|
+
font-weight: bold;
|
269
|
+
text-align: center;
|
270
|
+
}
|
271
|
+
|
272
|
+
#search-section {
|
273
|
+
border-top: 0;
|
274
|
+
margin-top: 0;
|
275
|
+
}
|
276
|
+
|
277
|
+
#search-field-wrapper {
|
278
|
+
background-color: #e8e8e8;
|
279
|
+
border-bottom: 1px solid #aaa;
|
280
|
+
border-top: 1px solid #aaa;
|
281
|
+
color: #555;
|
282
|
+
padding: 3px 8px;
|
283
|
+
}
|
284
|
+
|
285
|
+
ul.link-list li {
|
286
|
+
line-height: 1.4em;
|
287
|
+
white-space: nowrap;
|
288
|
+
}
|
289
|
+
|
290
|
+
ul.link-list .type {
|
291
|
+
background: #969696;
|
292
|
+
-webkit-border-radius: 5px;
|
293
|
+
color: white;
|
294
|
+
font-size: 8px;
|
295
|
+
padding: 2px 4px;
|
296
|
+
text-transform: uppercase;
|
297
|
+
}
|
298
|
+
|
299
|
+
dl.note-list dt {
|
300
|
+
float: left;
|
301
|
+
margin-right: 1em;
|
302
|
+
}
|
303
|
+
|
304
|
+
.calls-super {
|
305
|
+
background: url(../images/arrow_up.png) no-repeat right center;
|
306
|
+
}
|
307
|
+
|
308
|
+
/* @end */
|
309
|
+
|
310
|
+
/* @group Documentation Section */
|
311
|
+
main {
|
312
|
+
color: #333;
|
313
|
+
}
|
314
|
+
|
315
|
+
main > h1:first-child,
|
316
|
+
main > h2:first-child,
|
317
|
+
main > h3:first-child,
|
318
|
+
main > h4:first-child,
|
319
|
+
main > h5:first-child,
|
320
|
+
main > h6:first-child {
|
321
|
+
margin-top: 0px;
|
322
|
+
}
|
323
|
+
|
324
|
+
main sup {
|
325
|
+
font-size: 0.8em;
|
326
|
+
vertical-align: super;
|
327
|
+
}
|
328
|
+
|
329
|
+
/* The heading with the class name */
|
330
|
+
main h1[class] {
|
331
|
+
color: #6C8C22;
|
332
|
+
font-size: 2em;
|
333
|
+
margin-bottom: 1em;
|
334
|
+
margin-top: 0;
|
335
|
+
}
|
336
|
+
|
337
|
+
main h1 {
|
338
|
+
font-size: 1.7em;
|
339
|
+
margin: 2em 0 0.5em;
|
340
|
+
}
|
341
|
+
|
342
|
+
main h2 {
|
343
|
+
font-size: 1.5em;
|
344
|
+
margin: 2em 0 0.5em;
|
345
|
+
}
|
346
|
+
|
347
|
+
main h3 {
|
348
|
+
font-size: 1.2em;
|
349
|
+
margin: 2em 0 0.5em;
|
350
|
+
}
|
351
|
+
|
352
|
+
main h4 {
|
353
|
+
font-size: 1.1em;
|
354
|
+
margin: 2em 0 0.5em;
|
355
|
+
}
|
356
|
+
|
357
|
+
main h5 {
|
358
|
+
font-size: 1em;
|
359
|
+
margin: 2em 0 0.5em;
|
360
|
+
}
|
361
|
+
|
362
|
+
main h6 {
|
363
|
+
font-size: 1em;
|
364
|
+
margin: 2em 0 0.5em;
|
365
|
+
}
|
366
|
+
|
367
|
+
main p {
|
368
|
+
line-height: 1.4em;
|
369
|
+
margin: 0 0 0.5em;
|
370
|
+
}
|
371
|
+
|
372
|
+
main pre {
|
373
|
+
font-size: 0.8em;
|
374
|
+
margin: 1.2em 0.5em;
|
375
|
+
padding: 1em;
|
376
|
+
}
|
377
|
+
|
378
|
+
main hr {
|
379
|
+
border: 2px solid #ddd;
|
380
|
+
margin: 1.5em 1em;
|
381
|
+
}
|
382
|
+
|
383
|
+
main blockquote {
|
384
|
+
border-left: 2px solid #ddd;
|
385
|
+
margin: 0 2em 1.2em 1.2em;
|
386
|
+
padding-left: 0.5em;
|
387
|
+
}
|
388
|
+
|
389
|
+
main ol,
|
390
|
+
main ul {
|
391
|
+
margin: 1em 2em;
|
392
|
+
}
|
393
|
+
|
394
|
+
main li > p {
|
395
|
+
margin-bottom: 0.5em;
|
396
|
+
}
|
397
|
+
|
398
|
+
main dl {
|
399
|
+
margin: 1em 0.5em;
|
400
|
+
}
|
401
|
+
|
402
|
+
main dt {
|
403
|
+
font-weight: bold;
|
404
|
+
margin-bottom: 0.5em;
|
405
|
+
}
|
406
|
+
|
407
|
+
main dd {
|
408
|
+
margin: 0 1em 1em 0.5em;
|
409
|
+
}
|
410
|
+
|
411
|
+
main header h2 {
|
412
|
+
border-top: 4px solid #bbb;
|
413
|
+
border-width: 0;
|
414
|
+
font-size: 130%;
|
415
|
+
margin-top: 2em;
|
416
|
+
}
|
417
|
+
|
418
|
+
main header h3 {
|
419
|
+
border-top: 3px solid #bbb;
|
420
|
+
border-width: 0;
|
421
|
+
font-size: 120%;
|
422
|
+
margin: 2em 0 1.5em;
|
423
|
+
}
|
424
|
+
|
425
|
+
.documentation-section-title {
|
426
|
+
position: relative;
|
427
|
+
}
|
428
|
+
.documentation-section-title .section-click-top {
|
429
|
+
color: #9b9877;
|
430
|
+
font-size: 10px;
|
431
|
+
left: 12px;
|
432
|
+
padding-left: 0.5px;
|
433
|
+
position: absolute;
|
434
|
+
top: 6px;
|
435
|
+
visibility: hidden;
|
436
|
+
}
|
437
|
+
|
438
|
+
.documentation-section-title:hover .section-click-top {
|
439
|
+
visibility: visible;
|
440
|
+
}
|
441
|
+
|
442
|
+
.constants-list > dl {
|
443
|
+
border: 0;
|
444
|
+
margin: 1em 0 2em;
|
445
|
+
}
|
446
|
+
|
447
|
+
.constants-list > dl dt {
|
448
|
+
font-family: "Source Code Pro", Monaco, monospace;
|
449
|
+
font-size: 110%;
|
450
|
+
margin-bottom: 0.75em;
|
451
|
+
padding-left: 0;
|
452
|
+
}
|
453
|
+
|
454
|
+
.constants-list > dl dt a {
|
455
|
+
color: inherit;
|
456
|
+
}
|
457
|
+
|
458
|
+
.constants-list > dl dd {
|
459
|
+
color: #666;
|
460
|
+
margin: 0 0 2em 0;
|
461
|
+
padding: 0;
|
462
|
+
}
|
463
|
+
|
464
|
+
.documentation-section h2 {
|
465
|
+
position: relative;
|
466
|
+
}
|
467
|
+
|
468
|
+
.documentation-section h2 a {
|
469
|
+
color: #9b9877;
|
470
|
+
font-size: 12px;
|
471
|
+
position: absolute;
|
472
|
+
right: 10px;
|
473
|
+
top: 8px;
|
474
|
+
visibility: hidden;
|
475
|
+
}
|
476
|
+
|
477
|
+
.documentation-section h2:hover a {
|
478
|
+
visibility: visible;
|
479
|
+
}
|
480
|
+
|
481
|
+
/* @group Method Details */
|
482
|
+
|
483
|
+
main .method-source-code {
|
484
|
+
max-height: 0;
|
485
|
+
overflow: hidden;
|
486
|
+
transition-delay: 0ms;
|
487
|
+
transition-duration: 200ms;
|
488
|
+
transition-property: all;
|
489
|
+
transition-timing-function: ease-in-out;
|
490
|
+
}
|
491
|
+
|
492
|
+
main .method-source-code.active-menu {
|
493
|
+
max-height: 100vh;
|
494
|
+
}
|
495
|
+
|
496
|
+
main .method-description .method-calls-super {
|
497
|
+
color: #333;
|
498
|
+
font-weight: bold;
|
499
|
+
}
|
500
|
+
|
501
|
+
main .method-detail {
|
502
|
+
cursor: pointer;
|
503
|
+
margin-bottom: 2.5em;
|
504
|
+
}
|
505
|
+
|
506
|
+
main .method-detail:target {
|
507
|
+
border-left: 10px solid #f1edba;
|
508
|
+
margin-left: -10px;
|
509
|
+
}
|
510
|
+
|
511
|
+
main .method-heading {
|
512
|
+
color: #333;
|
513
|
+
font-family: "Source Code Pro", Monaco, monospace;
|
514
|
+
font-size: 110%;
|
515
|
+
font-weight: bold;
|
516
|
+
position: relative;
|
517
|
+
}
|
518
|
+
main .method-heading :link,
|
519
|
+
main .method-heading :visited {
|
520
|
+
color: inherit;
|
521
|
+
}
|
522
|
+
main .method-click-advice {
|
523
|
+
background: url(../images/zoom.png) no-repeat right top;
|
524
|
+
color: #9b9877;
|
525
|
+
font-size: 12px;
|
526
|
+
line-height: 20px;
|
527
|
+
padding-right: 20px;
|
528
|
+
position: absolute;
|
529
|
+
right: 5px;
|
530
|
+
top: 2px;
|
531
|
+
visibility: hidden;
|
532
|
+
}
|
533
|
+
main .method-heading:hover .method-click-advice {
|
534
|
+
visibility: visible;
|
535
|
+
}
|
536
|
+
|
537
|
+
main .method-alias .method-heading {
|
538
|
+
color: #666;
|
539
|
+
}
|
540
|
+
|
541
|
+
main .method-description,
|
542
|
+
main .aliases {
|
543
|
+
color: #333;
|
544
|
+
margin-top: 0.75em;
|
545
|
+
}
|
546
|
+
|
547
|
+
main .aliases {
|
548
|
+
cursor: default;
|
549
|
+
font-style: italic;
|
550
|
+
padding-top: 4px;
|
551
|
+
}
|
552
|
+
main .method-description ul {
|
553
|
+
margin-left: 1.5em;
|
554
|
+
}
|
555
|
+
|
556
|
+
main #attribute-method-details .method-detail:hover {
|
557
|
+
background-color: transparent;
|
558
|
+
cursor: default;
|
559
|
+
}
|
560
|
+
main .attribute-access-type {
|
561
|
+
padding: 0 1em;
|
562
|
+
text-transform: uppercase;
|
563
|
+
}
|
564
|
+
/* @end */
|
565
|
+
|
566
|
+
/* @end */
|
567
|
+
|
568
|
+
/* @group Source Code */
|
569
|
+
|
570
|
+
pre {
|
571
|
+
background: #262626;
|
572
|
+
border: 1px dashed #999;
|
573
|
+
color: white;
|
574
|
+
margin: 0.5em 0;
|
575
|
+
overflow: auto;
|
576
|
+
padding: 0.5em;
|
577
|
+
}
|
578
|
+
|
579
|
+
.ruby-constant { background: transparent; color: #7fffd4; }
|
580
|
+
.ruby-keyword { background: transparent; color: #00ffff; }
|
581
|
+
.ruby-ivar { background: transparent; color: #eedd82; }
|
582
|
+
.ruby-operator { background: transparent; color: #00ffee; }
|
583
|
+
.ruby-identifier { background: transparent; color: #ffdead; }
|
584
|
+
.ruby-node { background: transparent; color: #ffa07a; }
|
585
|
+
.ruby-comment { background: transparent; color: #dc0000; }
|
586
|
+
.ruby-regexp { background: transparent; color: #ffa07a; }
|
587
|
+
.ruby-value { background: transparent; color: #7fffd4; }
|
588
|
+
|
589
|
+
/* @end */
|
590
|
+
|
591
|
+
|
592
|
+
/* @group search results */
|
593
|
+
#search-results {
|
594
|
+
font-family: Lato, sans-serif;
|
595
|
+
font-weight: 300;
|
596
|
+
}
|
597
|
+
|
598
|
+
#search-results .search-match {
|
599
|
+
font-family: Helvetica, sans-serif;
|
600
|
+
font-weight: normal;
|
601
|
+
}
|
602
|
+
|
603
|
+
#search-results .search-selected {
|
604
|
+
background: #e8e8e8;
|
605
|
+
border-bottom: 1px solid transparent;
|
606
|
+
}
|
607
|
+
|
608
|
+
#search-results li {
|
609
|
+
border-bottom: 1px solid #aaa;
|
610
|
+
list-style: none;
|
611
|
+
margin-bottom: 0.5em;
|
612
|
+
}
|
613
|
+
|
614
|
+
#search-results li:last-child {
|
615
|
+
border-bottom: none;
|
616
|
+
margin-bottom: 0;
|
617
|
+
}
|
618
|
+
|
619
|
+
#search-results li p {
|
620
|
+
margin: 0.5em;
|
621
|
+
padding: 0;
|
622
|
+
}
|
623
|
+
|
624
|
+
#search-results .search-namespace {
|
625
|
+
font-weight: bold;
|
626
|
+
}
|
627
|
+
|
628
|
+
#search-results li em {
|
629
|
+
background: yellow;
|
630
|
+
font-style: normal;
|
631
|
+
}
|
632
|
+
|
633
|
+
#search-results pre {
|
634
|
+
font-family: "Source Code Pro", Monaco, monospace;
|
635
|
+
margin: 0.5em;
|
636
|
+
}
|
637
|
+
|
638
|
+
/* @end */
|