SyntaxHighlighter Evolved - Version 3.1.8

Version Description

Download this release

Release Info

Developer Viper007Bond
Plugin Icon wp plugin SyntaxHighlighter Evolved
Version 3.1.8
Comparing to
See all releases

Code changes from version 3.1.7 to 3.1.8

Files changed (63) hide show
  1. localization/_syntaxhighlighter-template.po +405 -405
  2. localization/syntaxhighlighter-da_DK.po +312 -312
  3. localization/syntaxhighlighter-de_DE.mo +0 -0
  4. localization/syntaxhighlighter-de_DE.po +455 -0
  5. localization/syntaxhighlighter-it_IT.po +422 -422
  6. localization/syntaxhighlighter-ja.po +458 -458
  7. localization/syntaxhighlighter-tr_TR.po +276 -276
  8. localization/syntaxhighlighter-zh_CN.po +288 -288
  9. readme.md +7 -0
  10. readme.txt +6 -1
  11. syntaxhighlighter.js +21 -0
  12. syntaxhighlighter.php +14 -6
  13. syntaxhighlighter3/LGPL-LICENSE +164 -164
  14. syntaxhighlighter3/MIT-LICENSE +20 -20
  15. syntaxhighlighter3/scripts/shAutoloader.js +17 -17
  16. syntaxhighlighter3/scripts/shBrushAS3.js +59 -59
  17. syntaxhighlighter3/scripts/shBrushAppleScript.js +75 -75
  18. syntaxhighlighter3/scripts/shBrushBash.js +59 -59
  19. syntaxhighlighter3/scripts/shBrushCSharp.js +65 -65
  20. syntaxhighlighter3/scripts/shBrushColdFusion.js +100 -100
  21. syntaxhighlighter3/scripts/shBrushCpp.js +97 -97
  22. syntaxhighlighter3/scripts/shBrushCss.js +91 -91
  23. syntaxhighlighter3/scripts/shBrushDelphi.js +55 -55
  24. syntaxhighlighter3/scripts/shBrushDiff.js +41 -41
  25. syntaxhighlighter3/scripts/shBrushErlang.js +52 -52
  26. syntaxhighlighter3/scripts/shBrushGroovy.js +67 -67
  27. syntaxhighlighter3/scripts/shBrushJScript.js +52 -52
  28. syntaxhighlighter3/scripts/shBrushJava.js +57 -57
  29. syntaxhighlighter3/scripts/shBrushJavaFX.js +58 -58
  30. syntaxhighlighter3/scripts/shBrushPerl.js +72 -72
  31. syntaxhighlighter3/scripts/shBrushPhp.js +88 -88
  32. syntaxhighlighter3/scripts/shBrushPlain.js +33 -33
  33. syntaxhighlighter3/scripts/shBrushPowerShell.js +74 -74
  34. syntaxhighlighter3/scripts/shBrushPython.js +64 -64
  35. syntaxhighlighter3/scripts/shBrushRuby.js +55 -55
  36. syntaxhighlighter3/scripts/shBrushSass.js +94 -94
  37. syntaxhighlighter3/scripts/shBrushScala.js +51 -51
  38. syntaxhighlighter3/scripts/shBrushSql.js +66 -66
  39. syntaxhighlighter3/scripts/shBrushVb.js +56 -56
  40. syntaxhighlighter3/scripts/shBrushXml.js +69 -69
  41. syntaxhighlighter3/scripts/shCore.js +17 -17
  42. syntaxhighlighter3/scripts/shLegacy.js +17 -17
  43. syntaxhighlighter3/styles/shCore.css +231 -231
  44. syntaxhighlighter3/styles/shCoreDefault.css +328 -328
  45. syntaxhighlighter3/styles/shCoreDjango.css +331 -331
  46. syntaxhighlighter3/styles/shCoreEclipse.css +339 -339
  47. syntaxhighlighter3/styles/shCoreEmacs.css +324 -324
  48. syntaxhighlighter3/styles/shCoreFadeToGrey.css +328 -328
  49. syntaxhighlighter3/styles/shCoreMDUltra.css +324 -324
  50. syntaxhighlighter3/styles/shCoreMidnight.css +324 -324
  51. syntaxhighlighter3/styles/shCoreRDark.css +324 -324
  52. syntaxhighlighter3/styles/shThemeDefault.css +117 -117
  53. syntaxhighlighter3/styles/shThemeDjango.css +120 -120
  54. syntaxhighlighter3/styles/shThemeEclipse.css +128 -128
  55. syntaxhighlighter3/styles/shThemeEmacs.css +113 -113
  56. syntaxhighlighter3/styles/shThemeFadeToGrey.css +117 -117
  57. syntaxhighlighter3/styles/shThemeMDUltra.css +113 -113
  58. syntaxhighlighter3/styles/shThemeMidnight.css +113 -113
  59. syntaxhighlighter3/styles/shThemeRDark.css +113 -113
  60. syntaxhighlighter_mce-4.js +15 -0
  61. syntaxhighlighter_mce.js +108 -108
  62. third-party-brushes/_readme.txt +13 -13
  63. third-party-brushes/shBrushObjC.js +49 -49
localization/_syntaxhighlighter-template.po CHANGED
@@ -1,405 +1,405 @@
1
- # Copyright (C) 2010 SyntaxHighlighter Evolved
2
- # This file is distributed under the same license as the SyntaxHighlighter Evolved package.
3
- msgid ""
4
- msgstr ""
5
- "Project-Id-Version: SyntaxHighlighter Evolved 3.1.3\n"
6
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/syntaxhighlighter\n"
7
- "POT-Creation-Date: 2011-06-22 06:44:52+00:00\n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=UTF-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
12
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
- "Language-Team: LANGUAGE <LL@li.org>\n"
14
-
15
- #: syntaxhighlighter.php:250
16
- msgid "Default"
17
- msgstr ""
18
-
19
- #: syntaxhighlighter.php:251
20
- msgid "Django"
21
- msgstr ""
22
-
23
- #: syntaxhighlighter.php:252
24
- msgid "Eclipse"
25
- msgstr ""
26
-
27
- #: syntaxhighlighter.php:253
28
- msgid "Emacs"
29
- msgstr ""
30
-
31
- #: syntaxhighlighter.php:254
32
- msgid "Fade to Grey"
33
- msgstr ""
34
-
35
- #: syntaxhighlighter.php:255
36
- msgid "Midnight"
37
- msgstr ""
38
-
39
- #: syntaxhighlighter.php:256
40
- msgid "RDark"
41
- msgstr ""
42
-
43
- #: syntaxhighlighter.php:257
44
- msgid "[None]"
45
- msgstr ""
46
-
47
- #: syntaxhighlighter.php:269 syntaxhighlighter.php:996
48
- msgid "SyntaxHighlighter Settings"
49
- msgstr ""
50
-
51
- #: syntaxhighlighter.php:269
52
- msgid "SyntaxHighlighter"
53
- msgstr ""
54
-
55
- #: syntaxhighlighter.php:300
56
- msgid "Settings"
57
- msgstr ""
58
-
59
- #: syntaxhighlighter.php:658
60
- msgid "show source"
61
- msgstr ""
62
-
63
- #: syntaxhighlighter.php:659
64
- msgid "view source"
65
- msgstr ""
66
-
67
- #: syntaxhighlighter.php:660
68
- msgid "copy to clipboard"
69
- msgstr ""
70
-
71
- #: syntaxhighlighter.php:661
72
- msgid "The code is in your clipboard now"
73
- msgstr ""
74
-
75
- #: syntaxhighlighter.php:662
76
- msgid "print"
77
- msgstr ""
78
-
79
- #: syntaxhighlighter.php:663 syntaxhighlighter.php:670
80
- msgid "?"
81
- msgstr ""
82
-
83
- #: syntaxhighlighter.php:664 syntaxhighlighter.php:671
84
- msgid "SyntaxHighlighter\\n\\n"
85
- msgstr ""
86
-
87
- #: syntaxhighlighter.php:665 syntaxhighlighter.php:672
88
- msgid "Can't find brush for: "
89
- msgstr ""
90
-
91
- #: syntaxhighlighter.php:666 syntaxhighlighter.php:673
92
- msgid "Brush wasn't configured for html-script option: "
93
- msgstr ""
94
-
95
- #: syntaxhighlighter.php:669
96
- msgid "+ expand source"
97
- msgstr ""
98
-
99
- #: syntaxhighlighter.php:984
100
- msgid "Are you sure you want to reset your settings to the defaults?"
101
- msgstr ""
102
-
103
- #: syntaxhighlighter.php:988
104
- msgid "Settings reset to defaults."
105
- msgstr ""
106
-
107
- #: syntaxhighlighter.php:1005
108
- msgid "Highlighter Version"
109
- msgstr ""
110
-
111
- #: syntaxhighlighter.php:1010
112
- msgid "Version 3.x"
113
- msgstr ""
114
-
115
- #: syntaxhighlighter.php:1011
116
- msgid "Version 2.x"
117
- msgstr ""
118
-
119
- #: syntaxhighlighter.php:1019
120
- msgid ""
121
- "Version 3 allows visitors to easily highlight portions of your code with "
122
- "their mouse (either by dragging or double-clicking) and copy it to their "
123
- "clipboard. No toolbar containing a Flash-based button is required."
124
- msgstr ""
125
-
126
- #: syntaxhighlighter.php:1020
127
- msgid ""
128
- "Version 2 allows for line wrapping, something that version 3 does not do at "
129
- "this time."
130
- msgstr ""
131
-
132
- #: syntaxhighlighter.php:1024
133
- msgid "Color Theme"
134
- msgstr ""
135
-
136
- #: syntaxhighlighter.php:1036 syntaxhighlighter.php:1039
137
- msgid "Load All Brushes"
138
- msgstr ""
139
-
140
- #: syntaxhighlighter.php:1040
141
- msgid ""
142
- "Always load all language files (for directly using <code>&lt;pre&gt;</code> "
143
- "tags rather than shortcodes)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If left "
144
- "unchecked (default), then language files will only be loaded when needed<br /"
145
- ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If unsure, leave this box unchecked"
146
- msgstr ""
147
-
148
- #: syntaxhighlighter.php:1046
149
- msgid "Defaults"
150
- msgstr ""
151
-
152
- #: syntaxhighlighter.php:1048
153
- msgid ""
154
- "All of the settings below can be configured on a per-code block basis, but "
155
- "you can control the defaults of all code blocks here."
156
- msgstr ""
157
-
158
- #: syntaxhighlighter.php:1052 syntaxhighlighter.php:1055
159
- msgid "Miscellaneous"
160
- msgstr ""
161
-
162
- #: syntaxhighlighter.php:1057
163
- msgid "Display line numbers"
164
- msgstr ""
165
-
166
- #: syntaxhighlighter.php:1058
167
- msgid "Display the toolbar"
168
- msgstr ""
169
-
170
- #: syntaxhighlighter.php:1059
171
- msgid "Automatically make URLs clickable"
172
- msgstr ""
173
-
174
- #: syntaxhighlighter.php:1060
175
- msgid "Collapse code boxes"
176
- msgstr ""
177
-
178
- #: syntaxhighlighter.php:1061
179
- msgid "Use the light display mode, best for single lines of code"
180
- msgstr ""
181
-
182
- #: syntaxhighlighter.php:1062
183
- msgid "Use smart tabs allowing tabs being used for alignment"
184
- msgstr ""
185
-
186
- #: syntaxhighlighter.php:1063
187
- msgid ""
188
- "Wrap long lines (v2.x only, disabling this will make a scrollbar show "
189
- "instead)"
190
- msgstr ""
191
-
192
- #: syntaxhighlighter.php:1064
193
- msgid ""
194
- "Enable &quot;HTML script&quot; mode by default (see the bottom of this page "
195
- "for details). Checking this box is not recommended as this mode only works "
196
- "with certain languages."
197
- msgstr ""
198
-
199
- #: syntaxhighlighter.php:1069
200
- msgid "Additional CSS Class(es)"
201
- msgstr ""
202
-
203
- #: syntaxhighlighter.php:1073
204
- msgid "Starting Line Number"
205
- msgstr ""
206
-
207
- #: syntaxhighlighter.php:1077
208
- msgid "Line Number Padding"
209
- msgstr ""
210
-
211
- #: syntaxhighlighter.php:1082
212
- msgid "Off"
213
- msgstr ""
214
-
215
- #: syntaxhighlighter.php:1083
216
- msgid "Automatic"
217
- msgstr ""
218
-
219
- #: syntaxhighlighter.php:1099
220
- msgid "Tab Size"
221
- msgstr ""
222
-
223
- #: syntaxhighlighter.php:1103
224
- msgid "Title"
225
- msgstr ""
226
-
227
- #: syntaxhighlighter.php:1106
228
- msgid ""
229
- "Some optional default text to display above each code block or as the "
230
- "clickable text for collapsed code blocks."
231
- msgstr ""
232
-
233
- #: syntaxhighlighter.php:1116 syntaxhighlighter.php:1119
234
- msgid "Reset to Defaults"
235
- msgstr ""
236
-
237
- #: syntaxhighlighter.php:1118
238
- msgid "Save Changes"
239
- msgstr ""
240
-
241
- #: syntaxhighlighter.php:1126
242
- msgid "Preview"
243
- msgstr ""
244
-
245
- #: syntaxhighlighter.php:1128
246
- msgid "Click &quot;Save Changes&quot; to update this preview."
247
- msgstr ""
248
-
249
- #: syntaxhighlighter.php:1147
250
- msgid "PHP Code Example"
251
- msgstr ""
252
-
253
- #: syntaxhighlighter.php:1149
254
- msgid "Hello World!"
255
- msgstr ""
256
-
257
- #: syntaxhighlighter.php:1151
258
- msgid "This line is highlighted."
259
- msgstr ""
260
-
261
- #: syntaxhighlighter.php:1154
262
- msgid ""
263
- "\t\tThis\tis\tan\r\n"
264
- "\t\texample\tof\tsmart\r\n"
265
- "\t\ttabs."
266
- msgstr ""
267
-
268
- #: syntaxhighlighter.php:1159
269
- msgid "WordPress"
270
- msgstr ""
271
-
272
- #: syntaxhighlighter.php:1170
273
- msgid "Shortcode Parameters"
274
- msgstr ""
275
-
276
- #: syntaxhighlighter.php:1172
277
- msgid ""
278
- "These are the parameters you can pass to the shortcode and what they do. For "
279
- "the booleans (i.e. on/off), pass %1$s/%2$s or %3$s/%4$s."
280
- msgstr ""
281
-
282
- #: syntaxhighlighter.php:1175
283
- msgctxt "language parameter"
284
- msgid ""
285
- "%1$s or %2$s &#8212; The language syntax to highlight with. You can "
286
- "alternately just use that as the tag, such as <code>[php]code[/php]</code>. "
287
- "<a href=\"%3$s\">Click here</a> for a list of valid tags (under &quot;"
288
- "aliases&quot;)."
289
- msgstr ""
290
-
291
- #: syntaxhighlighter.php:1176
292
- msgctxt "autolinks parameter"
293
- msgid "%s &#8212; Toggle automatic URL linking."
294
- msgstr ""
295
-
296
- #: syntaxhighlighter.php:1177
297
- msgctxt "classname parameter"
298
- msgid "%s &#8212; Add an additional CSS class to the code box."
299
- msgstr ""
300
-
301
- #: syntaxhighlighter.php:1178
302
- msgctxt "collapse parameter"
303
- msgid ""
304
- "%s &#8212; Toggle collapsing the code box by default, requiring a click to "
305
- "expand it. Good for large code posts."
306
- msgstr ""
307
-
308
- #: syntaxhighlighter.php:1179
309
- msgctxt "firstline parameter"
310
- msgid ""
311
- "%s &#8212; An interger specifying what number the first line should be (for "
312
- "the line numbering)."
313
- msgstr ""
314
-
315
- #: syntaxhighlighter.php:1180
316
- msgctxt "gutter parameter"
317
- msgid "%s &#8212; Toggle the left-side line numbering."
318
- msgstr ""
319
-
320
- #: syntaxhighlighter.php:1181
321
- msgctxt "highlight parameter"
322
- msgid ""
323
- "%1$s &#8212; A comma-sperated list of line numbers to highlight. You can "
324
- "also specify a range. Example: %2$s"
325
- msgstr ""
326
-
327
- #: syntaxhighlighter.php:1182
328
- msgctxt "htmlscript parameter"
329
- msgid ""
330
- "%s &#8212; Toggle highlighting any extra HTML/XML. Good for when you're "
331
- "mixing HTML/XML with another language, such as having PHP inside an HTML web "
332
- "page. The above preview has it enabled for example. This only works with "
333
- "certain languages."
334
- msgstr ""
335
-
336
- #: syntaxhighlighter.php:1183
337
- msgctxt "light parameter"
338
- msgid ""
339
- "%s &#8212; Toggle light mode which disables the gutter and toolbar all at "
340
- "once."
341
- msgstr ""
342
-
343
- #: syntaxhighlighter.php:1184
344
- msgctxt "padlinenumbers parameter"
345
- msgid ""
346
- "%s &#8212; Controls line number padding. Valid values are <code>false</code> "
347
- "(no padding), <code>true</code> (automatic padding), or an integer (forced "
348
- "padding)."
349
- msgstr ""
350
-
351
- #: syntaxhighlighter.php:1185
352
- msgctxt "title parameter"
353
- msgid ""
354
- "%1$s (v3 only) &#8212; Sets some text to show up before the code. Very "
355
- "useful when combined with the %2$s parameter."
356
- msgstr ""
357
-
358
- #: syntaxhighlighter.php:1186
359
- msgctxt "toolbar parameter"
360
- msgid ""
361
- "%s &#8212; Toggle the toolbar (buttons in v2, the about question mark in v3)"
362
- msgstr ""
363
-
364
- #: syntaxhighlighter.php:1187
365
- msgctxt "wraplines parameter"
366
- msgid "%s (v2 only) &#8212; Toggle line wrapping."
367
- msgstr ""
368
-
369
- #: syntaxhighlighter.php:1190
370
- msgid "Some example shortcodes:"
371
- msgstr ""
372
-
373
- #: syntaxhighlighter.php:1193 syntaxhighlighter.php:1194
374
- #: syntaxhighlighter.php:1195 syntaxhighlighter.php:1196
375
- msgid "your code here"
376
- msgstr ""
377
-
378
- #: syntaxhighlighter.php:1194
379
- msgid "example-filename.php"
380
- msgstr ""
381
-
382
- #. Plugin Name of the plugin/theme
383
- msgid "SyntaxHighlighter Evolved"
384
- msgstr ""
385
-
386
- #. Plugin URI of the plugin/theme
387
- msgid "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
388
- msgstr ""
389
-
390
- #. Description of the plugin/theme
391
- msgid ""
392
- "Easily post syntax-highlighted code to your site without having to modify "
393
- "the code at all. Uses Alex Gorbatchev's <a href=\"http://alexgorbatchev.com/"
394
- "wiki/SyntaxHighlighter\">SyntaxHighlighter</a>. <strong>TIP:</strong> Don't "
395
- "use the Visual editor if you don't want your code mangled. TinyMCE will "
396
- "\"clean up\" your HTML."
397
- msgstr ""
398
-
399
- #. Author of the plugin/theme
400
- msgid "Viper007Bond"
401
- msgstr ""
402
-
403
- #. Author URI of the plugin/theme
404
- msgid "http://www.viper007bond.com/"
405
- msgstr ""
1
+ # Copyright (C) 2010 SyntaxHighlighter Evolved
2
+ # This file is distributed under the same license as the SyntaxHighlighter Evolved package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: SyntaxHighlighter Evolved 3.1.3\n"
6
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/syntaxhighlighter\n"
7
+ "POT-Creation-Date: 2011-06-22 06:44:52+00:00\n"
8
+ "MIME-Version: 1.0\n"
9
+ "Content-Type: text/plain; charset=UTF-8\n"
10
+ "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n"
12
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
+ "Language-Team: LANGUAGE <LL@li.org>\n"
14
+
15
+ #: syntaxhighlighter.php:250
16
+ msgid "Default"
17
+ msgstr ""
18
+
19
+ #: syntaxhighlighter.php:251
20
+ msgid "Django"
21
+ msgstr ""
22
+
23
+ #: syntaxhighlighter.php:252
24
+ msgid "Eclipse"
25
+ msgstr ""
26
+
27
+ #: syntaxhighlighter.php:253
28
+ msgid "Emacs"
29
+ msgstr ""
30
+
31
+ #: syntaxhighlighter.php:254
32
+ msgid "Fade to Grey"
33
+ msgstr ""
34
+
35
+ #: syntaxhighlighter.php:255
36
+ msgid "Midnight"
37
+ msgstr ""
38
+
39
+ #: syntaxhighlighter.php:256
40
+ msgid "RDark"
41
+ msgstr ""
42
+
43
+ #: syntaxhighlighter.php:257
44
+ msgid "[None]"
45
+ msgstr ""
46
+
47
+ #: syntaxhighlighter.php:269 syntaxhighlighter.php:996
48
+ msgid "SyntaxHighlighter Settings"
49
+ msgstr ""
50
+
51
+ #: syntaxhighlighter.php:269
52
+ msgid "SyntaxHighlighter"
53
+ msgstr ""
54
+
55
+ #: syntaxhighlighter.php:300
56
+ msgid "Settings"
57
+ msgstr ""
58
+
59
+ #: syntaxhighlighter.php:658
60
+ msgid "show source"
61
+ msgstr ""
62
+
63
+ #: syntaxhighlighter.php:659
64
+ msgid "view source"
65
+ msgstr ""
66
+
67
+ #: syntaxhighlighter.php:660
68
+ msgid "copy to clipboard"
69
+ msgstr ""
70
+
71
+ #: syntaxhighlighter.php:661
72
+ msgid "The code is in your clipboard now"
73
+ msgstr ""
74
+
75
+ #: syntaxhighlighter.php:662
76
+ msgid "print"
77
+ msgstr ""
78
+
79
+ #: syntaxhighlighter.php:663 syntaxhighlighter.php:670
80
+ msgid "?"
81
+ msgstr ""
82
+
83
+ #: syntaxhighlighter.php:664 syntaxhighlighter.php:671
84
+ msgid "SyntaxHighlighter\\n\\n"
85
+ msgstr ""
86
+
87
+ #: syntaxhighlighter.php:665 syntaxhighlighter.php:672
88
+ msgid "Can't find brush for: "
89
+ msgstr ""
90
+
91
+ #: syntaxhighlighter.php:666 syntaxhighlighter.php:673
92
+ msgid "Brush wasn't configured for html-script option: "
93
+ msgstr ""
94
+
95
+ #: syntaxhighlighter.php:669
96
+ msgid "+ expand source"
97
+ msgstr ""
98
+
99
+ #: syntaxhighlighter.php:984
100
+ msgid "Are you sure you want to reset your settings to the defaults?"
101
+ msgstr ""
102
+
103
+ #: syntaxhighlighter.php:988
104
+ msgid "Settings reset to defaults."
105
+ msgstr ""
106
+
107
+ #: syntaxhighlighter.php:1005
108
+ msgid "Highlighter Version"
109
+ msgstr ""
110
+
111
+ #: syntaxhighlighter.php:1010
112
+ msgid "Version 3.x"
113
+ msgstr ""
114
+
115
+ #: syntaxhighlighter.php:1011
116
+ msgid "Version 2.x"
117
+ msgstr ""
118
+
119
+ #: syntaxhighlighter.php:1019
120
+ msgid ""
121
+ "Version 3 allows visitors to easily highlight portions of your code with "
122
+ "their mouse (either by dragging or double-clicking) and copy it to their "
123
+ "clipboard. No toolbar containing a Flash-based button is required."
124
+ msgstr ""
125
+
126
+ #: syntaxhighlighter.php:1020
127
+ msgid ""
128
+ "Version 2 allows for line wrapping, something that version 3 does not do at "
129
+ "this time."
130
+ msgstr ""
131
+
132
+ #: syntaxhighlighter.php:1024
133
+ msgid "Color Theme"
134
+ msgstr ""
135
+
136
+ #: syntaxhighlighter.php:1036 syntaxhighlighter.php:1039
137
+ msgid "Load All Brushes"
138
+ msgstr ""
139
+
140
+ #: syntaxhighlighter.php:1040
141
+ msgid ""
142
+ "Always load all language files (for directly using <code>&lt;pre&gt;</code> "
143
+ "tags rather than shortcodes)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If left "
144
+ "unchecked (default), then language files will only be loaded when needed<br /"
145
+ ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If unsure, leave this box unchecked"
146
+ msgstr ""
147
+
148
+ #: syntaxhighlighter.php:1046
149
+ msgid "Defaults"
150
+ msgstr ""
151
+
152
+ #: syntaxhighlighter.php:1048
153
+ msgid ""
154
+ "All of the settings below can be configured on a per-code block basis, but "
155
+ "you can control the defaults of all code blocks here."
156
+ msgstr ""
157
+
158
+ #: syntaxhighlighter.php:1052 syntaxhighlighter.php:1055
159
+ msgid "Miscellaneous"
160
+ msgstr ""
161
+
162
+ #: syntaxhighlighter.php:1057
163
+ msgid "Display line numbers"
164
+ msgstr ""
165
+
166
+ #: syntaxhighlighter.php:1058
167
+ msgid "Display the toolbar"
168
+ msgstr ""
169
+
170
+ #: syntaxhighlighter.php:1059
171
+ msgid "Automatically make URLs clickable"
172
+ msgstr ""
173
+
174
+ #: syntaxhighlighter.php:1060
175
+ msgid "Collapse code boxes"
176
+ msgstr ""
177
+
178
+ #: syntaxhighlighter.php:1061
179
+ msgid "Use the light display mode, best for single lines of code"
180
+ msgstr ""
181
+
182
+ #: syntaxhighlighter.php:1062
183
+ msgid "Use smart tabs allowing tabs being used for alignment"
184
+ msgstr ""
185
+
186
+ #: syntaxhighlighter.php:1063
187
+ msgid ""
188
+ "Wrap long lines (v2.x only, disabling this will make a scrollbar show "
189
+ "instead)"
190
+ msgstr ""
191
+
192
+ #: syntaxhighlighter.php:1064
193
+ msgid ""
194
+ "Enable &quot;HTML script&quot; mode by default (see the bottom of this page "
195
+ "for details). Checking this box is not recommended as this mode only works "
196
+ "with certain languages."
197
+ msgstr ""
198
+
199
+ #: syntaxhighlighter.php:1069
200
+ msgid "Additional CSS Class(es)"
201
+ msgstr ""
202
+
203
+ #: syntaxhighlighter.php:1073
204
+ msgid "Starting Line Number"
205
+ msgstr ""
206
+
207
+ #: syntaxhighlighter.php:1077
208
+ msgid "Line Number Padding"
209
+ msgstr ""
210
+
211
+ #: syntaxhighlighter.php:1082
212
+ msgid "Off"
213
+ msgstr ""
214
+
215
+ #: syntaxhighlighter.php:1083
216
+ msgid "Automatic"
217
+ msgstr ""
218
+
219
+ #: syntaxhighlighter.php:1099
220
+ msgid "Tab Size"
221
+ msgstr ""
222
+
223
+ #: syntaxhighlighter.php:1103
224
+ msgid "Title"
225
+ msgstr ""
226
+
227
+ #: syntaxhighlighter.php:1106
228
+ msgid ""
229
+ "Some optional default text to display above each code block or as the "
230
+ "clickable text for collapsed code blocks."
231
+ msgstr ""
232
+
233
+ #: syntaxhighlighter.php:1116 syntaxhighlighter.php:1119
234
+ msgid "Reset to Defaults"
235
+ msgstr ""
236
+
237
+ #: syntaxhighlighter.php:1118
238
+ msgid "Save Changes"
239
+ msgstr ""
240
+
241
+ #: syntaxhighlighter.php:1126
242
+ msgid "Preview"
243
+ msgstr ""
244
+
245
+ #: syntaxhighlighter.php:1128
246
+ msgid "Click &quot;Save Changes&quot; to update this preview."
247
+ msgstr ""
248
+
249
+ #: syntaxhighlighter.php:1147
250
+ msgid "PHP Code Example"
251
+ msgstr ""
252
+
253
+ #: syntaxhighlighter.php:1149
254
+ msgid "Hello World!"
255
+ msgstr ""
256
+
257
+ #: syntaxhighlighter.php:1151
258
+ msgid "This line is highlighted."
259
+ msgstr ""
260
+
261
+ #: syntaxhighlighter.php:1154
262
+ msgid ""
263
+ "\t\tThis\tis\tan\r\n"
264
+ "\t\texample\tof\tsmart\r\n"
265
+ "\t\ttabs."
266
+ msgstr ""
267
+
268
+ #: syntaxhighlighter.php:1159
269
+ msgid "WordPress"
270
+ msgstr ""
271
+
272
+ #: syntaxhighlighter.php:1170
273
+ msgid "Shortcode Parameters"
274
+ msgstr ""
275
+
276
+ #: syntaxhighlighter.php:1172
277
+ msgid ""
278
+ "These are the parameters you can pass to the shortcode and what they do. For "
279
+ "the booleans (i.e. on/off), pass %1$s/%2$s or %3$s/%4$s."
280
+ msgstr ""
281
+
282
+ #: syntaxhighlighter.php:1175
283
+ msgctxt "language parameter"
284
+ msgid ""
285
+ "%1$s or %2$s &#8212; The language syntax to highlight with. You can "
286
+ "alternately just use that as the tag, such as <code>[php]code[/php]</code>. "
287
+ "<a href=\"%3$s\">Click here</a> for a list of valid tags (under &quot;"
288
+ "aliases&quot;)."
289
+ msgstr ""
290
+
291
+ #: syntaxhighlighter.php:1176
292
+ msgctxt "autolinks parameter"
293
+ msgid "%s &#8212; Toggle automatic URL linking."
294
+ msgstr ""
295
+
296
+ #: syntaxhighlighter.php:1177
297
+ msgctxt "classname parameter"
298
+ msgid "%s &#8212; Add an additional CSS class to the code box."
299
+ msgstr ""
300
+
301
+ #: syntaxhighlighter.php:1178
302
+ msgctxt "collapse parameter"
303
+ msgid ""
304
+ "%s &#8212; Toggle collapsing the code box by default, requiring a click to "
305
+ "expand it. Good for large code posts."
306
+ msgstr ""
307
+
308
+ #: syntaxhighlighter.php:1179
309
+ msgctxt "firstline parameter"
310
+ msgid ""
311
+ "%s &#8212; An interger specifying what number the first line should be (for "
312
+ "the line numbering)."
313
+ msgstr ""
314
+
315
+ #: syntaxhighlighter.php:1180
316
+ msgctxt "gutter parameter"
317
+ msgid "%s &#8212; Toggle the left-side line numbering."
318
+ msgstr ""
319
+
320
+ #: syntaxhighlighter.php:1181
321
+ msgctxt "highlight parameter"
322
+ msgid ""
323
+ "%1$s &#8212; A comma-sperated list of line numbers to highlight. You can "
324
+ "also specify a range. Example: %2$s"
325
+ msgstr ""
326
+
327
+ #: syntaxhighlighter.php:1182
328
+ msgctxt "htmlscript parameter"
329
+ msgid ""
330
+ "%s &#8212; Toggle highlighting any extra HTML/XML. Good for when you're "
331
+ "mixing HTML/XML with another language, such as having PHP inside an HTML web "
332
+ "page. The above preview has it enabled for example. This only works with "
333
+ "certain languages."
334
+ msgstr ""
335
+
336
+ #: syntaxhighlighter.php:1183
337
+ msgctxt "light parameter"
338
+ msgid ""
339
+ "%s &#8212; Toggle light mode which disables the gutter and toolbar all at "
340
+ "once."
341
+ msgstr ""
342
+
343
+ #: syntaxhighlighter.php:1184
344
+ msgctxt "padlinenumbers parameter"
345
+ msgid ""
346
+ "%s &#8212; Controls line number padding. Valid values are <code>false</code> "
347
+ "(no padding), <code>true</code> (automatic padding), or an integer (forced "
348
+ "padding)."
349
+ msgstr ""
350
+
351
+ #: syntaxhighlighter.php:1185
352
+ msgctxt "title parameter"
353
+ msgid ""
354
+ "%1$s (v3 only) &#8212; Sets some text to show up before the code. Very "
355
+ "useful when combined with the %2$s parameter."
356
+ msgstr ""
357
+
358
+ #: syntaxhighlighter.php:1186
359
+ msgctxt "toolbar parameter"
360
+ msgid ""
361
+ "%s &#8212; Toggle the toolbar (buttons in v2, the about question mark in v3)"
362
+ msgstr ""
363
+
364
+ #: syntaxhighlighter.php:1187
365
+ msgctxt "wraplines parameter"
366
+ msgid "%s (v2 only) &#8212; Toggle line wrapping."
367
+ msgstr ""
368
+
369
+ #: syntaxhighlighter.php:1190
370
+ msgid "Some example shortcodes:"
371
+ msgstr ""
372
+
373
+ #: syntaxhighlighter.php:1193 syntaxhighlighter.php:1194
374
+ #: syntaxhighlighter.php:1195 syntaxhighlighter.php:1196
375
+ msgid "your code here"
376
+ msgstr ""
377
+
378
+ #: syntaxhighlighter.php:1194
379
+ msgid "example-filename.php"
380
+ msgstr ""
381
+
382
+ #. Plugin Name of the plugin/theme
383
+ msgid "SyntaxHighlighter Evolved"
384
+ msgstr ""
385
+
386
+ #. Plugin URI of the plugin/theme
387
+ msgid "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
388
+ msgstr ""
389
+
390
+ #. Description of the plugin/theme
391
+ msgid ""
392
+ "Easily post syntax-highlighted code to your site without having to modify "
393
+ "the code at all. Uses Alex Gorbatchev's <a href=\"http://alexgorbatchev.com/"
394
+ "wiki/SyntaxHighlighter\">SyntaxHighlighter</a>. <strong>TIP:</strong> Don't "
395
+ "use the Visual editor if you don't want your code mangled. TinyMCE will "
396
+ "\"clean up\" your HTML."
397
+ msgstr ""
398
+
399
+ #. Author of the plugin/theme
400
+ msgid "Viper007Bond"
401
+ msgstr ""
402
+
403
+ #. Author URI of the plugin/theme
404
+ msgid "http://www.viper007bond.com/"
405
+ msgstr ""
localization/syntaxhighlighter-da_DK.po CHANGED
@@ -1,312 +1,312 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: Syntax Highlighter 2.3.0\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2009-11-09 08:02+0100\n"
6
- "PO-Revision-Date: \n"
7
- "Last-Translator: Team Blogos <wordpress@blogos.dk>\n"
8
- "Language-Team: Team Blogos <wordpress@blogos.dk>\n"
9
- "MIME-Version: 1.0\n"
10
- "Content-Type: text/plain; charset=UTF-8\n"
11
- "Content-Transfer-Encoding: 8bit\n"
12
- "Plural-Forms: nplurals=2;plural=n != 1;\n"
13
- "X-Poedit-Language: Danish\n"
14
- "X-Poedit-Country: DENMARK\n"
15
- "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Poedit-KeywordsList: __;_c;_e;__ngettext:1,2;__ngettext_noop:1,2;_n:1,2;_nc:1,2;_n_noop:1,2\n"
17
- "X-Poedit-Basepath: d:\\wordpress\\plugins\\syntaxhighlighter\n"
18
- "X-Poedit-SearchPath-0: d:\\wordpress\\plugins\\syntaxhighlighter\n"
19
-
20
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:206
21
- msgid "Default"
22
- msgstr "Standard"
23
-
24
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:207
25
- msgid "Django"
26
- msgstr "Django"
27
-
28
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:208
29
- msgid "Eclipse"
30
- msgstr "Eclipse"
31
-
32
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:209
33
- msgid "Emacs"
34
- msgstr "Emacs"
35
-
36
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:210
37
- msgid "Fade to Grey"
38
- msgstr "Fade til gråt"
39
-
40
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:211
41
- msgid "Midnight"
42
- msgstr "Midnight"
43
-
44
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:212
45
- msgid "RDark"
46
- msgstr "RDark"
47
-
48
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:213
49
- msgid "[None]"
50
- msgstr "[Ingen]"
51
-
52
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:220
53
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:842
54
- msgid "SyntaxHighlighter Settings"
55
- msgstr "SyntaxHighlighter-indstillinger"
56
-
57
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:220
58
- msgid "SyntaxHighlighter"
59
- msgstr "SyntaxHighlighter"
60
-
61
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:251
62
- msgid "Settings"
63
- msgstr "Indstillinger"
64
-
65
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:539
66
- msgid "show source"
67
- msgstr "vis kilde"
68
-
69
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:540
70
- msgid "view source"
71
- msgstr "Vis kilde"
72
-
73
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:541
74
- msgid "copy to clipboard"
75
- msgstr "Kopiér til clipboard"
76
-
77
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:542
78
- msgid "The code is in your clipboard now"
79
- msgstr "Koden er i dit clipboard nu"
80
-
81
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:543
82
- msgid "print"
83
- msgstr "udskriv"
84
-
85
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:544
86
- msgid "?"
87
- msgstr "?"
88
-
89
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:545
90
- msgid ""
91
- "SyntaxHighlighter\\n"
92
- "\\n"
93
- msgstr ""
94
- "SyntaxHighlighter\\n"
95
- "\\n"
96
-
97
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:546
98
- msgid "Can't find brush for: "
99
- msgstr "Kan ikke finde penslen (syntaks-definitioner) til: "
100
-
101
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:547
102
- msgid "Brush wasn't configured for html-script option: "
103
- msgstr "Pensel (syntaks-definitioner) er ikke konfigureret for html-script-indstillignen: "
104
-
105
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:830
106
- msgid "Are you sure you want to reset your settings to the defaults?"
107
- msgstr "Er du sikker på, at du ønsker at nulstille dine indstillinger standardværdierne?"
108
-
109
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:834
110
- msgid "Settings reset to defaults."
111
- msgstr "Indstillinger nulstillet til standardværdierne."
112
-
113
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:851
114
- msgid "Color Theme"
115
- msgstr "Farvetema"
116
-
117
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:866
118
- msgid "Defaults"
119
- msgstr "Standardværdier"
120
-
121
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:868
122
- msgid "All of the settings below can be configured on a per-code box basis, but you can control the defaults of all code boxes here."
123
- msgstr "Alle indstillinger nedenfor kan konfigureres for hver kode-boks for sig, men du kan kontrollere standardværdierne for alle kode-bokse her."
124
-
125
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:872
126
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:875
127
- msgid "Miscellaneous"
128
- msgstr "Forskelligt"
129
-
130
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:877
131
- msgid "Display line numbers"
132
- msgstr "Vis linjenumre"
133
-
134
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:878
135
- msgid "Display the toolbar"
136
- msgstr "Vis værktøjslinje"
137
-
138
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:879
139
- msgid "Automatically make URLs clickable"
140
- msgstr "Lav automatisk URL'er klikbare"
141
-
142
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:880
143
- msgid "Collapse code boxes"
144
- msgstr "Vis kodebokse med koden skjult"
145
-
146
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:881
147
- msgid "Use the light display mode, best for single lines of code"
148
- msgstr "Brug \"bar visning\" &ndash; bedst for enkelte linjer af kode"
149
-
150
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:882
151
- msgid "Use smart tabs allowing tabs being used for alignment"
152
- msgstr "Brug smarte tabs, så tabs kan bruges til opstilling"
153
-
154
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:883
155
- msgid "Wrap long lines, using an icon to show where line wraps occur (disabling this will make a scrollbar show instead)"
156
- msgstr "Del lange linjer med et ikon, der viser, hvor linjedeling forekommer (deaktiverer du dette, vises en scrollbar i stedet)"
157
-
158
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:884
159
- msgid "Enable &quot;HTML script&quot; mode by default (see the bottom of this page for details). Checking this box is not recommended as this mode only works with certain languages."
160
- msgstr "Aktivér &quot;HTML-script&quot;-funktion som standard (se detaljerne nederst på denne side). Det anbefales ikke at krydse af her, da denne funktion kun fungerer med visse sprog."
161
-
162
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:889
163
- msgid "Additional CSS Class(es)"
164
- msgstr "Ekstra CSS-class(es)"
165
-
166
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:893
167
- msgid "Starting Line Number"
168
- msgstr "Første linjenummer:"
169
-
170
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:897
171
- msgid "Line Number Padding"
172
- msgstr "Padding omkring linjenumre"
173
-
174
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:902
175
- msgid "Off"
176
- msgstr "Fra"
177
-
178
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:903
179
- msgid "Automatic"
180
- msgstr "Automatisk"
181
-
182
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:921
183
- msgid "Tab Size"
184
- msgstr "Tabstørrelse:"
185
-
186
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:927
187
- msgid "Save Changes"
188
- msgstr "Gem ændringer"
189
-
190
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:928
191
- msgid "Reset to Defaults"
192
- msgstr "Gendan til standardværdier"
193
-
194
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:933
195
- msgid "Preview"
196
- msgstr "Forhåndsvisning"
197
-
198
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:935
199
- msgid "Click &quot;Save Changes&quot; to update this preview."
200
- msgstr "Klik &quot;Gem ændringer&quot; for at opdatere denne forhåndsvisning."
201
-
202
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:947
203
- msgid "PHP Code Example"
204
- msgstr "Eksempel på PHP-kode"
205
-
206
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:949
207
- msgid "Hello World!"
208
- msgstr "Hej verden!"
209
-
210
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:951
211
- msgid "This line is highlighted."
212
- msgstr "Denne linje er fremhævet."
213
-
214
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:954
215
- msgid ""
216
- "\t\tThis\tis\tan\n"
217
- "\t\texample\tof\tsmart\n"
218
- "\t\ttabs."
219
- msgstr ""
220
- "\t\tDette\ter\tet\n"
221
- "\t\teksempel\tpå\tsmarte\n"
222
- "\t\ttabs."
223
-
224
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:969
225
- msgid "Shortcode Parameters"
226
- msgstr "Kortkode-parametre."
227
-
228
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:971
229
- #, php-format
230
- msgid "These are the parameters you can pass to the shortcode and what they do. For the booleans (i.e. on/off), pass %1$s/%2$s or %3$s/%4$s."
231
- msgstr "Her er parametrene, du kan medtage i kortkoderne, samt hvad de gør. For de booleske (dvs. til/fra), brug %1$s/%2$s eller %3$s/%4$s"
232
-
233
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:974
234
- #, php-format
235
- msgid "%1$s or %2$s &#8212; The language syntax to highlight with. You can alternately just use that as the tag, such as <code>[php]code[/php]</code>. <a href=\"%3$s\">Click here</a> for a list of valid tags (under &quot;aliases&quot;)."
236
- msgstr "%1$s eller %2$s &#8212; Sprogsyntaksen til at fremhæve med. Alternativt kan du bruge dem som tags, så som <code>[php]code[/php]</code>. <a href=\"%3$s\">Klik her</a>, hvis du vil se en liste med gyldige tags (under &quot;aliasser&quot;)."
237
-
238
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:975
239
- #, php-format
240
- msgid "%s &#8212; Toggle automatic URL linking."
241
- msgstr "%s &#8212; Slår automatisk URL-linkning til/fra."
242
-
243
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:976
244
- #, php-format
245
- msgid "%s &#8212; Add an additional CSS class to the code box."
246
- msgstr "%s &#8212; Tilføjer en ekstra CSS-class til kode-boksen."
247
-
248
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:977
249
- #, php-format
250
- msgid "%s &#8212; Toggle collapsing the code box by default, requiring a click to expand it. Good for large code posts."
251
- msgstr "%s &#8212; Som standard skjules koden i kodeboksen, så der skal klikkes for at vise koden. Nyttigt til indlæg med megen kode."
252
-
253
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:978
254
- #, php-format
255
- msgid "%s &#8212; An interger specifying what number the first line should be (for the line numbering)."
256
- msgstr "%s &#8212; Et heltal, som angiver, hvilken nummer den første linje skal have (til brug for linjenummerering)."
257
-
258
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:979
259
- #, php-format
260
- msgid "%s &#8212; Toggle the left-side line numbering."
261
- msgstr "%s &#8212; Skifter mellem linjenummerering til venstre og til højre."
262
-
263
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:980
264
- #, php-format
265
- msgid "%s &#8212; A comma-sperated list of line numbers to highlight."
266
- msgstr "%s &#8212; En kommasepareret liste med linjenumre, der skal fremhæves."
267
-
268
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:981
269
- #, php-format
270
- msgid "%s &#8212; Toggle highlighting any extra HTML/XML. Good for when you're mixing HTML/XML with another language, such as having PHP inside an HTML web page. The above preview has it enabled for example. This only works with certain languages."
271
- msgstr "%s &#8212; Slår fremhævelse af ekstra HTML/XML til/fra. Det er nyttigt, når du bruger HTML/XML sammen med et andet sprog, som f.eks. hvis du har PHP på en HTML-webside. Eksempelvis har ovenstående forhåndsvisning det aktiveret. Funktionen virker kun med visse sprog."
272
-
273
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:982
274
- #, php-format
275
- msgid "%s &#8212; Toggle light mode which disables the gutter and toolbar all at once."
276
- msgstr "%s &#8212; Slår \"bar fremvisning\" til/fra, hvilket skjuler \"afløbsrenden\" og værktøjslinjen med det samme."
277
-
278
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:983
279
- #, php-format
280
- msgid "%s &#8212; Controls line number padding. Valid values are <code>false</code> (no padding), <code>true</code> (automatic padding), or an integer (forced padding)."
281
- msgstr "%s &#8212; Kontrollerer padding omkring linjenumre. Gyldige værdier er <code>false</code> (inge padding), <code>true</code> (automatisk padding) eller en integer (tvungen padding)."
282
-
283
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:984
284
- #, php-format
285
- msgid "%s &#8212; Toggle the toolbar containing the helpful buttons."
286
- msgstr "%s &#8212; Slår værktøjslinjen med nyttige knapper til/fra."
287
-
288
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:985
289
- #, php-format
290
- msgid "%s &#8212; Toggle line wrapping."
291
- msgstr "%s &#8212; Slår linjedeling til/fra."
292
-
293
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:988
294
- msgid "Some example shortcodes:"
295
- msgstr "Nogle eksempler på kortkoder:"
296
-
297
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:991
298
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:992
299
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:993
300
- #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:994
301
- msgid "your code here"
302
- msgstr "din kode her"
303
-
304
- #~ msgid "expand source"
305
- #~ msgstr "udvid kode"
306
- #~ msgid "Show a ruler column along the top of the code box"
307
- #~ msgstr "Vis en lineal for oven på kodeboksen"
308
- #~ msgid "%s &#8212; Toggle the column ruler at the top of the code box."
309
- #~ msgstr "%s &#8212; Slår kolonnelinealen til/fra i toppen af kodeboksen."
310
- #~ msgid "Cheatin&#8217; uh?"
311
- #~ msgstr "Snyder du, hva'?"
312
-
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Syntax Highlighter 2.3.0\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2009-11-09 08:02+0100\n"
6
+ "PO-Revision-Date: \n"
7
+ "Last-Translator: Team Blogos <wordpress@blogos.dk>\n"
8
+ "Language-Team: Team Blogos <wordpress@blogos.dk>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2;plural=n != 1;\n"
13
+ "X-Poedit-Language: Danish\n"
14
+ "X-Poedit-Country: DENMARK\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_c;_e;__ngettext:1,2;__ngettext_noop:1,2;_n:1,2;_nc:1,2;_n_noop:1,2\n"
17
+ "X-Poedit-Basepath: d:\\wordpress\\plugins\\syntaxhighlighter\n"
18
+ "X-Poedit-SearchPath-0: d:\\wordpress\\plugins\\syntaxhighlighter\n"
19
+
20
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:206
21
+ msgid "Default"
22
+ msgstr "Standard"
23
+
24
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:207
25
+ msgid "Django"
26
+ msgstr "Django"
27
+
28
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:208
29
+ msgid "Eclipse"
30
+ msgstr "Eclipse"
31
+
32
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:209
33
+ msgid "Emacs"
34
+ msgstr "Emacs"
35
+
36
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:210
37
+ msgid "Fade to Grey"
38
+ msgstr "Fade til gråt"
39
+
40
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:211
41
+ msgid "Midnight"
42
+ msgstr "Midnight"
43
+
44
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:212
45
+ msgid "RDark"
46
+ msgstr "RDark"
47
+
48
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:213
49
+ msgid "[None]"
50
+ msgstr "[Ingen]"
51
+
52
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:220
53
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:842
54
+ msgid "SyntaxHighlighter Settings"
55
+ msgstr "SyntaxHighlighter-indstillinger"
56
+
57
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:220
58
+ msgid "SyntaxHighlighter"
59
+ msgstr "SyntaxHighlighter"
60
+
61
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:251
62
+ msgid "Settings"
63
+ msgstr "Indstillinger"
64
+
65
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:539
66
+ msgid "show source"
67
+ msgstr "vis kilde"
68
+
69
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:540
70
+ msgid "view source"
71
+ msgstr "Vis kilde"
72
+
73
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:541
74
+ msgid "copy to clipboard"
75
+ msgstr "Kopiér til clipboard"
76
+
77
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:542
78
+ msgid "The code is in your clipboard now"
79
+ msgstr "Koden er i dit clipboard nu"
80
+
81
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:543
82
+ msgid "print"
83
+ msgstr "udskriv"
84
+
85
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:544
86
+ msgid "?"
87
+ msgstr "?"
88
+
89
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:545
90
+ msgid ""
91
+ "SyntaxHighlighter\\n"
92
+ "\\n"
93
+ msgstr ""
94
+ "SyntaxHighlighter\\n"
95
+ "\\n"
96
+
97
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:546
98
+ msgid "Can't find brush for: "
99
+ msgstr "Kan ikke finde penslen (syntaks-definitioner) til: "
100
+
101
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:547
102
+ msgid "Brush wasn't configured for html-script option: "
103
+ msgstr "Pensel (syntaks-definitioner) er ikke konfigureret for html-script-indstillignen: "
104
+
105
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:830
106
+ msgid "Are you sure you want to reset your settings to the defaults?"
107
+ msgstr "Er du sikker på, at du ønsker at nulstille dine indstillinger standardværdierne?"
108
+
109
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:834
110
+ msgid "Settings reset to defaults."
111
+ msgstr "Indstillinger nulstillet til standardværdierne."
112
+
113
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:851
114
+ msgid "Color Theme"
115
+ msgstr "Farvetema"
116
+
117
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:866
118
+ msgid "Defaults"
119
+ msgstr "Standardværdier"
120
+
121
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:868
122
+ msgid "All of the settings below can be configured on a per-code box basis, but you can control the defaults of all code boxes here."
123
+ msgstr "Alle indstillinger nedenfor kan konfigureres for hver kode-boks for sig, men du kan kontrollere standardværdierne for alle kode-bokse her."
124
+
125
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:872
126
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:875
127
+ msgid "Miscellaneous"
128
+ msgstr "Forskelligt"
129
+
130
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:877
131
+ msgid "Display line numbers"
132
+ msgstr "Vis linjenumre"
133
+
134
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:878
135
+ msgid "Display the toolbar"
136
+ msgstr "Vis værktøjslinje"
137
+
138
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:879
139
+ msgid "Automatically make URLs clickable"
140
+ msgstr "Lav automatisk URL'er klikbare"
141
+
142
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:880
143
+ msgid "Collapse code boxes"
144
+ msgstr "Vis kodebokse med koden skjult"
145
+
146
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:881
147
+ msgid "Use the light display mode, best for single lines of code"
148
+ msgstr "Brug \"bar visning\" &ndash; bedst for enkelte linjer af kode"
149
+
150
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:882
151
+ msgid "Use smart tabs allowing tabs being used for alignment"
152
+ msgstr "Brug smarte tabs, så tabs kan bruges til opstilling"
153
+
154
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:883
155
+ msgid "Wrap long lines, using an icon to show where line wraps occur (disabling this will make a scrollbar show instead)"
156
+ msgstr "Del lange linjer med et ikon, der viser, hvor linjedeling forekommer (deaktiverer du dette, vises en scrollbar i stedet)"
157
+
158
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:884
159
+ msgid "Enable &quot;HTML script&quot; mode by default (see the bottom of this page for details). Checking this box is not recommended as this mode only works with certain languages."
160
+ msgstr "Aktivér &quot;HTML-script&quot;-funktion som standard (se detaljerne nederst på denne side). Det anbefales ikke at krydse af her, da denne funktion kun fungerer med visse sprog."
161
+
162
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:889
163
+ msgid "Additional CSS Class(es)"
164
+ msgstr "Ekstra CSS-class(es)"
165
+
166
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:893
167
+ msgid "Starting Line Number"
168
+ msgstr "Første linjenummer:"
169
+
170
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:897
171
+ msgid "Line Number Padding"
172
+ msgstr "Padding omkring linjenumre"
173
+
174
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:902
175
+ msgid "Off"
176
+ msgstr "Fra"
177
+
178
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:903
179
+ msgid "Automatic"
180
+ msgstr "Automatisk"
181
+
182
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:921
183
+ msgid "Tab Size"
184
+ msgstr "Tabstørrelse:"
185
+
186
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:927
187
+ msgid "Save Changes"
188
+ msgstr "Gem ændringer"
189
+
190
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:928
191
+ msgid "Reset to Defaults"
192
+ msgstr "Gendan til standardværdier"
193
+
194
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:933
195
+ msgid "Preview"
196
+ msgstr "Forhåndsvisning"
197
+
198
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:935
199
+ msgid "Click &quot;Save Changes&quot; to update this preview."
200
+ msgstr "Klik &quot;Gem ændringer&quot; for at opdatere denne forhåndsvisning."
201
+
202
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:947
203
+ msgid "PHP Code Example"
204
+ msgstr "Eksempel på PHP-kode"
205
+
206
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:949
207
+ msgid "Hello World!"
208
+ msgstr "Hej verden!"
209
+
210
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:951
211
+ msgid "This line is highlighted."
212
+ msgstr "Denne linje er fremhævet."
213
+
214
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:954
215
+ msgid ""
216
+ "\t\tThis\tis\tan\n"
217
+ "\t\texample\tof\tsmart\n"
218
+ "\t\ttabs."
219
+ msgstr ""
220
+ "\t\tDette\ter\tet\n"
221
+ "\t\teksempel\tpå\tsmarte\n"
222
+ "\t\ttabs."
223
+
224
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:969
225
+ msgid "Shortcode Parameters"
226
+ msgstr "Kortkode-parametre."
227
+
228
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:971
229
+ #, php-format
230
+ msgid "These are the parameters you can pass to the shortcode and what they do. For the booleans (i.e. on/off), pass %1$s/%2$s or %3$s/%4$s."
231
+ msgstr "Her er parametrene, du kan medtage i kortkoderne, samt hvad de gør. For de booleske (dvs. til/fra), brug %1$s/%2$s eller %3$s/%4$s"
232
+
233
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:974
234
+ #, php-format
235
+ msgid "%1$s or %2$s &#8212; The language syntax to highlight with. You can alternately just use that as the tag, such as <code>[php]code[/php]</code>. <a href=\"%3$s\">Click here</a> for a list of valid tags (under &quot;aliases&quot;)."
236
+ msgstr "%1$s eller %2$s &#8212; Sprogsyntaksen til at fremhæve med. Alternativt kan du bruge dem som tags, så som <code>[php]code[/php]</code>. <a href=\"%3$s\">Klik her</a>, hvis du vil se en liste med gyldige tags (under &quot;aliasser&quot;)."
237
+
238
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:975
239
+ #, php-format
240
+ msgid "%s &#8212; Toggle automatic URL linking."
241
+ msgstr "%s &#8212; Slår automatisk URL-linkning til/fra."
242
+
243
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:976
244
+ #, php-format
245
+ msgid "%s &#8212; Add an additional CSS class to the code box."
246
+ msgstr "%s &#8212; Tilføjer en ekstra CSS-class til kode-boksen."
247
+
248
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:977
249
+ #, php-format
250
+ msgid "%s &#8212; Toggle collapsing the code box by default, requiring a click to expand it. Good for large code posts."
251
+ msgstr "%s &#8212; Som standard skjules koden i kodeboksen, så der skal klikkes for at vise koden. Nyttigt til indlæg med megen kode."
252
+
253
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:978
254
+ #, php-format
255
+ msgid "%s &#8212; An interger specifying what number the first line should be (for the line numbering)."
256
+ msgstr "%s &#8212; Et heltal, som angiver, hvilken nummer den første linje skal have (til brug for linjenummerering)."
257
+
258
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:979
259
+ #, php-format
260
+ msgid "%s &#8212; Toggle the left-side line numbering."
261
+ msgstr "%s &#8212; Skifter mellem linjenummerering til venstre og til højre."
262
+
263
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:980
264
+ #, php-format
265
+ msgid "%s &#8212; A comma-sperated list of line numbers to highlight."
266
+ msgstr "%s &#8212; En kommasepareret liste med linjenumre, der skal fremhæves."
267
+
268
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:981
269
+ #, php-format
270
+ msgid "%s &#8212; Toggle highlighting any extra HTML/XML. Good for when you're mixing HTML/XML with another language, such as having PHP inside an HTML web page. The above preview has it enabled for example. This only works with certain languages."
271
+ msgstr "%s &#8212; Slår fremhævelse af ekstra HTML/XML til/fra. Det er nyttigt, når du bruger HTML/XML sammen med et andet sprog, som f.eks. hvis du har PHP på en HTML-webside. Eksempelvis har ovenstående forhåndsvisning det aktiveret. Funktionen virker kun med visse sprog."
272
+
273
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:982
274
+ #, php-format
275
+ msgid "%s &#8212; Toggle light mode which disables the gutter and toolbar all at once."
276
+ msgstr "%s &#8212; Slår \"bar fremvisning\" til/fra, hvilket skjuler \"afløbsrenden\" og værktøjslinjen med det samme."
277
+
278
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:983
279
+ #, php-format
280
+ msgid "%s &#8212; Controls line number padding. Valid values are <code>false</code> (no padding), <code>true</code> (automatic padding), or an integer (forced padding)."
281
+ msgstr "%s &#8212; Kontrollerer padding omkring linjenumre. Gyldige værdier er <code>false</code> (inge padding), <code>true</code> (automatisk padding) eller en integer (tvungen padding)."
282
+
283
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:984
284
+ #, php-format
285
+ msgid "%s &#8212; Toggle the toolbar containing the helpful buttons."
286
+ msgstr "%s &#8212; Slår værktøjslinjen med nyttige knapper til/fra."
287
+
288
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:985
289
+ #, php-format
290
+ msgid "%s &#8212; Toggle line wrapping."
291
+ msgstr "%s &#8212; Slår linjedeling til/fra."
292
+
293
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:988
294
+ msgid "Some example shortcodes:"
295
+ msgstr "Nogle eksempler på kortkoder:"
296
+
297
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:991
298
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:992
299
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:993
300
+ #: d:\wordpress\plugins\syntaxhighlighter/syntaxhighlighter/syntaxhighlighter.php:994
301
+ msgid "your code here"
302
+ msgstr "din kode her"
303
+
304
+ #~ msgid "expand source"
305
+ #~ msgstr "udvid kode"
306
+ #~ msgid "Show a ruler column along the top of the code box"
307
+ #~ msgstr "Vis en lineal for oven på kodeboksen"
308
+ #~ msgid "%s &#8212; Toggle the column ruler at the top of the code box."
309
+ #~ msgstr "%s &#8212; Slår kolonnelinealen til/fra i toppen af kodeboksen."
310
+ #~ msgid "Cheatin&#8217; uh?"
311
+ #~ msgstr "Snyder du, hva'?"
312
+
localization/syntaxhighlighter-de_DE.mo ADDED
Binary file
localization/syntaxhighlighter-de_DE.po ADDED
@@ -0,0 +1,455 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR Viper007Bond
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: SyntaxHighlighter Evolved\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2013-12-10 22:14+0100\n"
11
+ "PO-Revision-Date: 2014-01-18 18:14+0100\n"
12
+ "Last-Translator: Michael Berger <michael.berger@gmx.de>\n"
13
+ "Language-Team: Michael Berger <michael.berger@gmx.de>\n"
14
+ "Language: de_DE\n"
15
+ "MIME-Version: 1.0\n"
16
+ "Content-Type: text/plain; charset=UTF-8\n"
17
+ "Content-Transfer-Encoding: 8bit\n"
18
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
19
+ "_n_noop:1,2;_c;_nc:4c,1,2;_x:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;_ex:1,2c;"
20
+ "esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
21
+ "X-Poedit-Basepath: ../\n"
22
+ "X-Poedit-SourceCharset: UTF-8\n"
23
+ "X-Generator: Poedit 1.5.7\n"
24
+ "X-Poedit-SearchPath-0: .\n"
25
+
26
+ #: syntaxhighlighter.php:250
27
+ msgid "Default"
28
+ msgstr "Standard"
29
+
30
+ #: syntaxhighlighter.php:251
31
+ msgid "Django"
32
+ msgstr "Django"
33
+
34
+ #: syntaxhighlighter.php:252
35
+ msgid "Eclipse"
36
+ msgstr "Eclipse"
37
+
38
+ #: syntaxhighlighter.php:253
39
+ msgid "Emacs"
40
+ msgstr "Emacs"
41
+
42
+ #: syntaxhighlighter.php:254
43
+ msgid "Fade to Grey"
44
+ msgstr "Fade to Grey"
45
+
46
+ #: syntaxhighlighter.php:255
47
+ msgid "Midnight"
48
+ msgstr "Midnight"
49
+
50
+ #: syntaxhighlighter.php:256
51
+ msgid "RDark"
52
+ msgstr "RDark"
53
+
54
+ #: syntaxhighlighter.php:257
55
+ msgid "[None]"
56
+ msgstr "[ohne]"
57
+
58
+ #: syntaxhighlighter.php:269 syntaxhighlighter.php:990
59
+ msgid "SyntaxHighlighter Settings"
60
+ msgstr "SyntaxHighlighter Einstellungen"
61
+
62
+ #: syntaxhighlighter.php:269
63
+ msgid "SyntaxHighlighter"
64
+ msgstr "SyntaxHighlighter"
65
+
66
+ #: syntaxhighlighter.php:300
67
+ msgid "Settings"
68
+ msgstr "Einstellungen"
69
+
70
+ #: syntaxhighlighter.php:652
71
+ msgid "show source"
72
+ msgstr "Quelltext aufklappen"
73
+
74
+ #: syntaxhighlighter.php:653
75
+ msgid "view source"
76
+ msgstr "Quelltext anzeigen"
77
+
78
+ #: syntaxhighlighter.php:654
79
+ msgid "copy to clipboard"
80
+ msgstr "In die Zwischenablage kopieren"
81
+
82
+ #: syntaxhighlighter.php:655
83
+ msgid "The code is in your clipboard now"
84
+ msgstr "Der Quelltext wurde in die Zwischenablage kopiert"
85
+
86
+ #: syntaxhighlighter.php:656
87
+ msgid "print"
88
+ msgstr "Drucken"
89
+
90
+ #: syntaxhighlighter.php:657 syntaxhighlighter.php:664
91
+ msgid "?"
92
+ msgstr "?"
93
+
94
+ #: syntaxhighlighter.php:658 syntaxhighlighter.php:665
95
+ msgid "SyntaxHighlighter\\n\\n"
96
+ msgstr "SyntaxHighlighter\\n\\n"
97
+
98
+ #: syntaxhighlighter.php:659 syntaxhighlighter.php:666
99
+ msgid "Can't find brush for: "
100
+ msgstr "Keine Syntax-Datei vorhanden für: "
101
+
102
+ #: syntaxhighlighter.php:660 syntaxhighlighter.php:667
103
+ msgid "Brush wasn't configured for html-script option: "
104
+ msgstr "Die Syntax-Datei ist nicht für die „htmlscript” Option konfiguriert: "
105
+
106
+ #: syntaxhighlighter.php:663
107
+ msgid "+ expand source"
108
+ msgstr "+ Quelltext aufklappen"
109
+
110
+ #: syntaxhighlighter.php:978
111
+ msgid "Are you sure you want to reset your settings to the defaults?"
112
+ msgstr "Bist du sicher, dass du alle Einstellungen zurücksetzen willst?"
113
+
114
+ #: syntaxhighlighter.php:982
115
+ msgid "Settings reset to defaults."
116
+ msgstr "Alle Einstellungen wurden zurückgesetzt."
117
+
118
+ #: syntaxhighlighter.php:999
119
+ msgid "Highlighter Version"
120
+ msgstr "Highlighter Version"
121
+
122
+ #: syntaxhighlighter.php:1004
123
+ msgid "Version 3.x"
124
+ msgstr "Version 3.x"
125
+
126
+ #: syntaxhighlighter.php:1005
127
+ msgid "Version 2.x"
128
+ msgstr "Version 2.x"
129
+
130
+ #: syntaxhighlighter.php:1013
131
+ msgid ""
132
+ "Version 3 allows visitors to easily highlight portions of your code with "
133
+ "their mouse (either by dragging or double-clicking) and copy it to their "
134
+ "clipboard. No toolbar containing a Flash-based button is required."
135
+ msgstr ""
136
+ "<p class=\"description\">In Version 3.x können Teile des Quelltextes mit der "
137
+ "Maus markiert und in die Zwischenablage kopiert werden, ohne dass Adobe "
138
+ "Flash benötigt wird.<br> In Version 2.x können lange Zeilen mittels "
139
+ "Zeilenumbruch angezeigt werden.</p>"
140
+
141
+ #: syntaxhighlighter.php:1014
142
+ msgid ""
143
+ "Version 2 allows for line wrapping, something that version 3 does not do at "
144
+ "this time."
145
+ msgstr " "
146
+
147
+ #: syntaxhighlighter.php:1018
148
+ msgid "Color Theme"
149
+ msgstr "Farbschema"
150
+
151
+ #: syntaxhighlighter.php:1030 syntaxhighlighter.php:1033
152
+ msgid "Load All Brushes"
153
+ msgstr "Alle Syntax-Dateien laden"
154
+
155
+ #: syntaxhighlighter.php:1034
156
+ msgid ""
157
+ "Always load all language files (for directly using <code>&lt;pre&gt;</code> "
158
+ "tags rather than shortcodes)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If left "
159
+ "unchecked (default), then language files will only be loaded when needed<br /"
160
+ ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If unsure, leave this box unchecked"
161
+ msgstr ""
162
+ "Immer alle Syntax-Dateien laden, um <code>&lt;pre&gt;</code> Tags anstelle "
163
+ "von Shortcodes verwenden zu können.<p class=\"description\">Wenn diese "
164
+ "Option deaktiviert ist, werden die Syntax-Dateien nur bei Bedarf geladen "
165
+ "(Voreinstellung). Im Zweifel solltest du diese Option deaktiviert lassen.</p>"
166
+
167
+ #: syntaxhighlighter.php:1040
168
+ msgid "Defaults"
169
+ msgstr "Voreinstellungen"
170
+
171
+ #: syntaxhighlighter.php:1042
172
+ msgid ""
173
+ "All of the settings below can be configured on a per-code block basis, but "
174
+ "you can control the defaults of all code blocks here."
175
+ msgstr ""
176
+ "Alle folgenden Einstellungen können mit den unten beschriebenen Shortcode "
177
+ "Parametern pro Quelltext-Block festgelegt werden. Du kannst hier aber die "
178
+ "Voreinstellungen für alle Quellcode-Blöcke festlegen."
179
+
180
+ #: syntaxhighlighter.php:1046 syntaxhighlighter.php:1049
181
+ msgid "Miscellaneous"
182
+ msgstr "Allgemein"
183
+
184
+ #: syntaxhighlighter.php:1051
185
+ msgid "Display line numbers"
186
+ msgstr "<code>gutter</code> &#8212; Zeilennummern anzeigen"
187
+
188
+ #: syntaxhighlighter.php:1052
189
+ msgid "Display the toolbar"
190
+ msgstr "<code>toolbar</code> &#8212; Toolbar anzeigen"
191
+
192
+ #: syntaxhighlighter.php:1053
193
+ msgid "Automatically make URLs clickable"
194
+ msgstr "<code>autolinks</code> &#8212; URLs im Quelltext als Link darstellen"
195
+
196
+ #: syntaxhighlighter.php:1054
197
+ msgid "Collapse code boxes"
198
+ msgstr "<code>collapse</code> &#8212; Quelltext-Block zugeklappt anzeigen"
199
+
200
+ #: syntaxhighlighter.php:1055
201
+ msgid "Use the light display mode, best for single lines of code"
202
+ msgstr ""
203
+ "<code>light</code> &#8212; Keine Zeilennummern und kein Toolbar anzeigen"
204
+
205
+ #: syntaxhighlighter.php:1056
206
+ msgid "Use smart tabs allowing tabs being used for alignment"
207
+ msgstr "<code>smarttabs</code> &#8212; Tabstopps zur Ausrichtung verwenden"
208
+
209
+ #: syntaxhighlighter.php:1057
210
+ msgid ""
211
+ "Wrap long lines (v2.x only, disabling this will make a scrollbar show "
212
+ "instead)"
213
+ msgstr ""
214
+ "<code>wraplines</code> &#8212; Zu lange Zeilen mittels Zeilenumbruch statt "
215
+ "einer Bildlaufleiste darstellen (nur in Version 2.x möglich)"
216
+
217
+ #: syntaxhighlighter.php:1058
218
+ msgid ""
219
+ "Enable &quot;HTML script&quot; mode by default (see the bottom of this page "
220
+ "for details). Checking this box is not recommended as this mode only works "
221
+ "with certain languages."
222
+ msgstr ""
223
+ "<code>htmlscript</code> &#8212; HTML/XML innerhalb des Quelltextes "
224
+ "hervorheben. Es wird nicht empfohlen, diesen Modus als Voreinstellung zu "
225
+ "verwenden, da er nur bei bestimmten Programmiersprachen verfügbar ist."
226
+
227
+ #: syntaxhighlighter.php:1063
228
+ msgid "Additional CSS Class(es)"
229
+ msgstr "Zusätzliche CSS Klasse(n)"
230
+
231
+ #: syntaxhighlighter.php:1067
232
+ msgid "Starting Line Number"
233
+ msgstr "Erste Zeilennummer"
234
+
235
+ #: syntaxhighlighter.php:1071
236
+ msgid "Line Number Padding"
237
+ msgstr "Führende Nullen anzeigen"
238
+
239
+ #: syntaxhighlighter.php:1076
240
+ msgid "Off"
241
+ msgstr "Keine"
242
+
243
+ #: syntaxhighlighter.php:1077
244
+ msgid "Automatic"
245
+ msgstr "Automatisch"
246
+
247
+ #: syntaxhighlighter.php:1093
248
+ msgid "Tab Size"
249
+ msgstr "Tabulatorbreite"
250
+
251
+ #: syntaxhighlighter.php:1097
252
+ msgid "Title"
253
+ msgstr "Überschrift"
254
+
255
+ #: syntaxhighlighter.php:1100
256
+ msgid ""
257
+ "Some optional default text to display above each code block or as the "
258
+ "clickable text for collapsed code blocks."
259
+ msgstr ""
260
+ "<p class=\"description\">Überschrift für den Quelltext (nur in Version 3.x "
261
+ "möglich)</p>"
262
+
263
+ #: syntaxhighlighter.php:1110 syntaxhighlighter.php:1113
264
+ msgid "Reset to Defaults"
265
+ msgstr "Alle Einstellungen zurücksetzen"
266
+
267
+ #: syntaxhighlighter.php:1112
268
+ msgid "Save Changes"
269
+ msgstr "Änderungen speichern"
270
+
271
+ #: syntaxhighlighter.php:1120
272
+ msgid "Preview"
273
+ msgstr "Vorschau"
274
+
275
+ #: syntaxhighlighter.php:1122
276
+ msgid "Click &quot;Save Changes&quot; to update this preview."
277
+ msgstr "Klicke „Änderungen speichern” zur Aktualisierung der Vorschau."
278
+
279
+ #: syntaxhighlighter.php:1141
280
+ msgid "PHP Code Example"
281
+ msgstr "PHP Quelltext Beispiel"
282
+
283
+ #: syntaxhighlighter.php:1143
284
+ msgid "Hello World!"
285
+ msgstr "Hallo Welt!"
286
+
287
+ #: syntaxhighlighter.php:1145
288
+ msgid "This line is highlighted."
289
+ msgstr "Diese Zeile ist hervorgehoben."
290
+
291
+ #: syntaxhighlighter.php:1148
292
+ msgid ""
293
+ "\t\tThis\tis\tan\n"
294
+ "\t\texample\tof\tsmart\n"
295
+ "\t\ttabs."
296
+ msgstr ""
297
+ "\t\tDies\tist\tein\n"
298
+ "\t\tBeispiel\tfür\tSmart\n"
299
+ "\t\tTabs."
300
+
301
+ #: syntaxhighlighter.php:1153
302
+ msgid "WordPress"
303
+ msgstr "WordPress"
304
+
305
+ #: syntaxhighlighter.php:1164
306
+ msgid "Shortcode Parameters"
307
+ msgstr "Shortcodes"
308
+
309
+ #: syntaxhighlighter.php:1166
310
+ #, php-format
311
+ msgid ""
312
+ "These are the parameters you can pass to the shortcode and what they do. For "
313
+ "the booleans (i.e. on/off), pass %1$s/%2$s or %3$s/%4$s."
314
+ msgstr ""
315
+ "Liste der Shortcode Parameter und ihrer Funktion. Für boolesche Werte (d.h. "
316
+ "an/aus), verwende %1$s/%2$s oder %3$s/%4$s."
317
+
318
+ #: syntaxhighlighter.php:1169
319
+ #, php-format
320
+ msgctxt "language parameter"
321
+ msgid ""
322
+ "%1$s or %2$s &#8212; The language syntax to highlight with. You can "
323
+ "alternately just use that as the tag, such as <code>[php]code[/php]</code>. "
324
+ "<a href=\"%3$s\">Click here</a> for a list of valid tags (under &quot;"
325
+ "aliases&quot;)."
326
+ msgstr ""
327
+ "%1$s oder %2$s &#8212; Programmiersprache des Quelltextes festlegen. Du "
328
+ "kannst alternativ auch nur den Namen der Programmiersprache als Tag "
329
+ "verwenden. Beispiel: <code>[php]code[/php]</code>. Eine Liste der gültigen "
330
+ "Tags findest du auf <a href=\"%3$s\">dieser Seite</a> unter dem "
331
+ "Navigationspunkt <a href=\"http://alexgorbatchev.com/SyntaxHighlighter/"
332
+ "manual/brushes/\">syntaxes</a>."
333
+
334
+ #: syntaxhighlighter.php:1170
335
+ #, php-format
336
+ msgctxt "autolinks parameter"
337
+ msgid "%s &#8212; Toggle automatic URL linking."
338
+ msgstr "%s &#8212; URLs im Quelltext als Link darstellen."
339
+
340
+ #: syntaxhighlighter.php:1171
341
+ #, php-format
342
+ msgctxt "classname parameter"
343
+ msgid "%s &#8212; Add an additional CSS class to the code box."
344
+ msgstr ""
345
+ "%s &#8212; Zusätzliche CSS Klasse(n) für den Quelltext-Block einbinden. "
346
+ "Mehrere Klassen durch Leerzeichen voneinander trennen."
347
+
348
+ #: syntaxhighlighter.php:1172
349
+ #, php-format
350
+ msgctxt "collapse parameter"
351
+ msgid ""
352
+ "%s &#8212; Toggle collapsing the code box by default, requiring a click to "
353
+ "expand it. Good for large code posts."
354
+ msgstr ""
355
+ "%s &#8212; Quelltext-Block zugeklappt anzeigen. Zum Aufklappen ist dann ein "
356
+ "Klick auf den Quelltext-Block notwendig. Diese Einstellung eignet sich "
357
+ "insbesondere für längere Quelltexte."
358
+
359
+ #: syntaxhighlighter.php:1173
360
+ #, php-format
361
+ msgctxt "firstline parameter"
362
+ msgid ""
363
+ "%s &#8212; An interger specifying what number the first line should be (for "
364
+ "the line numbering)."
365
+ msgstr ""
366
+ "%s &#8212; Erste Zeilennummer für die Nummerierung der Quelltextzeilen "
367
+ "festlegen."
368
+
369
+ #: syntaxhighlighter.php:1174
370
+ #, php-format
371
+ msgctxt "gutter parameter"
372
+ msgid "%s &#8212; Toggle the left-side line numbering."
373
+ msgstr "%s &#8212; Zeilennummern anzeigen."
374
+
375
+ #: syntaxhighlighter.php:1175
376
+ #, php-format
377
+ msgctxt "highlight parameter"
378
+ msgid ""
379
+ "%1$s &#8212; A comma-sperated list of line numbers to highlight. You can "
380
+ "also specify a range. Example: %2$s"
381
+ msgstr ""
382
+ "%1$s &#8212; Quelltextzeilen hervorheben. Die Angabe erfolgt in Form einer "
383
+ "kommaseparierten Liste oder eines Bereichs: %2$s"
384
+
385
+ #: syntaxhighlighter.php:1176
386
+ #, php-format
387
+ msgctxt "htmlscript parameter"
388
+ msgid ""
389
+ "%s &#8212; Toggle highlighting any extra HTML/XML. Good for when you're "
390
+ "mixing HTML/XML with another language, such as having PHP inside an HTML web "
391
+ "page. The above preview has it enabled for example. This only works with "
392
+ "certain languages."
393
+ msgstr ""
394
+ "%s &#8212; HTML/XML innerhalb des Quelltextes hervorheben. Diese Option ist "
395
+ "geeignet, wenn HTML/XML und eine andere Sprache gemischt werden (z.B. PHP "
396
+ "innerhalb einer HTML Webseite in der obigen Vorschau). Diese Option ist "
397
+ "jedoch nur für bestimmte Programmiersprachen verfügbar."
398
+
399
+ #: syntaxhighlighter.php:1177
400
+ #, php-format
401
+ msgctxt "light parameter"
402
+ msgid ""
403
+ "%s &#8212; Toggle light mode which disables the gutter and toolbar all at "
404
+ "once."
405
+ msgstr "%s &#8212; Keine Zeilennummern und kein Toolbar anzeigen."
406
+
407
+ #: syntaxhighlighter.php:1178
408
+ #, php-format
409
+ msgctxt "padlinenumbers parameter"
410
+ msgid ""
411
+ "%s &#8212; Controls line number padding. Valid values are <code>false</code> "
412
+ "(no padding), <code>true</code> (automatic padding), or an integer (forced "
413
+ "padding)."
414
+ msgstr ""
415
+ "%s &#8212; Führenden Nullen anzeigen. Gültige Werte sind <code>false</code> "
416
+ "(keine führenden Nullen), <code>true</code> (automatische Anzahl führender "
417
+ "Nullen) oder ein Integer Wert (feste Anzahl von Stellen)."
418
+
419
+ #: syntaxhighlighter.php:1179
420
+ #, php-format
421
+ msgctxt "title parameter"
422
+ msgid ""
423
+ "%1$s (v3 only) &#8212; Sets some text to show up before the code. Very "
424
+ "useful when combined with the %2$s parameter."
425
+ msgstr ""
426
+ "%1$s (nur Version 3.x) &#8212; Überschrift für den Quelltext. Diese Option "
427
+ "empfiehlt sich, wenn %2$s verwendet wird."
428
+
429
+ #: syntaxhighlighter.php:1180
430
+ #, php-format
431
+ msgctxt "toolbar parameter"
432
+ msgid ""
433
+ "%s &#8212; Toggle the toolbar (buttons in v2, the about question mark in v3)"
434
+ msgstr "%s &#8212; Toolbar anzeigen."
435
+
436
+ #: syntaxhighlighter.php:1181
437
+ #, php-format
438
+ msgctxt "wraplines parameter"
439
+ msgid "%s (v2 only) &#8212; Toggle line wrapping."
440
+ msgstr ""
441
+ "%s (nur Version 2.x) &#8212; Zu lange Zeilen mittels Zeilenumbruch statt "
442
+ "einer Bildlaufleiste darstellen."
443
+
444
+ #: syntaxhighlighter.php:1184
445
+ msgid "Some example shortcodes:"
446
+ msgstr "Einige Beispiele für Shortcodes:"
447
+
448
+ #: syntaxhighlighter.php:1187 syntaxhighlighter.php:1188
449
+ #: syntaxhighlighter.php:1189 syntaxhighlighter.php:1190
450
+ msgid "your code here"
451
+ msgstr "Hier steht der Quelltext"
452
+
453
+ #: syntaxhighlighter.php:1188
454
+ msgid "example-filename.php"
455
+ msgstr "beispieldatei.php"
localization/syntaxhighlighter-it_IT.po CHANGED
@@ -1,422 +1,422 @@
1
- # SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) YEAR Viper007Bond
3
- # This file is distributed under the same license as the PACKAGE package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: SyntaxHighlighter Evolved in italiano\n"
9
- "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2011-06-04 14:07+0100\n"
11
- "PO-Revision-Date: 2011-06-04 14:15+0100\n"
12
- "Last-Translator: Gianni Diurno (aka gidibao) <gidibao[at]gmail[dot]com>\n"
13
- "Language-Team: Gianni Diurno | gidibao.net\n"
14
- "MIME-Version: 1.0\n"
15
- "Content-Type: text/plain; charset=UTF-8\n"
16
- "Content-Transfer-Encoding: 8bit\n"
17
- "X-Poedit-Language: Italian\n"
18
- "X-Poedit-Country: ITALY\n"
19
- "X-Poedit-KeywordsList: __;_e;esc_attr__;esc_attr_e;esc_html__;esc_html_e\n"
20
- "X-Poedit-Basepath: ../\n"
21
- "X-Poedit-SourceCharset: utf-8\n"
22
- "X-Poedit-SearchPath-0: .\n"
23
-
24
- #: syntaxhighlighter.php:245
25
- msgid "Default"
26
- msgstr "Predefinito"
27
-
28
- #: syntaxhighlighter.php:246
29
- msgid "Django"
30
- msgstr "Django"
31
-
32
- #: syntaxhighlighter.php:247
33
- msgid "Eclipse"
34
- msgstr "Eclipse"
35
-
36
- #: syntaxhighlighter.php:248
37
- msgid "Emacs"
38
- msgstr "Emacs"
39
-
40
- #: syntaxhighlighter.php:249
41
- msgid "Fade to Grey"
42
- msgstr "Fade to Grey"
43
-
44
- #: syntaxhighlighter.php:250
45
- msgid "Midnight"
46
- msgstr "Midnight"
47
-
48
- #: syntaxhighlighter.php:251
49
- msgid "RDark"
50
- msgstr "RDark"
51
-
52
- #: syntaxhighlighter.php:252
53
- msgid "[None]"
54
- msgstr "[nessuno]"
55
-
56
- #: syntaxhighlighter.php:264
57
- #: syntaxhighlighter.php:954
58
- msgid "SyntaxHighlighter Settings"
59
- msgstr "Impostazioni SyntaxHighlighter"
60
-
61
- #: syntaxhighlighter.php:264
62
- msgid "SyntaxHighlighter"
63
- msgstr "SyntaxHighlighter"
64
-
65
- #: syntaxhighlighter.php:295
66
- msgid "Settings"
67
- msgstr "Impostazioni"
68
-
69
- #: syntaxhighlighter.php:616
70
- msgid "show source"
71
- msgstr "mostra sorgente"
72
-
73
- #: syntaxhighlighter.php:617
74
- msgid "view source"
75
- msgstr "vedi sorgente"
76
-
77
- #: syntaxhighlighter.php:618
78
- msgid "copy to clipboard"
79
- msgstr "copia negli appunti"
80
-
81
- #: syntaxhighlighter.php:619
82
- msgid "The code is in your clipboard now"
83
- msgstr "Il codice é da ora nei tuoi appunti"
84
-
85
- #: syntaxhighlighter.php:620
86
- msgid "print"
87
- msgstr "stampa"
88
-
89
- #: syntaxhighlighter.php:621
90
- #: syntaxhighlighter.php:628
91
- msgid "?"
92
- msgstr "info"
93
-
94
- #: syntaxhighlighter.php:622
95
- #: syntaxhighlighter.php:629
96
- msgid ""
97
- "SyntaxHighlighter\\n"
98
- "\\n"
99
- msgstr ""
100
- "SyntaxHighlighter\\n"
101
- "\\n"
102
-
103
- #: syntaxhighlighter.php:623
104
- #: syntaxhighlighter.php:630
105
- msgid "Can't find brush for: "
106
- msgstr "Non é stato possibile trovare il file di sintassi per: "
107
-
108
- #: syntaxhighlighter.php:624
109
- #: syntaxhighlighter.php:631
110
- msgid "Brush wasn't configured for html-script option: "
111
- msgstr "Il file di sintassi non é stato configurato per l'opzione html-script"
112
-
113
- #: syntaxhighlighter.php:627
114
- msgid "+ expand source"
115
- msgstr "+ espandi sorgente"
116
-
117
- #: syntaxhighlighter.php:942
118
- msgid "Are you sure you want to reset your settings to the defaults?"
119
- msgstr "Sei certo di volere ripristinare le impostazioni alle predefinite?"
120
-
121
- #: syntaxhighlighter.php:946
122
- msgid "Settings reset to defaults."
123
- msgstr "Ripristina le impostazioni alle predefinite"
124
-
125
- #: syntaxhighlighter.php:963
126
- msgid "Highlighter Version"
127
- msgstr "Versione Highlighter"
128
-
129
- #: syntaxhighlighter.php:968
130
- msgid "Version 3.x"
131
- msgstr "Versione 3.x"
132
-
133
- #: syntaxhighlighter.php:969
134
- msgid "Version 2.x"
135
- msgstr "Versione 2.x"
136
-
137
- #: syntaxhighlighter.php:977
138
- msgid "Version 3 allows visitors to easily highlight portions of your code with their mouse (either by dragging or double-clicking) and copy it to their clipboard. No toolbar containing a Flash-based button is required."
139
- msgstr "La versione 3 permette agli utenti di evidenziare facilmente con il mouse delle porzioni del tuo codice (altresì spostare/doppio-click) potendolo copiare nei loro appunti. Non sarà necessaria nessuna toolbar contenente un pulsante a base-Flash."
140
-
141
- #: syntaxhighlighter.php:978
142
- msgid "Version 2 allows for line wrapping, something that version 3 does not do at this time."
143
- msgstr "La versione 2 permette il wrap per la linea, funzione questa non ancora disponibile per la versione 3."
144
-
145
- #: syntaxhighlighter.php:982
146
- msgid "Color Theme"
147
- msgstr "Colore del tema"
148
-
149
- #: syntaxhighlighter.php:994
150
- #: syntaxhighlighter.php:997
151
- msgid "Load All Brushes"
152
- msgstr "Carica tutti i brush"
153
-
154
- #: syntaxhighlighter.php:998
155
- msgid "Always load all language files (for directly using <code>&lt;pre&gt;</code> tags rather than shortcodes)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If left unchecked (default), then language files will only be loaded when needed<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If unsure, leave this box unchecked"
156
- msgstr "Carica sempre tutti i file di linguaggio (per utilizzo diretto dei tag <code>&lt;pre&gt;</code> piuttosto che gli shortcode)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Se non attivo (predefinito), i file di linguaggio saranno caricati secondo necessità<br />&nbsp;&nbsp;"
157
-
158
- #: syntaxhighlighter.php:1004
159
- msgid "Defaults"
160
- msgstr "Parametri predefiniti"
161
-
162
- #: syntaxhighlighter.php:1006
163
- msgid "All of the settings below can be configured on a per-code block basis, but you can control the defaults of all code blocks here."
164
- msgstr "Tutte le impostazioni qui sotto potranno essere configurate singolarmente comunque, sarà altresì possibile controllare qui le predefinite per tutti i blocchi codice."
165
-
166
- #: syntaxhighlighter.php:1010
167
- #: syntaxhighlighter.php:1013
168
- msgid "Miscellaneous"
169
- msgstr "Varie"
170
-
171
- #: syntaxhighlighter.php:1015
172
- msgid "Display line numbers"
173
- msgstr "mostra la numerazione delle linee"
174
-
175
- #: syntaxhighlighter.php:1016
176
- msgid "Display the toolbar"
177
- msgstr "mostra la barra degli strumenti"
178
-
179
- #: syntaxhighlighter.php:1017
180
- msgid "Automatically make URLs clickable"
181
- msgstr "rendi gli URL cliccabili (in automatico)"
182
-
183
- #: syntaxhighlighter.php:1018
184
- msgid "Collapse code boxes"
185
- msgstr "comprimi le caselle del codice"
186
-
187
- #: syntaxhighlighter.php:1019
188
- msgid "Use the light display mode, best for single lines of code"
189
- msgstr "utilizza la modalità light del tema, ideale per le singole linee di codice"
190
-
191
- #: syntaxhighlighter.php:1020
192
- msgid "Use smart tabs allowing tabs being used for alignment"
193
- msgstr "utilizza le smart tabs in modo che le tag siano utilizzate per l'allineamento"
194
-
195
- #: syntaxhighlighter.php:1021
196
- msgid "Wrap long lines (v2.x only, disabling this will make a scrollbar show instead)"
197
- msgstr "Wrap per le righe di grandi dimensioni (solo v2.x, disattivando l'opzione si otterrà una barra di scorrimento)"
198
-
199
- #: syntaxhighlighter.php:1022
200
- msgid "Enable &quot;HTML script&quot; mode by default (see the bottom of this page for details). Checking this box is not recommended as this mode only works with certain languages."
201
- msgstr "Abilita la modalità &quot;HTML script&quot; come predefinita (vedi i dettagli a fondo pagina). La selezione di questa casella non é raccomandabile poiché la funzione lavora solamente con alcuni linguaggi."
202
-
203
- #: syntaxhighlighter.php:1027
204
- msgid "Additional CSS Class(es)"
205
- msgstr "classe/i CSS addizionali"
206
-
207
- #: syntaxhighlighter.php:1031
208
- msgid "Starting Line Number"
209
- msgstr "Numero di inizio linea"
210
-
211
- #: syntaxhighlighter.php:1035
212
- msgid "Line Number Padding"
213
- msgstr "Padding numerazione linea"
214
-
215
- #: syntaxhighlighter.php:1040
216
- msgid "Off"
217
- msgstr "Spento"
218
-
219
- #: syntaxhighlighter.php:1041
220
- msgid "Automatic"
221
- msgstr "Automatico"
222
-
223
- #: syntaxhighlighter.php:1057
224
- msgid "Tab Size"
225
- msgstr "Dimensione tab"
226
-
227
- #: syntaxhighlighter.php:1061
228
- msgid "Title"
229
- msgstr "Titolo"
230
-
231
- #: syntaxhighlighter.php:1064
232
- msgid "Some optional default text to display above each code block or as the clickable text for collapsed code blocks."
233
- msgstr "Testo predefinito e facoltativo da mostrare al di sopra di ogni blocco codice o come testo cliccabile per i blocchi codice da espandere."
234
-
235
- #: syntaxhighlighter.php:1074
236
- #: syntaxhighlighter.php:1077
237
- msgid "Reset to Defaults"
238
- msgstr "Ripristina alle predefinite"
239
-
240
- #: syntaxhighlighter.php:1076
241
- msgid "Save Changes"
242
- msgstr "Salva le modifiche"
243
-
244
- #: syntaxhighlighter.php:1084
245
- msgid "Preview"
246
- msgstr "Anteprima della casella"
247
-
248
- #: syntaxhighlighter.php:1086
249
- msgid "Click &quot;Save Changes&quot; to update this preview."
250
- msgstr "Clicca &quot;Salva le modifiche&quot; per visualizzare l'anteprima aggiornata."
251
-
252
- #: syntaxhighlighter.php:1105
253
- msgid "PHP Code Example"
254
- msgstr "Codice PHP di esempio"
255
-
256
- #: syntaxhighlighter.php:1107
257
- msgid "Hello World!"
258
- msgstr "Hello World!"
259
-
260
- #: syntaxhighlighter.php:1109
261
- msgid "This line is highlighted."
262
- msgstr "Questa linea é evidenziata."
263
-
264
- #: syntaxhighlighter.php:1112
265
- msgid ""
266
- "\t\tThis\tis\tan\n"
267
- "\t\texample\tof\tsmart\n"
268
- "\t\ttabs."
269
- msgstr ""
270
- "\t\tQuesto\té\tun\n"
271
- "\t\tesempio\tdi\tsmart\n"
272
- "\t\ttabs."
273
-
274
- #: syntaxhighlighter.php:1117
275
- msgid "WordPress"
276
- msgstr "WordPress"
277
-
278
- #: syntaxhighlighter.php:1128
279
- msgid "Shortcode Parameters"
280
- msgstr "Parametri per lo shortcode"
281
-
282
- #: syntaxhighlighter.php:1130
283
- #, php-format
284
- msgid "These are the parameters you can pass to the shortcode and what they do. For the booleans (i.e. on/off), pass %1$s/%2$s or %3$s/%4$s."
285
- msgstr "Lista dei parametri (e loro funzioni) che potrai inserire nello shortcode. Per i booleani (es: on/off), inserisci %1$s/%2$s oppure %3$s/%4$s."
286
-
287
- #: syntaxhighlighter.php:1148
288
- msgid "Some example shortcodes:"
289
- msgstr "Alcuni esempi di shortcode:"
290
-
291
- #: syntaxhighlighter.php:1151
292
- #: syntaxhighlighter.php:1152
293
- #: syntaxhighlighter.php:1153
294
- #: syntaxhighlighter.php:1154
295
- msgid "your code here"
296
- msgstr "inserisci qui il tuo codice"
297
-
298
- #: syntaxhighlighter.php:1152
299
- msgid "example-filename.php"
300
- msgstr "example-filename.php"
301
-
302
- #~ msgid ""
303
- #~ "%1$s or %2$s &#8212; The language syntax to highlight with. You can "
304
- #~ "alternately just use that as the tag, such as <code>[php]code[/php]</"
305
- #~ "code>. <a href=\"%3$s\">Click here</a> for a list of valid tags (under "
306
- #~ "&quot;aliases&quot;)."
307
- #~ msgstr ""
308
- #~ "%1$s oppure %2$s &#8212; Il linguaggio da evidenziare. Potrai in "
309
- #~ "alternativa utilizzarne il solo nome. Ad esempio: <code>[php]code[/php]</"
310
- #~ "code>. <a href=\"%3$s\">Clicca qui</a> per la lista dei tag validi (sotto "
311
- #~ "&quot;aliases&quot;)."
312
-
313
- #~ msgid "%s &#8212; Toggle automatic URL linking."
314
- #~ msgstr "%s &#8212; Commutazione automatica collegamento ad un URL."
315
-
316
- #~ msgid "%s &#8212; Add an additional CSS class to the code box."
317
- #~ msgstr ""
318
- #~ "%s &#8212; Aggiungi una classe CSS addizionale alla casella per il codice."
319
-
320
- #~ msgid ""
321
- #~ "%s &#8212; Toggle collapsing the code box by default, requiring a click "
322
- #~ "to expand it. Good for large code posts."
323
- #~ msgstr ""
324
- #~ "%s &#8212; Commuta in automatico (predefinita) la compressione della "
325
- #~ "casella. Sarà necessario cliccare sulla casella per espanderla. Ottimo "
326
- #~ "per l'inserimento di codici di grande dimensione."
327
-
328
- #~ msgid ""
329
- #~ "%s &#8212; An interger specifying what number the first line should be "
330
- #~ "(for the line numbering)."
331
- #~ msgstr ""
332
- #~ "%s &#8212; Un numero intero per definire con quale numero abbia inizio la "
333
- #~ "prima linea (per la numerazione)."
334
-
335
- #~ msgid "%s &#8212; Toggle the left-side line numbering."
336
- #~ msgstr "%s &#8212; Commutazione numerazione della linea nel lato sinistro."
337
-
338
- #~ msgid ""
339
- #~ "%1$s &#8212; A comma-sperated list of line numbers to highlight. You can "
340
- #~ "also specify a range. Example: %2$s"
341
- #~ msgstr ""
342
- #~ "%1$s &#8212; Lista delle linee da evidenziare (numeri separati da una "
343
- #~ "virgola). Puoi anche specificare il range. Esempio: %2$s"
344
-
345
- #~ msgid ""
346
- #~ "%s &#8212; Toggle highlighting any extra HTML/XML. Good for when you're "
347
- #~ "mixing HTML/XML with another language, such as having PHP inside an HTML "
348
- #~ "web page. The above preview has it enabled for example. This only works "
349
- #~ "with certain languages."
350
- #~ msgstr ""
351
- #~ "%s &#8212; Commuta mettendo in evidenza ogni HTML/XML extra. Ottima "
352
- #~ "soluzione qualora utilizzassi del HTML/XML con un altro linguaggio (ad "
353
- #~ "esempio del codice PHP inserito nel HTML di una pagina web). Vedi "
354
- #~ "l'anteprima qui sopra. Questa funziona solamente per alcuni linguaggi."
355
-
356
- #~ msgid ""
357
- #~ "%s &#8212; Toggle light mode which disables the gutter and toolbar all at "
358
- #~ "once."
359
- #~ msgstr ""
360
- #~ "%s &#8212; Commuta alla modalità light del tema disattivando "
361
- #~ "contemporaneamente il gutter e la toolbar."
362
-
363
- #~ msgid ""
364
- #~ "%s &#8212; Controls line number padding. Valid values are <code>false</"
365
- #~ "code> (no padding), <code>true</code> (automatic padding), or an integer "
366
- #~ "(forced padding)."
367
- #~ msgstr ""
368
- #~ "%s &#8212; Controlla il padding per la linea di numerazione. I valori "
369
- #~ "validi sono <code>false</code> (nessun padding), <code>true</code> "
370
- #~ "(padding automatico) oppure un numero intero (padding forzato)."
371
-
372
- #~ msgid ""
373
- #~ "%1$s &#8212; Sets some text to show up before the code. Very useful when "
374
- #~ "combined with the %2$s parameter."
375
- #~ msgstr ""
376
- #~ "%1$s &#8212; Imposta il testo da mostrare prima del codice. Molto utile "
377
- #~ "in combinazione con il parametro %2$s."
378
-
379
- #~ msgid "%s &#8212; Toggle the toolbar containing the helpful buttons."
380
- #~ msgstr "%s &#8212; Commutazione toolbar contenente i pulsanti opzione."
381
-
382
- #~ msgid "%s &#8212; Toggle line wrapping."
383
- #~ msgstr "%s &#8212; Commuta il wrapping della riga."
384
-
385
- #~ msgid "SyntaxHighlighter Evolved"
386
- #~ msgstr "SyntaxHighlighter Evolved"
387
-
388
- #~ msgid "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
389
- #~ msgstr "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
390
-
391
- #~ msgid ""
392
- #~ "Easily post syntax-highlighted code to your site without having to modify "
393
- #~ "the code at all. Uses Alex Gorbatchev's <a href=\"http://alexgorbatchev."
394
- #~ "com/wiki/SyntaxHighlighter\">SyntaxHighlighter</a> v2.0.320 and some code "
395
- #~ "by <a href=\"http://wordpress.com/\">Andrew Ozz of Automattic</a>."
396
- #~ msgstr ""
397
- #~ "Inserisci con semplicità il codice syntax-highlight nel tuo blog senza "
398
- #~ "l'obbligo di doverlo modificare. Utilizza il <a href=\"http://"
399
- #~ "alexgorbatchev.com/wiki/SyntaxHighlighter\">SyntaxHighlighter</a> "
400
- #~ "v2.0.320 di Alex Gorbatchev ed un po' di codice da <a href=\"http://"
401
- #~ "wordpress.com/\">Andrew Ozz di Automattic</a>."
402
-
403
- #~ msgid "Viper007Bond"
404
- #~ msgstr "Viper007Bond"
405
-
406
- #~ msgid "http://www.viper007bond.com/"
407
- #~ msgstr "http://www.viper007bond.com/"
408
-
409
- #~ msgid "Show a ruler column along the top of the code box"
410
- #~ msgstr ""
411
- #~ "mostra in alto del box per il codice una riga graduata per le colonne"
412
-
413
- #~ msgid "Font Size (Percentage)"
414
- #~ msgstr "Dimensione font (percentuale)"
415
-
416
- #~ msgid "%s &#8212; Toggle the column ruler at the top of the code box."
417
- #~ msgstr ""
418
- #~ "%s &#8212; Commuta la riga graduata posizionata nella parte superiore del "
419
- #~ "box per il codice."
420
-
421
- #~ msgid "Cheatin&#8217; uh?"
422
- #~ msgstr "Problemi! uh?"
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR Viper007Bond
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: SyntaxHighlighter Evolved in italiano\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2011-06-04 14:07+0100\n"
11
+ "PO-Revision-Date: 2011-06-04 14:15+0100\n"
12
+ "Last-Translator: Gianni Diurno (aka gidibao) <gidibao[at]gmail[dot]com>\n"
13
+ "Language-Team: Gianni Diurno | gidibao.net\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Poedit-Language: Italian\n"
18
+ "X-Poedit-Country: ITALY\n"
19
+ "X-Poedit-KeywordsList: __;_e;esc_attr__;esc_attr_e;esc_html__;esc_html_e\n"
20
+ "X-Poedit-Basepath: ../\n"
21
+ "X-Poedit-SourceCharset: utf-8\n"
22
+ "X-Poedit-SearchPath-0: .\n"
23
+
24
+ #: syntaxhighlighter.php:245
25
+ msgid "Default"
26
+ msgstr "Predefinito"
27
+
28
+ #: syntaxhighlighter.php:246
29
+ msgid "Django"
30
+ msgstr "Django"
31
+
32
+ #: syntaxhighlighter.php:247
33
+ msgid "Eclipse"
34
+ msgstr "Eclipse"
35
+
36
+ #: syntaxhighlighter.php:248
37
+ msgid "Emacs"
38
+ msgstr "Emacs"
39
+
40
+ #: syntaxhighlighter.php:249
41
+ msgid "Fade to Grey"
42
+ msgstr "Fade to Grey"
43
+
44
+ #: syntaxhighlighter.php:250
45
+ msgid "Midnight"
46
+ msgstr "Midnight"
47
+
48
+ #: syntaxhighlighter.php:251
49
+ msgid "RDark"
50
+ msgstr "RDark"
51
+
52
+ #: syntaxhighlighter.php:252
53
+ msgid "[None]"
54
+ msgstr "[nessuno]"
55
+
56
+ #: syntaxhighlighter.php:264
57
+ #: syntaxhighlighter.php:954
58
+ msgid "SyntaxHighlighter Settings"
59
+ msgstr "Impostazioni SyntaxHighlighter"
60
+
61
+ #: syntaxhighlighter.php:264
62
+ msgid "SyntaxHighlighter"
63
+ msgstr "SyntaxHighlighter"
64
+
65
+ #: syntaxhighlighter.php:295
66
+ msgid "Settings"
67
+ msgstr "Impostazioni"
68
+
69
+ #: syntaxhighlighter.php:616
70
+ msgid "show source"
71
+ msgstr "mostra sorgente"
72
+
73
+ #: syntaxhighlighter.php:617
74
+ msgid "view source"
75
+ msgstr "vedi sorgente"
76
+
77
+ #: syntaxhighlighter.php:618
78
+ msgid "copy to clipboard"
79
+ msgstr "copia negli appunti"
80
+
81
+ #: syntaxhighlighter.php:619
82
+ msgid "The code is in your clipboard now"
83
+ msgstr "Il codice é da ora nei tuoi appunti"
84
+
85
+ #: syntaxhighlighter.php:620
86
+ msgid "print"
87
+ msgstr "stampa"
88
+
89
+ #: syntaxhighlighter.php:621
90
+ #: syntaxhighlighter.php:628
91
+ msgid "?"
92
+ msgstr "info"
93
+
94
+ #: syntaxhighlighter.php:622
95
+ #: syntaxhighlighter.php:629
96
+ msgid ""
97
+ "SyntaxHighlighter\\n"
98
+ "\\n"
99
+ msgstr ""
100
+ "SyntaxHighlighter\\n"
101
+ "\\n"
102
+
103
+ #: syntaxhighlighter.php:623
104
+ #: syntaxhighlighter.php:630
105
+ msgid "Can't find brush for: "
106
+ msgstr "Non é stato possibile trovare il file di sintassi per: "
107
+
108
+ #: syntaxhighlighter.php:624
109
+ #: syntaxhighlighter.php:631
110
+ msgid "Brush wasn't configured for html-script option: "
111
+ msgstr "Il file di sintassi non é stato configurato per l'opzione html-script"
112
+
113
+ #: syntaxhighlighter.php:627
114
+ msgid "+ expand source"
115
+ msgstr "+ espandi sorgente"
116
+
117
+ #: syntaxhighlighter.php:942
118
+ msgid "Are you sure you want to reset your settings to the defaults?"
119
+ msgstr "Sei certo di volere ripristinare le impostazioni alle predefinite?"
120
+
121
+ #: syntaxhighlighter.php:946
122
+ msgid "Settings reset to defaults."
123
+ msgstr "Ripristina le impostazioni alle predefinite"
124
+
125
+ #: syntaxhighlighter.php:963
126
+ msgid "Highlighter Version"
127
+ msgstr "Versione Highlighter"
128
+
129
+ #: syntaxhighlighter.php:968
130
+ msgid "Version 3.x"
131
+ msgstr "Versione 3.x"
132
+
133
+ #: syntaxhighlighter.php:969
134
+ msgid "Version 2.x"
135
+ msgstr "Versione 2.x"
136
+
137
+ #: syntaxhighlighter.php:977
138
+ msgid "Version 3 allows visitors to easily highlight portions of your code with their mouse (either by dragging or double-clicking) and copy it to their clipboard. No toolbar containing a Flash-based button is required."
139
+ msgstr "La versione 3 permette agli utenti di evidenziare facilmente con il mouse delle porzioni del tuo codice (altresì spostare/doppio-click) potendolo copiare nei loro appunti. Non sarà necessaria nessuna toolbar contenente un pulsante a base-Flash."
140
+
141
+ #: syntaxhighlighter.php:978
142
+ msgid "Version 2 allows for line wrapping, something that version 3 does not do at this time."
143
+ msgstr "La versione 2 permette il wrap per la linea, funzione questa non ancora disponibile per la versione 3."
144
+
145
+ #: syntaxhighlighter.php:982
146
+ msgid "Color Theme"
147
+ msgstr "Colore del tema"
148
+
149
+ #: syntaxhighlighter.php:994
150
+ #: syntaxhighlighter.php:997
151
+ msgid "Load All Brushes"
152
+ msgstr "Carica tutti i brush"
153
+
154
+ #: syntaxhighlighter.php:998
155
+ msgid "Always load all language files (for directly using <code>&lt;pre&gt;</code> tags rather than shortcodes)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If left unchecked (default), then language files will only be loaded when needed<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If unsure, leave this box unchecked"
156
+ msgstr "Carica sempre tutti i file di linguaggio (per utilizzo diretto dei tag <code>&lt;pre&gt;</code> piuttosto che gli shortcode)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Se non attivo (predefinito), i file di linguaggio saranno caricati secondo necessità<br />&nbsp;&nbsp;"
157
+
158
+ #: syntaxhighlighter.php:1004
159
+ msgid "Defaults"
160
+ msgstr "Parametri predefiniti"
161
+
162
+ #: syntaxhighlighter.php:1006
163
+ msgid "All of the settings below can be configured on a per-code block basis, but you can control the defaults of all code blocks here."
164
+ msgstr "Tutte le impostazioni qui sotto potranno essere configurate singolarmente comunque, sarà altresì possibile controllare qui le predefinite per tutti i blocchi codice."
165
+
166
+ #: syntaxhighlighter.php:1010
167
+ #: syntaxhighlighter.php:1013
168
+ msgid "Miscellaneous"
169
+ msgstr "Varie"
170
+
171
+ #: syntaxhighlighter.php:1015
172
+ msgid "Display line numbers"
173
+ msgstr "mostra la numerazione delle linee"
174
+
175
+ #: syntaxhighlighter.php:1016
176
+ msgid "Display the toolbar"
177
+ msgstr "mostra la barra degli strumenti"
178
+
179
+ #: syntaxhighlighter.php:1017
180
+ msgid "Automatically make URLs clickable"
181
+ msgstr "rendi gli URL cliccabili (in automatico)"
182
+
183
+ #: syntaxhighlighter.php:1018
184
+ msgid "Collapse code boxes"
185
+ msgstr "comprimi le caselle del codice"
186
+
187
+ #: syntaxhighlighter.php:1019
188
+ msgid "Use the light display mode, best for single lines of code"
189
+ msgstr "utilizza la modalità light del tema, ideale per le singole linee di codice"
190
+
191
+ #: syntaxhighlighter.php:1020
192
+ msgid "Use smart tabs allowing tabs being used for alignment"
193
+ msgstr "utilizza le smart tabs in modo che le tag siano utilizzate per l'allineamento"
194
+
195
+ #: syntaxhighlighter.php:1021
196
+ msgid "Wrap long lines (v2.x only, disabling this will make a scrollbar show instead)"
197
+ msgstr "Wrap per le righe di grandi dimensioni (solo v2.x, disattivando l'opzione si otterrà una barra di scorrimento)"
198
+
199
+ #: syntaxhighlighter.php:1022
200
+ msgid "Enable &quot;HTML script&quot; mode by default (see the bottom of this page for details). Checking this box is not recommended as this mode only works with certain languages."
201
+ msgstr "Abilita la modalità &quot;HTML script&quot; come predefinita (vedi i dettagli a fondo pagina). La selezione di questa casella non é raccomandabile poiché la funzione lavora solamente con alcuni linguaggi."
202
+
203
+ #: syntaxhighlighter.php:1027
204
+ msgid "Additional CSS Class(es)"
205
+ msgstr "classe/i CSS addizionali"
206
+
207
+ #: syntaxhighlighter.php:1031
208
+ msgid "Starting Line Number"
209
+ msgstr "Numero di inizio linea"
210
+
211
+ #: syntaxhighlighter.php:1035
212
+ msgid "Line Number Padding"
213
+ msgstr "Padding numerazione linea"
214
+
215
+ #: syntaxhighlighter.php:1040
216
+ msgid "Off"
217
+ msgstr "Spento"
218
+
219
+ #: syntaxhighlighter.php:1041
220
+ msgid "Automatic"
221
+ msgstr "Automatico"
222
+
223
+ #: syntaxhighlighter.php:1057
224
+ msgid "Tab Size"
225
+ msgstr "Dimensione tab"
226
+
227
+ #: syntaxhighlighter.php:1061
228
+ msgid "Title"
229
+ msgstr "Titolo"
230
+
231
+ #: syntaxhighlighter.php:1064
232
+ msgid "Some optional default text to display above each code block or as the clickable text for collapsed code blocks."
233
+ msgstr "Testo predefinito e facoltativo da mostrare al di sopra di ogni blocco codice o come testo cliccabile per i blocchi codice da espandere."
234
+
235
+ #: syntaxhighlighter.php:1074
236
+ #: syntaxhighlighter.php:1077
237
+ msgid "Reset to Defaults"
238
+ msgstr "Ripristina alle predefinite"
239
+
240
+ #: syntaxhighlighter.php:1076
241
+ msgid "Save Changes"
242
+ msgstr "Salva le modifiche"
243
+
244
+ #: syntaxhighlighter.php:1084
245
+ msgid "Preview"
246
+ msgstr "Anteprima della casella"
247
+
248
+ #: syntaxhighlighter.php:1086
249
+ msgid "Click &quot;Save Changes&quot; to update this preview."
250
+ msgstr "Clicca &quot;Salva le modifiche&quot; per visualizzare l'anteprima aggiornata."
251
+
252
+ #: syntaxhighlighter.php:1105
253
+ msgid "PHP Code Example"
254
+ msgstr "Codice PHP di esempio"
255
+
256
+ #: syntaxhighlighter.php:1107
257
+ msgid "Hello World!"
258
+ msgstr "Hello World!"
259
+
260
+ #: syntaxhighlighter.php:1109
261
+ msgid "This line is highlighted."
262
+ msgstr "Questa linea é evidenziata."
263
+
264
+ #: syntaxhighlighter.php:1112
265
+ msgid ""
266
+ "\t\tThis\tis\tan\n"
267
+ "\t\texample\tof\tsmart\n"
268
+ "\t\ttabs."
269
+ msgstr ""
270
+ "\t\tQuesto\té\tun\n"
271
+ "\t\tesempio\tdi\tsmart\n"
272
+ "\t\ttabs."
273
+
274
+ #: syntaxhighlighter.php:1117
275
+ msgid "WordPress"
276
+ msgstr "WordPress"
277
+
278
+ #: syntaxhighlighter.php:1128
279
+ msgid "Shortcode Parameters"
280
+ msgstr "Parametri per lo shortcode"
281
+
282
+ #: syntaxhighlighter.php:1130
283
+ #, php-format
284
+ msgid "These are the parameters you can pass to the shortcode and what they do. For the booleans (i.e. on/off), pass %1$s/%2$s or %3$s/%4$s."
285
+ msgstr "Lista dei parametri (e loro funzioni) che potrai inserire nello shortcode. Per i booleani (es: on/off), inserisci %1$s/%2$s oppure %3$s/%4$s."
286
+
287
+ #: syntaxhighlighter.php:1148
288
+ msgid "Some example shortcodes:"
289
+ msgstr "Alcuni esempi di shortcode:"
290
+
291
+ #: syntaxhighlighter.php:1151
292
+ #: syntaxhighlighter.php:1152
293
+ #: syntaxhighlighter.php:1153
294
+ #: syntaxhighlighter.php:1154
295
+ msgid "your code here"
296
+ msgstr "inserisci qui il tuo codice"
297
+
298
+ #: syntaxhighlighter.php:1152
299
+ msgid "example-filename.php"
300
+ msgstr "example-filename.php"
301
+
302
+ #~ msgid ""
303
+ #~ "%1$s or %2$s &#8212; The language syntax to highlight with. You can "
304
+ #~ "alternately just use that as the tag, such as <code>[php]code[/php]</"
305
+ #~ "code>. <a href=\"%3$s\">Click here</a> for a list of valid tags (under "
306
+ #~ "&quot;aliases&quot;)."
307
+ #~ msgstr ""
308
+ #~ "%1$s oppure %2$s &#8212; Il linguaggio da evidenziare. Potrai in "
309
+ #~ "alternativa utilizzarne il solo nome. Ad esempio: <code>[php]code[/php]</"
310
+ #~ "code>. <a href=\"%3$s\">Clicca qui</a> per la lista dei tag validi (sotto "
311
+ #~ "&quot;aliases&quot;)."
312
+
313
+ #~ msgid "%s &#8212; Toggle automatic URL linking."
314
+ #~ msgstr "%s &#8212; Commutazione automatica collegamento ad un URL."
315
+
316
+ #~ msgid "%s &#8212; Add an additional CSS class to the code box."
317
+ #~ msgstr ""
318
+ #~ "%s &#8212; Aggiungi una classe CSS addizionale alla casella per il codice."
319
+
320
+ #~ msgid ""
321
+ #~ "%s &#8212; Toggle collapsing the code box by default, requiring a click "
322
+ #~ "to expand it. Good for large code posts."
323
+ #~ msgstr ""
324
+ #~ "%s &#8212; Commuta in automatico (predefinita) la compressione della "
325
+ #~ "casella. Sarà necessario cliccare sulla casella per espanderla. Ottimo "
326
+ #~ "per l'inserimento di codici di grande dimensione."
327
+
328
+ #~ msgid ""
329
+ #~ "%s &#8212; An interger specifying what number the first line should be "
330
+ #~ "(for the line numbering)."
331
+ #~ msgstr ""
332
+ #~ "%s &#8212; Un numero intero per definire con quale numero abbia inizio la "
333
+ #~ "prima linea (per la numerazione)."
334
+
335
+ #~ msgid "%s &#8212; Toggle the left-side line numbering."
336
+ #~ msgstr "%s &#8212; Commutazione numerazione della linea nel lato sinistro."
337
+
338
+ #~ msgid ""
339
+ #~ "%1$s &#8212; A comma-sperated list of line numbers to highlight. You can "
340
+ #~ "also specify a range. Example: %2$s"
341
+ #~ msgstr ""
342
+ #~ "%1$s &#8212; Lista delle linee da evidenziare (numeri separati da una "
343
+ #~ "virgola). Puoi anche specificare il range. Esempio: %2$s"
344
+
345
+ #~ msgid ""
346
+ #~ "%s &#8212; Toggle highlighting any extra HTML/XML. Good for when you're "
347
+ #~ "mixing HTML/XML with another language, such as having PHP inside an HTML "
348
+ #~ "web page. The above preview has it enabled for example. This only works "
349
+ #~ "with certain languages."
350
+ #~ msgstr ""
351
+ #~ "%s &#8212; Commuta mettendo in evidenza ogni HTML/XML extra. Ottima "
352
+ #~ "soluzione qualora utilizzassi del HTML/XML con un altro linguaggio (ad "
353
+ #~ "esempio del codice PHP inserito nel HTML di una pagina web). Vedi "
354
+ #~ "l'anteprima qui sopra. Questa funziona solamente per alcuni linguaggi."
355
+
356
+ #~ msgid ""
357
+ #~ "%s &#8212; Toggle light mode which disables the gutter and toolbar all at "
358
+ #~ "once."
359
+ #~ msgstr ""
360
+ #~ "%s &#8212; Commuta alla modalità light del tema disattivando "
361
+ #~ "contemporaneamente il gutter e la toolbar."
362
+
363
+ #~ msgid ""
364
+ #~ "%s &#8212; Controls line number padding. Valid values are <code>false</"
365
+ #~ "code> (no padding), <code>true</code> (automatic padding), or an integer "
366
+ #~ "(forced padding)."
367
+ #~ msgstr ""
368
+ #~ "%s &#8212; Controlla il padding per la linea di numerazione. I valori "
369
+ #~ "validi sono <code>false</code> (nessun padding), <code>true</code> "
370
+ #~ "(padding automatico) oppure un numero intero (padding forzato)."
371
+
372
+ #~ msgid ""
373
+ #~ "%1$s &#8212; Sets some text to show up before the code. Very useful when "
374
+ #~ "combined with the %2$s parameter."
375
+ #~ msgstr ""
376
+ #~ "%1$s &#8212; Imposta il testo da mostrare prima del codice. Molto utile "
377
+ #~ "in combinazione con il parametro %2$s."
378
+
379
+ #~ msgid "%s &#8212; Toggle the toolbar containing the helpful buttons."
380
+ #~ msgstr "%s &#8212; Commutazione toolbar contenente i pulsanti opzione."
381
+
382
+ #~ msgid "%s &#8212; Toggle line wrapping."
383
+ #~ msgstr "%s &#8212; Commuta il wrapping della riga."
384
+
385
+ #~ msgid "SyntaxHighlighter Evolved"
386
+ #~ msgstr "SyntaxHighlighter Evolved"
387
+
388
+ #~ msgid "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
389
+ #~ msgstr "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
390
+
391
+ #~ msgid ""
392
+ #~ "Easily post syntax-highlighted code to your site without having to modify "
393
+ #~ "the code at all. Uses Alex Gorbatchev's <a href=\"http://alexgorbatchev."
394
+ #~ "com/wiki/SyntaxHighlighter\">SyntaxHighlighter</a> v2.0.320 and some code "
395
+ #~ "by <a href=\"http://wordpress.com/\">Andrew Ozz of Automattic</a>."
396
+ #~ msgstr ""
397
+ #~ "Inserisci con semplicità il codice syntax-highlight nel tuo blog senza "
398
+ #~ "l'obbligo di doverlo modificare. Utilizza il <a href=\"http://"
399
+ #~ "alexgorbatchev.com/wiki/SyntaxHighlighter\">SyntaxHighlighter</a> "
400
+ #~ "v2.0.320 di Alex Gorbatchev ed un po' di codice da <a href=\"http://"
401
+ #~ "wordpress.com/\">Andrew Ozz di Automattic</a>."
402
+
403
+ #~ msgid "Viper007Bond"
404
+ #~ msgstr "Viper007Bond"
405
+
406
+ #~ msgid "http://www.viper007bond.com/"
407
+ #~ msgstr "http://www.viper007bond.com/"
408
+
409
+ #~ msgid "Show a ruler column along the top of the code box"
410
+ #~ msgstr ""
411
+ #~ "mostra in alto del box per il codice una riga graduata per le colonne"
412
+
413
+ #~ msgid "Font Size (Percentage)"
414
+ #~ msgstr "Dimensione font (percentuale)"
415
+
416
+ #~ msgid "%s &#8212; Toggle the column ruler at the top of the code box."
417
+ #~ msgstr ""
418
+ #~ "%s &#8212; Commuta la riga graduata posizionata nella parte superiore del "
419
+ #~ "box per il codice."
420
+
421
+ #~ msgid "Cheatin&#8217; uh?"
422
+ #~ msgstr "Problemi! uh?"
localization/syntaxhighlighter-ja.po CHANGED
@@ -1,458 +1,458 @@
1
- # Japanese translations for PACKAGE package
2
- # Copyright (C) 2009 Viper007Bond
3
- # This file is distributed under the same license as the PACKAGE package.
4
- # makoto_kw <makoto_kw+wordpress@gmail.com>, 2009.
5
- #
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: PACKAGE VERSION\n"
9
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/syntaxhighlighter\n"
10
- "POT-Creation-Date: 2010-11-15 23:07+0000\n"
11
- "PO-Revision-Date: 2009-12-09 18:13+0900\n"
12
- "Last-Translator: makoto_kw <makoto_kw+wordpress@gmail.com>\n"
13
- "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
14
- "MIME-Version: 1.0\n"
15
- "Content-Type: text/plain; charset=UTF-8\n"
16
- "Content-Transfer-Encoding: 8bit\n"
17
- "Plural-Forms: nplurals=1; plural=0;\n"
18
-
19
- #: syntaxhighlighter.php:239
20
- msgid "Default"
21
- msgstr "Default"
22
-
23
- #: syntaxhighlighter.php:240
24
- msgid "Django"
25
- msgstr "Django"
26
-
27
- #: syntaxhighlighter.php:241
28
- msgid "Eclipse"
29
- msgstr "Eclipse"
30
-
31
- #: syntaxhighlighter.php:242
32
- msgid "Emacs"
33
- msgstr "Emacs"
34
-
35
- #: syntaxhighlighter.php:243
36
- msgid "Fade to Grey"
37
- msgstr "Fade to Grey"
38
-
39
- #: syntaxhighlighter.php:244
40
- msgid "Midnight"
41
- msgstr "Midnight"
42
-
43
- #: syntaxhighlighter.php:245
44
- msgid "RDark"
45
- msgstr "RDark"
46
-
47
- #: syntaxhighlighter.php:246
48
- msgid "[None]"
49
- msgstr "[なし]"
50
-
51
- #: syntaxhighlighter.php:258 syntaxhighlighter.php:944
52
- msgid "SyntaxHighlighter Settings"
53
- msgstr "SyntaxHighlighterの設定"
54
-
55
- #: syntaxhighlighter.php:258
56
- msgid "SyntaxHighlighter"
57
- msgstr "SyntaxHighlighter"
58
-
59
- #: syntaxhighlighter.php:289
60
- msgid "Settings"
61
- msgstr "設定"
62
-
63
- #: syntaxhighlighter.php:610
64
- msgid "show source"
65
- msgstr "ソースを見る"
66
-
67
- #: syntaxhighlighter.php:611
68
- msgid "view source"
69
- msgstr "ソースを表示"
70
-
71
- #: syntaxhighlighter.php:612
72
- msgid "copy to clipboard"
73
- msgstr "クリップボードへコピー"
74
-
75
- #: syntaxhighlighter.php:613
76
- msgid "The code is in your clipboard now"
77
- msgstr "コードをクリップボードへコピーしました"
78
-
79
- #: syntaxhighlighter.php:614
80
- msgid "print"
81
- msgstr "印刷"
82
-
83
- #: syntaxhighlighter.php:615 syntaxhighlighter.php:622
84
- msgid "?"
85
- msgstr "SyntaxHighlighterについて"
86
-
87
- #: syntaxhighlighter.php:616 syntaxhighlighter.php:623
88
- msgid "SyntaxHighlighter\\n\\n"
89
- msgstr "SyntaxHighlighter\\n\\n"
90
-
91
- #: syntaxhighlighter.php:617 syntaxhighlighter.php:624
92
- msgid "Can't find brush for: "
93
- msgstr "指定のブラシが見つかりませんでした: "
94
-
95
- #: syntaxhighlighter.php:618 syntaxhighlighter.php:625
96
- msgid "Brush wasn't configured for html-script option: "
97
- msgstr "HTMLスクリプトのオプションのためにブラシが構成されませんでした: "
98
-
99
- #: syntaxhighlighter.php:621
100
- msgid "+ expand source"
101
- msgstr "ソースを表示"
102
-
103
- #: syntaxhighlighter.php:932
104
- msgid "Are you sure you want to reset your settings to the defaults?"
105
- msgstr "設定を初期化してもよいですか?"
106
-
107
- #: syntaxhighlighter.php:936
108
- msgid "Settings reset to defaults."
109
- msgstr "設定を初期化する"
110
-
111
- #: syntaxhighlighter.php:953
112
- msgid "Highlighter Version"
113
- msgstr "SyntaxHighlighterのバージョン"
114
-
115
- #: syntaxhighlighter.php:958
116
- msgid "Version 3.x"
117
- msgstr ""
118
-
119
- #: syntaxhighlighter.php:959
120
- msgid "Version 2.x"
121
- msgstr ""
122
-
123
- #: syntaxhighlighter.php:967
124
- msgid ""
125
- "Version 3 allows visitors to easily highlight portions of your code with "
126
- "their mouse (either by dragging or double-clicking) and copy it to their "
127
- "clipboard. No toolbar containing a Flash-based button is required."
128
- msgstr ""
129
- "バージョン3は、訪問者が簡単にマウスを使用して(ドラッグかダブルクリック)、コードの部分を強調表示し、クリップボードにへコピーできます。"
130
- "Flashベースボタンを含むツールバーが不要です。"
131
-
132
- #: syntaxhighlighter.php:968
133
- msgid ""
134
- "Version 2 allows for line wrapping, something that version 3 does not do at "
135
- "this time."
136
- msgstr ""
137
- "バージョン2は行 の折り返しが許可されています、この機能は現時点でバージョン3はサポートされません"
138
-
139
- #: syntaxhighlighter.php:972
140
- msgid "Color Theme"
141
- msgstr "テーマ"
142
-
143
- #: syntaxhighlighter.php:984 syntaxhighlighter.php:987
144
- msgid "Load All Brushes"
145
- msgstr "すべてのブラシを読み込む"
146
-
147
- #: syntaxhighlighter.php:988
148
- msgid ""
149
- "Always load all language files (for directly using <code>&lt;pre&gt;</code> "
150
- "tags rather than shortcodes)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If left "
151
- "unchecked (default), then language files will only be loaded when needed<br /"
152
- ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If unsure, leave this box unchecked"
153
- msgstr ""
154
- "常にすべての言語ファイルを読込みます"
155
- "(ショートコードではなく、<code>&lt;pre&gt;</code>タグを直接使用する場合)<br />"
156
- "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;オフ(デフォルト)の場合、言語ファイルは必要に応じてロードされます。<br />"
157
- "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;よくわからない場合は、このチェックボックスをオフのままにしてください。"
158
-
159
- #: syntaxhighlighter.php:994
160
- msgid "Defaults"
161
- msgstr "規定の設定"
162
-
163
- #: syntaxhighlighter.php:996
164
- msgid ""
165
- "All of the settings below can be configured on a per-code block basis, but "
166
- "you can control the defaults of all code blocks here."
167
- msgstr "設定はコードの出力ごとに構成できますが、規定の設定をここで指定できます"
168
-
169
- #: syntaxhighlighter.php:1000 syntaxhighlighter.php:1003
170
- msgid "Miscellaneous"
171
- msgstr "一般"
172
-
173
- #: syntaxhighlighter.php:1005
174
- msgid "Display line numbers"
175
- msgstr "行番号を表示する"
176
-
177
- #: syntaxhighlighter.php:1006
178
- msgid "Display the toolbar"
179
- msgstr "ツールバーを表示する"
180
-
181
- #: syntaxhighlighter.php:1007
182
- msgid "Automatically make URLs clickable"
183
- msgstr "自動リンクを有効にする"
184
-
185
- #: syntaxhighlighter.php:1008
186
- msgid "Collapse code boxes"
187
- msgstr "コードボックスの表示を閉じておく"
188
-
189
- #: syntaxhighlighter.php:1009
190
- msgid "Use the light display mode, best for single lines of code"
191
- msgstr "軽い表示モードを使う"
192
-
193
- #: syntaxhighlighter.php:1010
194
- msgid "Use smart tabs allowing tabs being used for alignment"
195
- msgstr "インデントタブを許容するスマートタブを使う"
196
-
197
- #: syntaxhighlighter.php:1011
198
- msgid ""
199
- "Wrap long lines (v2.x only, disabling this will make a scrollbar show "
200
- "instead)"
201
- msgstr "長い行を折り返す(v2.xのみ、横スクロールバーを無効にする)"
202
-
203
- #: syntaxhighlighter.php:1012
204
- msgid ""
205
- "Enable &quot;HTML script&quot; mode by default (see the bottom of this page "
206
- "for details). Checking this box is not recommended as this mode only works "
207
- "with certain languages."
208
- msgstr ""
209
- "&quot;HTMLスクリプト&quot; モードを有効にする。 (詳細はこのページの下を参"
210
- "照)。Checking this box is not recommended as this mode only works with "
211
- "certain languages."
212
-
213
- #: syntaxhighlighter.php:1017
214
- msgid "Additional CSS Class(es)"
215
- msgstr "追加のCSSのclass名(複数可能)"
216
-
217
- #: syntaxhighlighter.php:1021
218
- msgid "Starting Line Number"
219
- msgstr "行番号の開始"
220
-
221
- #: syntaxhighlighter.php:1025
222
- msgid "Line Number Padding"
223
- msgstr "行番号の余白"
224
-
225
- #: syntaxhighlighter.php:1030
226
- msgid "Off"
227
- msgstr "なし"
228
-
229
- #: syntaxhighlighter.php:1031
230
- msgid "Automatic"
231
- msgstr "自動"
232
-
233
- #: syntaxhighlighter.php:1047
234
- msgid "Tab Size"
235
- msgstr "タブのサイズ"
236
-
237
- #: syntaxhighlighter.php:1051
238
- msgid "Title"
239
- msgstr "タイトル"
240
-
241
- #: syntaxhighlighter.php:1054
242
- msgid ""
243
- "Some optional default text to display above each code block or as the "
244
- "clickable text for collapsed code blocks."
245
- msgstr ""
246
- "いくつかのオプションの既定のテキストは、各コードブロックの上または折りたたまれたコードブロックのクリック可能なテキストとして表示する"
247
-
248
-
249
- #: syntaxhighlighter.php:1064 syntaxhighlighter.php:1067
250
- msgid "Reset to Defaults"
251
- msgstr "設定を初期化"
252
-
253
- #: syntaxhighlighter.php:1066
254
- msgid "Save Changes"
255
- msgstr "変更を保存"
256
-
257
- #: syntaxhighlighter.php:1074
258
- msgid "Preview"
259
- msgstr "プレビュー"
260
-
261
- #: syntaxhighlighter.php:1076
262
- msgid "Click &quot;Save Changes&quot; to update this preview."
263
- msgstr "プレビューを更新するには &quot;変更を保存&quot; をクリックしてください"
264
-
265
- #: syntaxhighlighter.php:1095
266
- msgid "PHP Code Example"
267
- msgstr "PHP コードサンプル"
268
-
269
- #: syntaxhighlighter.php:1097
270
- msgid "Hello World!"
271
- msgstr "Hello World!"
272
-
273
- #: syntaxhighlighter.php:1099
274
- msgid "This line is highlighted."
275
- msgstr "この行はハイライトされました"
276
-
277
- #: syntaxhighlighter.php:1102
278
- msgid ""
279
- "\t\tThis\tis\tan\r\n"
280
- "\t\texample\tof\tsmart\r\n"
281
- "\t\ttabs."
282
- msgstr ""
283
- "\t\tこの\t行は\tスマート\r\n"
284
- "\t\tタブ\tの\t例\r\n"
285
- "\t\tです。"
286
-
287
- #: syntaxhighlighter.php:1107
288
- msgid "WordPress"
289
- msgstr ""
290
-
291
- #: syntaxhighlighter.php:1118
292
- msgid "Shortcode Parameters"
293
- msgstr "ショートコードパラメータ"
294
-
295
- #: syntaxhighlighter.php:1120
296
- #, php-format
297
- msgid ""
298
- "These are the parameters you can pass to the shortcode and what they do. For "
299
- "the booleans (i.e. on/off), pass %1$s/%2$s or %3$s/%4$s."
300
- msgstr ""
301
- "これらはショートコードで渡すことができるパラメータと説明です。 bool値(有効・"
302
- "無効など)の指定には %1$s/%2$s または %3$s/%4$s を渡してください。"
303
-
304
- #: syntaxhighlighter.php:1123
305
- #, php-format
306
- msgctxt "language parameter"
307
- msgid ""
308
- "%1$s or %2$s &#8212; The language syntax to highlight with. You can "
309
- "alternately just use that as the tag, such as <code>[php]code[/php]</code>. "
310
- "<a href=\"%3$s\">Click here</a> for a list of valid tags (under &quot;"
311
- "aliases&quot;)."
312
- msgstr ""
313
- "%1$s または %2$s &#8212; ハイライトするコードの言語。パラメータ指定だけでなく"
314
- "<code>[php]code[/php]</code>のように言語をタグとして記述できます。有効なタグ"
315
- "のリストは <a href=\"%3$s\">こちらをクリック</a> (&quot;aliases&quot;の下を参"
316
- "照)"
317
-
318
- #: syntaxhighlighter.php:1124
319
- #, php-format
320
- msgctxt "autolinks parameter"
321
- msgid "%s &#8212; Toggle automatic URL linking."
322
- msgstr "%s &#8212; 自動リンクの有効・無効"
323
-
324
- #: syntaxhighlighter.php:1125
325
- #, php-format
326
- msgctxt "classname parameter"
327
- msgid "%s &#8212; Add an additional CSS class to the code box."
328
- msgstr "%s &#8212; コードボックスに追加するCSSのclass"
329
-
330
- #: syntaxhighlighter.php:1126
331
- #, php-format
332
- msgctxt "collapse parameter"
333
- msgid ""
334
- "%s &#8212; Toggle collapsing the code box by default, requiring a click to "
335
- "expand it. Good for large code posts."
336
- msgstr ""
337
- "%s &#8212; コードボックスをデフォルトの状態で閉じるかどうか。コードボックスを"
338
- "開くにはクリックが要求されます。長いコードの出力の際に有効です。"
339
-
340
- #: syntaxhighlighter.php:1127
341
- #, php-format
342
- msgctxt "firstline parameter"
343
- msgid ""
344
- "%s &#8212; An interger specifying what number the first line should be (for "
345
- "the line numbering)."
346
- msgstr "%s &#8212; 行番号の出力の際に、最初の行の番号を表す数値"
347
-
348
- #: syntaxhighlighter.php:1128
349
- #, php-format
350
- msgctxt "gutter parameter"
351
- msgid "%s &#8212; Toggle the left-side line numbering."
352
- msgstr "%s &#8212; 左側に行番号を配置するかどうか"
353
-
354
- #: syntaxhighlighter.php:1129
355
- #, php-format
356
- msgctxt "highlight parameter"
357
- msgid ""
358
- "%1$s &#8212; A comma-sperated list of line numbers to highlight. You can "
359
- "also specify a range. Example: %2$s"
360
- msgstr "%1$s &#8212; ハイライトさせる行番号のリスト(カンマ区切り)、範囲でも指定可能。例: %2$s"
361
-
362
- #: syntaxhighlighter.php:1130
363
- #, php-format
364
- msgctxt "htmlscript parameter"
365
- msgid ""
366
- "%s &#8212; Toggle highlighting any extra HTML/XML. Good for when you're "
367
- "mixing HTML/XML with another language, such as having PHP inside an HTML web "
368
- "page. The above preview has it enabled for example. This only works with "
369
- "certain languages."
370
- msgstr ""
371
- "%s &#8212; HTML/XML をハイライトするかどうか。HTMLウェブページで PHP を使うよ"
372
- "うにHTML/XMLとプログラムが混在するような時に有効です。上のプレビューではこの"
373
- "設定が有効になっています。これは特定の言語でしか動作しません。"
374
-
375
- #: syntaxhighlighter.php:1131
376
- #, php-format
377
- msgctxt "light parameter"
378
- msgid ""
379
- "%s &#8212; Toggle light mode which disables the gutter and toolbar all at "
380
- "once."
381
- msgstr "%s &#8212; 行番号やツールバーを無効にする軽い表示モードのオン・オフ"
382
-
383
- #: syntaxhighlighter.php:1132
384
- #, php-format
385
- msgctxt "padlinenumbers parameter"
386
- msgid ""
387
- "%s &#8212; Controls line number padding. Valid values are <code>false</code> "
388
- "(no padding), <code>true</code> (automatic padding), or an integer (forced "
389
- "padding)."
390
- msgstr ""
391
- "%s &#8212; 行番号の余白。有効な値は、 <code>false</code>(余白なし), "
392
- "<code>true</code> (自動)、数値(余白)"
393
-
394
- #: syntaxhighlighter.php:1133
395
- #, php-format
396
- msgctxt "title parameter"
397
- msgid ""
398
- "%1$s (v3 only) &#8212; Sets some text to show up before the code. Very "
399
- "useful when combined with the %2$s parameter."
400
- msgstr ""
401
- "%1$s (v3のみ) &#8212; コードの前に表示される表題テキスト。%2$sのパラメータと合わせて使うと有効です。"
402
-
403
- #: syntaxhighlighter.php:1134
404
- #, php-format
405
- msgctxt "toolbar parameter"
406
- msgid ""
407
- "%s &#8212; Toggle the toolbar (buttons in v2, the about question mark in v3)"
408
- msgstr "%s &#8212; ツールバーのオン・オフ(v2のボタン、v3のクエッションマーク)"
409
-
410
- #: syntaxhighlighter.php:1135
411
- #, php-format
412
- msgctxt "wraplines parameter"
413
- msgid "%s (v2 only) &#8212; Toggle line wrapping."
414
- msgstr "%s (v2のみ) &#8212; 折り返しの有効・無効"
415
-
416
- #: syntaxhighlighter.php:1138
417
- msgid "Some example shortcodes:"
418
- msgstr "引数指定の例:"
419
-
420
- #: syntaxhighlighter.php:1141 syntaxhighlighter.php:1142
421
- #: syntaxhighlighter.php:1143 syntaxhighlighter.php:1144
422
- msgid "your code here"
423
- msgstr "ここにコードを入れます"
424
-
425
- #: syntaxhighlighter.php:1142
426
- msgid "example-filename.php"
427
- msgstr ""
428
-
429
- #. Plugin Name of the plugin/theme
430
- msgid "SyntaxHighlighter Evolved"
431
- msgstr "SyntaxHighlighter Evolved"
432
-
433
- #. Plugin URI of the plugin/theme
434
- msgid "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
435
- msgstr "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
436
-
437
- #. Description of the plugin/theme
438
- #, fuzzy
439
- msgid ""
440
- "Easily post syntax-highlighted code to your site without having to modify "
441
- "the code at all. Uses Alex Gorbatchev's <a href=\"http://alexgorbatchev.com/"
442
- "wiki/SyntaxHighlighter\">SyntaxHighlighter</a>. <strong>TIP:</strong> Don't "
443
- "use the Visual editor if you don't want your code mangled. TinyMCE will "
444
- "\"clean up\" your HTML."
445
- msgstr ""
446
- "コードに手を加えることなくハイライトしたソースコードを簡単に投稿できます。このプラグ"
447
- "インはAlex Gorbatchev さんの <a href=\"http://alexgorbatchev.com/wiki/"
448
- "SyntaxHighlighter\">SyntaxHighlighter</a>を使っています。"
449
- "<strong>TIP:</strong> コードがおかしくなる場合はビジュアルエディターは使わないでください。 "
450
- "TinyMCEは記事内のHTMLをクリーンアップする恐れがあります。"
451
-
452
- #. Author of the plugin/theme
453
- msgid "Viper007Bond"
454
- msgstr "Viper007Bond氏"
455
-
456
- #. Author URI of the plugin/theme
457
- msgid "http://www.viper007bond.com/"
458
- msgstr "http://www.viper007bond.com/"
1
+ # Japanese translations for PACKAGE package
2
+ # Copyright (C) 2009 Viper007Bond
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # makoto_kw <makoto_kw+wordpress@gmail.com>, 2009.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: PACKAGE VERSION\n"
9
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/syntaxhighlighter\n"
10
+ "POT-Creation-Date: 2010-11-15 23:07+0000\n"
11
+ "PO-Revision-Date: 2009-12-09 18:13+0900\n"
12
+ "Last-Translator: makoto_kw <makoto_kw+wordpress@gmail.com>\n"
13
+ "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "Plural-Forms: nplurals=1; plural=0;\n"
18
+
19
+ #: syntaxhighlighter.php:239
20
+ msgid "Default"
21
+ msgstr "Default"
22
+
23
+ #: syntaxhighlighter.php:240
24
+ msgid "Django"
25
+ msgstr "Django"
26
+
27
+ #: syntaxhighlighter.php:241
28
+ msgid "Eclipse"
29
+ msgstr "Eclipse"
30
+
31
+ #: syntaxhighlighter.php:242
32
+ msgid "Emacs"
33
+ msgstr "Emacs"
34
+
35
+ #: syntaxhighlighter.php:243
36
+ msgid "Fade to Grey"
37
+ msgstr "Fade to Grey"
38
+
39
+ #: syntaxhighlighter.php:244
40
+ msgid "Midnight"
41
+ msgstr "Midnight"
42
+
43
+ #: syntaxhighlighter.php:245
44
+ msgid "RDark"
45
+ msgstr "RDark"
46
+
47
+ #: syntaxhighlighter.php:246
48
+ msgid "[None]"
49
+ msgstr "[なし]"
50
+
51
+ #: syntaxhighlighter.php:258 syntaxhighlighter.php:944
52
+ msgid "SyntaxHighlighter Settings"
53
+ msgstr "SyntaxHighlighterの設定"
54
+
55
+ #: syntaxhighlighter.php:258
56
+ msgid "SyntaxHighlighter"
57
+ msgstr "SyntaxHighlighter"
58
+
59
+ #: syntaxhighlighter.php:289
60
+ msgid "Settings"
61
+ msgstr "設定"
62
+
63
+ #: syntaxhighlighter.php:610
64
+ msgid "show source"
65
+ msgstr "ソースを見る"
66
+
67
+ #: syntaxhighlighter.php:611
68
+ msgid "view source"
69
+ msgstr "ソースを表示"
70
+
71
+ #: syntaxhighlighter.php:612
72
+ msgid "copy to clipboard"
73
+ msgstr "クリップボードへコピー"
74
+
75
+ #: syntaxhighlighter.php:613
76
+ msgid "The code is in your clipboard now"
77
+ msgstr "コードをクリップボードへコピーしました"
78
+
79
+ #: syntaxhighlighter.php:614
80
+ msgid "print"
81
+ msgstr "印刷"
82
+
83
+ #: syntaxhighlighter.php:615 syntaxhighlighter.php:622
84
+ msgid "?"
85
+ msgstr "SyntaxHighlighterについて"
86
+
87
+ #: syntaxhighlighter.php:616 syntaxhighlighter.php:623
88
+ msgid "SyntaxHighlighter\\n\\n"
89
+ msgstr "SyntaxHighlighter\\n\\n"
90
+
91
+ #: syntaxhighlighter.php:617 syntaxhighlighter.php:624
92
+ msgid "Can't find brush for: "
93
+ msgstr "指定のブラシが見つかりませんでした: "
94
+
95
+ #: syntaxhighlighter.php:618 syntaxhighlighter.php:625
96
+ msgid "Brush wasn't configured for html-script option: "
97
+ msgstr "HTMLスクリプトのオプションのためにブラシが構成されませんでした: "
98
+
99
+ #: syntaxhighlighter.php:621
100
+ msgid "+ expand source"
101
+ msgstr "ソースを表示"
102
+
103
+ #: syntaxhighlighter.php:932
104
+ msgid "Are you sure you want to reset your settings to the defaults?"
105
+ msgstr "設定を初期化してもよいですか?"
106
+
107
+ #: syntaxhighlighter.php:936
108
+ msgid "Settings reset to defaults."
109
+ msgstr "設定を初期化する"
110
+
111
+ #: syntaxhighlighter.php:953
112
+ msgid "Highlighter Version"
113
+ msgstr "SyntaxHighlighterのバージョン"
114
+
115
+ #: syntaxhighlighter.php:958
116
+ msgid "Version 3.x"
117
+ msgstr ""
118
+
119
+ #: syntaxhighlighter.php:959
120
+ msgid "Version 2.x"
121
+ msgstr ""
122
+
123
+ #: syntaxhighlighter.php:967
124
+ msgid ""
125
+ "Version 3 allows visitors to easily highlight portions of your code with "
126
+ "their mouse (either by dragging or double-clicking) and copy it to their "
127
+ "clipboard. No toolbar containing a Flash-based button is required."
128
+ msgstr ""
129
+ "バージョン3は、訪問者が簡単にマウスを使用して(ドラッグかダブルクリック)、コードの部分を強調表示し、クリップボードにへコピーできます。"
130
+ "Flashベースボタンを含むツールバーが不要です。"
131
+
132
+ #: syntaxhighlighter.php:968
133
+ msgid ""
134
+ "Version 2 allows for line wrapping, something that version 3 does not do at "
135
+ "this time."
136
+ msgstr ""
137
+ "バージョン2は行 の折り返しが許可されています、この機能は現時点でバージョン3はサポートされません"
138
+
139
+ #: syntaxhighlighter.php:972
140
+ msgid "Color Theme"
141
+ msgstr "テーマ"
142
+
143
+ #: syntaxhighlighter.php:984 syntaxhighlighter.php:987
144
+ msgid "Load All Brushes"
145
+ msgstr "すべてのブラシを読み込む"
146
+
147
+ #: syntaxhighlighter.php:988
148
+ msgid ""
149
+ "Always load all language files (for directly using <code>&lt;pre&gt;</code> "
150
+ "tags rather than shortcodes)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If left "
151
+ "unchecked (default), then language files will only be loaded when needed<br /"
152
+ ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If unsure, leave this box unchecked"
153
+ msgstr ""
154
+ "常にすべての言語ファイルを読込みます"
155
+ "(ショートコードではなく、<code>&lt;pre&gt;</code>タグを直接使用する場合)<br />"
156
+ "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;オフ(デフォルト)の場合、言語ファイルは必要に応じてロードされます。<br />"
157
+ "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;よくわからない場合は、このチェックボックスをオフのままにしてください。"
158
+
159
+ #: syntaxhighlighter.php:994
160
+ msgid "Defaults"
161
+ msgstr "規定の設定"
162
+
163
+ #: syntaxhighlighter.php:996
164
+ msgid ""
165
+ "All of the settings below can be configured on a per-code block basis, but "
166
+ "you can control the defaults of all code blocks here."
167
+ msgstr "設定はコードの出力ごとに構成できますが、規定の設定をここで指定できます"
168
+
169
+ #: syntaxhighlighter.php:1000 syntaxhighlighter.php:1003
170
+ msgid "Miscellaneous"
171
+ msgstr "一般"
172
+
173
+ #: syntaxhighlighter.php:1005
174
+ msgid "Display line numbers"
175
+ msgstr "行番号を表示する"
176
+
177
+ #: syntaxhighlighter.php:1006
178
+ msgid "Display the toolbar"
179
+ msgstr "ツールバーを表示する"
180
+
181
+ #: syntaxhighlighter.php:1007
182
+ msgid "Automatically make URLs clickable"
183
+ msgstr "自動リンクを有効にする"
184
+
185
+ #: syntaxhighlighter.php:1008
186
+ msgid "Collapse code boxes"
187
+ msgstr "コードボックスの表示を閉じておく"
188
+
189
+ #: syntaxhighlighter.php:1009
190
+ msgid "Use the light display mode, best for single lines of code"
191
+ msgstr "軽い表示モードを使う"
192
+
193
+ #: syntaxhighlighter.php:1010
194
+ msgid "Use smart tabs allowing tabs being used for alignment"
195
+ msgstr "インデントタブを許容するスマートタブを使う"
196
+
197
+ #: syntaxhighlighter.php:1011
198
+ msgid ""
199
+ "Wrap long lines (v2.x only, disabling this will make a scrollbar show "
200
+ "instead)"
201
+ msgstr "長い行を折り返す(v2.xのみ、横スクロールバーを無効にする)"
202
+
203
+ #: syntaxhighlighter.php:1012
204
+ msgid ""
205
+ "Enable &quot;HTML script&quot; mode by default (see the bottom of this page "
206
+ "for details). Checking this box is not recommended as this mode only works "
207
+ "with certain languages."
208
+ msgstr ""
209
+ "&quot;HTMLスクリプト&quot; モードを有効にする。 (詳細はこのページの下を参"
210
+ "照)。Checking this box is not recommended as this mode only works with "
211
+ "certain languages."
212
+
213
+ #: syntaxhighlighter.php:1017
214
+ msgid "Additional CSS Class(es)"
215
+ msgstr "追加のCSSのclass名(複数可能)"
216
+
217
+ #: syntaxhighlighter.php:1021
218
+ msgid "Starting Line Number"
219
+ msgstr "行番号の開始"
220
+
221
+ #: syntaxhighlighter.php:1025
222
+ msgid "Line Number Padding"
223
+ msgstr "行番号の余白"
224
+
225
+ #: syntaxhighlighter.php:1030
226
+ msgid "Off"
227
+ msgstr "なし"
228
+
229
+ #: syntaxhighlighter.php:1031
230
+ msgid "Automatic"
231
+ msgstr "自動"
232
+
233
+ #: syntaxhighlighter.php:1047
234
+ msgid "Tab Size"
235
+ msgstr "タブのサイズ"
236
+
237
+ #: syntaxhighlighter.php:1051
238
+ msgid "Title"
239
+ msgstr "タイトル"
240
+
241
+ #: syntaxhighlighter.php:1054
242
+ msgid ""
243
+ "Some optional default text to display above each code block or as the "
244
+ "clickable text for collapsed code blocks."
245
+ msgstr ""
246
+ "いくつかのオプションの既定のテキストは、各コードブロックの上または折りたたまれたコードブロックのクリック可能なテキストとして表示する"
247
+
248
+
249
+ #: syntaxhighlighter.php:1064 syntaxhighlighter.php:1067
250
+ msgid "Reset to Defaults"
251
+ msgstr "設定を初期化"
252
+
253
+ #: syntaxhighlighter.php:1066
254
+ msgid "Save Changes"
255
+ msgstr "変更を保存"
256
+
257
+ #: syntaxhighlighter.php:1074
258
+ msgid "Preview"
259
+ msgstr "プレビュー"
260
+
261
+ #: syntaxhighlighter.php:1076
262
+ msgid "Click &quot;Save Changes&quot; to update this preview."
263
+ msgstr "プレビューを更新するには &quot;変更を保存&quot; をクリックしてください"
264
+
265
+ #: syntaxhighlighter.php:1095
266
+ msgid "PHP Code Example"
267
+ msgstr "PHP コードサンプル"
268
+
269
+ #: syntaxhighlighter.php:1097
270
+ msgid "Hello World!"
271
+ msgstr "Hello World!"
272
+
273
+ #: syntaxhighlighter.php:1099
274
+ msgid "This line is highlighted."
275
+ msgstr "この行はハイライトされました"
276
+
277
+ #: syntaxhighlighter.php:1102
278
+ msgid ""
279
+ "\t\tThis\tis\tan\r\n"
280
+ "\t\texample\tof\tsmart\r\n"
281
+ "\t\ttabs."
282
+ msgstr ""
283
+ "\t\tこの\t行は\tスマート\r\n"
284
+ "\t\tタブ\tの\t例\r\n"
285
+ "\t\tです。"
286
+
287
+ #: syntaxhighlighter.php:1107
288
+ msgid "WordPress"
289
+ msgstr ""
290
+
291
+ #: syntaxhighlighter.php:1118
292
+ msgid "Shortcode Parameters"
293
+ msgstr "ショートコードパラメータ"
294
+
295
+ #: syntaxhighlighter.php:1120
296
+ #, php-format
297
+ msgid ""
298
+ "These are the parameters you can pass to the shortcode and what they do. For "
299
+ "the booleans (i.e. on/off), pass %1$s/%2$s or %3$s/%4$s."
300
+ msgstr ""
301
+ "これらはショートコードで渡すことができるパラメータと説明です。 bool値(有効・"
302
+ "無効など)の指定には %1$s/%2$s または %3$s/%4$s を渡してください。"
303
+
304
+ #: syntaxhighlighter.php:1123
305
+ #, php-format
306
+ msgctxt "language parameter"
307
+ msgid ""
308
+ "%1$s or %2$s &#8212; The language syntax to highlight with. You can "
309
+ "alternately just use that as the tag, such as <code>[php]code[/php]</code>. "
310
+ "<a href=\"%3$s\">Click here</a> for a list of valid tags (under &quot;"
311
+ "aliases&quot;)."
312
+ msgstr ""
313
+ "%1$s または %2$s &#8212; ハイライトするコードの言語。パラメータ指定だけでなく"
314
+ "<code>[php]code[/php]</code>のように言語をタグとして記述できます。有効なタグ"
315
+ "のリストは <a href=\"%3$s\">こちらをクリック</a> (&quot;aliases&quot;の下を参"
316
+ "照)"
317
+
318
+ #: syntaxhighlighter.php:1124
319
+ #, php-format
320
+ msgctxt "autolinks parameter"
321
+ msgid "%s &#8212; Toggle automatic URL linking."
322
+ msgstr "%s &#8212; 自動リンクの有効・無効"
323
+
324
+ #: syntaxhighlighter.php:1125
325
+ #, php-format
326
+ msgctxt "classname parameter"
327
+ msgid "%s &#8212; Add an additional CSS class to the code box."
328
+ msgstr "%s &#8212; コードボックスに追加するCSSのclass"
329
+
330
+ #: syntaxhighlighter.php:1126
331
+ #, php-format
332
+ msgctxt "collapse parameter"
333
+ msgid ""
334
+ "%s &#8212; Toggle collapsing the code box by default, requiring a click to "
335
+ "expand it. Good for large code posts."
336
+ msgstr ""
337
+ "%s &#8212; コードボックスをデフォルトの状態で閉じるかどうか。コードボックスを"
338
+ "開くにはクリックが要求されます。長いコードの出力の際に有効です。"
339
+
340
+ #: syntaxhighlighter.php:1127
341
+ #, php-format
342
+ msgctxt "firstline parameter"
343
+ msgid ""
344
+ "%s &#8212; An interger specifying what number the first line should be (for "
345
+ "the line numbering)."
346
+ msgstr "%s &#8212; 行番号の出力の際に、最初の行の番号を表す数値"
347
+
348
+ #: syntaxhighlighter.php:1128
349
+ #, php-format
350
+ msgctxt "gutter parameter"
351
+ msgid "%s &#8212; Toggle the left-side line numbering."
352
+ msgstr "%s &#8212; 左側に行番号を配置するかどうか"
353
+
354
+ #: syntaxhighlighter.php:1129
355
+ #, php-format
356
+ msgctxt "highlight parameter"
357
+ msgid ""
358
+ "%1$s &#8212; A comma-sperated list of line numbers to highlight. You can "
359
+ "also specify a range. Example: %2$s"
360
+ msgstr "%1$s &#8212; ハイライトさせる行番号のリスト(カンマ区切り)、範囲でも指定可能。例: %2$s"
361
+
362
+ #: syntaxhighlighter.php:1130
363
+ #, php-format
364
+ msgctxt "htmlscript parameter"
365
+ msgid ""
366
+ "%s &#8212; Toggle highlighting any extra HTML/XML. Good for when you're "
367
+ "mixing HTML/XML with another language, such as having PHP inside an HTML web "
368
+ "page. The above preview has it enabled for example. This only works with "
369
+ "certain languages."
370
+ msgstr ""
371
+ "%s &#8212; HTML/XML をハイライトするかどうか。HTMLウェブページで PHP を使うよ"
372
+ "うにHTML/XMLとプログラムが混在するような時に有効です。上のプレビューではこの"
373
+ "設定が有効になっています。これは特定の言語でしか動作しません。"
374
+
375
+ #: syntaxhighlighter.php:1131
376
+ #, php-format
377
+ msgctxt "light parameter"
378
+ msgid ""
379
+ "%s &#8212; Toggle light mode which disables the gutter and toolbar all at "
380
+ "once."
381
+ msgstr "%s &#8212; 行番号やツールバーを無効にする軽い表示モードのオン・オフ"
382
+
383
+ #: syntaxhighlighter.php:1132
384
+ #, php-format
385
+ msgctxt "padlinenumbers parameter"
386
+ msgid ""
387
+ "%s &#8212; Controls line number padding. Valid values are <code>false</code> "
388
+ "(no padding), <code>true</code> (automatic padding), or an integer (forced "
389
+ "padding)."
390
+ msgstr ""
391
+ "%s &#8212; 行番号の余白。有効な値は、 <code>false</code>(余白なし), "
392
+ "<code>true</code> (自動)、数値(余白)"
393
+
394
+ #: syntaxhighlighter.php:1133
395
+ #, php-format
396
+ msgctxt "title parameter"
397
+ msgid ""
398
+ "%1$s (v3 only) &#8212; Sets some text to show up before the code. Very "
399
+ "useful when combined with the %2$s parameter."
400
+ msgstr ""
401
+ "%1$s (v3のみ) &#8212; コードの前に表示される表題テキスト。%2$sのパラメータと合わせて使うと有効です。"
402
+
403
+ #: syntaxhighlighter.php:1134
404
+ #, php-format
405
+ msgctxt "toolbar parameter"
406
+ msgid ""
407
+ "%s &#8212; Toggle the toolbar (buttons in v2, the about question mark in v3)"
408
+ msgstr "%s &#8212; ツールバーのオン・オフ(v2のボタン、v3のクエッションマーク)"
409
+
410
+ #: syntaxhighlighter.php:1135
411
+ #, php-format
412
+ msgctxt "wraplines parameter"
413
+ msgid "%s (v2 only) &#8212; Toggle line wrapping."
414
+ msgstr "%s (v2のみ) &#8212; 折り返しの有効・無効"
415
+
416
+ #: syntaxhighlighter.php:1138
417
+ msgid "Some example shortcodes:"
418
+ msgstr "引数指定の例:"
419
+
420
+ #: syntaxhighlighter.php:1141 syntaxhighlighter.php:1142
421
+ #: syntaxhighlighter.php:1143 syntaxhighlighter.php:1144
422
+ msgid "your code here"
423
+ msgstr "ここにコードを入れます"
424
+
425
+ #: syntaxhighlighter.php:1142
426
+ msgid "example-filename.php"
427
+ msgstr ""
428
+
429
+ #. Plugin Name of the plugin/theme
430
+ msgid "SyntaxHighlighter Evolved"
431
+ msgstr "SyntaxHighlighter Evolved"
432
+
433
+ #. Plugin URI of the plugin/theme
434
+ msgid "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
435
+ msgstr "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
436
+
437
+ #. Description of the plugin/theme
438
+ #, fuzzy
439
+ msgid ""
440
+ "Easily post syntax-highlighted code to your site without having to modify "
441
+ "the code at all. Uses Alex Gorbatchev's <a href=\"http://alexgorbatchev.com/"
442
+ "wiki/SyntaxHighlighter\">SyntaxHighlighter</a>. <strong>TIP:</strong> Don't "
443
+ "use the Visual editor if you don't want your code mangled. TinyMCE will "
444
+ "\"clean up\" your HTML."
445
+ msgstr ""
446
+ "コードに手を加えることなくハイライトしたソースコードを簡単に投稿できます。このプラグ"
447
+ "インはAlex Gorbatchev さんの <a href=\"http://alexgorbatchev.com/wiki/"
448
+ "SyntaxHighlighter\">SyntaxHighlighter</a>を使っています。"
449
+ "<strong>TIP:</strong> コードがおかしくなる場合はビジュアルエディターは使わないでください。 "
450
+ "TinyMCEは記事内のHTMLをクリーンアップする恐れがあります。"
451
+
452
+ #. Author of the plugin/theme
453
+ msgid "Viper007Bond"
454
+ msgstr "Viper007Bond氏"
455
+
456
+ #. Author URI of the plugin/theme
457
+ msgid "http://www.viper007bond.com/"
458
+ msgstr "http://www.viper007bond.com/"
localization/syntaxhighlighter-tr_TR.po CHANGED
@@ -1,276 +1,276 @@
1
- # SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) YEAR Viper007Bond
3
- # This file is distributed under the same license as the PACKAGE package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: PACKAGE VERSION\n"
9
- "Report-Msgid-Bugs-To: http://wordpress.org/tag/syntaxhighlighter\n"
10
- "POT-Creation-Date: 2009-03-29 05:19+0000\n"
11
- "PO-Revision-Date: 2009-07-06 12:36+0200\n"
12
- "Last-Translator: Alper <alpinux@hotmail.co.uk>\n"
13
- "Language-Team: LANGUAGE <LL@li.org>\n"
14
- "MIME-Version: 1.0\n"
15
- "Content-Type: text/plain; charset=utf-8\n"
16
- "Content-Transfer-Encoding: 8bit\n"
17
-
18
- #: syntaxhighlighter.php:128
19
- msgid "Default"
20
- msgstr "Varsayılan"
21
-
22
- #: syntaxhighlighter.php:129
23
- msgid "Django"
24
- msgstr "Avakado Yeşili"
25
-
26
- #: syntaxhighlighter.php:130
27
- msgid "Emacs"
28
- msgstr "Siyah"
29
-
30
- #: syntaxhighlighter.php:131
31
- msgid "Fade to Grey"
32
- msgstr "Gri"
33
-
34
- #: syntaxhighlighter.php:132
35
- msgid "Midnight"
36
- msgstr "Gece Yarısı"
37
-
38
- #: syntaxhighlighter.php:133
39
- msgid "RDark"
40
- msgstr "Prusya Mavisi"
41
-
42
- #: syntaxhighlighter.php:134
43
- msgid "[None]"
44
- msgstr "Hiçbiri"
45
-
46
- #: syntaxhighlighter.php:181
47
- #: syntaxhighlighter.php:526
48
- msgid "SyntaxHighlighter Settings"
49
- msgstr "SyntaxHighlighter Ayarlari"
50
-
51
- #. #-#-#-#-# plugin.pot (PACKAGE VERSION) #-#-#-#-#
52
- #. Plugin Name of an extension
53
- #: syntaxhighlighter.php:181
54
- msgid "SyntaxHighlighter"
55
- msgstr "SyntaxHighlighter"
56
-
57
- #: syntaxhighlighter.php:329
58
- msgid "expand source"
59
- msgstr "kaynağı genişlet"
60
-
61
- #: syntaxhighlighter.php:330
62
- msgid "view source"
63
- msgstr "kaynağı göster"
64
-
65
- #: syntaxhighlighter.php:331
66
- msgid "copy to clipboard"
67
- msgstr "panoya kopyala"
68
-
69
- #: syntaxhighlighter.php:332
70
- msgid "The code is in your clipboard now"
71
- msgstr "Simdi panoya kopyalandi."
72
-
73
- #: syntaxhighlighter.php:333
74
- msgid "print"
75
- msgstr "yazdır"
76
-
77
- #: syntaxhighlighter.php:334
78
- msgid "?"
79
- msgstr "?"
80
-
81
- #: syntaxhighlighter.php:335
82
- msgid ""
83
- "SyntaxHighlighter\\n"
84
- "\\n"
85
- msgstr ""
86
- "SyntaxHighlighter\\n"
87
- "\\n"
88
-
89
- #: syntaxhighlighter.php:336
90
- msgid "Can't find brush for: "
91
- msgstr "Fırça bulunamadı :"
92
-
93
- #: syntaxhighlighter.php:337
94
- msgid "Brush wasn't configured for html-script option: "
95
- msgstr "Firça Html-script seçenegi için yapilandirilmis degil: "
96
-
97
- #: syntaxhighlighter.php:509
98
- msgid "Settings reset to defaults."
99
- msgstr "Varsayilan ayarlara dön."
100
-
101
- #: syntaxhighlighter.php:517
102
- msgid "Are you sure you want to reset your settings to the defaults?"
103
- msgstr "Varsayilan ayarlara geri dönmek istediginize emin misiniz ?"
104
-
105
- #: syntaxhighlighter.php:536
106
- msgid "Color Theme"
107
- msgstr "Tema rengi"
108
-
109
- #: syntaxhighlighter.php:551
110
- msgid "Defaults"
111
- msgstr "Varsayılan"
112
-
113
- #: syntaxhighlighter.php:553
114
- msgid "All of the settings below can also be configured on a per-code box basis."
115
- msgstr "Asagidaki tüm ayarlar \"tik\" isareti konularak yapilandirilabilir."
116
-
117
- #: syntaxhighlighter.php:557
118
- #: syntaxhighlighter.php:560
119
- msgid "Miscellaneous"
120
- msgstr "Çeşitli Ayarlar"
121
-
122
- #: syntaxhighlighter.php:562
123
- msgid "Display line numbers"
124
- msgstr "Satir numaralarini göster."
125
-
126
- #: syntaxhighlighter.php:563
127
- msgid "Display the toolbar"
128
- msgstr "Araç çubugunu göster"
129
-
130
- #: syntaxhighlighter.php:564
131
- msgid "Automatically make URLs clickable"
132
- msgstr "Url'leri otomatik tiklanabilir yap"
133
-
134
- #: syntaxhighlighter.php:565
135
- msgid "Collapse code boxes"
136
- msgstr "Kod kutusunu daralt"
137
-
138
- #: syntaxhighlighter.php:566
139
- msgid "Show a ruler column along the top of the code box"
140
- msgstr "Sütun için cetveli görüntüle"
141
-
142
- #: syntaxhighlighter.php:567
143
- msgid "Use the light display mode, best for single lines of code"
144
- msgstr "En iyi tek satir için aydinlatma modunu kullan."
145
-
146
- #: syntaxhighlighter.php:568
147
- msgid "Use smart tabs allowing tabs being used for alignment"
148
- msgstr "Hizalama için akilli sekmeleri kullan."
149
-
150
- #: syntaxhighlighter.php:573
151
- msgid "Additional CSS Class(es)"
152
- msgstr "Ek CSS Sinif(lar)i"
153
-
154
- #: syntaxhighlighter.php:577
155
- msgid "Starting Line Number"
156
- msgstr "Satir baslama numarasi"
157
-
158
- #: syntaxhighlighter.php:582
159
- msgid "Font Size (Percentage)"
160
- msgstr "Yazi boyutu (Yüzde olarak)"
161
-
162
- #: syntaxhighlighter.php:588
163
- msgid "Tab Size"
164
- msgstr "Sekme Boyutu"
165
-
166
- #: syntaxhighlighter.php:594
167
- msgid "Save Changes"
168
- msgstr "Degisiklikleri kaydet"
169
-
170
- #: syntaxhighlighter.php:595
171
- msgid "Reset to Defaults"
172
- msgstr "Varsayilan ayarlara dön"
173
-
174
- #: syntaxhighlighter.php:600
175
- msgid "Preview"
176
- msgstr "Önizleme"
177
-
178
- #: syntaxhighlighter.php:602
179
- msgid "Click &quot;Save Changes&quot; to update this preview."
180
- msgstr "Önizlemeyi güncellemek için &quot;Degisiklikleri Kaydet&quot; tiklayin"
181
-
182
- #: syntaxhighlighter.php:637
183
- msgid "Shortcode Parameters"
184
- msgstr "Kisakod parametreleri"
185
-
186
- #: syntaxhighlighter.php:639
187
- #, php-format
188
- msgid "These are the parameters you can pass to the shortcode and what they do. For the booleans (i.e. on/off), pass %1$s/%2$s or %3$s/%4$s."
189
- msgstr "Asağıdakı parametreleri uygulamak istediginiz yerde girebilirsiniz. (i.e. on/off), pass %1$s/%2$s or %3$s/%4$s."
190
-
191
- #: syntaxhighlighter.php:642
192
- #, php-format
193
- msgid "%1$s or %2$s &#8212; The language syntax to highlight with. You can alternately just use that as the tag, such as <code>[php]code[/php]</code>. <a href=\"%3$s\">Click here</a> for a list of valid tags (under &quot;aliases&quot;)."
194
- msgstr "%1$s or %2$s &#8212; Dili sözdizimi ile vurgulamak için. Alternatif olarak bu etiketi kullanabilrsiniz, örneğin <code>[php]code[/php]</code>. <a href=\"%3$s\">Tıkla</a> geçerli etiketlerin listesi için ( &quot;aliases&quot; altında)."
195
-
196
- #: syntaxhighlighter.php:643
197
- #, php-format
198
- msgid "%s &#8212; Toggle automatic URL linking."
199
- msgstr "%s &#8212; Geçiş için otomatik URL bağlantısı."
200
-
201
- #: syntaxhighlighter.php:644
202
- #, php-format
203
- msgid "%s &#8212; Add an additional CSS class to the code box."
204
- msgstr "%s &#8212; Kod kutusunu ek bir CSS sınıf eklemek."
205
-
206
- #: syntaxhighlighter.php:645
207
- #, php-format
208
- msgid "%s &#8212; Toggle collapsing the code box by default, requiring a click to expand it. Good for large code posts."
209
- msgstr "%s &#8212; Kod kutusunu daraltın, büyültmek için tıklama gerekir. Uzun kodlar için kullanışlı."
210
-
211
- #: syntaxhighlighter.php:646
212
- #, php-format
213
- msgid "%s &#8212; An interger specifying what number the first line should be (for the line numbering)."
214
- msgstr "%s &#8212; Satir numarasinin ne olacağna dair bir tamsayi."
215
-
216
- #: syntaxhighlighter.php:647
217
- #, php-format
218
- msgid "%s &#8212; Toggle the left-side line numbering."
219
- msgstr "%s &#8212; Sol tarafı satır numaralama."
220
-
221
- #: syntaxhighlighter.php:648
222
- #, php-format
223
- msgid "%s &#8212; A comma-sperated list of line numbers to highlight."
224
- msgstr "%s &#8212; Virgülle ayrilmiş listelerin satir numaralarını vurgulamak."
225
-
226
- #: syntaxhighlighter.php:649
227
- #, php-format
228
- msgid "%s &#8212; Toggle highlighting any extra HTML/XML. Good for when you're mixing HTML/XML with another language, such as having PHP inside an HTML web page. The above preview has it enabled for example."
229
- msgstr "%s &#8212; extra html/xml leri vurgulamak için, Html/Xml leri bir başka dil ile karışık kullandığınzda iyidir. Örneğin, PHp'nin HTML sayfasinda kullanmak gibi. Yukardaki önizleme buna bir örnektir."
230
-
231
- #: syntaxhighlighter.php:650
232
- #, php-format
233
- msgid "%s &#8212; Toggle light mode which disables the gutter, toolbar, and ruler all at once."
234
- msgstr "%s &#8212; Numaranladırmayı, araç çubuğuınu, cetveli bir seferde kaldıran sade mod."
235
-
236
- #: syntaxhighlighter.php:651
237
- #, php-format
238
- msgid "%s &#8212; Toggle the column ruler at the top of the code box."
239
- msgstr "%s &#8212; Kodu kutusunun üstündeki sütun cetveli aktifleştir."
240
-
241
- #: syntaxhighlighter.php:652
242
- #, php-format
243
- msgid "%s &#8212; Toggle the toolbar containing the helpful buttons."
244
- msgstr "%s &#8212; Geçiş yapmak için araç çubuğu içeren yararlı düğmeler."
245
-
246
- #: syntaxhighlighter.php:655
247
- msgid "Some example shortcodes:"
248
- msgstr "Bazı örnek kodlar:"
249
-
250
- #: syntaxhighlighter.php:658
251
- #: syntaxhighlighter.php:659
252
- #: syntaxhighlighter.php:660
253
- #: syntaxhighlighter.php:661
254
- msgid "your code here"
255
- msgstr "kod buraya"
256
-
257
- #: syntaxhighlighter.php:676
258
- msgid "Cheatin&#8217; uh?"
259
- msgstr "Hile ha ?"
260
-
261
- #. Plugin URI of an extension
262
- msgid "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
263
- msgstr "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
264
-
265
- #. Description of an extension
266
- msgid "Easily post code to your blog while still maintaining complete control over it's display. Uses Alex Gorbatchev's <a href=\"http://code.google.com/p/syntaxhighlighter/\">SyntaxHighlighter</a> and code by <a href=\"http://automattic.com/\">Automattic</a>."
267
- msgstr "%s &#8212; extra html/xml leri vurgulamak için. Html/Xml leri bir başka dil ile karışık kullandığınzda iyidir. Örneğin, PHp'nin HTML sayfasinda kullanmak gibi. Yukardaki önizleme buna bir örnektir."
268
-
269
- #. Author of an extension
270
- msgid "Viper007Bond"
271
- msgstr "Viper007Bond"
272
-
273
- #. Author URI of an extension
274
- msgid "http://www.viper007bond.com/"
275
- msgstr "http://www.viper007bond.com/"
276
-
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR Viper007Bond
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: PACKAGE VERSION\n"
9
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/syntaxhighlighter\n"
10
+ "POT-Creation-Date: 2009-03-29 05:19+0000\n"
11
+ "PO-Revision-Date: 2009-07-06 12:36+0200\n"
12
+ "Last-Translator: Alper <alpinux@hotmail.co.uk>\n"
13
+ "Language-Team: LANGUAGE <LL@li.org>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=utf-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+
18
+ #: syntaxhighlighter.php:128
19
+ msgid "Default"
20
+ msgstr "Varsayılan"
21
+
22
+ #: syntaxhighlighter.php:129
23
+ msgid "Django"
24
+ msgstr "Avakado Yeşili"
25
+
26
+ #: syntaxhighlighter.php:130
27
+ msgid "Emacs"
28
+ msgstr "Siyah"
29
+
30
+ #: syntaxhighlighter.php:131
31
+ msgid "Fade to Grey"
32
+ msgstr "Gri"
33
+
34
+ #: syntaxhighlighter.php:132
35
+ msgid "Midnight"
36
+ msgstr "Gece Yarısı"
37
+
38
+ #: syntaxhighlighter.php:133
39
+ msgid "RDark"
40
+ msgstr "Prusya Mavisi"
41
+
42
+ #: syntaxhighlighter.php:134
43
+ msgid "[None]"
44
+ msgstr "Hiçbiri"
45
+
46
+ #: syntaxhighlighter.php:181
47
+ #: syntaxhighlighter.php:526
48
+ msgid "SyntaxHighlighter Settings"
49
+ msgstr "SyntaxHighlighter Ayarlari"
50
+
51
+ #. #-#-#-#-# plugin.pot (PACKAGE VERSION) #-#-#-#-#
52
+ #. Plugin Name of an extension
53
+ #: syntaxhighlighter.php:181
54
+ msgid "SyntaxHighlighter"
55
+ msgstr "SyntaxHighlighter"
56
+
57
+ #: syntaxhighlighter.php:329
58
+ msgid "expand source"
59
+ msgstr "kaynağı genişlet"
60
+
61
+ #: syntaxhighlighter.php:330
62
+ msgid "view source"
63
+ msgstr "kaynağı göster"
64
+
65
+ #: syntaxhighlighter.php:331
66
+ msgid "copy to clipboard"
67
+ msgstr "panoya kopyala"
68
+
69
+ #: syntaxhighlighter.php:332
70
+ msgid "The code is in your clipboard now"
71
+ msgstr "Simdi panoya kopyalandi."
72
+
73
+ #: syntaxhighlighter.php:333
74
+ msgid "print"
75
+ msgstr "yazdır"
76
+
77
+ #: syntaxhighlighter.php:334
78
+ msgid "?"
79
+ msgstr "?"
80
+
81
+ #: syntaxhighlighter.php:335
82
+ msgid ""
83
+ "SyntaxHighlighter\\n"
84
+ "\\n"
85
+ msgstr ""
86
+ "SyntaxHighlighter\\n"
87
+ "\\n"
88
+
89
+ #: syntaxhighlighter.php:336
90
+ msgid "Can't find brush for: "
91
+ msgstr "Fırça bulunamadı :"
92
+
93
+ #: syntaxhighlighter.php:337
94
+ msgid "Brush wasn't configured for html-script option: "
95
+ msgstr "Firça Html-script seçenegi için yapilandirilmis degil: "
96
+
97
+ #: syntaxhighlighter.php:509
98
+ msgid "Settings reset to defaults."
99
+ msgstr "Varsayilan ayarlara dön."
100
+
101
+ #: syntaxhighlighter.php:517
102
+ msgid "Are you sure you want to reset your settings to the defaults?"
103
+ msgstr "Varsayilan ayarlara geri dönmek istediginize emin misiniz ?"
104
+
105
+ #: syntaxhighlighter.php:536
106
+ msgid "Color Theme"
107
+ msgstr "Tema rengi"
108
+
109
+ #: syntaxhighlighter.php:551
110
+ msgid "Defaults"
111
+ msgstr "Varsayılan"
112
+
113
+ #: syntaxhighlighter.php:553
114
+ msgid "All of the settings below can also be configured on a per-code box basis."
115
+ msgstr "Asagidaki tüm ayarlar \"tik\" isareti konularak yapilandirilabilir."
116
+
117
+ #: syntaxhighlighter.php:557
118
+ #: syntaxhighlighter.php:560
119
+ msgid "Miscellaneous"
120
+ msgstr "Çeşitli Ayarlar"
121
+
122
+ #: syntaxhighlighter.php:562
123
+ msgid "Display line numbers"
124
+ msgstr "Satir numaralarini göster."
125
+
126
+ #: syntaxhighlighter.php:563
127
+ msgid "Display the toolbar"
128
+ msgstr "Araç çubugunu göster"
129
+
130
+ #: syntaxhighlighter.php:564
131
+ msgid "Automatically make URLs clickable"
132
+ msgstr "Url'leri otomatik tiklanabilir yap"
133
+
134
+ #: syntaxhighlighter.php:565
135
+ msgid "Collapse code boxes"
136
+ msgstr "Kod kutusunu daralt"
137
+
138
+ #: syntaxhighlighter.php:566
139
+ msgid "Show a ruler column along the top of the code box"
140
+ msgstr "Sütun için cetveli görüntüle"
141
+
142
+ #: syntaxhighlighter.php:567
143
+ msgid "Use the light display mode, best for single lines of code"
144
+ msgstr "En iyi tek satir için aydinlatma modunu kullan."
145
+
146
+ #: syntaxhighlighter.php:568
147
+ msgid "Use smart tabs allowing tabs being used for alignment"
148
+ msgstr "Hizalama için akilli sekmeleri kullan."
149
+
150
+ #: syntaxhighlighter.php:573
151
+ msgid "Additional CSS Class(es)"
152
+ msgstr "Ek CSS Sinif(lar)i"
153
+
154
+ #: syntaxhighlighter.php:577
155
+ msgid "Starting Line Number"
156
+ msgstr "Satir baslama numarasi"
157
+
158
+ #: syntaxhighlighter.php:582
159
+ msgid "Font Size (Percentage)"
160
+ msgstr "Yazi boyutu (Yüzde olarak)"
161
+
162
+ #: syntaxhighlighter.php:588
163
+ msgid "Tab Size"
164
+ msgstr "Sekme Boyutu"
165
+
166
+ #: syntaxhighlighter.php:594
167
+ msgid "Save Changes"
168
+ msgstr "Degisiklikleri kaydet"
169
+
170
+ #: syntaxhighlighter.php:595
171
+ msgid "Reset to Defaults"
172
+ msgstr "Varsayilan ayarlara dön"
173
+
174
+ #: syntaxhighlighter.php:600
175
+ msgid "Preview"
176
+ msgstr "Önizleme"
177
+
178
+ #: syntaxhighlighter.php:602
179
+ msgid "Click &quot;Save Changes&quot; to update this preview."
180
+ msgstr "Önizlemeyi güncellemek için &quot;Degisiklikleri Kaydet&quot; tiklayin"
181
+
182
+ #: syntaxhighlighter.php:637
183
+ msgid "Shortcode Parameters"
184
+ msgstr "Kisakod parametreleri"
185
+
186
+ #: syntaxhighlighter.php:639
187
+ #, php-format
188
+ msgid "These are the parameters you can pass to the shortcode and what they do. For the booleans (i.e. on/off), pass %1$s/%2$s or %3$s/%4$s."
189
+ msgstr "Asağıdakı parametreleri uygulamak istediginiz yerde girebilirsiniz. (i.e. on/off), pass %1$s/%2$s or %3$s/%4$s."
190
+
191
+ #: syntaxhighlighter.php:642
192
+ #, php-format
193
+ msgid "%1$s or %2$s &#8212; The language syntax to highlight with. You can alternately just use that as the tag, such as <code>[php]code[/php]</code>. <a href=\"%3$s\">Click here</a> for a list of valid tags (under &quot;aliases&quot;)."
194
+ msgstr "%1$s or %2$s &#8212; Dili sözdizimi ile vurgulamak için. Alternatif olarak bu etiketi kullanabilrsiniz, örneğin <code>[php]code[/php]</code>. <a href=\"%3$s\">Tıkla</a> geçerli etiketlerin listesi için ( &quot;aliases&quot; altında)."
195
+
196
+ #: syntaxhighlighter.php:643
197
+ #, php-format
198
+ msgid "%s &#8212; Toggle automatic URL linking."
199
+ msgstr "%s &#8212; Geçiş için otomatik URL bağlantısı."
200
+
201
+ #: syntaxhighlighter.php:644
202
+ #, php-format
203
+ msgid "%s &#8212; Add an additional CSS class to the code box."
204
+ msgstr "%s &#8212; Kod kutusunu ek bir CSS sınıf eklemek."
205
+
206
+ #: syntaxhighlighter.php:645
207
+ #, php-format
208
+ msgid "%s &#8212; Toggle collapsing the code box by default, requiring a click to expand it. Good for large code posts."
209
+ msgstr "%s &#8212; Kod kutusunu daraltın, büyültmek için tıklama gerekir. Uzun kodlar için kullanışlı."
210
+
211
+ #: syntaxhighlighter.php:646
212
+ #, php-format
213
+ msgid "%s &#8212; An interger specifying what number the first line should be (for the line numbering)."
214
+ msgstr "%s &#8212; Satir numarasinin ne olacağna dair bir tamsayi."
215
+
216
+ #: syntaxhighlighter.php:647
217
+ #, php-format
218
+ msgid "%s &#8212; Toggle the left-side line numbering."
219
+ msgstr "%s &#8212; Sol tarafı satır numaralama."
220
+
221
+ #: syntaxhighlighter.php:648
222
+ #, php-format
223
+ msgid "%s &#8212; A comma-sperated list of line numbers to highlight."
224
+ msgstr "%s &#8212; Virgülle ayrilmiş listelerin satir numaralarını vurgulamak."
225
+
226
+ #: syntaxhighlighter.php:649
227
+ #, php-format
228
+ msgid "%s &#8212; Toggle highlighting any extra HTML/XML. Good for when you're mixing HTML/XML with another language, such as having PHP inside an HTML web page. The above preview has it enabled for example."
229
+ msgstr "%s &#8212; extra html/xml leri vurgulamak için, Html/Xml leri bir başka dil ile karışık kullandığınzda iyidir. Örneğin, PHp'nin HTML sayfasinda kullanmak gibi. Yukardaki önizleme buna bir örnektir."
230
+
231
+ #: syntaxhighlighter.php:650
232
+ #, php-format
233
+ msgid "%s &#8212; Toggle light mode which disables the gutter, toolbar, and ruler all at once."
234
+ msgstr "%s &#8212; Numaranladırmayı, araç çubuğuınu, cetveli bir seferde kaldıran sade mod."
235
+
236
+ #: syntaxhighlighter.php:651
237
+ #, php-format
238
+ msgid "%s &#8212; Toggle the column ruler at the top of the code box."
239
+ msgstr "%s &#8212; Kodu kutusunun üstündeki sütun cetveli aktifleştir."
240
+
241
+ #: syntaxhighlighter.php:652
242
+ #, php-format
243
+ msgid "%s &#8212; Toggle the toolbar containing the helpful buttons."
244
+ msgstr "%s &#8212; Geçiş yapmak için araç çubuğu içeren yararlı düğmeler."
245
+
246
+ #: syntaxhighlighter.php:655
247
+ msgid "Some example shortcodes:"
248
+ msgstr "Bazı örnek kodlar:"
249
+
250
+ #: syntaxhighlighter.php:658
251
+ #: syntaxhighlighter.php:659
252
+ #: syntaxhighlighter.php:660
253
+ #: syntaxhighlighter.php:661
254
+ msgid "your code here"
255
+ msgstr "kod buraya"
256
+
257
+ #: syntaxhighlighter.php:676
258
+ msgid "Cheatin&#8217; uh?"
259
+ msgstr "Hile ha ?"
260
+
261
+ #. Plugin URI of an extension
262
+ msgid "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
263
+ msgstr "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
264
+
265
+ #. Description of an extension
266
+ msgid "Easily post code to your blog while still maintaining complete control over it's display. Uses Alex Gorbatchev's <a href=\"http://code.google.com/p/syntaxhighlighter/\">SyntaxHighlighter</a> and code by <a href=\"http://automattic.com/\">Automattic</a>."
267
+ msgstr "%s &#8212; extra html/xml leri vurgulamak için. Html/Xml leri bir başka dil ile karışık kullandığınzda iyidir. Örneğin, PHp'nin HTML sayfasinda kullanmak gibi. Yukardaki önizleme buna bir örnektir."
268
+
269
+ #. Author of an extension
270
+ msgid "Viper007Bond"
271
+ msgstr "Viper007Bond"
272
+
273
+ #. Author URI of an extension
274
+ msgid "http://www.viper007bond.com/"
275
+ msgstr "http://www.viper007bond.com/"
276
+
localization/syntaxhighlighter-zh_CN.po CHANGED
@@ -1,288 +1,288 @@
1
- # SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) YEAR Viper007Bond
3
- # This file is distributed under the same license as the PACKAGE package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: PACKAGE VERSION\n"
9
- "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2009-08-10 22:08+0800\n"
11
- "PO-Revision-Date: 2009-08-11 16:23+0800\n"
12
- "Last-Translator: Hinker <hinkerliu@163.com>\n"
13
- "Language-Team: LANGUAGE <hinkerliu@163.com>\n"
14
- "MIME-Version: 1.0\n"
15
- "Content-Type: text/plain; charset=utf-8\n"
16
- "Content-Transfer-Encoding: 8bit\n"
17
- "X-Poedit-Language: Chinese\n"
18
- "X-Poedit-Country: CHINA\n"
19
- "X-Poedit-SourceCharset: utf-8\n"
20
-
21
- #: syntaxhighlighter.php:141
22
- msgid "Default"
23
- msgstr "缺省值"
24
-
25
- #: syntaxhighlighter.php:142
26
- msgid "Django"
27
- msgstr "Django"
28
-
29
- #: syntaxhighlighter.php:143
30
- msgid "Emacs"
31
- msgstr "Emacs"
32
-
33
- #: syntaxhighlighter.php:144
34
- msgid "Fade to Grey"
35
- msgstr "Fade to Grey"
36
-
37
- #: syntaxhighlighter.php:145
38
- msgid "Midnight"
39
- msgstr "Midnight"
40
-
41
- #: syntaxhighlighter.php:146
42
- msgid "RDark"
43
- msgstr "RDark"
44
-
45
- #: syntaxhighlighter.php:147
46
- msgid "[None]"
47
- msgstr "[无]"
48
-
49
- #: syntaxhighlighter.php:194
50
- msgid "SyntaxHighlighter Settings"
51
- msgstr "SyntaxHighlighter设置"
52
-
53
- #: syntaxhighlighter.php:194
54
- msgid "SyntaxHighlighter"
55
- msgstr "SyntaxHighlighter"
56
-
57
- #: syntaxhighlighter.php:219
58
- msgid "Settings"
59
- msgstr "设定"
60
-
61
- #: syntaxhighlighter.php:361
62
- msgid "expand source"
63
- msgstr "展开代码框"
64
-
65
- #: syntaxhighlighter.php:362
66
- msgid "view source"
67
- msgstr "查看源代码"
68
-
69
- #: syntaxhighlighter.php:363
70
- msgid "copy to clipboard"
71
- msgstr "复制到剪贴板"
72
-
73
- #: syntaxhighlighter.php:364
74
- msgid "The code is in your clipboard now"
75
- msgstr "代码现在在你的剪贴板"
76
-
77
- #: syntaxhighlighter.php:365
78
- msgid "print"
79
- msgstr "打印"
80
-
81
- #: syntaxhighlighter.php:366
82
- msgid "?"
83
- msgstr "帮助"
84
-
85
- #: syntaxhighlighter.php:367
86
- msgid ""
87
- "SyntaxHighlighter\\n"
88
- "\\n"
89
- msgstr ""
90
- "SyntaxHighlighter\\n"
91
- "\\n"
92
-
93
- #: syntaxhighlighter.php:368
94
- msgid "Can't find brush for: "
95
- msgstr "无法找到Brush:"
96
-
97
- #: syntaxhighlighter.php:369
98
- msgid "Brush wasn't configured for html-script option: "
99
- msgstr "Brush不能设置 html-script选项"
100
-
101
- #: syntaxhighlighter.php:554
102
- msgid "Are you sure you want to reset your settings to the defaults?"
103
- msgstr "您确定想要将首选项重置为默认设置吗?"
104
-
105
- #: syntaxhighlighter.php:670
106
- #, php-format
107
- msgid "These are the parameters you can pass to the shortcode and what they do. For the booleans (i.e. on/off), pass %1$s/%2$s or %3$s/%4$s."
108
- msgstr "这些参数你能够设置在简码中。对于布尔值(即 on/off),使用 %1$s/%2$s 或者 %3$s/%4$s。"
109
-
110
- #: syntaxhighlighter.php:673
111
- #, php-format
112
- msgid "%1$s or %2$s &#8212; The language syntax to highlight with. You can alternately just use that as the tag, such as <code>[php]code[/php]</code>. <a href=\"%3$s\">Click here</a> for a list of valid tags (under &quot;aliases&quot;)."
113
- msgstr "%1$s 或者 %2$s &#8212; 要高亮显示的代码语言。你能够像标签一样交替使用它们,例如<code>[php]code[/php]</code>。<a href=\"%3$s\">点击这里</a>有一个有效的标签列表 (在&quot;aliases&quot;的下面)。"
114
-
115
- #: syntaxhighlighter.php:674
116
- #, php-format
117
- msgid "%s &#8212; Toggle automatic URL linking."
118
- msgstr "%s &#8212; 切换自动URL链接。"
119
-
120
- #: syntaxhighlighter.php:675
121
- #, php-format
122
- msgid "%s &#8212; Add an additional CSS class to the code box."
123
- msgstr "%s &#8212; 加一个附加的CSS类到代码框。"
124
-
125
- #: syntaxhighlighter.php:676
126
- #, php-format
127
- msgid "%s &#8212; Toggle collapsing the code box by default, requiring a click to expand it. Good for large code posts."
128
- msgstr "%s &#8212; 切换缺省代码框收缩选项,请求点击展开代码。张贴大段代码时比较好看。"
129
-
130
- #: syntaxhighlighter.php:677
131
- #, php-format
132
- msgid "%s &#8212; An interger specifying what number the first line should be (for the line numbering)."
133
- msgstr "%s &#8212; 你想要在代码第一行显示的指定整数(有行号显示时)。"
134
-
135
- #: syntaxhighlighter.php:678
136
- #, php-format
137
- msgid "%s &#8212; Toggle the left-side line numbering."
138
- msgstr "%s &#8212; 切换左边行号显示。"
139
-
140
- #: syntaxhighlighter.php:679
141
- #, php-format
142
- msgid "%s &#8212; A comma-sperated list of line numbers to highlight."
143
- msgstr "%s &#8212; 需要高亮行号的逗号分隔列表"
144
-
145
- #: syntaxhighlighter.php:680
146
- #, php-format
147
- msgid "%s &#8212; Toggle highlighting any extra HTML/XML. Good for when you're mixing HTML/XML with another language, such as having PHP inside an HTML web page. The above preview has it enabled for example."
148
- msgstr "%s &#8212; 切换任意HTML/XML扩展高亮。当 HTML/XML和其它语言混合时是有用的,比如在一个HTML网页里包含PHP。上面的预览这个选项是激活的。"
149
-
150
- #: syntaxhighlighter.php:681
151
- #, php-format
152
- msgid "%s &#8212; Toggle light mode which disables the gutter, toolbar, and ruler all at once."
153
- msgstr "%s &#8212; 切换高亮模式,此模式下装订线、工具条和标尺不可见。"
154
-
155
- #: syntaxhighlighter.php:682
156
- #, php-format
157
- msgid "%s &#8212; Toggle the column ruler at the top of the code box."
158
- msgstr "%s &#8212; 切换代码框部的列标尺显示。"
159
-
160
- #: syntaxhighlighter.php:683
161
- #, php-format
162
- msgid "%s &#8212; Toggle the toolbar containing the helpful buttons."
163
- msgstr "%s &#8212; 切换工具条上的帮助按钮。"
164
-
165
- #: syntaxhighlighter.php:684
166
- #, php-format
167
- msgid "%s &#8212; Toggle line wrapping."
168
- msgstr "%s &#8212; 切换自动换行。"
169
-
170
- #: syntaxhighlighter.php:708
171
- msgid "Cheatin&#8217; uh?"
172
- msgstr "Cheatin&#8217; uh?"
173
-
174
- #: syntaxhighlighter.php:546
175
- msgid "Settings reset to defaults."
176
- msgstr "将设置重置为默认值"
177
-
178
- #: syntaxhighlighter.php:573
179
- msgid "Color Theme"
180
- msgstr "颜色主题"
181
-
182
- #: syntaxhighlighter.php:588
183
- msgid "Defaults"
184
- msgstr "默认值"
185
-
186
- #: syntaxhighlighter.php:590
187
- msgid "All of the settings below can also be configured on a per-code box basis."
188
- msgstr "下面的所有设定都能在基本pre-code框中配置"
189
-
190
- #: syntaxhighlighter.php:594
191
- #: syntaxhighlighter.php:597
192
- msgid "Miscellaneous"
193
- msgstr "杂项"
194
-
195
- #: syntaxhighlighter.php:599
196
- msgid "Display line numbers"
197
- msgstr "显示行号"
198
-
199
- #: syntaxhighlighter.php:600
200
- msgid "Display the toolbar"
201
- msgstr "显示工具条"
202
-
203
- #: syntaxhighlighter.php:601
204
- msgid "Automatically make URLs clickable"
205
- msgstr "自动转换URI为可点击"
206
-
207
- #: syntaxhighlighter.php:602
208
- msgid "Collapse code boxes"
209
- msgstr "收缩代码框"
210
-
211
- #: syntaxhighlighter.php:603
212
- msgid "Show a ruler column along the top of the code box"
213
- msgstr "允许在代码框的顶部显示列标尺"
214
-
215
- #: syntaxhighlighter.php:604
216
- msgid "Use the light display mode, best for single lines of code"
217
- msgstr "用高亮显示模式,最好在单行代码中使用"
218
-
219
- #: syntaxhighlighter.php:605
220
- msgid "Use smart tabs allowing tabs being used for alignment"
221
- msgstr "使用智能制表符允许制表符对齐"
222
-
223
- #: syntaxhighlighter.php:606
224
- msgid "Wrap long lines, using an icon to show where line wraps occur (disabling this will make a scrollbar show instead)"
225
- msgstr "自动换行长的行,用一个图标指示换行的地方(禁用此选项将用滚动条代替显示)"
226
-
227
- #: syntaxhighlighter.php:611
228
- msgid "Additional CSS Class(es)"
229
- msgstr "附加的CSS类(es)"
230
-
231
- #: syntaxhighlighter.php:615
232
- msgid "Starting Line Number"
233
- msgstr "开始行号"
234
-
235
- #: syntaxhighlighter.php:619
236
- msgid "Tab Size"
237
- msgstr "制表符长度"
238
-
239
- #: syntaxhighlighter.php:625
240
- msgid "Save Changes"
241
- msgstr "保存更改"
242
-
243
- #: syntaxhighlighter.php:626
244
- msgid "Reset to Defaults"
245
- msgstr "重置为默认值"
246
-
247
- #: syntaxhighlighter.php:631
248
- msgid "Preview"
249
- msgstr "预览"
250
-
251
- #: syntaxhighlighter.php:633
252
- msgid "Click &quot;Save Changes&quot; to update this preview."
253
- msgstr "点击 &quot;保存更改&quot; 更新这段预览。"
254
-
255
- #: syntaxhighlighter.php:668
256
- msgid "Shortcode Parameters"
257
- msgstr "简码参数"
258
-
259
- #: syntaxhighlighter.php:687
260
- msgid "Some example shortcodes:"
261
- msgstr "一些简码示例"
262
-
263
- #: syntaxhighlighter.php:690
264
- #: syntaxhighlighter.php:691
265
- #: syntaxhighlighter.php:692
266
- #: syntaxhighlighter.php:693
267
- msgid "your code here"
268
- msgstr "这里写你的代码"
269
-
270
- #~ msgid "Font Size (Percentage)"
271
- #~ msgstr "字体大小(百分比)"
272
- #~ msgid "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
273
- #~ msgstr "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
274
- #~ msgid ""
275
- #~ "Easily post code to your blog while still maintaining complete control "
276
- #~ "over it's display. Uses Alex Gorbatchev's <a href=\"http://code.google."
277
- #~ "com/p/syntaxhighlighter/\">SyntaxHighlighter</a> and code by <a href="
278
- #~ "\"http://automattic.com/\">Automattic</a>."
279
- #~ msgstr ""
280
- #~ "很容易的粘贴代码到你的博客中,同时保持显示的完整控制。使用Alex Gorbatchev"
281
- #~ "的 <a href=\"http://code.google.com/p/syntaxhighlighter/"
282
- #~ "\">SyntaxHighlighter</a>, 由<a href=\"http://automattic.com/"
283
- #~ "\">Automattic</a>编程。"
284
- #~ msgid "Viper007Bond"
285
- #~ msgstr "Viper007Bond"
286
- #~ msgid "http://www.viper007bond.com/"
287
- #~ msgstr "http://www.viper007bond.com/"
288
-
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR Viper007Bond
3
+ # This file is distributed under the same license as the PACKAGE package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ msgid ""
7
+ msgstr ""
8
+ "Project-Id-Version: PACKAGE VERSION\n"
9
+ "Report-Msgid-Bugs-To: \n"
10
+ "POT-Creation-Date: 2009-08-10 22:08+0800\n"
11
+ "PO-Revision-Date: 2009-08-11 16:23+0800\n"
12
+ "Last-Translator: Hinker <hinkerliu@163.com>\n"
13
+ "Language-Team: LANGUAGE <hinkerliu@163.com>\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=utf-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Poedit-Language: Chinese\n"
18
+ "X-Poedit-Country: CHINA\n"
19
+ "X-Poedit-SourceCharset: utf-8\n"
20
+
21
+ #: syntaxhighlighter.php:141
22
+ msgid "Default"
23
+ msgstr "缺省值"
24
+
25
+ #: syntaxhighlighter.php:142
26
+ msgid "Django"
27
+ msgstr "Django"
28
+
29
+ #: syntaxhighlighter.php:143
30
+ msgid "Emacs"
31
+ msgstr "Emacs"
32
+
33
+ #: syntaxhighlighter.php:144
34
+ msgid "Fade to Grey"
35
+ msgstr "Fade to Grey"
36
+
37
+ #: syntaxhighlighter.php:145
38
+ msgid "Midnight"
39
+ msgstr "Midnight"
40
+
41
+ #: syntaxhighlighter.php:146
42
+ msgid "RDark"
43
+ msgstr "RDark"
44
+
45
+ #: syntaxhighlighter.php:147
46
+ msgid "[None]"
47
+ msgstr "[无]"
48
+
49
+ #: syntaxhighlighter.php:194
50
+ msgid "SyntaxHighlighter Settings"
51
+ msgstr "SyntaxHighlighter设置"
52
+
53
+ #: syntaxhighlighter.php:194
54
+ msgid "SyntaxHighlighter"
55
+ msgstr "SyntaxHighlighter"
56
+
57
+ #: syntaxhighlighter.php:219
58
+ msgid "Settings"
59
+ msgstr "设定"
60
+
61
+ #: syntaxhighlighter.php:361
62
+ msgid "expand source"
63
+ msgstr "展开代码框"
64
+
65
+ #: syntaxhighlighter.php:362
66
+ msgid "view source"
67
+ msgstr "查看源代码"
68
+
69
+ #: syntaxhighlighter.php:363
70
+ msgid "copy to clipboard"
71
+ msgstr "复制到剪贴板"
72
+
73
+ #: syntaxhighlighter.php:364
74
+ msgid "The code is in your clipboard now"
75
+ msgstr "代码现在在你的剪贴板"
76
+
77
+ #: syntaxhighlighter.php:365
78
+ msgid "print"
79
+ msgstr "打印"
80
+
81
+ #: syntaxhighlighter.php:366
82
+ msgid "?"
83
+ msgstr "帮助"
84
+
85
+ #: syntaxhighlighter.php:367
86
+ msgid ""
87
+ "SyntaxHighlighter\\n"
88
+ "\\n"
89
+ msgstr ""
90
+ "SyntaxHighlighter\\n"
91
+ "\\n"
92
+
93
+ #: syntaxhighlighter.php:368
94
+ msgid "Can't find brush for: "
95
+ msgstr "无法找到Brush:"
96
+
97
+ #: syntaxhighlighter.php:369
98
+ msgid "Brush wasn't configured for html-script option: "
99
+ msgstr "Brush不能设置 html-script选项"
100
+
101
+ #: syntaxhighlighter.php:554
102
+ msgid "Are you sure you want to reset your settings to the defaults?"
103
+ msgstr "您确定想要将首选项重置为默认设置吗?"
104
+
105
+ #: syntaxhighlighter.php:670
106
+ #, php-format
107
+ msgid "These are the parameters you can pass to the shortcode and what they do. For the booleans (i.e. on/off), pass %1$s/%2$s or %3$s/%4$s."
108
+ msgstr "这些参数你能够设置在简码中。对于布尔值(即 on/off),使用 %1$s/%2$s 或者 %3$s/%4$s。"
109
+
110
+ #: syntaxhighlighter.php:673
111
+ #, php-format
112
+ msgid "%1$s or %2$s &#8212; The language syntax to highlight with. You can alternately just use that as the tag, such as <code>[php]code[/php]</code>. <a href=\"%3$s\">Click here</a> for a list of valid tags (under &quot;aliases&quot;)."
113
+ msgstr "%1$s 或者 %2$s &#8212; 要高亮显示的代码语言。你能够像标签一样交替使用它们,例如<code>[php]code[/php]</code>。<a href=\"%3$s\">点击这里</a>有一个有效的标签列表 (在&quot;aliases&quot;的下面)。"
114
+
115
+ #: syntaxhighlighter.php:674
116
+ #, php-format
117
+ msgid "%s &#8212; Toggle automatic URL linking."
118
+ msgstr "%s &#8212; 切换自动URL链接。"
119
+
120
+ #: syntaxhighlighter.php:675
121
+ #, php-format
122
+ msgid "%s &#8212; Add an additional CSS class to the code box."
123
+ msgstr "%s &#8212; 加一个附加的CSS类到代码框。"
124
+
125
+ #: syntaxhighlighter.php:676
126
+ #, php-format
127
+ msgid "%s &#8212; Toggle collapsing the code box by default, requiring a click to expand it. Good for large code posts."
128
+ msgstr "%s &#8212; 切换缺省代码框收缩选项,请求点击展开代码。张贴大段代码时比较好看。"
129
+
130
+ #: syntaxhighlighter.php:677
131
+ #, php-format
132
+ msgid "%s &#8212; An interger specifying what number the first line should be (for the line numbering)."
133
+ msgstr "%s &#8212; 你想要在代码第一行显示的指定整数(有行号显示时)。"
134
+
135
+ #: syntaxhighlighter.php:678
136
+ #, php-format
137
+ msgid "%s &#8212; Toggle the left-side line numbering."
138
+ msgstr "%s &#8212; 切换左边行号显示。"
139
+
140
+ #: syntaxhighlighter.php:679
141
+ #, php-format
142
+ msgid "%s &#8212; A comma-sperated list of line numbers to highlight."
143
+ msgstr "%s &#8212; 需要高亮行号的逗号分隔列表"
144
+
145
+ #: syntaxhighlighter.php:680
146
+ #, php-format
147
+ msgid "%s &#8212; Toggle highlighting any extra HTML/XML. Good for when you're mixing HTML/XML with another language, such as having PHP inside an HTML web page. The above preview has it enabled for example."
148
+ msgstr "%s &#8212; 切换任意HTML/XML扩展高亮。当 HTML/XML和其它语言混合时是有用的,比如在一个HTML网页里包含PHP。上面的预览这个选项是激活的。"
149
+
150
+ #: syntaxhighlighter.php:681
151
+ #, php-format
152
+ msgid "%s &#8212; Toggle light mode which disables the gutter, toolbar, and ruler all at once."
153
+ msgstr "%s &#8212; 切换高亮模式,此模式下装订线、工具条和标尺不可见。"
154
+
155
+ #: syntaxhighlighter.php:682
156
+ #, php-format
157
+ msgid "%s &#8212; Toggle the column ruler at the top of the code box."
158
+ msgstr "%s &#8212; 切换代码框部的列标尺显示。"
159
+
160
+ #: syntaxhighlighter.php:683
161
+ #, php-format
162
+ msgid "%s &#8212; Toggle the toolbar containing the helpful buttons."
163
+ msgstr "%s &#8212; 切换工具条上的帮助按钮。"
164
+
165
+ #: syntaxhighlighter.php:684
166
+ #, php-format
167
+ msgid "%s &#8212; Toggle line wrapping."
168
+ msgstr "%s &#8212; 切换自动换行。"
169
+
170
+ #: syntaxhighlighter.php:708
171
+ msgid "Cheatin&#8217; uh?"
172
+ msgstr "Cheatin&#8217; uh?"
173
+
174
+ #: syntaxhighlighter.php:546
175
+ msgid "Settings reset to defaults."
176
+ msgstr "将设置重置为默认值"
177
+
178
+ #: syntaxhighlighter.php:573
179
+ msgid "Color Theme"
180
+ msgstr "颜色主题"
181
+
182
+ #: syntaxhighlighter.php:588
183
+ msgid "Defaults"
184
+ msgstr "默认值"
185
+
186
+ #: syntaxhighlighter.php:590
187
+ msgid "All of the settings below can also be configured on a per-code box basis."
188
+ msgstr "下面的所有设定都能在基本pre-code框中配置"
189
+
190
+ #: syntaxhighlighter.php:594
191
+ #: syntaxhighlighter.php:597
192
+ msgid "Miscellaneous"
193
+ msgstr "杂项"
194
+
195
+ #: syntaxhighlighter.php:599
196
+ msgid "Display line numbers"
197
+ msgstr "显示行号"
198
+
199
+ #: syntaxhighlighter.php:600
200
+ msgid "Display the toolbar"
201
+ msgstr "显示工具条"
202
+
203
+ #: syntaxhighlighter.php:601
204
+ msgid "Automatically make URLs clickable"
205
+ msgstr "自动转换URI为可点击"
206
+
207
+ #: syntaxhighlighter.php:602
208
+ msgid "Collapse code boxes"
209
+ msgstr "收缩代码框"
210
+
211
+ #: syntaxhighlighter.php:603
212
+ msgid "Show a ruler column along the top of the code box"
213
+ msgstr "允许在代码框的顶部显示列标尺"
214
+
215
+ #: syntaxhighlighter.php:604
216
+ msgid "Use the light display mode, best for single lines of code"
217
+ msgstr "用高亮显示模式,最好在单行代码中使用"
218
+
219
+ #: syntaxhighlighter.php:605
220
+ msgid "Use smart tabs allowing tabs being used for alignment"
221
+ msgstr "使用智能制表符允许制表符对齐"
222
+
223
+ #: syntaxhighlighter.php:606
224
+ msgid "Wrap long lines, using an icon to show where line wraps occur (disabling this will make a scrollbar show instead)"
225
+ msgstr "自动换行长的行,用一个图标指示换行的地方(禁用此选项将用滚动条代替显示)"
226
+
227
+ #: syntaxhighlighter.php:611
228
+ msgid "Additional CSS Class(es)"
229
+ msgstr "附加的CSS类(es)"
230
+
231
+ #: syntaxhighlighter.php:615
232
+ msgid "Starting Line Number"
233
+ msgstr "开始行号"
234
+
235
+ #: syntaxhighlighter.php:619
236
+ msgid "Tab Size"
237
+ msgstr "制表符长度"
238
+
239
+ #: syntaxhighlighter.php:625
240
+ msgid "Save Changes"
241
+ msgstr "保存更改"
242
+
243
+ #: syntaxhighlighter.php:626
244
+ msgid "Reset to Defaults"
245
+ msgstr "重置为默认值"
246
+
247
+ #: syntaxhighlighter.php:631
248
+ msgid "Preview"
249
+ msgstr "预览"
250
+
251
+ #: syntaxhighlighter.php:633
252
+ msgid "Click &quot;Save Changes&quot; to update this preview."
253
+ msgstr "点击 &quot;保存更改&quot; 更新这段预览。"
254
+
255
+ #: syntaxhighlighter.php:668
256
+ msgid "Shortcode Parameters"
257
+ msgstr "简码参数"
258
+
259
+ #: syntaxhighlighter.php:687
260
+ msgid "Some example shortcodes:"
261
+ msgstr "一些简码示例"
262
+
263
+ #: syntaxhighlighter.php:690
264
+ #: syntaxhighlighter.php:691
265
+ #: syntaxhighlighter.php:692
266
+ #: syntaxhighlighter.php:693
267
+ msgid "your code here"
268
+ msgstr "这里写你的代码"
269
+
270
+ #~ msgid "Font Size (Percentage)"
271
+ #~ msgstr "字体大小(百分比)"
272
+ #~ msgid "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
273
+ #~ msgstr "http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/"
274
+ #~ msgid ""
275
+ #~ "Easily post code to your blog while still maintaining complete control "
276
+ #~ "over it's display. Uses Alex Gorbatchev's <a href=\"http://code.google."
277
+ #~ "com/p/syntaxhighlighter/\">SyntaxHighlighter</a> and code by <a href="
278
+ #~ "\"http://automattic.com/\">Automattic</a>."
279
+ #~ msgstr ""
280
+ #~ "很容易的粘贴代码到你的博客中,同时保持显示的完整控制。使用Alex Gorbatchev"
281
+ #~ "的 <a href=\"http://code.google.com/p/syntaxhighlighter/"
282
+ #~ "\">SyntaxHighlighter</a>, 由<a href=\"http://automattic.com/"
283
+ #~ "\">Automattic</a>编程。"
284
+ #~ msgid "Viper007Bond"
285
+ #~ msgstr "Viper007Bond"
286
+ #~ msgid "http://www.viper007bond.com/"
287
+ #~ msgstr "http://www.viper007bond.com/"
288
+
readme.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ ## SyntaxHighlighter Evolved
2
+
3
+ Easily post syntax-highlighted code to your WordPress site without having to modify the code at all. As seen on WordPress.com.
4
+
5
+ ## Development On The Next Version
6
+
7
+ A major rewrite is currently occurring in the [4.0 branch](https://github.com/Viper007Bond/syntaxhighlighter/commits/4.0). Go there if you want to see the current work in progress code.
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: Viper007Bond, automattic
3
  Donate link: http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/donate/
4
  Tags: code, sourcecode, php, xhtml, html, css, WordPress.com
5
  Requires at least: 2.7
6
- Tested up to: 3.6
7
  Stable tag: trunk
8
 
9
  Easily post syntax-highlighted code to your site without having to modify the code at all. As seen on WordPress.com.
@@ -55,6 +55,11 @@ Make sure your theme's `footer.php` file has `<?php wp_footer(); ?>` somewhere i
55
 
56
  == ChangeLog ==
57
 
 
 
 
 
 
58
  = Version 3.1.7 =
59
 
60
  * XHTML validation fix by adding `type` attribute to `<style>` tag. Props [NoMad1337](http://www.tacticalcode.de/).
3
  Donate link: http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/donate/
4
  Tags: code, sourcecode, php, xhtml, html, css, WordPress.com
5
  Requires at least: 2.7
6
+ Tested up to: 3.9
7
  Stable tag: trunk
8
 
9
  Easily post syntax-highlighted code to your site without having to modify the code at all. As seen on WordPress.com.
55
 
56
  == ChangeLog ==
57
 
58
+ = Version 3.1.8 =
59
+
60
+ * TinyMCE 4.x compatibility. Props azaozz.
61
+ * Added German translation thanks to [Michael Berger](http://bitespresso.de/).
62
+
63
  = Version 3.1.7 =
64
 
65
  * XHTML validation fix by adding `type` attribute to `<style>` tag. Props [NoMad1337](http://www.tacticalcode.de/).
syntaxhighlighter.js ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ( function($) {
2
+ var shortcodes = window.syntaxHLcodes || 'sourcecode';
3
+
4
+ if ( typeof $ === 'undefined' ) {
5
+ return;
6
+ }
7
+
8
+ $(document).on( 'afterPreWpautop.syntaxhighlighter', function( event, obj ) {
9
+ obj.data = obj.data.replace( new RegExp( '(?:<pre>\\s*)?(\\[(' + shortcodes + ')[^\\]]*\\][\\s\\S]*?\\[\\/\\2\\])(?:\\s*<\\/pre>)?', 'gi' ),
10
+ function( match, shortcode ) {
11
+ return '\n' + shortcode.replace( /&lt;/g, '<' ).replace( /&gt;/g, '>' ).replace( /&amp;/g, '&' ) + '\n';
12
+ }
13
+ );
14
+ }).on( 'beforeWpautop.syntaxhighlighter', function( event, obj ) {
15
+ obj.data = obj.data.replace( new RegExp( '\\[(' + shortcodes + ')[^\\]]*\\][\\s\\S]+?\\[\\/\\1\\]', 'gi' ),
16
+ function( match ) {
17
+ return '<pre>' + match.replace( /&/g, '&amp;' ).replace( /</g, '&lt;' ).replace( />/g, '&gt;' ) + '</pre>';
18
+ }
19
+ );
20
+ });
21
+ }( window.jQuery ));
syntaxhighlighter.php CHANGED
@@ -4,9 +4,9 @@
4
 
5
  Plugin Name: SyntaxHighlighter Evolved
6
  Plugin URI: http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/
7
- Version: 3.1.7
8
  Description: Easily post syntax-highlighted code to your site without having to modify the code at all. Uses Alex Gorbatchev's <a href="http://alexgorbatchev.com/wiki/SyntaxHighlighter">SyntaxHighlighter</a>. <strong>TIP:</strong> Don't use the Visual editor if you don't want your code mangled. TinyMCE will "clean up" your HTML.
9
- Author: Viper007Bond
10
  Author URI: http://www.viper007bond.com/
11
 
12
  **************************************************************************
@@ -21,7 +21,7 @@ Thanks to:
21
 
22
  class SyntaxHighlighter {
23
  // All of these variables are private. Filters are provided for things that can be modified.
24
- var $pluginver = '3.1.7'; // Plugin version
25
  var $agshver = false; // Alex Gorbatchev's SyntaxHighlighter version (dynamically set below due to v2 vs v3)
26
  var $shfolder = false; // Controls what subfolder to load SyntaxHighlighter from (v2 or v3)
27
  var $settings = array(); // Contains the user's settings
@@ -68,9 +68,7 @@ class SyntaxHighlighter {
68
  // Admin hooks
69
  add_action( 'admin_init', array( $this, 'register_setting' ) );
70
  add_action( 'admin_menu', array( $this, 'register_settings_page' ) );
71
- add_action( 'admin_head', array( $this, 'output_shortcodes_for_tinymce' ) );
72
  add_filter( 'mce_external_plugins', array( $this, 'add_tinymce_plugin' ) );
73
- add_filter( 'tiny_mce_version', array( $this, 'break_tinymce_cache' ) );
74
  add_filter( 'save_post', array( $this, 'mark_as_encoded' ), 10, 2 );
75
  add_filter( 'plugin_action_links', array( $this, 'settings_link' ), 10, 2 );
76
 
@@ -278,7 +276,17 @@ class SyntaxHighlighter {
278
 
279
  // Add the custom TinyMCE plugin which wraps plugin shortcodes in <pre> in TinyMCE
280
  function add_tinymce_plugin( $plugins ) {
281
- $plugins['syntaxhighlighter'] = plugins_url('syntaxhighlighter/syntaxhighlighter_mce.js');
 
 
 
 
 
 
 
 
 
 
282
  return $plugins;
283
  }
284
 
4
 
5
  Plugin Name: SyntaxHighlighter Evolved
6
  Plugin URI: http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/
7
+ Version: 3.1.8
8
  Description: Easily post syntax-highlighted code to your site without having to modify the code at all. Uses Alex Gorbatchev's <a href="http://alexgorbatchev.com/wiki/SyntaxHighlighter">SyntaxHighlighter</a>. <strong>TIP:</strong> Don't use the Visual editor if you don't want your code mangled. TinyMCE will "clean up" your HTML.
9
+ Author: Alex Mills (Viper007Bond)
10
  Author URI: http://www.viper007bond.com/
11
 
12
  **************************************************************************
21
 
22
  class SyntaxHighlighter {
23
  // All of these variables are private. Filters are provided for things that can be modified.
24
+ var $pluginver = '3.1.8'; // Plugin version
25
  var $agshver = false; // Alex Gorbatchev's SyntaxHighlighter version (dynamically set below due to v2 vs v3)
26
  var $shfolder = false; // Controls what subfolder to load SyntaxHighlighter from (v2 or v3)
27
  var $settings = array(); // Contains the user's settings
68
  // Admin hooks
69
  add_action( 'admin_init', array( $this, 'register_setting' ) );
70
  add_action( 'admin_menu', array( $this, 'register_settings_page' ) );
 
71
  add_filter( 'mce_external_plugins', array( $this, 'add_tinymce_plugin' ) );
 
72
  add_filter( 'save_post', array( $this, 'mark_as_encoded' ), 10, 2 );
73
  add_filter( 'plugin_action_links', array( $this, 'settings_link' ), 10, 2 );
74
 
276
 
277
  // Add the custom TinyMCE plugin which wraps plugin shortcodes in <pre> in TinyMCE
278
  function add_tinymce_plugin( $plugins ) {
279
+ global $tinymce_version;
280
+
281
+ add_action( 'admin_print_footer_scripts', array( $this, 'output_shortcodes_for_tinymce' ), 9 );
282
+
283
+ if ( substr( $tinymce_version, 0, 1 ) < 4 ) {
284
+ $plugins['syntaxhighlighter'] = plugins_url('syntaxhighlighter/syntaxhighlighter_mce.js');
285
+ } else {
286
+ $plugins['syntaxhighlighter'] = plugins_url('syntaxhighlighter/syntaxhighlighter_mce-4.js?ver=' . $this->pluginver );
287
+ wp_enqueue_script( 'syntaxhighlighter', plugins_url( '/syntaxhighlighter.js', __FILE__ ), array(), false, true );
288
+ }
289
+
290
  return $plugins;
291
  }
292
 
syntaxhighlighter3/LGPL-LICENSE CHANGED
@@ -1,165 +1,165 @@
1
- GNU LESSER GENERAL PUBLIC LICENSE
2
- Version 3, 29 June 2007
3
-
4
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
5
- Everyone is permitted to copy and distribute verbatim copies
6
- of this license document, but changing it is not allowed.
7
-
8
-
9
- This version of the GNU Lesser General Public License incorporates
10
- the terms and conditions of version 3 of the GNU General Public
11
- License, supplemented by the additional permissions listed below.
12
-
13
- 0. Additional Definitions.
14
-
15
- As used herein, "this License" refers to version 3 of the GNU Lesser
16
- General Public License, and the "GNU GPL" refers to version 3 of the GNU
17
- General Public License.
18
-
19
- "The Library" refers to a covered work governed by this License,
20
- other than an Application or a Combined Work as defined below.
21
-
22
- An "Application" is any work that makes use of an interface provided
23
- by the Library, but which is not otherwise based on the Library.
24
- Defining a subclass of a class defined by the Library is deemed a mode
25
- of using an interface provided by the Library.
26
-
27
- A "Combined Work" is a work produced by combining or linking an
28
- Application with the Library. The particular version of the Library
29
- with which the Combined Work was made is also called the "Linked
30
- Version".
31
-
32
- The "Minimal Corresponding Source" for a Combined Work means the
33
- Corresponding Source for the Combined Work, excluding any source code
34
- for portions of the Combined Work that, considered in isolation, are
35
- based on the Application, and not on the Linked Version.
36
-
37
- The "Corresponding Application Code" for a Combined Work means the
38
- object code and/or source code for the Application, including any data
39
- and utility programs needed for reproducing the Combined Work from the
40
- Application, but excluding the System Libraries of the Combined Work.
41
-
42
- 1. Exception to Section 3 of the GNU GPL.
43
-
44
- You may convey a covered work under sections 3 and 4 of this License
45
- without being bound by section 3 of the GNU GPL.
46
-
47
- 2. Conveying Modified Versions.
48
-
49
- If you modify a copy of the Library, and, in your modifications, a
50
- facility refers to a function or data to be supplied by an Application
51
- that uses the facility (other than as an argument passed when the
52
- facility is invoked), then you may convey a copy of the modified
53
- version:
54
-
55
- a) under this License, provided that you make a good faith effort to
56
- ensure that, in the event an Application does not supply the
57
- function or data, the facility still operates, and performs
58
- whatever part of its purpose remains meaningful, or
59
-
60
- b) under the GNU GPL, with none of the additional permissions of
61
- this License applicable to that copy.
62
-
63
- 3. Object Code Incorporating Material from Library Header Files.
64
-
65
- The object code form of an Application may incorporate material from
66
- a header file that is part of the Library. You may convey such object
67
- code under terms of your choice, provided that, if the incorporated
68
- material is not limited to numerical parameters, data structure
69
- layouts and accessors, or small macros, inline functions and templates
70
- (ten or fewer lines in length), you do both of the following:
71
-
72
- a) Give prominent notice with each copy of the object code that the
73
- Library is used in it and that the Library and its use are
74
- covered by this License.
75
-
76
- b) Accompany the object code with a copy of the GNU GPL and this license
77
- document.
78
-
79
- 4. Combined Works.
80
-
81
- You may convey a Combined Work under terms of your choice that,
82
- taken together, effectively do not restrict modification of the
83
- portions of the Library contained in the Combined Work and reverse
84
- engineering for debugging such modifications, if you also do each of
85
- the following:
86
-
87
- a) Give prominent notice with each copy of the Combined Work that
88
- the Library is used in it and that the Library and its use are
89
- covered by this License.
90
-
91
- b) Accompany the Combined Work with a copy of the GNU GPL and this license
92
- document.
93
-
94
- c) For a Combined Work that displays copyright notices during
95
- execution, include the copyright notice for the Library among
96
- these notices, as well as a reference directing the user to the
97
- copies of the GNU GPL and this license document.
98
-
99
- d) Do one of the following:
100
-
101
- 0) Convey the Minimal Corresponding Source under the terms of this
102
- License, and the Corresponding Application Code in a form
103
- suitable for, and under terms that permit, the user to
104
- recombine or relink the Application with a modified version of
105
- the Linked Version to produce a modified Combined Work, in the
106
- manner specified by section 6 of the GNU GPL for conveying
107
- Corresponding Source.
108
-
109
- 1) Use a suitable shared library mechanism for linking with the
110
- Library. A suitable mechanism is one that (a) uses at run time
111
- a copy of the Library already present on the user's computer
112
- system, and (b) will operate properly with a modified version
113
- of the Library that is interface-compatible with the Linked
114
- Version.
115
-
116
- e) Provide Installation Information, but only if you would otherwise
117
- be required to provide such information under section 6 of the
118
- GNU GPL, and only to the extent that such information is
119
- necessary to install and execute a modified version of the
120
- Combined Work produced by recombining or relinking the
121
- Application with a modified version of the Linked Version. (If
122
- you use option 4d0, the Installation Information must accompany
123
- the Minimal Corresponding Source and Corresponding Application
124
- Code. If you use option 4d1, you must provide the Installation
125
- Information in the manner specified by section 6 of the GNU GPL
126
- for conveying Corresponding Source.)
127
-
128
- 5. Combined Libraries.
129
-
130
- You may place library facilities that are a work based on the
131
- Library side by side in a single library together with other library
132
- facilities that are not Applications and are not covered by this
133
- License, and convey such a combined library under terms of your
134
- choice, if you do both of the following:
135
-
136
- a) Accompany the combined library with a copy of the same work based
137
- on the Library, uncombined with any other library facilities,
138
- conveyed under the terms of this License.
139
-
140
- b) Give prominent notice with the combined library that part of it
141
- is a work based on the Library, and explaining where to find the
142
- accompanying uncombined form of the same work.
143
-
144
- 6. Revised Versions of the GNU Lesser General Public License.
145
-
146
- The Free Software Foundation may publish revised and/or new versions
147
- of the GNU Lesser General Public License from time to time. Such new
148
- versions will be similar in spirit to the present version, but may
149
- differ in detail to address new problems or concerns.
150
-
151
- Each version is given a distinguishing version number. If the
152
- Library as you received it specifies that a certain numbered version
153
- of the GNU Lesser General Public License "or any later version"
154
- applies to it, you have the option of following the terms and
155
- conditions either of that published version or of any later version
156
- published by the Free Software Foundation. If the Library as you
157
- received it does not specify a version number of the GNU Lesser
158
- General Public License, you may choose any version of the GNU Lesser
159
- General Public License ever published by the Free Software Foundation.
160
-
161
- If the Library as you received it specifies that a proxy can decide
162
- whether future versions of the GNU Lesser General Public License shall
163
- apply, that proxy's public statement of acceptance of any version is
164
- permanent authorization for you to choose that version for the
165
  Library.
1
+ GNU LESSER GENERAL PUBLIC LICENSE
2
+ Version 3, 29 June 2007
3
+
4
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
5
+ Everyone is permitted to copy and distribute verbatim copies
6
+ of this license document, but changing it is not allowed.
7
+
8
+
9
+ This version of the GNU Lesser General Public License incorporates
10
+ the terms and conditions of version 3 of the GNU General Public
11
+ License, supplemented by the additional permissions listed below.
12
+
13
+ 0. Additional Definitions.
14
+
15
+ As used herein, "this License" refers to version 3 of the GNU Lesser
16
+ General Public License, and the "GNU GPL" refers to version 3 of the GNU
17
+ General Public License.
18
+
19
+ "The Library" refers to a covered work governed by this License,
20
+ other than an Application or a Combined Work as defined below.
21
+
22
+ An "Application" is any work that makes use of an interface provided
23
+ by the Library, but which is not otherwise based on the Library.
24
+ Defining a subclass of a class defined by the Library is deemed a mode
25
+ of using an interface provided by the Library.
26
+
27
+ A "Combined Work" is a work produced by combining or linking an
28
+ Application with the Library. The particular version of the Library
29
+ with which the Combined Work was made is also called the "Linked
30
+ Version".
31
+
32
+ The "Minimal Corresponding Source" for a Combined Work means the
33
+ Corresponding Source for the Combined Work, excluding any source code
34
+ for portions of the Combined Work that, considered in isolation, are
35
+ based on the Application, and not on the Linked Version.
36
+
37
+ The "Corresponding Application Code" for a Combined Work means the
38
+ object code and/or source code for the Application, including any data
39
+ and utility programs needed for reproducing the Combined Work from the
40
+ Application, but excluding the System Libraries of the Combined Work.
41
+
42
+ 1. Exception to Section 3 of the GNU GPL.
43
+
44
+ You may convey a covered work under sections 3 and 4 of this License
45
+ without being bound by section 3 of the GNU GPL.
46
+
47
+ 2. Conveying Modified Versions.
48
+
49
+ If you modify a copy of the Library, and, in your modifications, a
50
+ facility refers to a function or data to be supplied by an Application
51
+ that uses the facility (other than as an argument passed when the
52
+ facility is invoked), then you may convey a copy of the modified
53
+ version:
54
+
55
+ a) under this License, provided that you make a good faith effort to
56
+ ensure that, in the event an Application does not supply the
57
+ function or data, the facility still operates, and performs
58
+ whatever part of its purpose remains meaningful, or
59
+
60
+ b) under the GNU GPL, with none of the additional permissions of
61
+ this License applicable to that copy.
62
+
63
+ 3. Object Code Incorporating Material from Library Header Files.
64
+
65
+ The object code form of an Application may incorporate material from
66
+ a header file that is part of the Library. You may convey such object
67
+ code under terms of your choice, provided that, if the incorporated
68
+ material is not limited to numerical parameters, data structure
69
+ layouts and accessors, or small macros, inline functions and templates
70
+ (ten or fewer lines in length), you do both of the following:
71
+
72
+ a) Give prominent notice with each copy of the object code that the
73
+ Library is used in it and that the Library and its use are
74
+ covered by this License.
75
+
76
+ b) Accompany the object code with a copy of the GNU GPL and this license
77
+ document.
78
+
79
+ 4. Combined Works.
80
+
81
+ You may convey a Combined Work under terms of your choice that,
82
+ taken together, effectively do not restrict modification of the
83
+ portions of the Library contained in the Combined Work and reverse
84
+ engineering for debugging such modifications, if you also do each of
85
+ the following:
86
+
87
+ a) Give prominent notice with each copy of the Combined Work that
88
+ the Library is used in it and that the Library and its use are
89
+ covered by this License.
90
+
91
+ b) Accompany the Combined Work with a copy of the GNU GPL and this license
92
+ document.
93
+
94
+ c) For a Combined Work that displays copyright notices during
95
+ execution, include the copyright notice for the Library among
96
+ these notices, as well as a reference directing the user to the
97
+ copies of the GNU GPL and this license document.
98
+
99
+ d) Do one of the following:
100
+
101
+ 0) Convey the Minimal Corresponding Source under the terms of this
102
+ License, and the Corresponding Application Code in a form
103
+ suitable for, and under terms that permit, the user to
104
+ recombine or relink the Application with a modified version of
105
+ the Linked Version to produce a modified Combined Work, in the
106
+ manner specified by section 6 of the GNU GPL for conveying
107
+ Corresponding Source.
108
+
109
+ 1) Use a suitable shared library mechanism for linking with the
110
+ Library. A suitable mechanism is one that (a) uses at run time
111
+ a copy of the Library already present on the user's computer
112
+ system, and (b) will operate properly with a modified version
113
+ of the Library that is interface-compatible with the Linked
114
+ Version.
115
+
116
+ e) Provide Installation Information, but only if you would otherwise
117
+ be required to provide such information under section 6 of the
118
+ GNU GPL, and only to the extent that such information is
119
+ necessary to install and execute a modified version of the
120
+ Combined Work produced by recombining or relinking the
121
+ Application with a modified version of the Linked Version. (If
122
+ you use option 4d0, the Installation Information must accompany
123
+ the Minimal Corresponding Source and Corresponding Application
124
+ Code. If you use option 4d1, you must provide the Installation
125
+ Information in the manner specified by section 6 of the GNU GPL
126
+ for conveying Corresponding Source.)
127
+
128
+ 5. Combined Libraries.
129
+
130
+ You may place library facilities that are a work based on the
131
+ Library side by side in a single library together with other library
132
+ facilities that are not Applications and are not covered by this
133
+ License, and convey such a combined library under terms of your
134
+ choice, if you do both of the following:
135
+
136
+ a) Accompany the combined library with a copy of the same work based
137
+ on the Library, uncombined with any other library facilities,
138
+ conveyed under the terms of this License.
139
+
140
+ b) Give prominent notice with the combined library that part of it
141
+ is a work based on the Library, and explaining where to find the
142
+ accompanying uncombined form of the same work.
143
+
144
+ 6. Revised Versions of the GNU Lesser General Public License.
145
+
146
+ The Free Software Foundation may publish revised and/or new versions
147
+ of the GNU Lesser General Public License from time to time. Such new
148
+ versions will be similar in spirit to the present version, but may
149
+ differ in detail to address new problems or concerns.
150
+
151
+ Each version is given a distinguishing version number. If the
152
+ Library as you received it specifies that a certain numbered version
153
+ of the GNU Lesser General Public License "or any later version"
154
+ applies to it, you have the option of following the terms and
155
+ conditions either of that published version or of any later version
156
+ published by the Free Software Foundation. If the Library as you
157
+ received it does not specify a version number of the GNU Lesser
158
+ General Public License, you may choose any version of the GNU Lesser
159
+ General Public License ever published by the Free Software Foundation.
160
+
161
+ If the Library as you received it specifies that a proxy can decide
162
+ whether future versions of the GNU Lesser General Public License shall
163
+ apply, that proxy's public statement of acceptance of any version is
164
+ permanent authorization for you to choose that version for the
165
  Library.
syntaxhighlighter3/MIT-LICENSE CHANGED
@@ -1,20 +1,20 @@
1
- Copyright (c) 2003, 2004 Jim Weirich
2
-
3
- Permission is hereby granted, free of charge, to any person obtaining
4
- a copy of this software and associated documentation files (the
5
- "Software"), to deal in the Software without restriction, including
6
- without limitation the rights to use, copy, modify, merge, publish,
7
- distribute, sublicense, and/or sell copies of the Software, and to
8
- permit persons to whom the Software is furnished to do so, subject to
9
- the following conditions:
10
-
11
- The above copyright notice and this permission notice shall be
12
- included in all copies or substantial portions of the Software.
13
-
14
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1
+ Copyright (c) 2003, 2004 Jim Weirich
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
syntaxhighlighter3/scripts/shAutoloader.js CHANGED
@@ -1,17 +1,17 @@
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(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?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<c.9;d++)i[c[d]]=a}2 o(c){1 a=r.H("J"),d=3;a.K=c;a.M="L/t";a.G="t";a.u=a.v=2(){6(!d&&(!8.7||8.7=="F"||8.7=="z")){d=q;e[c]=q;a:{4(1 p y e)6(e[p]==3)B a;j&&5.C(k)}a.u=a.v=x;a.D.O(a)}};r.N.R(a)}1 f=Q,l=h.P(),i={},e={},j=3,k=x,b;5.T=2(c){k=c;j=q};4(b=0;b<f.9;b++){1 m=f[b].w?f[b]:f[b].S(/\\s+/),g=m.w();n(m,g)}4(b=0;b<l.9;b++)6(g=i[l[b].E.A]){e[g]=3;o(g)}}})();',56,56,'|var|function|false|for|SyntaxHighlighter|if|readyState|this|length|||||||||||||||||true|document||javascript|onload|onreadystatechange|pop|null|in|complete|brush|break|highlight|parentNode|params|loaded|language|createElement|autoloader|script|src|text|type|body|removeChild|findElements|arguments|appendChild|split|all'.split('|'),0,{}))
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(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?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<c.9;d++)i[c[d]]=a}2 o(c){1 a=r.H("J"),d=3;a.K=c;a.M="L/t";a.G="t";a.u=a.v=2(){6(!d&&(!8.7||8.7=="F"||8.7=="z")){d=q;e[c]=q;a:{4(1 p y e)6(e[p]==3)B a;j&&5.C(k)}a.u=a.v=x;a.D.O(a)}};r.N.R(a)}1 f=Q,l=h.P(),i={},e={},j=3,k=x,b;5.T=2(c){k=c;j=q};4(b=0;b<f.9;b++){1 m=f[b].w?f[b]:f[b].S(/\\s+/),g=m.w();n(m,g)}4(b=0;b<l.9;b++)6(g=i[l[b].E.A]){e[g]=3;o(g)}}})();',56,56,'|var|function|false|for|SyntaxHighlighter|if|readyState|this|length|||||||||||||||||true|document||javascript|onload|onreadystatechange|pop|null|in|complete|brush|break|highlight|parentNode|params|loaded|language|createElement|autoloader|script|src|text|type|body|removeChild|findElements|arguments|appendChild|split|all'.split('|'),0,{}))
syntaxhighlighter3/scripts/shBrushAS3.js CHANGED
@@ -1,59 +1,59 @@
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
- ;(function()
18
- {
19
- // CommonJS
20
- typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
-
22
- function Brush()
23
- {
24
- // Created by Peter Atoria @ http://iAtoria.com
25
-
26
- var inits = 'class interface function package';
27
-
28
- var keywords = '-Infinity ...rest Array as AS3 Boolean break case catch const continue Date decodeURI ' +
29
- 'decodeURIComponent default delete do dynamic each else encodeURI encodeURIComponent escape ' +
30
- 'extends false final finally flash_proxy for get if implements import in include Infinity ' +
31
- 'instanceof int internal is isFinite isNaN isXMLName label namespace NaN native new null ' +
32
- 'Null Number Object object_proxy override parseFloat parseInt private protected public ' +
33
- 'return set static String super switch this throw true try typeof uint undefined unescape ' +
34
- 'use void while with'
35
- ;
36
-
37
- this.regexList = [
38
- { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
39
- { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments
40
- { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings
41
- { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings
42
- { regex: /\b([\d]+(\.[\d]+)?|0x[a-f0-9]+)\b/gi, css: 'value' }, // numbers
43
- { regex: new RegExp(this.getKeywords(inits), 'gm'), css: 'color3' }, // initializations
44
- { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // keywords
45
- { regex: new RegExp('var', 'gm'), css: 'variable' }, // variable
46
- { regex: new RegExp('trace', 'gm'), css: 'color1' } // trace
47
- ];
48
-
49
- this.forHtmlScript(SyntaxHighlighter.regexLib.scriptScriptTags);
50
- };
51
-
52
- Brush.prototype = new SyntaxHighlighter.Highlighter();
53
- Brush.aliases = ['actionscript3', 'as3'];
54
-
55
- SyntaxHighlighter.brushes.AS3 = Brush;
56
-
57
- // CommonJS
58
- typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
59
- })();
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
+ ;(function()
18
+ {
19
+ // CommonJS
20
+ typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
+
22
+ function Brush()
23
+ {
24
+ // Created by Peter Atoria @ http://iAtoria.com
25
+
26
+ var inits = 'class interface function package';
27
+
28
+ var keywords = '-Infinity ...rest Array as AS3 Boolean break case catch const continue Date decodeURI ' +
29
+ 'decodeURIComponent default delete do dynamic each else encodeURI encodeURIComponent escape ' +
30
+ 'extends false final finally flash_proxy for get if implements import in include Infinity ' +
31
+ 'instanceof int internal is isFinite isNaN isXMLName label namespace NaN native new null ' +
32
+ 'Null Number Object object_proxy override parseFloat parseInt private protected public ' +
33
+ 'return set static String super switch this throw true try typeof uint undefined unescape ' +
34
+ 'use void while with'
35
+ ;
36
+
37
+ this.regexList = [
38
+ { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
39
+ { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments
40
+ { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings
41
+ { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings
42
+ { regex: /\b([\d]+(\.[\d]+)?|0x[a-f0-9]+)\b/gi, css: 'value' }, // numbers
43
+ { regex: new RegExp(this.getKeywords(inits), 'gm'), css: 'color3' }, // initializations
44
+ { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // keywords
45
+ { regex: new RegExp('var', 'gm'), css: 'variable' }, // variable
46
+ { regex: new RegExp('trace', 'gm'), css: 'color1' } // trace
47
+ ];
48
+
49
+ this.forHtmlScript(SyntaxHighlighter.regexLib.scriptScriptTags);
50
+ };
51
+
52
+ Brush.prototype = new SyntaxHighlighter.Highlighter();
53
+ Brush.aliases = ['actionscript3', 'as3'];
54
+
55
+ SyntaxHighlighter.brushes.AS3 = Brush;
56
+
57
+ // CommonJS
58
+ typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
59
+ })();
syntaxhighlighter3/scripts/shBrushAppleScript.js CHANGED
@@ -1,75 +1,75 @@
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
- ;(function()
18
- {
19
- // CommonJS
20
- typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
-
22
- function Brush()
23
- {
24
- // AppleScript brush by David Chambers
25
- // http://davidchambersdesign.com/
26
- var keywords = 'after before beginning continue copy each end every from return get global in local named of set some that the then times to where whose with without';
27
- var ordinals = 'first second third fourth fifth sixth seventh eighth ninth tenth last front back middle';
28
- var specials = 'activate add alias AppleScript ask attachment boolean class constant delete duplicate empty exists false id integer list make message modal modified new no paragraph pi properties quit real record remove rest result reveal reverse run running save string true word yes';
29
-
30
- this.regexList = [
31
-
32
- { regex: /(--|#).*$/gm,
33
- css: 'comments' },
34
-
35
- { regex: /\(\*(?:[\s\S]*?\(\*[\s\S]*?\*\))*[\s\S]*?\*\)/gm, // support nested comments
36
- css: 'comments' },
37
-
38
- { regex: /"[\s\S]*?"/gm,
39
- css: 'string' },
40
-
41
- { regex: /(?:,|:|¬|'s\b|\(|\)|\{|\}|«|\b\w*»)/g,
42
- css: 'color1' },
43
-
44
- { regex: /(-)?(\d)+(\.(\d)?)?(E\+(\d)+)?/g, // numbers
45
- css: 'color1' },
46
-
47
- { regex: /(?:&(amp;|gt;|lt;)?|=|� |>|<|≥|>=|≤|<=|\*|\+|-|\/|÷|\^)/g,
48
- css: 'color2' },
49
-
50
- { regex: /\b(?:and|as|div|mod|not|or|return(?!\s&)(ing)?|equals|(is(n't| not)? )?equal( to)?|does(n't| not) equal|(is(n't| not)? )?(greater|less) than( or equal( to)?)?|(comes|does(n't| not) come) (after|before)|is(n't| not)?( in)? (back|front) of|is(n't| not)? behind|is(n't| not)?( (in|contained by))?|does(n't| not) contain|contain(s)?|(start|begin|end)(s)? with|((but|end) )?(consider|ignor)ing|prop(erty)?|(a )?ref(erence)?( to)?|repeat (until|while|with)|((end|exit) )?repeat|((else|end) )?if|else|(end )?(script|tell|try)|(on )?error|(put )?into|(of )?(it|me)|its|my|with (timeout( of)?|transaction)|end (timeout|transaction))\b/g,
51
- css: 'keyword' },
52
-
53
- { regex: /\b\d+(st|nd|rd|th)\b/g, // ordinals
54
- css: 'keyword' },
55
-
56
- { regex: /\b(?:about|above|against|around|at|below|beneath|beside|between|by|(apart|aside) from|(instead|out) of|into|on(to)?|over|since|thr(ough|u)|under)\b/g,
57
- css: 'color3' },
58
-
59
- { regex: /\b(?:adding folder items to|after receiving|choose( ((remote )?application|color|folder|from list|URL))?|clipboard info|set the clipboard to|(the )?clipboard|entire contents|display(ing| (alert|dialog|mode))?|document( (edited|file|nib name))?|file( (name|type))?|(info )?for|giving up after|(name )?extension|quoted form|return(ed)?|second(?! item)(s)?|list (disks|folder)|text item(s| delimiters)?|(Unicode )?text|(disk )?item(s)?|((current|list) )?view|((container|key) )?window|with (data|icon( (caution|note|stop))?|parameter(s)?|prompt|properties|seed|title)|case|diacriticals|hyphens|numeric strings|punctuation|white space|folder creation|application(s( folder)?| (processes|scripts position|support))?|((desktop )?(pictures )?|(documents|downloads|favorites|home|keychain|library|movies|music|public|scripts|sites|system|users|utilities|workflows) )folder|desktop|Folder Action scripts|font(s| panel)?|help|internet plugins|modem scripts|(system )?preferences|printer descriptions|scripting (additions|components)|shared (documents|libraries)|startup (disk|items)|temporary items|trash|on server|in AppleTalk zone|((as|long|short) )?user name|user (ID|locale)|(with )?password|in (bundle( with identifier)?|directory)|(close|open for) access|read|write( permission)?|(g|s)et eof|using( delimiters)?|starting at|default (answer|button|color|country code|entr(y|ies)|identifiers|items|name|location|script editor)|hidden( answer)?|open(ed| (location|untitled))?|error (handling|reporting)|(do( shell)?|load|run|store) script|administrator privileges|altering line endings|get volume settings|(alert|boot|input|mount|output|set) volume|output muted|(fax|random )?number|round(ing)?|up|down|toward zero|to nearest|as taught in school|system (attribute|info)|((AppleScript( Studio)?|system) )?version|(home )?directory|(IPv4|primary Ethernet) address|CPU (type|speed)|physical memory|time (stamp|to GMT)|replacing|ASCII (character|number)|localized string|from table|offset|summarize|beep|delay|say|(empty|multiple) selections allowed|(of|preferred) type|invisibles|showing( package contents)?|editable URL|(File|FTP|News|Media|Web) [Ss]ervers|Telnet hosts|Directory services|Remote applications|waiting until completion|saving( (in|to))?|path (for|to( (((current|frontmost) )?application|resource))?)|POSIX (file|path)|(background|RGB) color|(OK|cancel) button name|cancel button|button(s)?|cubic ((centi)?met(re|er)s|yards|feet|inches)|square ((kilo)?met(re|er)s|miles|yards|feet)|(centi|kilo)?met(re|er)s|miles|yards|feet|inches|lit(re|er)s|gallons|quarts|(kilo)?grams|ounces|pounds|degrees (Celsius|Fahrenheit|Kelvin)|print( (dialog|settings))?|clos(e(able)?|ing)|(de)?miniaturized|miniaturizable|zoom(ed|able)|attribute run|action (method|property|title)|phone|email|((start|end)ing|home) page|((birth|creation|current|custom|modification) )?date|((((phonetic )?(first|last|middle))|computer|host|maiden|related) |nick)?name|aim|icq|jabber|msn|yahoo|address(es)?|save addressbook|should enable action|city|country( code)?|formatte(r|d address)|(palette )?label|state|street|zip|AIM [Hh]andle(s)?|my card|select(ion| all)?|unsaved|(alpha )?value|entr(y|ies)|group|(ICQ|Jabber|MSN) handle|person|people|company|department|icon image|job title|note|organization|suffix|vcard|url|copies|collating|pages (across|down)|request print time|target( printer)?|((GUI Scripting|Script menu) )?enabled|show Computer scripts|(de)?activated|awake from nib|became (key|main)|call method|of (class|object)|center|clicked toolbar item|closed|for document|exposed|(can )?hide|idle|keyboard (down|up)|event( (number|type))?|launch(ed)?|load (image|movie|nib|sound)|owner|log|mouse (down|dragged|entered|exited|moved|up)|move|column|localization|resource|script|register|drag (info|types)|resigned (active|key|main)|resiz(e(d)?|able)|right mouse (down|dragged|up)|scroll wheel|(at )?index|should (close|open( untitled)?|quit( after last window closed)?|zoom)|((proposed|screen) )?bounds|show(n)?|behind|in front of|size (mode|to fit)|update(d| toolbar item)?|was (hidden|miniaturized)|will (become active|close|finish launching|hide|miniaturize|move|open|quit|(resign )?active|((maximum|minimum|proposed) )?size|show|zoom)|bundle|data source|movie|pasteboard|sound|tool(bar| tip)|(color|open|save) panel|coordinate system|frontmost|main( (bundle|menu|window))?|((services|(excluded from )?windows) )?menu|((executable|frameworks|resource|scripts|shared (frameworks|support)) )?path|(selected item )?identifier|data|content(s| view)?|character(s)?|click count|(command|control|option|shift) key down|context|delta (x|y|z)|key( code)?|location|pressure|unmodified characters|types|(first )?responder|playing|(allowed|selectable) identifiers|allows customization|(auto saves )?configuration|visible|image( name)?|menu form representation|tag|user(-| )defaults|associated file name|(auto|needs) display|current field editor|floating|has (resize indicator|shadow)|hides when deactivated|level|minimized (image|title)|opaque|position|release when closed|sheet|title(d)?)\b/g,
60
- css: 'color3' },
61
-
62
- { regex: new RegExp(this.getKeywords(specials), 'gm'), css: 'color3' },
63
- { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' },
64
- { regex: new RegExp(this.getKeywords(ordinals), 'gm'), css: 'keyword' }
65
- ];
66
- };
67
-
68
- Brush.prototype = new SyntaxHighlighter.Highlighter();
69
- Brush.aliases = ['applescript'];
70
-
71
- SyntaxHighlighter.brushes.AppleScript = Brush;
72
-
73
- // CommonJS
74
- typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
75
- })();
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
+ ;(function()
18
+ {
19
+ // CommonJS
20
+ typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
+
22
+ function Brush()
23
+ {
24
+ // AppleScript brush by David Chambers
25
+ // http://davidchambersdesign.com/
26
+ var keywords = 'after before beginning continue copy each end every from return get global in local named of set some that the then times to where whose with without';
27
+ var ordinals = 'first second third fourth fifth sixth seventh eighth ninth tenth last front back middle';
28
+ var specials = 'activate add alias AppleScript ask attachment boolean class constant delete duplicate empty exists false id integer list make message modal modified new no paragraph pi properties quit real record remove rest result reveal reverse run running save string true word yes';
29
+
30
+ this.regexList = [
31
+
32
+ { regex: /(--|#).*$/gm,
33
+ css: 'comments' },
34
+
35
+ { regex: /\(\*(?:[\s\S]*?\(\*[\s\S]*?\*\))*[\s\S]*?\*\)/gm, // support nested comments
36
+ css: 'comments' },
37
+
38
+ { regex: /"[\s\S]*?"/gm,
39
+ css: 'string' },
40
+
41
+ { regex: /(?:,|:|¬|'s\b|\(|\)|\{|\}|«|\b\w*»)/g,
42
+ css: 'color1' },
43
+
44
+ { regex: /(-)?(\d)+(\.(\d)?)?(E\+(\d)+)?/g, // numbers
45
+ css: 'color1' },
46
+
47
+ { regex: /(?:&(amp;|gt;|lt;)?|=|� |>|<|≥|>=|≤|<=|\*|\+|-|\/|÷|\^)/g,
48
+ css: 'color2' },
49
+
50
+ { regex: /\b(?:and|as|div|mod|not|or|return(?!\s&)(ing)?|equals|(is(n't| not)? )?equal( to)?|does(n't| not) equal|(is(n't| not)? )?(greater|less) than( or equal( to)?)?|(comes|does(n't| not) come) (after|before)|is(n't| not)?( in)? (back|front) of|is(n't| not)? behind|is(n't| not)?( (in|contained by))?|does(n't| not) contain|contain(s)?|(start|begin|end)(s)? with|((but|end) )?(consider|ignor)ing|prop(erty)?|(a )?ref(erence)?( to)?|repeat (until|while|with)|((end|exit) )?repeat|((else|end) )?if|else|(end )?(script|tell|try)|(on )?error|(put )?into|(of )?(it|me)|its|my|with (timeout( of)?|transaction)|end (timeout|transaction))\b/g,
51
+ css: 'keyword' },
52
+
53
+ { regex: /\b\d+(st|nd|rd|th)\b/g, // ordinals
54
+ css: 'keyword' },
55
+
56
+ { regex: /\b(?:about|above|against|around|at|below|beneath|beside|between|by|(apart|aside) from|(instead|out) of|into|on(to)?|over|since|thr(ough|u)|under)\b/g,
57
+ css: 'color3' },
58
+
59
+ { regex: /\b(?:adding folder items to|after receiving|choose( ((remote )?application|color|folder|from list|URL))?|clipboard info|set the clipboard to|(the )?clipboard|entire contents|display(ing| (alert|dialog|mode))?|document( (edited|file|nib name))?|file( (name|type))?|(info )?for|giving up after|(name )?extension|quoted form|return(ed)?|second(?! item)(s)?|list (disks|folder)|text item(s| delimiters)?|(Unicode )?text|(disk )?item(s)?|((current|list) )?view|((container|key) )?window|with (data|icon( (caution|note|stop))?|parameter(s)?|prompt|properties|seed|title)|case|diacriticals|hyphens|numeric strings|punctuation|white space|folder creation|application(s( folder)?| (processes|scripts position|support))?|((desktop )?(pictures )?|(documents|downloads|favorites|home|keychain|library|movies|music|public|scripts|sites|system|users|utilities|workflows) )folder|desktop|Folder Action scripts|font(s| panel)?|help|internet plugins|modem scripts|(system )?preferences|printer descriptions|scripting (additions|components)|shared (documents|libraries)|startup (disk|items)|temporary items|trash|on server|in AppleTalk zone|((as|long|short) )?user name|user (ID|locale)|(with )?password|in (bundle( with identifier)?|directory)|(close|open for) access|read|write( permission)?|(g|s)et eof|using( delimiters)?|starting at|default (answer|button|color|country code|entr(y|ies)|identifiers|items|name|location|script editor)|hidden( answer)?|open(ed| (location|untitled))?|error (handling|reporting)|(do( shell)?|load|run|store) script|administrator privileges|altering line endings|get volume settings|(alert|boot|input|mount|output|set) volume|output muted|(fax|random )?number|round(ing)?|up|down|toward zero|to nearest|as taught in school|system (attribute|info)|((AppleScript( Studio)?|system) )?version|(home )?directory|(IPv4|primary Ethernet) address|CPU (type|speed)|physical memory|time (stamp|to GMT)|replacing|ASCII (character|number)|localized string|from table|offset|summarize|beep|delay|say|(empty|multiple) selections allowed|(of|preferred) type|invisibles|showing( package contents)?|editable URL|(File|FTP|News|Media|Web) [Ss]ervers|Telnet hosts|Directory services|Remote applications|waiting until completion|saving( (in|to))?|path (for|to( (((current|frontmost) )?application|resource))?)|POSIX (file|path)|(background|RGB) color|(OK|cancel) button name|cancel button|button(s)?|cubic ((centi)?met(re|er)s|yards|feet|inches)|square ((kilo)?met(re|er)s|miles|yards|feet)|(centi|kilo)?met(re|er)s|miles|yards|feet|inches|lit(re|er)s|gallons|quarts|(kilo)?grams|ounces|pounds|degrees (Celsius|Fahrenheit|Kelvin)|print( (dialog|settings))?|clos(e(able)?|ing)|(de)?miniaturized|miniaturizable|zoom(ed|able)|attribute run|action (method|property|title)|phone|email|((start|end)ing|home) page|((birth|creation|current|custom|modification) )?date|((((phonetic )?(first|last|middle))|computer|host|maiden|related) |nick)?name|aim|icq|jabber|msn|yahoo|address(es)?|save addressbook|should enable action|city|country( code)?|formatte(r|d address)|(palette )?label|state|street|zip|AIM [Hh]andle(s)?|my card|select(ion| all)?|unsaved|(alpha )?value|entr(y|ies)|group|(ICQ|Jabber|MSN) handle|person|people|company|department|icon image|job title|note|organization|suffix|vcard|url|copies|collating|pages (across|down)|request print time|target( printer)?|((GUI Scripting|Script menu) )?enabled|show Computer scripts|(de)?activated|awake from nib|became (key|main)|call method|of (class|object)|center|clicked toolbar item|closed|for document|exposed|(can )?hide|idle|keyboard (down|up)|event( (number|type))?|launch(ed)?|load (image|movie|nib|sound)|owner|log|mouse (down|dragged|entered|exited|moved|up)|move|column|localization|resource|script|register|drag (info|types)|resigned (active|key|main)|resiz(e(d)?|able)|right mouse (down|dragged|up)|scroll wheel|(at )?index|should (close|open( untitled)?|quit( after last window closed)?|zoom)|((proposed|screen) )?bounds|show(n)?|behind|in front of|size (mode|to fit)|update(d| toolbar item)?|was (hidden|miniaturized)|will (become active|close|finish launching|hide|miniaturize|move|open|quit|(resign )?active|((maximum|minimum|proposed) )?size|show|zoom)|bundle|data source|movie|pasteboard|sound|tool(bar| tip)|(color|open|save) panel|coordinate system|frontmost|main( (bundle|menu|window))?|((services|(excluded from )?windows) )?menu|((executable|frameworks|resource|scripts|shared (frameworks|support)) )?path|(selected item )?identifier|data|content(s| view)?|character(s)?|click count|(command|control|option|shift) key down|context|delta (x|y|z)|key( code)?|location|pressure|unmodified characters|types|(first )?responder|playing|(allowed|selectable) identifiers|allows customization|(auto saves )?configuration|visible|image( name)?|menu form representation|tag|user(-| )defaults|associated file name|(auto|needs) display|current field editor|floating|has (resize indicator|shadow)|hides when deactivated|level|minimized (image|title)|opaque|position|release when closed|sheet|title(d)?)\b/g,
60
+ css: 'color3' },
61
+
62
+ { regex: new RegExp(this.getKeywords(specials), 'gm'), css: 'color3' },
63
+ { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' },
64
+ { regex: new RegExp(this.getKeywords(ordinals), 'gm'), css: 'keyword' }
65
+ ];
66
+ };
67
+
68
+ Brush.prototype = new SyntaxHighlighter.Highlighter();
69
+ Brush.aliases = ['applescript'];
70
+
71
+ SyntaxHighlighter.brushes.AppleScript = Brush;
72
+
73
+ // CommonJS
74
+ typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
75
+ })();
syntaxhighlighter3/scripts/shBrushBash.js CHANGED
@@ -1,59 +1,59 @@
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
- ;(function()
18
- {
19
- // CommonJS
20
- typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
-
22
- function Brush()
23
- {
24
- var keywords = 'if fi then elif else for do done until while break continue case function return in eq ne ge le';
25
- var commands = 'alias apropos awk basename bash bc bg builtin bzip2 cal cat cd cfdisk chgrp chmod chown chroot' +
26
- 'cksum clear cmp comm command cp cron crontab csplit cut date dc dd ddrescue declare df ' +
27
- 'diff diff3 dig dir dircolors dirname dirs du echo egrep eject enable env ethtool eval ' +
28
- 'exec exit expand export expr false fdformat fdisk fg fgrep file find fmt fold format ' +
29
- 'free fsck ftp gawk getopts grep groups gzip hash head history hostname id ifconfig ' +
30
- 'import install join kill less let ln local locate logname logout look lpc lpr lprint ' +
31
- 'lprintd lprintq lprm ls lsof make man mkdir mkfifo mkisofs mknod more mount mtools ' +
32
- 'mv netstat nice nl nohup nslookup open op passwd paste pathchk ping popd pr printcap ' +
33
- 'printenv printf ps pushd pwd quota quotacheck quotactl ram rcp read readonly renice ' +
34
- 'remsync rm rmdir rsync screen scp sdiff sed select seq set sftp shift shopt shutdown ' +
35
- 'sleep sort source split ssh strace su sudo sum symlink sync tail tar tee test time ' +
36
- 'times touch top traceroute trap tr true tsort tty type ulimit umask umount unalias ' +
37
- 'uname unexpand uniq units unset unshar useradd usermod users uuencode uudecode v vdir ' +
38
- 'vi watch wc whereis which who whoami Wget xargs yes'
39
- ;
40
-
41
- this.regexList = [
42
- { regex: /^#!.*$/gm, css: 'preprocessor bold' },
43
- { regex: /\/[\w-\/]+/gm, css: 'plain' },
44
- { regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' }, // one line comments
45
- { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings
46
- { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings
47
- { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // keywords
48
- { regex: new RegExp(this.getKeywords(commands), 'gm'), css: 'functions' } // commands
49
- ];
50
- }
51
-
52
- Brush.prototype = new SyntaxHighlighter.Highlighter();
53
- Brush.aliases = ['bash', 'shell'];
54
-
55
- SyntaxHighlighter.brushes.Bash = Brush;
56
-
57
- // CommonJS
58
- typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
59
- })();
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
+ ;(function()
18
+ {
19
+ // CommonJS
20
+ typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
+
22
+ function Brush()
23
+ {
24
+ var keywords = 'if fi then elif else for do done until while break continue case function return in eq ne ge le';
25
+ var commands = 'alias apropos awk basename bash bc bg builtin bzip2 cal cat cd cfdisk chgrp chmod chown chroot' +
26
+ 'cksum clear cmp comm command cp cron crontab csplit cut date dc dd ddrescue declare df ' +
27
+ 'diff diff3 dig dir dircolors dirname dirs du echo egrep eject enable env ethtool eval ' +
28
+ 'exec exit expand export expr false fdformat fdisk fg fgrep file find fmt fold format ' +
29
+ 'free fsck ftp gawk getopts grep groups gzip hash head history hostname id ifconfig ' +
30
+ 'import install join kill less let ln local locate logname logout look lpc lpr lprint ' +
31
+ 'lprintd lprintq lprm ls lsof make man mkdir mkfifo mkisofs mknod more mount mtools ' +
32
+ 'mv netstat nice nl nohup nslookup open op passwd paste pathchk ping popd pr printcap ' +
33
+ 'printenv printf ps pushd pwd quota quotacheck quotactl ram rcp read readonly renice ' +
34
+ 'remsync rm rmdir rsync screen scp sdiff sed select seq set sftp shift shopt shutdown ' +
35
+ 'sleep sort source split ssh strace su sudo sum symlink sync tail tar tee test time ' +
36
+ 'times touch top traceroute trap tr true tsort tty type ulimit umask umount unalias ' +
37
+ 'uname unexpand uniq units unset unshar useradd usermod users uuencode uudecode v vdir ' +
38
+ 'vi watch wc whereis which who whoami Wget xargs yes'
39
+ ;
40
+
41
+ this.regexList = [
42
+ { regex: /^#!.*$/gm, css: 'preprocessor bold' },
43
+ { regex: /\/[\w-\/]+/gm, css: 'plain' },
44
+ { regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' }, // one line comments
45
+ { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings
46
+ { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings
47
+ { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // keywords
48
+ { regex: new RegExp(this.getKeywords(commands), 'gm'), css: 'functions' } // commands
49
+ ];
50
+ }
51
+
52
+ Brush.prototype = new SyntaxHighlighter.Highlighter();
53
+ Brush.aliases = ['bash', 'shell'];
54
+
55
+ SyntaxHighlighter.brushes.Bash = Brush;
56
+
57
+ // CommonJS
58
+ typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
59
+ })();
syntaxhighlighter3/scripts/shBrushCSharp.js CHANGED
@@ -1,65 +1,65 @@
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
- ;(function()
18
- {
19
- // CommonJS
20
- typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
-
22
- function Brush()
23
- {
24
- var keywords = 'abstract as base bool break byte case catch char checked class const ' +
25
- 'continue decimal default delegate do double else enum event explicit ' +
26
- 'extern false finally fixed float for foreach get goto if implicit in int ' +
27
- 'interface internal is lock long namespace new null object operator out ' +
28
- 'override params private protected public readonly ref return sbyte sealed set ' +
29
- 'short sizeof stackalloc static string struct switch this throw true try ' +
30
- 'typeof uint ulong unchecked unsafe ushort using virtual void while';
31
-
32
- function fixComments(match, regexInfo)
33
- {
34
- var css = (match[0].indexOf("///") == 0)
35
- ? 'color1'
36
- : 'comments'
37
- ;
38
-
39
- return [new SyntaxHighlighter.Match(match[0], match.index, css)];
40
- }
41
-
42
- this.regexList = [
43
- { regex: SyntaxHighlighter.regexLib.singleLineCComments, func : fixComments }, // one line comments
44
- { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments
45
- { regex: /@"(?:[^"]|"")*"/g, css: 'string' }, // @-quoted strings
46
- { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings
47
- { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings
48
- { regex: /^\s*#.*/gm, css: 'preprocessor' }, // preprocessor tags like #region and #endregion
49
- { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // c# keyword
50
- { regex: /\bpartial(?=\s+(?:class|interface|struct)\b)/g, css: 'keyword' }, // contextual keyword: 'partial'
51
- { regex: /\byield(?=\s+(?:return|break)\b)/g, css: 'keyword' } // contextual keyword: 'yield'
52
- ];
53
-
54
- this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags);
55
- };
56
-
57
- Brush.prototype = new SyntaxHighlighter.Highlighter();
58
- Brush.aliases = ['c#', 'c-sharp', 'csharp'];
59
-
60
- SyntaxHighlighter.brushes.CSharp = Brush;
61
-
62
- // CommonJS
63
- typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
64
- })();
65
-
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
+ ;(function()
18
+ {
19
+ // CommonJS
20
+ typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
+
22
+ function Brush()
23
+ {
24
+ var keywords = 'abstract as base bool break byte case catch char checked class const ' +
25
+ 'continue decimal default delegate do double else enum event explicit ' +
26
+ 'extern false finally fixed float for foreach get goto if implicit in int ' +
27
+ 'interface internal is lock long namespace new null object operator out ' +
28
+ 'override params private protected public readonly ref return sbyte sealed set ' +
29
+ 'short sizeof stackalloc static string struct switch this throw true try ' +
30
+ 'typeof uint ulong unchecked unsafe ushort using virtual void while';
31
+
32
+ function fixComments(match, regexInfo)
33
+ {
34
+ var css = (match[0].indexOf("///") == 0)
35
+ ? 'color1'
36
+ : 'comments'
37
+ ;
38
+
39
+ return [new SyntaxHighlighter.Match(match[0], match.index, css)];
40
+ }
41
+
42
+ this.regexList = [
43
+ { regex: SyntaxHighlighter.regexLib.singleLineCComments, func : fixComments }, // one line comments
44
+ { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments
45
+ { regex: /@"(?:[^"]|"")*"/g, css: 'string' }, // @-quoted strings
46
+ { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings
47
+ { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings
48
+ { regex: /^\s*#.*/gm, css: 'preprocessor' }, // preprocessor tags like #region and #endregion
49
+ { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // c# keyword
50
+ { regex: /\bpartial(?=\s+(?:class|interface|struct)\b)/g, css: 'keyword' }, // contextual keyword: 'partial'
51
+ { regex: /\byield(?=\s+(?:return|break)\b)/g, css: 'keyword' } // contextual keyword: 'yield'
52
+ ];
53
+
54
+ this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags);
55
+ };
56
+
57
+ Brush.prototype = new SyntaxHighlighter.Highlighter();
58
+ Brush.aliases = ['c#', 'c-sharp', 'csharp'];
59
+
60
+ SyntaxHighlighter.brushes.CSharp = Brush;
61
+
62
+ // CommonJS
63
+ typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
64
+ })();
65
+
syntaxhighlighter3/scripts/shBrushColdFusion.js CHANGED
@@ -1,100 +1,100 @@
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
- ;(function()
18
- {
19
- // CommonJS
20
- typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
-
22
- function Brush()
23
- {
24
- // Contributed by Jen
25
- // http://www.jensbits.com/2009/05/14/coldfusion-brush-for-syntaxhighlighter-plus
26
-
27
- var funcs = 'Abs ACos AddSOAPRequestHeader AddSOAPResponseHeader AjaxLink AjaxOnLoad ArrayAppend ArrayAvg ArrayClear ArrayDeleteAt ' +
28
- 'ArrayInsertAt ArrayIsDefined ArrayIsEmpty ArrayLen ArrayMax ArrayMin ArraySet ArraySort ArraySum ArraySwap ArrayToList ' +
29
- 'Asc ASin Atn BinaryDecode BinaryEncode BitAnd BitMaskClear BitMaskRead BitMaskSet BitNot BitOr BitSHLN BitSHRN BitXor ' +
30
- 'Ceiling CharsetDecode CharsetEncode Chr CJustify Compare CompareNoCase Cos CreateDate CreateDateTime CreateObject ' +
31
- 'CreateODBCDate CreateODBCDateTime CreateODBCTime CreateTime CreateTimeSpan CreateUUID DateAdd DateCompare DateConvert ' +
32
- 'DateDiff DateFormat DatePart Day DayOfWeek DayOfWeekAsString DayOfYear DaysInMonth DaysInYear DE DecimalFormat DecrementValue ' +
33
- 'Decrypt DecryptBinary DeleteClientVariable DeserializeJSON DirectoryExists DollarFormat DotNetToCFType Duplicate Encrypt ' +
34
- 'EncryptBinary Evaluate Exp ExpandPath FileClose FileCopy FileDelete FileExists FileIsEOF FileMove FileOpen FileRead ' +
35
- 'FileReadBinary FileReadLine FileSetAccessMode FileSetAttribute FileSetLastModified FileWrite Find FindNoCase FindOneOf ' +
36
- 'FirstDayOfMonth Fix FormatBaseN GenerateSecretKey GetAuthUser GetBaseTagData GetBaseTagList GetBaseTemplatePath ' +
37
- 'GetClientVariablesList GetComponentMetaData GetContextRoot GetCurrentTemplatePath GetDirectoryFromPath GetEncoding ' +
38
- 'GetException GetFileFromPath GetFileInfo GetFunctionList GetGatewayHelper GetHttpRequestData GetHttpTimeString ' +
39
- 'GetK2ServerDocCount GetK2ServerDocCountLimit GetLocale GetLocaleDisplayName GetLocalHostIP GetMetaData GetMetricData ' +
40
- 'GetPageContext GetPrinterInfo GetProfileSections GetProfileString GetReadableImageFormats GetSOAPRequest GetSOAPRequestHeader ' +
41
- 'GetSOAPResponse GetSOAPResponseHeader GetTempDirectory GetTempFile GetTemplatePath GetTickCount GetTimeZoneInfo GetToken ' +
42
- 'GetUserRoles GetWriteableImageFormats Hash Hour HTMLCodeFormat HTMLEditFormat IIf ImageAddBorder ImageBlur ImageClearRect ' +
43
- 'ImageCopy ImageCrop ImageDrawArc ImageDrawBeveledRect ImageDrawCubicCurve ImageDrawLine ImageDrawLines ImageDrawOval ' +
44
- 'ImageDrawPoint ImageDrawQuadraticCurve ImageDrawRect ImageDrawRoundRect ImageDrawText ImageFlip ImageGetBlob ImageGetBufferedImage ' +
45
- 'ImageGetEXIFTag ImageGetHeight ImageGetIPTCTag ImageGetWidth ImageGrayscale ImageInfo ImageNegative ImageNew ImageOverlay ImagePaste ' +
46
- 'ImageRead ImageReadBase64 ImageResize ImageRotate ImageRotateDrawingAxis ImageScaleToFit ImageSetAntialiasing ImageSetBackgroundColor ' +
47
- 'ImageSetDrawingColor ImageSetDrawingStroke ImageSetDrawingTransparency ImageSharpen ImageShear ImageShearDrawingAxis ImageTranslate ' +
48
- 'ImageTranslateDrawingAxis ImageWrite ImageWriteBase64 ImageXORDrawingMode IncrementValue InputBaseN Insert Int IsArray IsBinary ' +
49
- 'IsBoolean IsCustomFunction IsDate IsDDX IsDebugMode IsDefined IsImage IsImageFile IsInstanceOf IsJSON IsLeapYear IsLocalHost ' +
50
- 'IsNumeric IsNumericDate IsObject IsPDFFile IsPDFObject IsQuery IsSimpleValue IsSOAPRequest IsStruct IsUserInAnyRole IsUserInRole ' +
51
- 'IsUserLoggedIn IsValid IsWDDX IsXML IsXmlAttribute IsXmlDoc IsXmlElem IsXmlNode IsXmlRoot JavaCast JSStringFormat LCase Left Len ' +
52
- 'ListAppend ListChangeDelims ListContains ListContainsNoCase ListDeleteAt ListFind ListFindNoCase ListFirst ListGetAt ListInsertAt ' +
53
- 'ListLast ListLen ListPrepend ListQualify ListRest ListSetAt ListSort ListToArray ListValueCount ListValueCountNoCase LJustify Log ' +
54
- 'Log10 LSCurrencyFormat LSDateFormat LSEuroCurrencyFormat LSIsCurrency LSIsDate LSIsNumeric LSNumberFormat LSParseCurrency LSParseDateTime ' +
55
- 'LSParseEuroCurrency LSParseNumber LSTimeFormat LTrim Max Mid Min Minute Month MonthAsString Now NumberFormat ParagraphFormat ParseDateTime ' +
56
- 'Pi PrecisionEvaluate PreserveSingleQuotes Quarter QueryAddColumn QueryAddRow QueryConvertForGrid QueryNew QuerySetCell QuotedValueList Rand ' +
57
- 'Randomize RandRange REFind REFindNoCase ReleaseComObject REMatch REMatchNoCase RemoveChars RepeatString Replace ReplaceList ReplaceNoCase ' +
58
- 'REReplace REReplaceNoCase Reverse Right RJustify Round RTrim Second SendGatewayMessage SerializeJSON SetEncoding SetLocale SetProfileString ' +
59
- 'SetVariable Sgn Sin Sleep SpanExcluding SpanIncluding Sqr StripCR StructAppend StructClear StructCopy StructCount StructDelete StructFind ' +
60
- 'StructFindKey StructFindValue StructGet StructInsert StructIsEmpty StructKeyArray StructKeyExists StructKeyList StructKeyList StructNew ' +
61
- 'StructSort StructUpdate Tan TimeFormat ToBase64 ToBinary ToScript ToString Trim UCase URLDecode URLEncodedFormat URLSessionFormat Val ' +
62
- 'ValueList VerifyClient Week Wrap Wrap WriteOutput XmlChildPos XmlElemNew XmlFormat XmlGetNodeType XmlNew XmlParse XmlSearch XmlTransform ' +
63
- 'XmlValidate Year YesNoFormat';
64
-
65
- var keywords = 'cfabort cfajaximport cfajaxproxy cfapplet cfapplication cfargument cfassociate cfbreak cfcache cfcalendar ' +
66
- 'cfcase cfcatch cfchart cfchartdata cfchartseries cfcol cfcollection cfcomponent cfcontent cfcookie cfdbinfo ' +
67
- 'cfdefaultcase cfdirectory cfdiv cfdocument cfdocumentitem cfdocumentsection cfdump cfelse cfelseif cferror ' +
68
- 'cfexchangecalendar cfexchangeconnection cfexchangecontact cfexchangefilter cfexchangemail cfexchangetask ' +
69
- 'cfexecute cfexit cffeed cffile cfflush cfform cfformgroup cfformitem cfftp cffunction cfgrid cfgridcolumn ' +
70
- 'cfgridrow cfgridupdate cfheader cfhtmlhead cfhttp cfhttpparam cfif cfimage cfimport cfinclude cfindex ' +
71
- 'cfinput cfinsert cfinterface cfinvoke cfinvokeargument cflayout cflayoutarea cfldap cflocation cflock cflog ' +
72
- 'cflogin cfloginuser cflogout cfloop cfmail cfmailparam cfmailpart cfmenu cfmenuitem cfmodule cfNTauthenticate ' +
73
- 'cfobject cfobjectcache cfoutput cfparam cfpdf cfpdfform cfpdfformparam cfpdfparam cfpdfsubform cfpod cfpop ' +
74
- 'cfpresentation cfpresentationslide cfpresenter cfprint cfprocessingdirective cfprocparam cfprocresult ' +
75
- 'cfproperty cfquery cfqueryparam cfregistry cfreport cfreportparam cfrethrow cfreturn cfsavecontent cfschedule ' +
76
- 'cfscript cfsearch cfselect cfset cfsetting cfsilent cfslider cfsprydataset cfstoredproc cfswitch cftable ' +
77
- 'cftextarea cfthread cfthrow cftimer cftooltip cftrace cftransaction cftree cftreeitem cftry cfupdate cfwddx ' +
78
- 'cfwindow cfxml cfzip cfzipparam';
79
-
80
- var operators = 'all and any between cross in join like not null or outer some';
81
-
82
- this.regexList = [
83
- { regex: new RegExp('--(.*)$', 'gm'), css: 'comments' }, // one line and multiline comments
84
- { regex: SyntaxHighlighter.regexLib.xmlComments, css: 'comments' }, // single quoted strings
85
- { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings
86
- { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings
87
- { regex: new RegExp(this.getKeywords(funcs), 'gmi'), css: 'functions' }, // functions
88
- { regex: new RegExp(this.getKeywords(operators), 'gmi'), css: 'color1' }, // operators and such
89
- { regex: new RegExp(this.getKeywords(keywords), 'gmi'), css: 'keyword' } // keyword
90
- ];
91
- }
92
-
93
- Brush.prototype = new SyntaxHighlighter.Highlighter();
94
- Brush.aliases = ['coldfusion','cf'];
95
-
96
- SyntaxHighlighter.brushes.ColdFusion = Brush;
97
-
98
- // CommonJS
99
- typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
100
- })();
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
+ ;(function()
18
+ {
19
+ // CommonJS
20
+ typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
+
22
+ function Brush()
23
+ {
24
+ // Contributed by Jen
25
+ // http://www.jensbits.com/2009/05/14/coldfusion-brush-for-syntaxhighlighter-plus
26
+
27
+ var funcs = 'Abs ACos AddSOAPRequestHeader AddSOAPResponseHeader AjaxLink AjaxOnLoad ArrayAppend ArrayAvg ArrayClear ArrayDeleteAt ' +
28
+ 'ArrayInsertAt ArrayIsDefined ArrayIsEmpty ArrayLen ArrayMax ArrayMin ArraySet ArraySort ArraySum ArraySwap ArrayToList ' +
29
+ 'Asc ASin Atn BinaryDecode BinaryEncode BitAnd BitMaskClear BitMaskRead BitMaskSet BitNot BitOr BitSHLN BitSHRN BitXor ' +
30
+ 'Ceiling CharsetDecode CharsetEncode Chr CJustify Compare CompareNoCase Cos CreateDate CreateDateTime CreateObject ' +
31
+ 'CreateODBCDate CreateODBCDateTime CreateODBCTime CreateTime CreateTimeSpan CreateUUID DateAdd DateCompare DateConvert ' +
32
+ 'DateDiff DateFormat DatePart Day DayOfWeek DayOfWeekAsString DayOfYear DaysInMonth DaysInYear DE DecimalFormat DecrementValue ' +
33
+ 'Decrypt DecryptBinary DeleteClientVariable DeserializeJSON DirectoryExists DollarFormat DotNetToCFType Duplicate Encrypt ' +
34
+ 'EncryptBinary Evaluate Exp ExpandPath FileClose FileCopy FileDelete FileExists FileIsEOF FileMove FileOpen FileRead ' +
35
+ 'FileReadBinary FileReadLine FileSetAccessMode FileSetAttribute FileSetLastModified FileWrite Find FindNoCase FindOneOf ' +
36
+ 'FirstDayOfMonth Fix FormatBaseN GenerateSecretKey GetAuthUser GetBaseTagData GetBaseTagList GetBaseTemplatePath ' +
37
+ 'GetClientVariablesList GetComponentMetaData GetContextRoot GetCurrentTemplatePath GetDirectoryFromPath GetEncoding ' +
38
+ 'GetException GetFileFromPath GetFileInfo GetFunctionList GetGatewayHelper GetHttpRequestData GetHttpTimeString ' +
39
+ 'GetK2ServerDocCount GetK2ServerDocCountLimit GetLocale GetLocaleDisplayName GetLocalHostIP GetMetaData GetMetricData ' +
40
+ 'GetPageContext GetPrinterInfo GetProfileSections GetProfileString GetReadableImageFormats GetSOAPRequest GetSOAPRequestHeader ' +
41
+ 'GetSOAPResponse GetSOAPResponseHeader GetTempDirectory GetTempFile GetTemplatePath GetTickCount GetTimeZoneInfo GetToken ' +
42
+ 'GetUserRoles GetWriteableImageFormats Hash Hour HTMLCodeFormat HTMLEditFormat IIf ImageAddBorder ImageBlur ImageClearRect ' +
43
+ 'ImageCopy ImageCrop ImageDrawArc ImageDrawBeveledRect ImageDrawCubicCurve ImageDrawLine ImageDrawLines ImageDrawOval ' +
44
+ 'ImageDrawPoint ImageDrawQuadraticCurve ImageDrawRect ImageDrawRoundRect ImageDrawText ImageFlip ImageGetBlob ImageGetBufferedImage ' +
45
+ 'ImageGetEXIFTag ImageGetHeight ImageGetIPTCTag ImageGetWidth ImageGrayscale ImageInfo ImageNegative ImageNew ImageOverlay ImagePaste ' +
46
+ 'ImageRead ImageReadBase64 ImageResize ImageRotate ImageRotateDrawingAxis ImageScaleToFit ImageSetAntialiasing ImageSetBackgroundColor ' +
47
+ 'ImageSetDrawingColor ImageSetDrawingStroke ImageSetDrawingTransparency ImageSharpen ImageShear ImageShearDrawingAxis ImageTranslate ' +
48
+ 'ImageTranslateDrawingAxis ImageWrite ImageWriteBase64 ImageXORDrawingMode IncrementValue InputBaseN Insert Int IsArray IsBinary ' +
49
+ 'IsBoolean IsCustomFunction IsDate IsDDX IsDebugMode IsDefined IsImage IsImageFile IsInstanceOf IsJSON IsLeapYear IsLocalHost ' +
50
+ 'IsNumeric IsNumericDate IsObject IsPDFFile IsPDFObject IsQuery IsSimpleValue IsSOAPRequest IsStruct IsUserInAnyRole IsUserInRole ' +
51
+ 'IsUserLoggedIn IsValid IsWDDX IsXML IsXmlAttribute IsXmlDoc IsXmlElem IsXmlNode IsXmlRoot JavaCast JSStringFormat LCase Left Len ' +
52
+ 'ListAppend ListChangeDelims ListContains ListContainsNoCase ListDeleteAt ListFind ListFindNoCase ListFirst ListGetAt ListInsertAt ' +
53
+ 'ListLast ListLen ListPrepend ListQualify ListRest ListSetAt ListSort ListToArray ListValueCount ListValueCountNoCase LJustify Log ' +
54
+ 'Log10 LSCurrencyFormat LSDateFormat LSEuroCurrencyFormat LSIsCurrency LSIsDate LSIsNumeric LSNumberFormat LSParseCurrency LSParseDateTime ' +
55
+ 'LSParseEuroCurrency LSParseNumber LSTimeFormat LTrim Max Mid Min Minute Month MonthAsString Now NumberFormat ParagraphFormat ParseDateTime ' +
56
+ 'Pi PrecisionEvaluate PreserveSingleQuotes Quarter QueryAddColumn QueryAddRow QueryConvertForGrid QueryNew QuerySetCell QuotedValueList Rand ' +
57
+ 'Randomize RandRange REFind REFindNoCase ReleaseComObject REMatch REMatchNoCase RemoveChars RepeatString Replace ReplaceList ReplaceNoCase ' +
58
+ 'REReplace REReplaceNoCase Reverse Right RJustify Round RTrim Second SendGatewayMessage SerializeJSON SetEncoding SetLocale SetProfileString ' +
59
+ 'SetVariable Sgn Sin Sleep SpanExcluding SpanIncluding Sqr StripCR StructAppend StructClear StructCopy StructCount StructDelete StructFind ' +
60
+ 'StructFindKey StructFindValue StructGet StructInsert StructIsEmpty StructKeyArray StructKeyExists StructKeyList StructKeyList StructNew ' +
61
+ 'StructSort StructUpdate Tan TimeFormat ToBase64 ToBinary ToScript ToString Trim UCase URLDecode URLEncodedFormat URLSessionFormat Val ' +
62
+ 'ValueList VerifyClient Week Wrap Wrap WriteOutput XmlChildPos XmlElemNew XmlFormat XmlGetNodeType XmlNew XmlParse XmlSearch XmlTransform ' +
63
+ 'XmlValidate Year YesNoFormat';
64
+
65
+ var keywords = 'cfabort cfajaximport cfajaxproxy cfapplet cfapplication cfargument cfassociate cfbreak cfcache cfcalendar ' +
66
+ 'cfcase cfcatch cfchart cfchartdata cfchartseries cfcol cfcollection cfcomponent cfcontent cfcookie cfdbinfo ' +
67
+ 'cfdefaultcase cfdirectory cfdiv cfdocument cfdocumentitem cfdocumentsection cfdump cfelse cfelseif cferror ' +
68
+ 'cfexchangecalendar cfexchangeconnection cfexchangecontact cfexchangefilter cfexchangemail cfexchangetask ' +
69
+ 'cfexecute cfexit cffeed cffile cfflush cfform cfformgroup cfformitem cfftp cffunction cfgrid cfgridcolumn ' +
70
+ 'cfgridrow cfgridupdate cfheader cfhtmlhead cfhttp cfhttpparam cfif cfimage cfimport cfinclude cfindex ' +
71
+ 'cfinput cfinsert cfinterface cfinvoke cfinvokeargument cflayout cflayoutarea cfldap cflocation cflock cflog ' +
72
+ 'cflogin cfloginuser cflogout cfloop cfmail cfmailparam cfmailpart cfmenu cfmenuitem cfmodule cfNTauthenticate ' +
73
+ 'cfobject cfobjectcache cfoutput cfparam cfpdf cfpdfform cfpdfformparam cfpdfparam cfpdfsubform cfpod cfpop ' +
74
+ 'cfpresentation cfpresentationslide cfpresenter cfprint cfprocessingdirective cfprocparam cfprocresult ' +
75
+ 'cfproperty cfquery cfqueryparam cfregistry cfreport cfreportparam cfrethrow cfreturn cfsavecontent cfschedule ' +
76
+ 'cfscript cfsearch cfselect cfset cfsetting cfsilent cfslider cfsprydataset cfstoredproc cfswitch cftable ' +
77
+ 'cftextarea cfthread cfthrow cftimer cftooltip cftrace cftransaction cftree cftreeitem cftry cfupdate cfwddx ' +
78
+ 'cfwindow cfxml cfzip cfzipparam';
79
+
80
+ var operators = 'all and any between cross in join like not null or outer some';
81
+
82
+ this.regexList = [
83
+ { regex: new RegExp('--(.*)$', 'gm'), css: 'comments' }, // one line and multiline comments
84
+ { regex: SyntaxHighlighter.regexLib.xmlComments, css: 'comments' }, // single quoted strings
85
+ { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings
86
+ { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings
87
+ { regex: new RegExp(this.getKeywords(funcs), 'gmi'), css: 'functions' }, // functions
88
+ { regex: new RegExp(this.getKeywords(operators), 'gmi'), css: 'color1' }, // operators and such
89
+ { regex: new RegExp(this.getKeywords(keywords), 'gmi'), css: 'keyword' } // keyword
90
+ ];
91
+ }
92
+
93
+ Brush.prototype = new SyntaxHighlighter.Highlighter();
94
+ Brush.aliases = ['coldfusion','cf'];
95
+
96
+ SyntaxHighlighter.brushes.ColdFusion = Brush;
97
+
98
+ // CommonJS
99
+ typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
100
+ })();
syntaxhighlighter3/scripts/shBrushCpp.js CHANGED
@@ -1,97 +1,97 @@
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
- ;(function()
18
- {
19
- // CommonJS
20
- typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
-
22
- function Brush()
23
- {
24
- // Copyright 2006 Shin, YoungJin
25
-
26
- var datatypes = 'ATOM BOOL BOOLEAN BYTE CHAR COLORREF DWORD DWORDLONG DWORD_PTR ' +
27
- 'DWORD32 DWORD64 FLOAT HACCEL HALF_PTR HANDLE HBITMAP HBRUSH ' +
28
- 'HCOLORSPACE HCONV HCONVLIST HCURSOR HDC HDDEDATA HDESK HDROP HDWP ' +
29
- 'HENHMETAFILE HFILE HFONT HGDIOBJ HGLOBAL HHOOK HICON HINSTANCE HKEY ' +
30
- 'HKL HLOCAL HMENU HMETAFILE HMODULE HMONITOR HPALETTE HPEN HRESULT ' +
31
- 'HRGN HRSRC HSZ HWINSTA HWND INT INT_PTR INT32 INT64 LANGID LCID LCTYPE ' +
32
- 'LGRPID LONG LONGLONG LONG_PTR LONG32 LONG64 LPARAM LPBOOL LPBYTE LPCOLORREF ' +
33
- 'LPCSTR LPCTSTR LPCVOID LPCWSTR LPDWORD LPHANDLE LPINT LPLONG LPSTR LPTSTR ' +
34
- 'LPVOID LPWORD LPWSTR LRESULT PBOOL PBOOLEAN PBYTE PCHAR PCSTR PCTSTR PCWSTR ' +
35
- 'PDWORDLONG PDWORD_PTR PDWORD32 PDWORD64 PFLOAT PHALF_PTR PHANDLE PHKEY PINT ' +
36
- 'PINT_PTR PINT32 PINT64 PLCID PLONG PLONGLONG PLONG_PTR PLONG32 PLONG64 POINTER_32 ' +
37
- 'POINTER_64 PSHORT PSIZE_T PSSIZE_T PSTR PTBYTE PTCHAR PTSTR PUCHAR PUHALF_PTR ' +
38
- 'PUINT PUINT_PTR PUINT32 PUINT64 PULONG PULONGLONG PULONG_PTR PULONG32 PULONG64 ' +
39
- 'PUSHORT PVOID PWCHAR PWORD PWSTR SC_HANDLE SC_LOCK SERVICE_STATUS_HANDLE SHORT ' +
40
- 'SIZE_T SSIZE_T TBYTE TCHAR UCHAR UHALF_PTR UINT UINT_PTR UINT32 UINT64 ULONG ' +
41
- 'ULONGLONG ULONG_PTR ULONG32 ULONG64 USHORT USN VOID WCHAR WORD WPARAM WPARAM WPARAM ' +
42
- 'char bool short int __int32 __int64 __int8 __int16 long float double __wchar_t ' +
43
- 'clock_t _complex _dev_t _diskfree_t div_t ldiv_t _exception _EXCEPTION_POINTERS ' +
44
- 'FILE _finddata_t _finddatai64_t _wfinddata_t _wfinddatai64_t __finddata64_t ' +
45
- '__wfinddata64_t _FPIEEE_RECORD fpos_t _HEAPINFO _HFILE lconv intptr_t ' +
46
- 'jmp_buf mbstate_t _off_t _onexit_t _PNH ptrdiff_t _purecall_handler ' +
47
- 'sig_atomic_t size_t _stat __stat64 _stati64 terminate_function ' +
48
- 'time_t __time64_t _timeb __timeb64 tm uintptr_t _utimbuf ' +
49
- 'va_list wchar_t wctrans_t wctype_t wint_t signed';
50
-
51
- var keywords = 'break case catch class const __finally __exception __try ' +
52
- 'const_cast continue private public protected __declspec ' +
53
- 'default delete deprecated dllexport dllimport do dynamic_cast ' +
54
- 'else enum explicit extern if for friend goto inline ' +
55
- 'mutable naked namespace new noinline noreturn nothrow ' +
56
- 'register reinterpret_cast return selectany ' +
57
- 'sizeof static static_cast struct switch template this ' +
58
- 'thread throw true false try typedef typeid typename union ' +
59
- 'using uuid virtual void volatile whcar_t while';
60
-
61
- var functions = 'assert isalnum isalpha iscntrl isdigit isgraph islower isprint' +
62
- 'ispunct isspace isupper isxdigit tolower toupper errno localeconv ' +
63
- 'setlocale acos asin atan atan2 ceil cos cosh exp fabs floor fmod ' +
64
- 'frexp ldexp log log10 modf pow sin sinh sqrt tan tanh jmp_buf ' +
65
- 'longjmp setjmp raise signal sig_atomic_t va_arg va_end va_start ' +
66
- 'clearerr fclose feof ferror fflush fgetc fgetpos fgets fopen ' +
67
- 'fprintf fputc fputs fread freopen fscanf fseek fsetpos ftell ' +
68
- 'fwrite getc getchar gets perror printf putc putchar puts remove ' +
69
- 'rename rewind scanf setbuf setvbuf sprintf sscanf tmpfile tmpnam ' +
70
- 'ungetc vfprintf vprintf vsprintf abort abs atexit atof atoi atol ' +
71
- 'bsearch calloc div exit free getenv labs ldiv malloc mblen mbstowcs ' +
72
- 'mbtowc qsort rand realloc srand strtod strtol strtoul system ' +
73
- 'wcstombs wctomb memchr memcmp memcpy memmove memset strcat strchr ' +
74
- 'strcmp strcoll strcpy strcspn strerror strlen strncat strncmp ' +
75
- 'strncpy strpbrk strrchr strspn strstr strtok strxfrm asctime ' +
76
- 'clock ctime difftime gmtime localtime mktime strftime time';
77
-
78
- this.regexList = [
79
- { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
80
- { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments
81
- { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings
82
- { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings
83
- { regex: /^ *#.*/gm, css: 'preprocessor' },
84
- { regex: new RegExp(this.getKeywords(datatypes), 'gm'), css: 'color1 bold' },
85
- { regex: new RegExp(this.getKeywords(functions), 'gm'), css: 'functions bold' },
86
- { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword bold' }
87
- ];
88
- };
89
-
90
- Brush.prototype = new SyntaxHighlighter.Highlighter();
91
- Brush.aliases = ['cpp', 'c'];
92
-
93
- SyntaxHighlighter.brushes.Cpp = Brush;
94
-
95
- // CommonJS
96
- typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
97
- })();
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
+ ;(function()
18
+ {
19
+ // CommonJS
20
+ typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
+
22
+ function Brush()
23
+ {
24
+ // Copyright 2006 Shin, YoungJin
25
+
26
+ var datatypes = 'ATOM BOOL BOOLEAN BYTE CHAR COLORREF DWORD DWORDLONG DWORD_PTR ' +
27
+ 'DWORD32 DWORD64 FLOAT HACCEL HALF_PTR HANDLE HBITMAP HBRUSH ' +
28
+ 'HCOLORSPACE HCONV HCONVLIST HCURSOR HDC HDDEDATA HDESK HDROP HDWP ' +
29
+ 'HENHMETAFILE HFILE HFONT HGDIOBJ HGLOBAL HHOOK HICON HINSTANCE HKEY ' +
30
+ 'HKL HLOCAL HMENU HMETAFILE HMODULE HMONITOR HPALETTE HPEN HRESULT ' +
31
+ 'HRGN HRSRC HSZ HWINSTA HWND INT INT_PTR INT32 INT64 LANGID LCID LCTYPE ' +
32
+ 'LGRPID LONG LONGLONG LONG_PTR LONG32 LONG64 LPARAM LPBOOL LPBYTE LPCOLORREF ' +
33
+ 'LPCSTR LPCTSTR LPCVOID LPCWSTR LPDWORD LPHANDLE LPINT LPLONG LPSTR LPTSTR ' +
34
+ 'LPVOID LPWORD LPWSTR LRESULT PBOOL PBOOLEAN PBYTE PCHAR PCSTR PCTSTR PCWSTR ' +
35
+ 'PDWORDLONG PDWORD_PTR PDWORD32 PDWORD64 PFLOAT PHALF_PTR PHANDLE PHKEY PINT ' +
36
+ 'PINT_PTR PINT32 PINT64 PLCID PLONG PLONGLONG PLONG_PTR PLONG32 PLONG64 POINTER_32 ' +
37
+ 'POINTER_64 PSHORT PSIZE_T PSSIZE_T PSTR PTBYTE PTCHAR PTSTR PUCHAR PUHALF_PTR ' +
38
+ 'PUINT PUINT_PTR PUINT32 PUINT64 PULONG PULONGLONG PULONG_PTR PULONG32 PULONG64 ' +
39
+ 'PUSHORT PVOID PWCHAR PWORD PWSTR SC_HANDLE SC_LOCK SERVICE_STATUS_HANDLE SHORT ' +
40
+ 'SIZE_T SSIZE_T TBYTE TCHAR UCHAR UHALF_PTR UINT UINT_PTR UINT32 UINT64 ULONG ' +
41
+ 'ULONGLONG ULONG_PTR ULONG32 ULONG64 USHORT USN VOID WCHAR WORD WPARAM WPARAM WPARAM ' +
42
+ 'char bool short int __int32 __int64 __int8 __int16 long float double __wchar_t ' +
43
+ 'clock_t _complex _dev_t _diskfree_t div_t ldiv_t _exception _EXCEPTION_POINTERS ' +
44
+ 'FILE _finddata_t _finddatai64_t _wfinddata_t _wfinddatai64_t __finddata64_t ' +
45
+ '__wfinddata64_t _FPIEEE_RECORD fpos_t _HEAPINFO _HFILE lconv intptr_t ' +
46
+ 'jmp_buf mbstate_t _off_t _onexit_t _PNH ptrdiff_t _purecall_handler ' +
47
+ 'sig_atomic_t size_t _stat __stat64 _stati64 terminate_function ' +
48
+ 'time_t __time64_t _timeb __timeb64 tm uintptr_t _utimbuf ' +
49
+ 'va_list wchar_t wctrans_t wctype_t wint_t signed';
50
+
51
+ var keywords = 'break case catch class const __finally __exception __try ' +
52
+ 'const_cast continue private public protected __declspec ' +
53
+ 'default delete deprecated dllexport dllimport do dynamic_cast ' +
54
+ 'else enum explicit extern if for friend goto inline ' +
55
+ 'mutable naked namespace new noinline noreturn nothrow ' +
56
+ 'register reinterpret_cast return selectany ' +
57
+ 'sizeof static static_cast struct switch template this ' +
58
+ 'thread throw true false try typedef typeid typename union ' +
59
+ 'using uuid virtual void volatile whcar_t while';
60
+
61
+ var functions = 'assert isalnum isalpha iscntrl isdigit isgraph islower isprint' +
62
+ 'ispunct isspace isupper isxdigit tolower toupper errno localeconv ' +
63
+ 'setlocale acos asin atan atan2 ceil cos cosh exp fabs floor fmod ' +
64
+ 'frexp ldexp log log10 modf pow sin sinh sqrt tan tanh jmp_buf ' +
65
+ 'longjmp setjmp raise signal sig_atomic_t va_arg va_end va_start ' +
66
+ 'clearerr fclose feof ferror fflush fgetc fgetpos fgets fopen ' +
67
+ 'fprintf fputc fputs fread freopen fscanf fseek fsetpos ftell ' +
68
+ 'fwrite getc getchar gets perror printf putc putchar puts remove ' +
69
+ 'rename rewind scanf setbuf setvbuf sprintf sscanf tmpfile tmpnam ' +
70
+ 'ungetc vfprintf vprintf vsprintf abort abs atexit atof atoi atol ' +
71
+ 'bsearch calloc div exit free getenv labs ldiv malloc mblen mbstowcs ' +
72
+ 'mbtowc qsort rand realloc srand strtod strtol strtoul system ' +
73
+ 'wcstombs wctomb memchr memcmp memcpy memmove memset strcat strchr ' +
74
+ 'strcmp strcoll strcpy strcspn strerror strlen strncat strncmp ' +
75
+ 'strncpy strpbrk strrchr strspn strstr strtok strxfrm asctime ' +
76
+ 'clock ctime difftime gmtime localtime mktime strftime time';
77
+
78
+ this.regexList = [
79
+ { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
80
+ { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments
81
+ { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings
82
+ { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings
83
+ { regex: /^ *#.*/gm, css: 'preprocessor' },
84
+ { regex: new RegExp(this.getKeywords(datatypes), 'gm'), css: 'color1 bold' },
85
+ { regex: new RegExp(this.getKeywords(functions), 'gm'), css: 'functions bold' },
86
+ { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword bold' }
87
+ ];
88
+ };
89
+
90
+ Brush.prototype = new SyntaxHighlighter.Highlighter();
91
+ Brush.aliases = ['cpp', 'c'];
92
+
93
+ SyntaxHighlighter.brushes.Cpp = Brush;
94
+
95
+ // CommonJS
96
+ typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
97
+ })();
syntaxhighlighter3/scripts/shBrushCss.js CHANGED
@@ -1,91 +1,91 @@
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
- ;(function()
18
- {
19
- // CommonJS
20
- typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
-
22
- function Brush()
23
- {
24
- function getKeywordsCSS(str)
25
- {
26
- return '\\b([a-z_]|)' + str.replace(/ /g, '(?=:)\\b|\\b([a-z_\\*]|\\*|)') + '(?=:)\\b';
27
- };
28
-
29
- function getValuesCSS(str)
30
- {
31
- return '\\b' + str.replace(/ /g, '(?!-)(?!:)\\b|\\b()') + '\:\\b';
32
- };
33
-
34
- var keywords = 'ascent azimuth background-attachment background-color background-image background-position ' +
35
- 'background-repeat background baseline bbox border-collapse border-color border-spacing border-style border-top ' +
36
- 'border-right border-bottom border-left border-top-color border-right-color border-bottom-color border-left-color ' +
37
- 'border-top-style border-right-style border-bottom-style border-left-style border-top-width border-right-width ' +
38
- 'border-bottom-width border-left-width border-width border bottom cap-height caption-side centerline clear clip color ' +
39
- 'content counter-increment counter-reset cue-after cue-before cue cursor definition-src descent direction display ' +
40
- 'elevation empty-cells float font-size-adjust font-family font-size font-stretch font-style font-variant font-weight font ' +
41
- 'height left letter-spacing line-height list-style-image list-style-position list-style-type list-style margin-top ' +
42
- 'margin-right margin-bottom margin-left margin marker-offset marks mathline max-height max-width min-height min-width orphans ' +
43
- 'outline-color outline-style outline-width outline overflow padding-top padding-right padding-bottom padding-left padding page ' +
44
- 'page-break-after page-break-before page-break-inside pause pause-after pause-before pitch pitch-range play-during position ' +
45
- 'quotes right richness size slope src speak-header speak-numeral speak-punctuation speak speech-rate stemh stemv stress ' +
46
- 'table-layout text-align top text-decoration text-indent text-shadow text-transform unicode-bidi unicode-range units-per-em ' +
47
- 'vertical-align visibility voice-family volume white-space widows width widths word-spacing x-height z-index';
48
-
49
- var values = 'above absolute all always aqua armenian attr aural auto avoid baseline behind below bidi-override black blink block blue bold bolder '+
50
- 'both bottom braille capitalize caption center center-left center-right circle close-quote code collapse compact condensed '+
51
- 'continuous counter counters crop cross crosshair cursive dashed decimal decimal-leading-zero default digits disc dotted double '+
52
- 'embed embossed e-resize expanded extra-condensed extra-expanded fantasy far-left far-right fast faster fixed format fuchsia '+
53
- 'gray green groove handheld hebrew help hidden hide high higher icon inline-table inline inset inside invert italic '+
54
- 'justify landscape large larger left-side left leftwards level lighter lime line-through list-item local loud lower-alpha '+
55
- 'lowercase lower-greek lower-latin lower-roman lower low ltr marker maroon medium message-box middle mix move narrower '+
56
- 'navy ne-resize no-close-quote none no-open-quote no-repeat normal nowrap n-resize nw-resize oblique olive once open-quote outset '+
57
- 'outside overline pointer portrait pre print projection purple red relative repeat repeat-x repeat-y rgb ridge right right-side '+
58
- 'rightwards rtl run-in screen scroll semi-condensed semi-expanded separate se-resize show silent silver slower slow '+
59
- 'small small-caps small-caption smaller soft solid speech spell-out square s-resize static status-bar sub super sw-resize '+
60
- 'table-caption table-cell table-column table-column-group table-footer-group table-header-group table-row table-row-group teal '+
61
- 'text-bottom text-top thick thin top transparent tty tv ultra-condensed ultra-expanded underline upper-alpha uppercase upper-latin '+
62
- 'upper-roman url visible wait white wider w-resize x-fast x-high x-large x-loud x-low x-slow x-small x-soft xx-large xx-small yellow';
63
-
64
- var fonts = '[mM]onospace [tT]ahoma [vV]erdana [aA]rial [hH]elvetica [sS]ans-serif [sS]erif [cC]ourier mono sans serif';
65
-
66
- this.regexList = [
67
- { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments
68
- { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings
69
- { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings
70
- { regex: /\#[a-fA-F0-9]{3,6}/g, css: 'value' }, // html colors
71
- { regex: /(-?\d+)(\.\d+)?(px|em|pt|\:|\%|)/g, css: 'value' }, // sizes
72
- { regex: /!important/g, css: 'color3' }, // !important
73
- { regex: new RegExp(getKeywordsCSS(keywords), 'gm'), css: 'keyword' }, // keywords
74
- { regex: new RegExp(getValuesCSS(values), 'g'), css: 'value' }, // values
75
- { regex: new RegExp(this.getKeywords(fonts), 'g'), css: 'color1' } // fonts
76
- ];
77
-
78
- this.forHtmlScript({
79
- left: /(&lt;|<)\s*style.*?(&gt;|>)/gi,
80
- right: /(&lt;|<)\/\s*style\s*(&gt;|>)/gi
81
- });
82
- };
83
-
84
- Brush.prototype = new SyntaxHighlighter.Highlighter();
85
- Brush.aliases = ['css'];
86
-
87
- SyntaxHighlighter.brushes.CSS = Brush;
88
-
89
- // CommonJS
90
- typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
91
- })();
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
+ ;(function()
18
+ {
19
+ // CommonJS
20
+ typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
+
22
+ function Brush()
23
+ {
24
+ function getKeywordsCSS(str)
25
+ {
26
+ return '\\b([a-z_]|)' + str.replace(/ /g, '(?=:)\\b|\\b([a-z_\\*]|\\*|)') + '(?=:)\\b';
27
+ };
28
+
29
+ function getValuesCSS(str)
30
+ {
31
+ return '\\b' + str.replace(/ /g, '(?!-)(?!:)\\b|\\b()') + '\:\\b';
32
+ };
33
+
34
+ var keywords = 'ascent azimuth background-attachment background-color background-image background-position ' +
35
+ 'background-repeat background baseline bbox border-collapse border-color border-spacing border-style border-top ' +
36
+ 'border-right border-bottom border-left border-top-color border-right-color border-bottom-color border-left-color ' +
37
+ 'border-top-style border-right-style border-bottom-style border-left-style border-top-width border-right-width ' +
38
+ 'border-bottom-width border-left-width border-width border bottom cap-height caption-side centerline clear clip color ' +
39
+ 'content counter-increment counter-reset cue-after cue-before cue cursor definition-src descent direction display ' +
40
+ 'elevation empty-cells float font-size-adjust font-family font-size font-stretch font-style font-variant font-weight font ' +
41
+ 'height left letter-spacing line-height list-style-image list-style-position list-style-type list-style margin-top ' +
42
+ 'margin-right margin-bottom margin-left margin marker-offset marks mathline max-height max-width min-height min-width orphans ' +
43
+ 'outline-color outline-style outline-width outline overflow padding-top padding-right padding-bottom padding-left padding page ' +
44
+ 'page-break-after page-break-before page-break-inside pause pause-after pause-before pitch pitch-range play-during position ' +
45
+ 'quotes right richness size slope src speak-header speak-numeral speak-punctuation speak speech-rate stemh stemv stress ' +
46
+ 'table-layout text-align top text-decoration text-indent text-shadow text-transform unicode-bidi unicode-range units-per-em ' +
47
+ 'vertical-align visibility voice-family volume white-space widows width widths word-spacing x-height z-index';
48
+
49
+ var values = 'above absolute all always aqua armenian attr aural auto avoid baseline behind below bidi-override black blink block blue bold bolder '+
50
+ 'both bottom braille capitalize caption center center-left center-right circle close-quote code collapse compact condensed '+
51
+ 'continuous counter counters crop cross crosshair cursive dashed decimal decimal-leading-zero default digits disc dotted double '+
52
+ 'embed embossed e-resize expanded extra-condensed extra-expanded fantasy far-left far-right fast faster fixed format fuchsia '+
53
+ 'gray green groove handheld hebrew help hidden hide high higher icon inline-table inline inset inside invert italic '+
54
+ 'justify landscape large larger left-side left leftwards level lighter lime line-through list-item local loud lower-alpha '+
55
+ 'lowercase lower-greek lower-latin lower-roman lower low ltr marker maroon medium message-box middle mix move narrower '+
56
+ 'navy ne-resize no-close-quote none no-open-quote no-repeat normal nowrap n-resize nw-resize oblique olive once open-quote outset '+
57
+ 'outside overline pointer portrait pre print projection purple red relative repeat repeat-x repeat-y rgb ridge right right-side '+
58
+ 'rightwards rtl run-in screen scroll semi-condensed semi-expanded separate se-resize show silent silver slower slow '+
59
+ 'small small-caps small-caption smaller soft solid speech spell-out square s-resize static status-bar sub super sw-resize '+
60
+ 'table-caption table-cell table-column table-column-group table-footer-group table-header-group table-row table-row-group teal '+
61
+ 'text-bottom text-top thick thin top transparent tty tv ultra-condensed ultra-expanded underline upper-alpha uppercase upper-latin '+
62
+ 'upper-roman url visible wait white wider w-resize x-fast x-high x-large x-loud x-low x-slow x-small x-soft xx-large xx-small yellow';
63
+
64
+ var fonts = '[mM]onospace [tT]ahoma [vV]erdana [aA]rial [hH]elvetica [sS]ans-serif [sS]erif [cC]ourier mono sans serif';
65
+
66
+ this.regexList = [
67
+ { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments
68
+ { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings
69
+ { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings
70
+ { regex: /\#[a-fA-F0-9]{3,6}/g, css: 'value' }, // html colors
71
+ { regex: /(-?\d+)(\.\d+)?(px|em|pt|\:|\%|)/g, css: 'value' }, // sizes
72
+ { regex: /!important/g, css: 'color3' }, // !important
73
+ { regex: new RegExp(getKeywordsCSS(keywords), 'gm'), css: 'keyword' }, // keywords
74
+ { regex: new RegExp(getValuesCSS(values), 'g'), css: 'value' }, // values
75
+ { regex: new RegExp(this.getKeywords(fonts), 'g'), css: 'color1' } // fonts
76
+ ];
77
+
78
+ this.forHtmlScript({
79
+ left: /(&lt;|<)\s*style.*?(&gt;|>)/gi,
80
+ right: /(&lt;|<)\/\s*style\s*(&gt;|>)/gi
81
+ });
82
+ };
83
+
84
+ Brush.prototype = new SyntaxHighlighter.Highlighter();
85
+ Brush.aliases = ['css'];
86
+
87
+ SyntaxHighlighter.brushes.CSS = Brush;
88
+
89
+ // CommonJS
90
+ typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
91
+ })();
syntaxhighlighter3/scripts/shBrushDelphi.js CHANGED
@@ -1,55 +1,55 @@
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
- ;(function()
18
- {
19
- // CommonJS
20
- typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
-
22
- function Brush()
23
- {
24
- var keywords = 'abs addr and ansichar ansistring array as asm begin boolean byte cardinal ' +
25
- 'case char class comp const constructor currency destructor div do double ' +
26
- 'downto else end except exports extended false file finalization finally ' +
27
- 'for function goto if implementation in inherited int64 initialization ' +
28
- 'integer interface is label library longint longword mod nil not object ' +
29
- 'of on or packed pansichar pansistring pchar pcurrency pdatetime pextended ' +
30
- 'pint64 pointer private procedure program property pshortstring pstring ' +
31
- 'pvariant pwidechar pwidestring protected public published raise real real48 ' +
32
- 'record repeat set shl shortint shortstring shr single smallint string then ' +
33
- 'threadvar to true try type unit until uses val var varirnt while widechar ' +
34
- 'widestring with word write writeln xor';
35
-
36
- this.regexList = [
37
- { regex: /\(\*[\s\S]*?\*\)/gm, css: 'comments' }, // multiline comments (* *)
38
- { regex: /{(?!\$)[\s\S]*?}/gm, css: 'comments' }, // multiline comments { }
39
- { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line
40
- { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings
41
- { regex: /\{\$[a-zA-Z]+ .+\}/g, css: 'color1' }, // compiler Directives and Region tags
42
- { regex: /\b[\d\.]+\b/g, css: 'value' }, // numbers 12345
43
- { regex: /\$[a-zA-Z0-9]+\b/g, css: 'value' }, // numbers $F5D3
44
- { regex: new RegExp(this.getKeywords(keywords), 'gmi'), css: 'keyword' } // keyword
45
- ];
46
- };
47
-
48
- Brush.prototype = new SyntaxHighlighter.Highlighter();
49
- Brush.aliases = ['delphi', 'pascal', 'pas'];
50
-
51
- SyntaxHighlighter.brushes.Delphi = Brush;
52
-
53
- // CommonJS
54
- typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
55
- })();
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
+ ;(function()
18
+ {
19
+ // CommonJS
20
+ typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
+
22
+ function Brush()
23
+ {
24
+ var keywords = 'abs addr and ansichar ansistring array as asm begin boolean byte cardinal ' +
25
+ 'case char class comp const constructor currency destructor div do double ' +
26
+ 'downto else end except exports extended false file finalization finally ' +
27
+ 'for function goto if implementation in inherited int64 initialization ' +
28
+ 'integer interface is label library longint longword mod nil not object ' +
29
+ 'of on or packed pansichar pansistring pchar pcurrency pdatetime pextended ' +
30
+ 'pint64 pointer private procedure program property pshortstring pstring ' +
31
+ 'pvariant pwidechar pwidestring protected public published raise real real48 ' +
32
+ 'record repeat set shl shortint shortstring shr single smallint string then ' +
33
+ 'threadvar to true try type unit until uses val var varirnt while widechar ' +
34
+ 'widestring with word write writeln xor';
35
+
36
+ this.regexList = [
37
+ { regex: /\(\*[\s\S]*?\*\)/gm, css: 'comments' }, // multiline comments (* *)
38
+ { regex: /{(?!\$)[\s\S]*?}/gm, css: 'comments' }, // multiline comments { }
39
+ { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line
40
+ { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings
41
+ { regex: /\{\$[a-zA-Z]+ .+\}/g, css: 'color1' }, // compiler Directives and Region tags
42
+ { regex: /\b[\d\.]+\b/g, css: 'value' }, // numbers 12345
43
+ { regex: /\$[a-zA-Z0-9]+\b/g, css: 'value' }, // numbers $F5D3
44
+ { regex: new RegExp(this.getKeywords(keywords), 'gmi'), css: 'keyword' } // keyword
45
+ ];
46
+ };
47
+
48
+ Brush.prototype = new SyntaxHighlighter.Highlighter();
49
+ Brush.aliases = ['delphi', 'pascal', 'pas'];
50
+
51
+ SyntaxHighlighter.brushes.Delphi = Brush;
52
+
53
+ // CommonJS
54
+ typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
55
+ })();
syntaxhighlighter3/scripts/shBrushDiff.js CHANGED
@@ -1,41 +1,41 @@
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
- ;(function()
18
- {
19
- // CommonJS
20
- typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
-
22
- function Brush()
23
- {
24
- this.regexList = [
25
- { regex: /^\+\+\+.*$/gm, css: 'color2' },
26
- { regex: /^\-\-\-.*$/gm, css: 'color2' },
27
- { regex: /^\s.*$/gm, css: 'color1' },
28
- { regex: /^@@.*@@$/gm, css: 'variable' },
29
- { regex: /^\+[^\+]{1}.*$/gm, css: 'string' },
30
- { regex: /^\-[^\-]{1}.*$/gm, css: 'comments' }
31
- ];
32
- };
33
-
34
- Brush.prototype = new SyntaxHighlighter.Highlighter();
35
- Brush.aliases = ['diff', 'patch'];
36
-
37
- SyntaxHighlighter.brushes.Diff = Brush;
38
-
39
- // CommonJS
40
- typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
41
- })();
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
+ ;(function()
18
+ {
19
+ // CommonJS
20
+ typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
+
22
+ function Brush()
23
+ {
24
+ this.regexList = [
25
+ { regex: /^\+\+\+.*$/gm, css: 'color2' },
26
+ { regex: /^\-\-\-.*$/gm, css: 'color2' },
27
+ { regex: /^\s.*$/gm, css: 'color1' },
28
+ { regex: /^@@.*@@$/gm, css: 'variable' },
29
+ { regex: /^\+[^\+]{1}.*$/gm, css: 'string' },
30
+ { regex: /^\-[^\-]{1}.*$/gm, css: 'comments' }
31
+ ];
32
+ };
33
+
34
+ Brush.prototype = new SyntaxHighlighter.Highlighter();
35
+ Brush.aliases = ['diff', 'patch'];
36
+
37
+ SyntaxHighlighter.brushes.Diff = Brush;
38
+
39
+ // CommonJS
40
+ typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
41
+ })();
syntaxhighlighter3/scripts/shBrushErlang.js CHANGED
@@ -1,52 +1,52 @@
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
- ;(function()
18
- {
19
- // CommonJS
20
- typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
-
22
- function Brush()
23
- {
24
- // Contributed by Jean-Lou Dupont
25
- // http://jldupont.blogspot.com/2009/06/erlang-syntax-highlighter.html
26
-
27
- // According to: http://erlang.org/doc/reference_manual/introduction.html#1.5
28
- var keywords = 'after and andalso band begin bnot bor bsl bsr bxor '+
29
- 'case catch cond div end fun if let not of or orelse '+
30
- 'query receive rem try when xor'+
31
- // additional
32
- ' module export import define';
33
-
34
- this.regexList = [
35
- { regex: new RegExp("[A-Z][A-Za-z0-9_]+", 'g'), css: 'constants' },
36
- { regex: new RegExp("\\%.+", 'gm'), css: 'comments' },
37
- { regex: new RegExp("\\?[A-Za-z0-9_]+", 'g'), css: 'preprocessor' },
38
- { regex: new RegExp("[a-z0-9_]+:[a-z0-9_]+", 'g'), css: 'functions' },
39
- { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' },
40
- { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' },
41
- { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }
42
- ];
43
- };
44
-
45
- Brush.prototype = new SyntaxHighlighter.Highlighter();
46
- Brush.aliases = ['erl', 'erlang'];
47
-
48
- SyntaxHighlighter.brushes.Erland = Brush;
49
-
50
- // CommonJS
51
- typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
52
- })();
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
+ ;(function()
18
+ {
19
+ // CommonJS
20
+ typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
+
22
+ function Brush()
23
+ {
24
+ // Contributed by Jean-Lou Dupont
25
+ // http://jldupont.blogspot.com/2009/06/erlang-syntax-highlighter.html
26
+
27
+ // According to: http://erlang.org/doc/reference_manual/introduction.html#1.5
28
+ var keywords = 'after and andalso band begin bnot bor bsl bsr bxor '+
29
+ 'case catch cond div end fun if let not of or orelse '+
30
+ 'query receive rem try when xor'+
31
+ // additional
32
+ ' module export import define';
33
+
34
+ this.regexList = [
35
+ { regex: new RegExp("[A-Z][A-Za-z0-9_]+", 'g'), css: 'constants' },
36
+ { regex: new RegExp("\\%.+", 'gm'), css: 'comments' },
37
+ { regex: new RegExp("\\?[A-Za-z0-9_]+", 'g'), css: 'preprocessor' },
38
+ { regex: new RegExp("[a-z0-9_]+:[a-z0-9_]+", 'g'), css: 'functions' },
39
+ { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' },
40
+ { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' },
41
+ { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }
42
+ ];
43
+ };
44
+
45
+ Brush.prototype = new SyntaxHighlighter.Highlighter();
46
+ Brush.aliases = ['erl', 'erlang'];
47
+
48
+ SyntaxHighlighter.brushes.Erland = Brush;
49
+
50
+ // CommonJS
51
+ typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
52
+ })();
syntaxhighlighter3/scripts/shBrushGroovy.js CHANGED
@@ -1,67 +1,67 @@
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
- ;(function()
18
- {
19
- // CommonJS
20
- typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
-
22
- function Brush()
23
- {
24
- // Contributed by Andres Almiray
25
- // http://jroller.com/aalmiray/entry/nice_source_code_syntax_highlighter
26
-
27
- var keywords = 'as assert break case catch class continue def default do else extends finally ' +
28
- 'if in implements import instanceof interface new package property return switch ' +
29
- 'throw throws try while public protected private static';
30
- var types = 'void boolean byte char short int long float double';
31
- var constants = 'null';
32
- var methods = 'allProperties count get size '+
33
- 'collect each eachProperty eachPropertyName eachWithIndex find findAll ' +
34
- 'findIndexOf grep inject max min reverseEach sort ' +
35
- 'asImmutable asSynchronized flatten intersect join pop reverse subMap toList ' +
36
- 'padRight padLeft contains eachMatch toCharacter toLong toUrl tokenize ' +
37
- 'eachFile eachFileRecurse eachB yte eachLine readBytes readLine getText ' +
38
- 'splitEachLine withReader append encodeBase64 decodeBase64 filterLine ' +
39
- 'transformChar transformLine withOutputStream withPrintWriter withStream ' +
40
- 'withStreams withWriter withWriterAppend write writeLine '+
41
- 'dump inspect invokeMethod print println step times upto use waitForOrKill '+
42
- 'getText';
43
-
44
- this.regexList = [
45
- { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
46
- { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments
47
- { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings
48
- { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings
49
- { regex: /""".*"""/g, css: 'string' }, // GStrings
50
- { regex: new RegExp('\\b([\\d]+(\\.[\\d]+)?|0x[a-f0-9]+)\\b', 'gi'), css: 'value' }, // numbers
51
- { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // goovy keyword
52
- { regex: new RegExp(this.getKeywords(types), 'gm'), css: 'color1' }, // goovy/java type
53
- { regex: new RegExp(this.getKeywords(constants), 'gm'), css: 'constants' }, // constants
54
- { regex: new RegExp(this.getKeywords(methods), 'gm'), css: 'functions' } // methods
55
- ];
56
-
57
- this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags);
58
- }
59
-
60
- Brush.prototype = new SyntaxHighlighter.Highlighter();
61
- Brush.aliases = ['groovy'];
62
-
63
- SyntaxHighlighter.brushes.Groovy = Brush;
64
-
65
- // CommonJS
66
- typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
67
- })();
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
+ ;(function()
18
+ {
19
+ // CommonJS
20
+ typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
+
22
+ function Brush()
23
+ {
24
+ // Contributed by Andres Almiray
25
+ // http://jroller.com/aalmiray/entry/nice_source_code_syntax_highlighter
26
+
27
+ var keywords = 'as assert break case catch class continue def default do else extends finally ' +
28
+ 'if in implements import instanceof interface new package property return switch ' +
29
+ 'throw throws try while public protected private static';
30
+ var types = 'void boolean byte char short int long float double';
31
+ var constants = 'null';
32
+ var methods = 'allProperties count get size '+
33
+ 'collect each eachProperty eachPropertyName eachWithIndex find findAll ' +
34
+ 'findIndexOf grep inject max min reverseEach sort ' +
35
+ 'asImmutable asSynchronized flatten intersect join pop reverse subMap toList ' +
36
+ 'padRight padLeft contains eachMatch toCharacter toLong toUrl tokenize ' +
37
+ 'eachFile eachFileRecurse eachB yte eachLine readBytes readLine getText ' +
38
+ 'splitEachLine withReader append encodeBase64 decodeBase64 filterLine ' +
39
+ 'transformChar transformLine withOutputStream withPrintWriter withStream ' +
40
+ 'withStreams withWriter withWriterAppend write writeLine '+
41
+ 'dump inspect invokeMethod print println step times upto use waitForOrKill '+
42
+ 'getText';
43
+
44
+ this.regexList = [
45
+ { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
46
+ { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments
47
+ { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings
48
+ { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings
49
+ { regex: /""".*"""/g, css: 'string' }, // GStrings
50
+ { regex: new RegExp('\\b([\\d]+(\\.[\\d]+)?|0x[a-f0-9]+)\\b', 'gi'), css: 'value' }, // numbers
51
+ { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // goovy keyword
52
+ { regex: new RegExp(this.getKeywords(types), 'gm'), css: 'color1' }, // goovy/java type
53
+ { regex: new RegExp(this.getKeywords(constants), 'gm'), css: 'constants' }, // constants
54
+ { regex: new RegExp(this.getKeywords(methods), 'gm'), css: 'functions' } // methods
55
+ ];
56
+
57
+ this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags);
58
+ }
59
+
60
+ Brush.prototype = new SyntaxHighlighter.Highlighter();
61
+ Brush.aliases = ['groovy'];
62
+
63
+ SyntaxHighlighter.brushes.Groovy = Brush;
64
+
65
+ // CommonJS
66
+ typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
67
+ })();
syntaxhighlighter3/scripts/shBrushJScript.js CHANGED
@@ -1,52 +1,52 @@
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
- ;(function()
18
- {
19
- // CommonJS
20
- typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
-
22
- function Brush()
23
- {
24
- var keywords = 'break case catch continue ' +
25
- 'default delete do else false ' +
26
- 'for function if in instanceof ' +
27
- 'new null return super switch ' +
28
- 'this throw true try typeof var while with'
29
- ;
30
-
31
- var r = SyntaxHighlighter.regexLib;
32
-
33
- this.regexList = [
34
- { regex: r.multiLineDoubleQuotedString, css: 'string' }, // double quoted strings
35
- { regex: r.multiLineSingleQuotedString, css: 'string' }, // single quoted strings
36
- { regex: r.singleLineCComments, css: 'comments' }, // one line comments
37
- { regex: r.multiLineCComments, css: 'comments' }, // multiline comments
38
- { regex: /\s*#.*/gm, css: 'preprocessor' }, // preprocessor tags like #region and #endregion
39
- { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // keywords
40
- ];
41
-
42
- this.forHtmlScript(r.scriptScriptTags);
43
- };
44
-
45
- Brush.prototype = new SyntaxHighlighter.Highlighter();
46
- Brush.aliases = ['js', 'jscript', 'javascript'];
47
-
48
- SyntaxHighlighter.brushes.JScript = Brush;
49
-
50
- // CommonJS
51
- typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
52
- })();
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
+ ;(function()
18
+ {
19
+ // CommonJS
20
+ typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
+
22
+ function Brush()
23
+ {
24
+ var keywords = 'break case catch continue ' +
25
+ 'default delete do else false ' +
26
+ 'for function if in instanceof ' +
27
+ 'new null return super switch ' +
28
+ 'this throw true try typeof var while with'
29
+ ;
30
+
31
+ var r = SyntaxHighlighter.regexLib;
32
+
33
+ this.regexList = [
34
+ { regex: r.multiLineDoubleQuotedString, css: 'string' }, // double quoted strings
35
+ { regex: r.multiLineSingleQuotedString, css: 'string' }, // single quoted strings
36
+ { regex: r.singleLineCComments, css: 'comments' }, // one line comments
37
+ { regex: r.multiLineCComments, css: 'comments' }, // multiline comments
38
+ { regex: /\s*#.*/gm, css: 'preprocessor' }, // preprocessor tags like #region and #endregion
39
+ { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // keywords
40
+ ];
41
+
42
+ this.forHtmlScript(r.scriptScriptTags);
43
+ };
44
+
45
+ Brush.prototype = new SyntaxHighlighter.Highlighter();
46
+ Brush.aliases = ['js', 'jscript', 'javascript'];
47
+
48
+ SyntaxHighlighter.brushes.JScript = Brush;
49
+
50
+ // CommonJS
51
+ typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
52
+ })();
syntaxhighlighter3/scripts/shBrushJava.js CHANGED
@@ -1,57 +1,57 @@
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
- ;(function()
18
- {
19
- // CommonJS
20
- typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
-
22
- function Brush()
23
- {
24
- var keywords = 'abstract assert boolean break byte case catch char class const ' +
25
- 'continue default do double else enum extends ' +
26
- 'false final finally float for goto if implements import ' +
27
- 'instanceof int interface long native new null ' +
28
- 'package private protected public return ' +
29
- 'short static strictfp super switch synchronized this throw throws true ' +
30
- 'transient try void volatile while';
31
-
32
- this.regexList = [
33
- { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
34
- { regex: /\/\*([^\*][\s\S]*)?\*\//gm, css: 'comments' }, // multiline comments
35
- { regex: /\/\*(?!\*\/)\*[\s\S]*?\*\//gm, css: 'preprocessor' }, // documentation comments
36
- { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings
37
- { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings
38
- { regex: /\b([\d]+(\.[\d]+)?|0x[a-f0-9]+)\b/gi, css: 'value' }, // numbers
39
- { regex: /(?!\@interface\b)\@[\$\w]+\b/g, css: 'color1' }, // annotation @anno
40
- { regex: /\@interface\b/g, css: 'color2' }, // @interface keyword
41
- { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // java keyword
42
- ];
43
-
44
- this.forHtmlScript({
45
- left : /(&lt;|<)%[@!=]?/g,
46
- right : /%(&gt;|>)/g
47
- });
48
- };
49
-
50
- Brush.prototype = new SyntaxHighlighter.Highlighter();
51
- Brush.aliases = ['java'];
52
-
53
- SyntaxHighlighter.brushes.Java = Brush;
54
-
55
- // CommonJS
56
- typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
57
- })();
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
+ ;(function()
18
+ {
19
+ // CommonJS
20
+ typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
+
22
+ function Brush()
23
+ {
24
+ var keywords = 'abstract assert boolean break byte case catch char class const ' +
25
+ 'continue default do double else enum extends ' +
26
+ 'false final finally float for goto if implements import ' +
27
+ 'instanceof int interface long native new null ' +
28
+ 'package private protected public return ' +
29
+ 'short static strictfp super switch synchronized this throw throws true ' +
30
+ 'transient try void volatile while';
31
+
32
+ this.regexList = [
33
+ { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
34
+ { regex: /\/\*([^\*][\s\S]*)?\*\//gm, css: 'comments' }, // multiline comments
35
+ { regex: /\/\*(?!\*\/)\*[\s\S]*?\*\//gm, css: 'preprocessor' }, // documentation comments
36
+ { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings
37
+ { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings
38
+ { regex: /\b([\d]+(\.[\d]+)?|0x[a-f0-9]+)\b/gi, css: 'value' }, // numbers
39
+ { regex: /(?!\@interface\b)\@[\$\w]+\b/g, css: 'color1' }, // annotation @anno
40
+ { regex: /\@interface\b/g, css: 'color2' }, // @interface keyword
41
+ { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // java keyword
42
+ ];
43
+
44
+ this.forHtmlScript({
45
+ left : /(&lt;|<)%[@!=]?/g,
46
+ right : /%(&gt;|>)/g
47
+ });
48
+ };
49
+
50
+ Brush.prototype = new SyntaxHighlighter.Highlighter();
51
+ Brush.aliases = ['java'];
52
+
53
+ SyntaxHighlighter.brushes.Java = Brush;
54
+
55
+ // CommonJS
56
+ typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
57
+ })();
syntaxhighlighter3/scripts/shBrushJavaFX.js CHANGED
@@ -1,58 +1,58 @@
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
- ;(function()
18
- {
19
- // CommonJS
20
- typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
-
22
- function Brush()
23
- {
24
- // Contributed by Patrick Webster
25
- // http://patrickwebster.blogspot.com/2009/04/javafx-brush-for-syntaxhighlighter.html
26
- var datatypes = 'Boolean Byte Character Double Duration '
27
- + 'Float Integer Long Number Short String Void'
28
- ;
29
-
30
- var keywords = 'abstract after and as assert at before bind bound break catch class '
31
- + 'continue def delete else exclusive extends false finally first for from '
32
- + 'function if import in indexof init insert instanceof into inverse last '
33
- + 'lazy mixin mod nativearray new not null on or override package postinit '
34
- + 'protected public public-init public-read replace return reverse sizeof '
35
- + 'step super then this throw true try tween typeof var where while with '
36
- + 'attribute let private readonly static trigger'
37
- ;
38
-
39
- this.regexList = [
40
- { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' },
41
- { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' },
42
- { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' },
43
- { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' },
44
- { regex: /(-?\.?)(\b(\d*\.?\d+|\d+\.?\d*)(e[+-]?\d+)?|0x[a-f\d]+)\b\.?/gi, css: 'color2' }, // numbers
45
- { regex: new RegExp(this.getKeywords(datatypes), 'gm'), css: 'variable' }, // datatypes
46
- { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }
47
- ];
48
- this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags);
49
- };
50
-
51
- Brush.prototype = new SyntaxHighlighter.Highlighter();
52
- Brush.aliases = ['jfx', 'javafx'];
53
-
54
- SyntaxHighlighter.brushes.JavaFX = Brush;
55
-
56
- // CommonJS
57
- typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
58
- })();
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
+ ;(function()
18
+ {
19
+ // CommonJS
20
+ typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
+
22
+ function Brush()
23
+ {
24
+ // Contributed by Patrick Webster
25
+ // http://patrickwebster.blogspot.com/2009/04/javafx-brush-for-syntaxhighlighter.html
26
+ var datatypes = 'Boolean Byte Character Double Duration '
27
+ + 'Float Integer Long Number Short String Void'
28
+ ;
29
+
30
+ var keywords = 'abstract after and as assert at before bind bound break catch class '
31
+ + 'continue def delete else exclusive extends false finally first for from '
32
+ + 'function if import in indexof init insert instanceof into inverse last '
33
+ + 'lazy mixin mod nativearray new not null on or override package postinit '
34
+ + 'protected public public-init public-read replace return reverse sizeof '
35
+ + 'step super then this throw true try tween typeof var where while with '
36
+ + 'attribute let private readonly static trigger'
37
+ ;
38
+
39
+ this.regexList = [
40
+ { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' },
41
+ { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' },
42
+ { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' },
43
+ { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' },
44
+ { regex: /(-?\.?)(\b(\d*\.?\d+|\d+\.?\d*)(e[+-]?\d+)?|0x[a-f\d]+)\b\.?/gi, css: 'color2' }, // numbers
45
+ { regex: new RegExp(this.getKeywords(datatypes), 'gm'), css: 'variable' }, // datatypes
46
+ { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }
47
+ ];
48
+ this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags);
49
+ };
50
+
51
+ Brush.prototype = new SyntaxHighlighter.Highlighter();
52
+ Brush.aliases = ['jfx', 'javafx'];
53
+
54
+ SyntaxHighlighter.brushes.JavaFX = Brush;
55
+
56
+ // CommonJS
57
+ typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
58
+ })();
syntaxhighlighter3/scripts/shBrushPerl.js CHANGED
@@ -1,72 +1,72 @@
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
- ;(function()
18
- {
19
- // CommonJS
20
- typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
-
22
- function Brush()
23
- {
24
- // Contributed by David Simmons-Duffin and Marty Kube
25
-
26
- var funcs =
27
- 'abs accept alarm atan2 bind binmode chdir chmod chomp chop chown chr ' +
28
- 'chroot close closedir connect cos crypt defined delete each endgrent ' +
29
- 'endhostent endnetent endprotoent endpwent endservent eof exec exists ' +
30
- 'exp fcntl fileno flock fork format formline getc getgrent getgrgid ' +
31
- 'getgrnam gethostbyaddr gethostbyname gethostent getlogin getnetbyaddr ' +
32
- 'getnetbyname getnetent getpeername getpgrp getppid getpriority ' +
33
- 'getprotobyname getprotobynumber getprotoent getpwent getpwnam getpwuid ' +
34
- 'getservbyname getservbyport getservent getsockname getsockopt glob ' +
35
- 'gmtime grep hex index int ioctl join keys kill lc lcfirst length link ' +
36
- 'listen localtime lock log lstat map mkdir msgctl msgget msgrcv msgsnd ' +
37
- 'oct open opendir ord pack pipe pop pos print printf prototype push ' +
38
- 'quotemeta rand read readdir readline readlink readpipe recv rename ' +
39
- 'reset reverse rewinddir rindex rmdir scalar seek seekdir select semctl ' +
40
- 'semget semop send setgrent sethostent setnetent setpgrp setpriority ' +
41
- 'setprotoent setpwent setservent setsockopt shift shmctl shmget shmread ' +
42
- 'shmwrite shutdown sin sleep socket socketpair sort splice split sprintf ' +
43
- 'sqrt srand stat study substr symlink syscall sysopen sysread sysseek ' +
44
- 'system syswrite tell telldir time times tr truncate uc ucfirst umask ' +
45
- 'undef unlink unpack unshift utime values vec wait waitpid warn write';
46
-
47
- var keywords =
48
- 'bless caller continue dbmclose dbmopen die do dump else elsif eval exit ' +
49
- 'for foreach goto if import last local my next no our package redo ref ' +
50
- 'require return sub tie tied unless untie until use wantarray while';
51
-
52
- this.regexList = [
53
- { regex: new RegExp('#[^!].*$', 'gm'), css: 'comments' },
54
- { regex: new RegExp('^\\s*#!.*$', 'gm'), css: 'preprocessor' }, // shebang
55
- { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' },
56
- { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' },
57
- { regex: new RegExp('(\\$|@|%)\\w+', 'g'), css: 'variable' },
58
- { regex: new RegExp(this.getKeywords(funcs), 'gmi'), css: 'functions' },
59
- { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }
60
- ];
61
-
62
- this.forHtmlScript(SyntaxHighlighter.regexLib.phpScriptTags);
63
- }
64
-
65
- Brush.prototype = new SyntaxHighlighter.Highlighter();
66
- Brush.aliases = ['perl', 'Perl', 'pl'];
67
-
68
- SyntaxHighlighter.brushes.Perl = Brush;
69
-
70
- // CommonJS
71
- typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
72
- })();
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
+ ;(function()
18
+ {
19
+ // CommonJS
20
+ typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
+
22
+ function Brush()
23
+ {
24
+ // Contributed by David Simmons-Duffin and Marty Kube
25
+
26
+ var funcs =
27
+ 'abs accept alarm atan2 bind binmode chdir chmod chomp chop chown chr ' +
28
+ 'chroot close closedir connect cos crypt defined delete each endgrent ' +
29
+ 'endhostent endnetent endprotoent endpwent endservent eof exec exists ' +
30
+ 'exp fcntl fileno flock fork format formline getc getgrent getgrgid ' +
31
+ 'getgrnam gethostbyaddr gethostbyname gethostent getlogin getnetbyaddr ' +
32
+ 'getnetbyname getnetent getpeername getpgrp getppid getpriority ' +
33
+ 'getprotobyname getprotobynumber getprotoent getpwent getpwnam getpwuid ' +
34
+ 'getservbyname getservbyport getservent getsockname getsockopt glob ' +
35
+ 'gmtime grep hex index int ioctl join keys kill lc lcfirst length link ' +
36
+ 'listen localtime lock log lstat map mkdir msgctl msgget msgrcv msgsnd ' +
37
+ 'oct open opendir ord pack pipe pop pos print printf prototype push ' +
38
+ 'quotemeta rand read readdir readline readlink readpipe recv rename ' +
39
+ 'reset reverse rewinddir rindex rmdir scalar seek seekdir select semctl ' +
40
+ 'semget semop send setgrent sethostent setnetent setpgrp setpriority ' +
41
+ 'setprotoent setpwent setservent setsockopt shift shmctl shmget shmread ' +
42
+ 'shmwrite shutdown sin sleep socket socketpair sort splice split sprintf ' +
43
+ 'sqrt srand stat study substr symlink syscall sysopen sysread sysseek ' +
44
+ 'system syswrite tell telldir time times tr truncate uc ucfirst umask ' +
45
+ 'undef unlink unpack unshift utime values vec wait waitpid warn write';
46
+
47
+ var keywords =
48
+ 'bless caller continue dbmclose dbmopen die do dump else elsif eval exit ' +
49
+ 'for foreach goto if import last local my next no our package redo ref ' +
50
+ 'require return sub tie tied unless untie until use wantarray while';
51
+
52
+ this.regexList = [
53
+ { regex: new RegExp('#[^!].*$', 'gm'), css: 'comments' },
54
+ { regex: new RegExp('^\\s*#!.*$', 'gm'), css: 'preprocessor' }, // shebang
55
+ { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' },
56
+ { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' },
57
+ { regex: new RegExp('(\\$|@|%)\\w+', 'g'), css: 'variable' },
58
+ { regex: new RegExp(this.getKeywords(funcs), 'gmi'), css: 'functions' },
59
+ { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }
60
+ ];
61
+
62
+ this.forHtmlScript(SyntaxHighlighter.regexLib.phpScriptTags);
63
+ }
64
+
65
+ Brush.prototype = new SyntaxHighlighter.Highlighter();
66
+ Brush.aliases = ['perl', 'Perl', 'pl'];
67
+
68
+ SyntaxHighlighter.brushes.Perl = Brush;
69
+
70
+ // CommonJS
71
+ typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
72
+ })();
syntaxhighlighter3/scripts/shBrushPhp.js CHANGED
@@ -1,88 +1,88 @@
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
- ;(function()
18
- {
19
- // CommonJS
20
- typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
-
22
- function Brush()
23
- {
24
- var funcs = 'abs acos acosh addcslashes addslashes ' +
25
- 'array_change_key_case array_chunk array_combine array_count_values array_diff '+
26
- 'array_diff_assoc array_diff_key array_diff_uassoc array_diff_ukey array_fill '+
27
- 'array_filter array_flip array_intersect array_intersect_assoc array_intersect_key '+
28
- 'array_intersect_uassoc array_intersect_ukey array_key_exists array_keys array_map '+
29
- 'array_merge array_merge_recursive array_multisort array_pad array_pop array_product '+
30
- 'array_push array_rand array_reduce array_reverse array_search array_shift '+
31
- 'array_slice array_splice array_sum array_udiff array_udiff_assoc '+
32
- 'array_udiff_uassoc array_uintersect array_uintersect_assoc '+
33
- 'array_uintersect_uassoc array_unique array_unshift array_values array_walk '+
34
- 'array_walk_recursive atan atan2 atanh base64_decode base64_encode base_convert '+
35
- 'basename bcadd bccomp bcdiv bcmod bcmul bindec bindtextdomain bzclose bzcompress '+
36
- 'bzdecompress bzerrno bzerror bzerrstr bzflush bzopen bzread bzwrite ceil chdir '+
37
- 'checkdate checkdnsrr chgrp chmod chop chown chr chroot chunk_split class_exists '+
38
- 'closedir closelog copy cos cosh count count_chars date decbin dechex decoct '+
39
- 'deg2rad delete ebcdic2ascii echo empty end ereg ereg_replace eregi eregi_replace error_log '+
40
- 'error_reporting escapeshellarg escapeshellcmd eval exec exit exp explode extension_loaded '+
41
- 'feof fflush fgetc fgetcsv fgets fgetss file_exists file_get_contents file_put_contents '+
42
- 'fileatime filectime filegroup fileinode filemtime fileowner fileperms filesize filetype '+
43
- 'floatval flock floor flush fmod fnmatch fopen fpassthru fprintf fputcsv fputs fread fscanf '+
44
- 'fseek fsockopen fstat ftell ftok getallheaders getcwd getdate getenv gethostbyaddr gethostbyname '+
45
- 'gethostbynamel getimagesize getlastmod getmxrr getmygid getmyinode getmypid getmyuid getopt '+
46
- 'getprotobyname getprotobynumber getrandmax getrusage getservbyname getservbyport gettext '+
47
- 'gettimeofday gettype glob gmdate gmmktime ini_alter ini_get ini_get_all ini_restore ini_set '+
48
- 'interface_exists intval ip2long is_a is_array is_bool is_callable is_dir is_double '+
49
- 'is_executable is_file is_finite is_float is_infinite is_int is_integer is_link is_long '+
50
- 'is_nan is_null is_numeric is_object is_readable is_real is_resource is_scalar is_soap_fault '+
51
- 'is_string is_subclass_of is_uploaded_file is_writable is_writeable mkdir mktime nl2br '+
52
- 'parse_ini_file parse_str parse_url passthru pathinfo print readlink realpath rewind rewinddir rmdir '+
53
- 'round str_ireplace str_pad str_repeat str_replace str_rot13 str_shuffle str_split '+
54
- 'str_word_count strcasecmp strchr strcmp strcoll strcspn strftime strip_tags stripcslashes '+
55
- 'stripos stripslashes stristr strlen strnatcasecmp strnatcmp strncasecmp strncmp strpbrk '+
56
- 'strpos strptime strrchr strrev strripos strrpos strspn strstr strtok strtolower strtotime '+
57
- 'strtoupper strtr strval substr substr_compare';
58
-
59
- var keywords = 'abstract and array as break case catch cfunction class clone const continue declare default die do ' +
60
- 'else elseif enddeclare endfor endforeach endif endswitch endwhile extends final for foreach ' +
61
- 'function include include_once global goto if implements interface instanceof namespace new ' +
62
- 'old_function or private protected public return require require_once static switch ' +
63
- 'throw try use var while xor ';
64
-
65
- var constants = '__FILE__ __LINE__ __METHOD__ __FUNCTION__ __CLASS__';
66
-
67
- this.regexList = [
68
- { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
69
- { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments
70
- { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings
71
- { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings
72
- { regex: /\$\w+/g, css: 'variable' }, // variables
73
- { regex: new RegExp(this.getKeywords(funcs), 'gmi'), css: 'functions' }, // common functions
74
- { regex: new RegExp(this.getKeywords(constants), 'gmi'), css: 'constants' }, // constants
75
- { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // keyword
76
- ];
77
-
78
- this.forHtmlScript(SyntaxHighlighter.regexLib.phpScriptTags);
79
- };
80
-
81
- Brush.prototype = new SyntaxHighlighter.Highlighter();
82
- Brush.aliases = ['php'];
83
-
84
- SyntaxHighlighter.brushes.Php = Brush;
85
-
86
- // CommonJS
87
- typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
88
- })();
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
+ ;(function()
18
+ {
19
+ // CommonJS
20
+ typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
+
22
+ function Brush()
23
+ {
24
+ var funcs = 'abs acos acosh addcslashes addslashes ' +
25
+ 'array_change_key_case array_chunk array_combine array_count_values array_diff '+
26
+ 'array_diff_assoc array_diff_key array_diff_uassoc array_diff_ukey array_fill '+
27
+ 'array_filter array_flip array_intersect array_intersect_assoc array_intersect_key '+
28
+ 'array_intersect_uassoc array_intersect_ukey array_key_exists array_keys array_map '+
29
+ 'array_merge array_merge_recursive array_multisort array_pad array_pop array_product '+
30
+ 'array_push array_rand array_reduce array_reverse array_search array_shift '+
31
+ 'array_slice array_splice array_sum array_udiff array_udiff_assoc '+
32
+ 'array_udiff_uassoc array_uintersect array_uintersect_assoc '+
33
+ 'array_uintersect_uassoc array_unique array_unshift array_values array_walk '+
34
+ 'array_walk_recursive atan atan2 atanh base64_decode base64_encode base_convert '+
35
+ 'basename bcadd bccomp bcdiv bcmod bcmul bindec bindtextdomain bzclose bzcompress '+
36
+ 'bzdecompress bzerrno bzerror bzerrstr bzflush bzopen bzread bzwrite ceil chdir '+
37
+ 'checkdate checkdnsrr chgrp chmod chop chown chr chroot chunk_split class_exists '+
38
+ 'closedir closelog copy cos cosh count count_chars date decbin dechex decoct '+
39
+ 'deg2rad delete ebcdic2ascii echo empty end ereg ereg_replace eregi eregi_replace error_log '+
40
+ 'error_reporting escapeshellarg escapeshellcmd eval exec exit exp explode extension_loaded '+
41
+ 'feof fflush fgetc fgetcsv fgets fgetss file_exists file_get_contents file_put_contents '+
42
+ 'fileatime filectime filegroup fileinode filemtime fileowner fileperms filesize filetype '+
43
+ 'floatval flock floor flush fmod fnmatch fopen fpassthru fprintf fputcsv fputs fread fscanf '+
44
+ 'fseek fsockopen fstat ftell ftok getallheaders getcwd getdate getenv gethostbyaddr gethostbyname '+
45
+ 'gethostbynamel getimagesize getlastmod getmxrr getmygid getmyinode getmypid getmyuid getopt '+
46
+ 'getprotobyname getprotobynumber getrandmax getrusage getservbyname getservbyport gettext '+
47
+ 'gettimeofday gettype glob gmdate gmmktime ini_alter ini_get ini_get_all ini_restore ini_set '+
48
+ 'interface_exists intval ip2long is_a is_array is_bool is_callable is_dir is_double '+
49
+ 'is_executable is_file is_finite is_float is_infinite is_int is_integer is_link is_long '+
50
+ 'is_nan is_null is_numeric is_object is_readable is_real is_resource is_scalar is_soap_fault '+
51
+ 'is_string is_subclass_of is_uploaded_file is_writable is_writeable mkdir mktime nl2br '+
52
+ 'parse_ini_file parse_str parse_url passthru pathinfo print readlink realpath rewind rewinddir rmdir '+
53
+ 'round str_ireplace str_pad str_repeat str_replace str_rot13 str_shuffle str_split '+
54
+ 'str_word_count strcasecmp strchr strcmp strcoll strcspn strftime strip_tags stripcslashes '+
55
+ 'stripos stripslashes stristr strlen strnatcasecmp strnatcmp strncasecmp strncmp strpbrk '+
56
+ 'strpos strptime strrchr strrev strripos strrpos strspn strstr strtok strtolower strtotime '+
57
+ 'strtoupper strtr strval substr substr_compare';
58
+
59
+ var keywords = 'abstract and array as break case catch cfunction class clone const continue declare default die do ' +
60
+ 'else elseif enddeclare endfor endforeach endif endswitch endwhile extends final for foreach ' +
61
+ 'function include include_once global goto if implements interface instanceof namespace new ' +
62
+ 'old_function or private protected public return require require_once static switch ' +
63
+ 'throw try use var while xor ';
64
+
65
+ var constants = '__FILE__ __LINE__ __METHOD__ __FUNCTION__ __CLASS__';
66
+
67
+ this.regexList = [
68
+ { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
69
+ { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments
70
+ { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings
71
+ { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings
72
+ { regex: /\$\w+/g, css: 'variable' }, // variables
73
+ { regex: new RegExp(this.getKeywords(funcs), 'gmi'), css: 'functions' }, // common functions
74
+ { regex: new RegExp(this.getKeywords(constants), 'gmi'), css: 'constants' }, // constants
75
+ { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // keyword
76
+ ];
77
+
78
+ this.forHtmlScript(SyntaxHighlighter.regexLib.phpScriptTags);
79
+ };
80
+
81
+ Brush.prototype = new SyntaxHighlighter.Highlighter();
82
+ Brush.aliases = ['php'];
83
+
84
+ SyntaxHighlighter.brushes.Php = Brush;
85
+
86
+ // CommonJS
87
+ typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
88
+ })();
syntaxhighlighter3/scripts/shBrushPlain.js CHANGED
@@ -1,33 +1,33 @@
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
- ;(function()
18
- {
19
- // CommonJS
20
- typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
-
22
- function Brush()
23
- {
24
- };
25
-
26
- Brush.prototype = new SyntaxHighlighter.Highlighter();
27
- Brush.aliases = ['text', 'plain'];
28
-
29
- SyntaxHighlighter.brushes.Plain = Brush;
30
-
31
- // CommonJS
32
- typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
33
- })();
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
+ ;(function()
18
+ {
19
+ // CommonJS
20
+ typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
+
22
+ function Brush()
23
+ {
24
+ };
25
+
26
+ Brush.prototype = new SyntaxHighlighter.Highlighter();
27
+ Brush.aliases = ['text', 'plain'];
28
+
29
+ SyntaxHighlighter.brushes.Plain = Brush;
30
+
31
+ // CommonJS
32
+ typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
33
+ })();
syntaxhighlighter3/scripts/shBrushPowerShell.js CHANGED
@@ -1,74 +1,74 @@
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
- ;(function()
18
- {
19
- // CommonJS
20
- typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
-
22
- function Brush()
23
- {
24
- // Contributes by B.v.Zanten, Getronics
25
- // http://confluence.atlassian.com/display/CONFEXT/New+Code+Macro
26
-
27
- var keywords = 'Add-Content Add-History Add-Member Add-PSSnapin Clear(-Content)? Clear-Item ' +
28
- 'Clear-ItemProperty Clear-Variable Compare-Object ConvertFrom-SecureString Convert-Path ' +
29
- 'ConvertTo-Html ConvertTo-SecureString Copy(-Item)? Copy-ItemProperty Export-Alias ' +
30
- 'Export-Clixml Export-Console Export-Csv ForEach(-Object)? Format-Custom Format-List ' +
31
- 'Format-Table Format-Wide Get-Acl Get-Alias Get-AuthenticodeSignature Get-ChildItem Get-Command ' +
32
- 'Get-Content Get-Credential Get-Culture Get-Date Get-EventLog Get-ExecutionPolicy ' +
33
- 'Get-Help Get-History Get-Host Get-Item Get-ItemProperty Get-Location Get-Member ' +
34
- 'Get-PfxCertificate Get-Process Get-PSDrive Get-PSProvider Get-PSSnapin Get-Service ' +
35
- 'Get-TraceSource Get-UICulture Get-Unique Get-Variable Get-WmiObject Group-Object ' +
36
- 'Import-Alias Import-Clixml Import-Csv Invoke-Expression Invoke-History Invoke-Item ' +
37
- 'Join-Path Measure-Command Measure-Object Move(-Item)? Move-ItemProperty New-Alias ' +
38
- 'New-Item New-ItemProperty New-Object New-PSDrive New-Service New-TimeSpan ' +
39
- 'New-Variable Out-Default Out-File Out-Host Out-Null Out-Printer Out-String Pop-Location ' +
40
- 'Push-Location Read-Host Remove-Item Remove-ItemProperty Remove-PSDrive Remove-PSSnapin ' +
41
- 'Remove-Variable Rename-Item Rename-ItemProperty Resolve-Path Restart-Service Resume-Service ' +
42
- 'Select-Object Select-String Set-Acl Set-Alias Set-AuthenticodeSignature Set-Content ' +
43
- 'Set-Date Set-ExecutionPolicy Set-Item Set-ItemProperty Set-Location Set-PSDebug ' +
44
- 'Set-Service Set-TraceSource Set(-Variable)? Sort-Object Split-Path Start-Service ' +
45
- 'Start-Sleep Start-Transcript Stop-Process Stop-Service Stop-Transcript Suspend-Service ' +
46
- 'Tee-Object Test-Path Trace-Command Update-FormatData Update-TypeData Where(-Object)? ' +
47
- 'Write-Debug Write-Error Write(-Host)? Write-Output Write-Progress Write-Verbose Write-Warning';
48
- var alias = 'ac asnp clc cli clp clv cpi cpp cvpa diff epal epcsv fc fl ' +
49
- 'ft fw gal gc gci gcm gdr ghy gi gl gm gp gps group gsv ' +
50
- 'gsnp gu gv gwmi iex ihy ii ipal ipcsv mi mp nal ndr ni nv oh rdr ' +
51
- 'ri rni rnp rp rsnp rv rvpa sal sasv sc select si sl sleep sort sp ' +
52
- 'spps spsv sv tee cat cd cp h history kill lp ls ' +
53
- 'mount mv popd ps pushd pwd r rm rmdir echo cls chdir del dir ' +
54
- 'erase rd ren type % \\?';
55
-
56
- this.regexList = [
57
- { regex: /#.*$/gm, css: 'comments' }, // one line comments
58
- { regex: /\$[a-zA-Z0-9]+\b/g, css: 'value' }, // variables $Computer1
59
- { regex: /\-[a-zA-Z]+\b/g, css: 'keyword' }, // Operators -not -and -eq
60
- { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings
61
- { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings
62
- { regex: new RegExp(this.getKeywords(keywords), 'gmi'), css: 'keyword' },
63
- { regex: new RegExp(this.getKeywords(alias), 'gmi'), css: 'keyword' }
64
- ];
65
- };
66
-
67
- Brush.prototype = new SyntaxHighlighter.Highlighter();
68
- Brush.aliases = ['powershell', 'ps'];
69
-
70
- SyntaxHighlighter.brushes.PowerShell = Brush;
71
-
72
- // CommonJS
73
- typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
74
- })();
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
+ ;(function()
18
+ {
19
+ // CommonJS
20
+ typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
+
22
+ function Brush()
23
+ {
24
+ // Contributes by B.v.Zanten, Getronics
25
+ // http://confluence.atlassian.com/display/CONFEXT/New+Code+Macro
26
+
27
+ var keywords = 'Add-Content Add-History Add-Member Add-PSSnapin Clear(-Content)? Clear-Item ' +
28
+ 'Clear-ItemProperty Clear-Variable Compare-Object ConvertFrom-SecureString Convert-Path ' +
29
+ 'ConvertTo-Html ConvertTo-SecureString Copy(-Item)? Copy-ItemProperty Export-Alias ' +
30
+ 'Export-Clixml Export-Console Export-Csv ForEach(-Object)? Format-Custom Format-List ' +
31
+ 'Format-Table Format-Wide Get-Acl Get-Alias Get-AuthenticodeSignature Get-ChildItem Get-Command ' +
32
+ 'Get-Content Get-Credential Get-Culture Get-Date Get-EventLog Get-ExecutionPolicy ' +
33
+ 'Get-Help Get-History Get-Host Get-Item Get-ItemProperty Get-Location Get-Member ' +
34
+ 'Get-PfxCertificate Get-Process Get-PSDrive Get-PSProvider Get-PSSnapin Get-Service ' +
35
+ 'Get-TraceSource Get-UICulture Get-Unique Get-Variable Get-WmiObject Group-Object ' +
36
+ 'Import-Alias Import-Clixml Import-Csv Invoke-Expression Invoke-History Invoke-Item ' +
37
+ 'Join-Path Measure-Command Measure-Object Move(-Item)? Move-ItemProperty New-Alias ' +
38
+ 'New-Item New-ItemProperty New-Object New-PSDrive New-Service New-TimeSpan ' +
39
+ 'New-Variable Out-Default Out-File Out-Host Out-Null Out-Printer Out-String Pop-Location ' +
40
+ 'Push-Location Read-Host Remove-Item Remove-ItemProperty Remove-PSDrive Remove-PSSnapin ' +
41
+ 'Remove-Variable Rename-Item Rename-ItemProperty Resolve-Path Restart-Service Resume-Service ' +
42
+ 'Select-Object Select-String Set-Acl Set-Alias Set-AuthenticodeSignature Set-Content ' +
43
+ 'Set-Date Set-ExecutionPolicy Set-Item Set-ItemProperty Set-Location Set-PSDebug ' +
44
+ 'Set-Service Set-TraceSource Set(-Variable)? Sort-Object Split-Path Start-Service ' +
45
+ 'Start-Sleep Start-Transcript Stop-Process Stop-Service Stop-Transcript Suspend-Service ' +
46
+ 'Tee-Object Test-Path Trace-Command Update-FormatData Update-TypeData Where(-Object)? ' +
47
+ 'Write-Debug Write-Error Write(-Host)? Write-Output Write-Progress Write-Verbose Write-Warning';
48
+ var alias = 'ac asnp clc cli clp clv cpi cpp cvpa diff epal epcsv fc fl ' +
49
+ 'ft fw gal gc gci gcm gdr ghy gi gl gm gp gps group gsv ' +
50
+ 'gsnp gu gv gwmi iex ihy ii ipal ipcsv mi mp nal ndr ni nv oh rdr ' +
51
+ 'ri rni rnp rp rsnp rv rvpa sal sasv sc select si sl sleep sort sp ' +
52
+ 'spps spsv sv tee cat cd cp h history kill lp ls ' +
53
+ 'mount mv popd ps pushd pwd r rm rmdir echo cls chdir del dir ' +
54
+ 'erase rd ren type % \\?';
55
+
56
+ this.regexList = [
57
+ { regex: /#.*$/gm, css: 'comments' }, // one line comments
58
+ { regex: /\$[a-zA-Z0-9]+\b/g, css: 'value' }, // variables $Computer1
59
+ { regex: /\-[a-zA-Z]+\b/g, css: 'keyword' }, // Operators -not -and -eq
60
+ { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings
61
+ { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings
62
+ { regex: new RegExp(this.getKeywords(keywords), 'gmi'), css: 'keyword' },
63
+ { regex: new RegExp(this.getKeywords(alias), 'gmi'), css: 'keyword' }
64
+ ];
65
+ };
66
+
67
+ Brush.prototype = new SyntaxHighlighter.Highlighter();
68
+ Brush.aliases = ['powershell', 'ps'];
69
+
70
+ SyntaxHighlighter.brushes.PowerShell = Brush;
71
+
72
+ // CommonJS
73
+ typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
74
+ })();
syntaxhighlighter3/scripts/shBrushPython.js CHANGED
@@ -1,64 +1,64 @@
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
- ;(function()
18
- {
19
- // CommonJS
20
- typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
-
22
- function Brush()
23
- {
24
- // Contributed by Gheorghe Milas and Ahmad Sherif
25
-
26
- var keywords = 'and assert break class continue def del elif else ' +
27
- 'except exec finally for from global if import in is ' +
28
- 'lambda not or pass print raise return try yield while';
29
-
30
- var funcs = '__import__ abs all any apply basestring bin bool buffer callable ' +
31
- 'chr classmethod cmp coerce compile complex delattr dict dir ' +
32
- 'divmod enumerate eval execfile file filter float format frozenset ' +
33
- 'getattr globals hasattr hash help hex id input int intern ' +
34
- 'isinstance issubclass iter len list locals long map max min next ' +
35
- 'object oct open ord pow print property range raw_input reduce ' +
36
- 'reload repr reversed round set setattr slice sorted staticmethod ' +
37
- 'str sum super tuple type type unichr unicode vars xrange zip';
38
-
39
- var special = 'None True False self cls class_';
40
-
41
- this.regexList = [
42
- { regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' },
43
- { regex: /^\s*@\w+/gm, css: 'decorator' },
44
- { regex: /(['\"]{3})([^\1])*?\1/gm, css: 'comments' },
45
- { regex: /"(?!")(?:\.|\\\"|[^\""\n])*"/gm, css: 'string' },
46
- { regex: /'(?!')(?:\.|(\\\')|[^\''\n])*'/gm, css: 'string' },
47
- { regex: /\+|\-|\*|\/|\%|=|==/gm, css: 'keyword' },
48
- { regex: /\b\d+\.?\w*/g, css: 'value' },
49
- { regex: new RegExp(this.getKeywords(funcs), 'gmi'), css: 'functions' },
50
- { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' },
51
- { regex: new RegExp(this.getKeywords(special), 'gm'), css: 'color1' }
52
- ];
53
-
54
- this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags);
55
- };
56
-
57
- Brush.prototype = new SyntaxHighlighter.Highlighter();
58
- Brush.aliases = ['py', 'python'];
59
-
60
- SyntaxHighlighter.brushes.Python = Brush;
61
-
62
- // CommonJS
63
- typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
64
- })();
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
+ ;(function()
18
+ {
19
+ // CommonJS
20
+ typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
+
22
+ function Brush()
23
+ {
24
+ // Contributed by Gheorghe Milas and Ahmad Sherif
25
+
26
+ var keywords = 'and assert break class continue def del elif else ' +
27
+ 'except exec finally for from global if import in is ' +
28
+ 'lambda not or pass print raise return try yield while';
29
+
30
+ var funcs = '__import__ abs all any apply basestring bin bool buffer callable ' +
31
+ 'chr classmethod cmp coerce compile complex delattr dict dir ' +
32
+ 'divmod enumerate eval execfile file filter float format frozenset ' +
33
+ 'getattr globals hasattr hash help hex id input int intern ' +
34
+ 'isinstance issubclass iter len list locals long map max min next ' +
35
+ 'object oct open ord pow print property range raw_input reduce ' +
36
+ 'reload repr reversed round set setattr slice sorted staticmethod ' +
37
+ 'str sum super tuple type type unichr unicode vars xrange zip';
38
+
39
+ var special = 'None True False self cls class_';
40
+
41
+ this.regexList = [
42
+ { regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' },
43
+ { regex: /^\s*@\w+/gm, css: 'decorator' },
44
+ { regex: /(['\"]{3})([^\1])*?\1/gm, css: 'comments' },
45
+ { regex: /"(?!")(?:\.|\\\"|[^\""\n])*"/gm, css: 'string' },
46
+ { regex: /'(?!')(?:\.|(\\\')|[^\''\n])*'/gm, css: 'string' },
47
+ { regex: /\+|\-|\*|\/|\%|=|==/gm, css: 'keyword' },
48
+ { regex: /\b\d+\.?\w*/g, css: 'value' },
49
+ { regex: new RegExp(this.getKeywords(funcs), 'gmi'), css: 'functions' },
50
+ { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' },
51
+ { regex: new RegExp(this.getKeywords(special), 'gm'), css: 'color1' }
52
+ ];
53
+
54
+ this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags);
55
+ };
56
+
57
+ Brush.prototype = new SyntaxHighlighter.Highlighter();
58
+ Brush.aliases = ['py', 'python'];
59
+
60
+ SyntaxHighlighter.brushes.Python = Brush;
61
+
62
+ // CommonJS
63
+ typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
64
+ })();
syntaxhighlighter3/scripts/shBrushRuby.js CHANGED
@@ -1,55 +1,55 @@
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
- ;(function()
18
- {
19
- // CommonJS
20
- typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
-
22
- function Brush()
23
- {
24
- // Contributed by Erik Peterson.
25
-
26
- var keywords = 'alias and BEGIN begin break case class def define_method defined do each else elsif ' +
27
- 'END end ensure false for if in module new next nil not or raise redo rescue retry return ' +
28
- 'self super then throw true undef unless until when while yield';
29
-
30
- var builtins = 'Array Bignum Binding Class Continuation Dir Exception FalseClass File::Stat File Fixnum Fload ' +
31
- 'Hash Integer IO MatchData Method Module NilClass Numeric Object Proc Range Regexp String Struct::TMS Symbol ' +
32
- 'ThreadGroup Thread Time TrueClass';
33
-
34
- this.regexList = [
35
- { regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' }, // one line comments
36
- { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings
37
- { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings
38
- { regex: /\b[A-Z0-9_]+\b/g, css: 'constants' }, // constants
39
- { regex: /:[a-z][A-Za-z0-9_]*/g, css: 'color2' }, // symbols
40
- { regex: /(\$|@@|@)\w+/g, css: 'variable bold' }, // $global, @instance, and @@class variables
41
- { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // keywords
42
- { regex: new RegExp(this.getKeywords(builtins), 'gm'), css: 'color1' } // builtins
43
- ];
44
-
45
- this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags);
46
- };
47
-
48
- Brush.prototype = new SyntaxHighlighter.Highlighter();
49
- Brush.aliases = ['ruby', 'rails', 'ror', 'rb'];
50
-
51
- SyntaxHighlighter.brushes.Ruby = Brush;
52
-
53
- // CommonJS
54
- typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
55
- })();
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
+ ;(function()
18
+ {
19
+ // CommonJS
20
+ typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
+
22
+ function Brush()
23
+ {
24
+ // Contributed by Erik Peterson.
25
+
26
+ var keywords = 'alias and BEGIN begin break case class def define_method defined do each else elsif ' +
27
+ 'END end ensure false for if in module new next nil not or raise redo rescue retry return ' +
28
+ 'self super then throw true undef unless until when while yield';
29
+
30
+ var builtins = 'Array Bignum Binding Class Continuation Dir Exception FalseClass File::Stat File Fixnum Fload ' +
31
+ 'Hash Integer IO MatchData Method Module NilClass Numeric Object Proc Range Regexp String Struct::TMS Symbol ' +
32
+ 'ThreadGroup Thread Time TrueClass';
33
+
34
+ this.regexList = [
35
+ { regex: SyntaxHighlighter.regexLib.singleLinePerlComments, css: 'comments' }, // one line comments
36
+ { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings
37
+ { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings
38
+ { regex: /\b[A-Z0-9_]+\b/g, css: 'constants' }, // constants
39
+ { regex: /:[a-z][A-Za-z0-9_]*/g, css: 'color2' }, // symbols
40
+ { regex: /(\$|@@|@)\w+/g, css: 'variable bold' }, // $global, @instance, and @@class variables
41
+ { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // keywords
42
+ { regex: new RegExp(this.getKeywords(builtins), 'gm'), css: 'color1' } // builtins
43
+ ];
44
+
45
+ this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags);
46
+ };
47
+
48
+ Brush.prototype = new SyntaxHighlighter.Highlighter();
49
+ Brush.aliases = ['ruby', 'rails', 'ror', 'rb'];
50
+
51
+ SyntaxHighlighter.brushes.Ruby = Brush;
52
+
53
+ // CommonJS
54
+ typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
55
+ })();
syntaxhighlighter3/scripts/shBrushSass.js CHANGED
@@ -1,94 +1,94 @@
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
- ;(function()
18
- {
19
- // CommonJS
20
- typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
-
22
- function Brush()
23
- {
24
- function getKeywordsCSS(str)
25
- {
26
- return '\\b([a-z_]|)' + str.replace(/ /g, '(?=:)\\b|\\b([a-z_\\*]|\\*|)') + '(?=:)\\b';
27
- };
28
-
29
- function getValuesCSS(str)
30
- {
31
- return '\\b' + str.replace(/ /g, '(?!-)(?!:)\\b|\\b()') + '\:\\b';
32
- };
33
-
34
- var keywords = 'ascent azimuth background-attachment background-color background-image background-position ' +
35
- 'background-repeat background baseline bbox border-collapse border-color border-spacing border-style border-top ' +
36
- 'border-right border-bottom border-left border-top-color border-right-color border-bottom-color border-left-color ' +
37
- 'border-top-style border-right-style border-bottom-style border-left-style border-top-width border-right-width ' +
38
- 'border-bottom-width border-left-width border-width border bottom cap-height caption-side centerline clear clip color ' +
39
- 'content counter-increment counter-reset cue-after cue-before cue cursor definition-src descent direction display ' +
40
- 'elevation empty-cells float font-size-adjust font-family font-size font-stretch font-style font-variant font-weight font ' +
41
- 'height left letter-spacing line-height list-style-image list-style-position list-style-type list-style margin-top ' +
42
- 'margin-right margin-bottom margin-left margin marker-offset marks mathline max-height max-width min-height min-width orphans ' +
43
- 'outline-color outline-style outline-width outline overflow padding-top padding-right padding-bottom padding-left padding page ' +
44
- 'page-break-after page-break-before page-break-inside pause pause-after pause-before pitch pitch-range play-during position ' +
45
- 'quotes right richness size slope src speak-header speak-numeral speak-punctuation speak speech-rate stemh stemv stress ' +
46
- 'table-layout text-align top text-decoration text-indent text-shadow text-transform unicode-bidi unicode-range units-per-em ' +
47
- 'vertical-align visibility voice-family volume white-space widows width widths word-spacing x-height z-index';
48
-
49
- var values = 'above absolute all always aqua armenian attr aural auto avoid baseline behind below bidi-override black blink block blue bold bolder '+
50
- 'both bottom braille capitalize caption center center-left center-right circle close-quote code collapse compact condensed '+
51
- 'continuous counter counters crop cross crosshair cursive dashed decimal decimal-leading-zero digits disc dotted double '+
52
- 'embed embossed e-resize expanded extra-condensed extra-expanded fantasy far-left far-right fast faster fixed format fuchsia '+
53
- 'gray green groove handheld hebrew help hidden hide high higher icon inline-table inline inset inside invert italic '+
54
- 'justify landscape large larger left-side left leftwards level lighter lime line-through list-item local loud lower-alpha '+
55
- 'lowercase lower-greek lower-latin lower-roman lower low ltr marker maroon medium message-box middle mix move narrower '+
56
- 'navy ne-resize no-close-quote none no-open-quote no-repeat normal nowrap n-resize nw-resize oblique olive once open-quote outset '+
57
- 'outside overline pointer portrait pre print projection purple red relative repeat repeat-x repeat-y rgb ridge right right-side '+
58
- 'rightwards rtl run-in screen scroll semi-condensed semi-expanded separate se-resize show silent silver slower slow '+
59
- 'small small-caps small-caption smaller soft solid speech spell-out square s-resize static status-bar sub super sw-resize '+
60
- 'table-caption table-cell table-column table-column-group table-footer-group table-header-group table-row table-row-group teal '+
61
- 'text-bottom text-top thick thin top transparent tty tv ultra-condensed ultra-expanded underline upper-alpha uppercase upper-latin '+
62
- 'upper-roman url visible wait white wider w-resize x-fast x-high x-large x-loud x-low x-slow x-small x-soft xx-large xx-small yellow';
63
-
64
- var fonts = '[mM]onospace [tT]ahoma [vV]erdana [aA]rial [hH]elvetica [sS]ans-serif [sS]erif [cC]ourier mono sans serif';
65
-
66
- var statements = '!important !default';
67
- var preprocessor = '@import @extend @debug @warn @if @for @while @mixin @include';
68
-
69
- var r = SyntaxHighlighter.regexLib;
70
-
71
- this.regexList = [
72
- { regex: r.multiLineCComments, css: 'comments' }, // multiline comments
73
- { regex: r.singleLineCComments, css: 'comments' }, // singleline comments
74
- { regex: r.doubleQuotedString, css: 'string' }, // double quoted strings
75
- { regex: r.singleQuotedString, css: 'string' }, // single quoted strings
76
- { regex: /\#[a-fA-F0-9]{3,6}/g, css: 'value' }, // html colors
77
- { regex: /\b(-?\d+)(\.\d+)?(px|em|pt|\:|\%|)\b/g, css: 'value' }, // sizes
78
- { regex: /\$\w+/g, css: 'variable' }, // variables
79
- { regex: new RegExp(this.getKeywords(statements), 'g'), css: 'color3' }, // statements
80
- { regex: new RegExp(this.getKeywords(preprocessor), 'g'), css: 'preprocessor' }, // preprocessor
81
- { regex: new RegExp(getKeywordsCSS(keywords), 'gm'), css: 'keyword' }, // keywords
82
- { regex: new RegExp(getValuesCSS(values), 'g'), css: 'value' }, // values
83
- { regex: new RegExp(this.getKeywords(fonts), 'g'), css: 'color1' } // fonts
84
- ];
85
- };
86
-
87
- Brush.prototype = new SyntaxHighlighter.Highlighter();
88
- Brush.aliases = ['sass', 'scss'];
89
-
90
- SyntaxHighlighter.brushes.Sass = Brush;
91
-
92
- // CommonJS
93
- typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
94
- })();
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
+ ;(function()
18
+ {
19
+ // CommonJS
20
+ typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
+
22
+ function Brush()
23
+ {
24
+ function getKeywordsCSS(str)
25
+ {
26
+ return '\\b([a-z_]|)' + str.replace(/ /g, '(?=:)\\b|\\b([a-z_\\*]|\\*|)') + '(?=:)\\b';
27
+ };
28
+
29
+ function getValuesCSS(str)
30
+ {
31
+ return '\\b' + str.replace(/ /g, '(?!-)(?!:)\\b|\\b()') + '\:\\b';
32
+ };
33
+
34
+ var keywords = 'ascent azimuth background-attachment background-color background-image background-position ' +
35
+ 'background-repeat background baseline bbox border-collapse border-color border-spacing border-style border-top ' +
36
+ 'border-right border-bottom border-left border-top-color border-right-color border-bottom-color border-left-color ' +
37
+ 'border-top-style border-right-style border-bottom-style border-left-style border-top-width border-right-width ' +
38
+ 'border-bottom-width border-left-width border-width border bottom cap-height caption-side centerline clear clip color ' +
39
+ 'content counter-increment counter-reset cue-after cue-before cue cursor definition-src descent direction display ' +
40
+ 'elevation empty-cells float font-size-adjust font-family font-size font-stretch font-style font-variant font-weight font ' +
41
+ 'height left letter-spacing line-height list-style-image list-style-position list-style-type list-style margin-top ' +
42
+ 'margin-right margin-bottom margin-left margin marker-offset marks mathline max-height max-width min-height min-width orphans ' +
43
+ 'outline-color outline-style outline-width outline overflow padding-top padding-right padding-bottom padding-left padding page ' +
44
+ 'page-break-after page-break-before page-break-inside pause pause-after pause-before pitch pitch-range play-during position ' +
45
+ 'quotes right richness size slope src speak-header speak-numeral speak-punctuation speak speech-rate stemh stemv stress ' +
46
+ 'table-layout text-align top text-decoration text-indent text-shadow text-transform unicode-bidi unicode-range units-per-em ' +
47
+ 'vertical-align visibility voice-family volume white-space widows width widths word-spacing x-height z-index';
48
+
49
+ var values = 'above absolute all always aqua armenian attr aural auto avoid baseline behind below bidi-override black blink block blue bold bolder '+
50
+ 'both bottom braille capitalize caption center center-left center-right circle close-quote code collapse compact condensed '+
51
+ 'continuous counter counters crop cross crosshair cursive dashed decimal decimal-leading-zero digits disc dotted double '+
52
+ 'embed embossed e-resize expanded extra-condensed extra-expanded fantasy far-left far-right fast faster fixed format fuchsia '+
53
+ 'gray green groove handheld hebrew help hidden hide high higher icon inline-table inline inset inside invert italic '+
54
+ 'justify landscape large larger left-side left leftwards level lighter lime line-through list-item local loud lower-alpha '+
55
+ 'lowercase lower-greek lower-latin lower-roman lower low ltr marker maroon medium message-box middle mix move narrower '+
56
+ 'navy ne-resize no-close-quote none no-open-quote no-repeat normal nowrap n-resize nw-resize oblique olive once open-quote outset '+
57
+ 'outside overline pointer portrait pre print projection purple red relative repeat repeat-x repeat-y rgb ridge right right-side '+
58
+ 'rightwards rtl run-in screen scroll semi-condensed semi-expanded separate se-resize show silent silver slower slow '+
59
+ 'small small-caps small-caption smaller soft solid speech spell-out square s-resize static status-bar sub super sw-resize '+
60
+ 'table-caption table-cell table-column table-column-group table-footer-group table-header-group table-row table-row-group teal '+
61
+ 'text-bottom text-top thick thin top transparent tty tv ultra-condensed ultra-expanded underline upper-alpha uppercase upper-latin '+
62
+ 'upper-roman url visible wait white wider w-resize x-fast x-high x-large x-loud x-low x-slow x-small x-soft xx-large xx-small yellow';
63
+
64
+ var fonts = '[mM]onospace [tT]ahoma [vV]erdana [aA]rial [hH]elvetica [sS]ans-serif [sS]erif [cC]ourier mono sans serif';
65
+
66
+ var statements = '!important !default';
67
+ var preprocessor = '@import @extend @debug @warn @if @for @while @mixin @include';
68
+
69
+ var r = SyntaxHighlighter.regexLib;
70
+
71
+ this.regexList = [
72
+ { regex: r.multiLineCComments, css: 'comments' }, // multiline comments
73
+ { regex: r.singleLineCComments, css: 'comments' }, // singleline comments
74
+ { regex: r.doubleQuotedString, css: 'string' }, // double quoted strings
75
+ { regex: r.singleQuotedString, css: 'string' }, // single quoted strings
76
+ { regex: /\#[a-fA-F0-9]{3,6}/g, css: 'value' }, // html colors
77
+ { regex: /\b(-?\d+)(\.\d+)?(px|em|pt|\:|\%|)\b/g, css: 'value' }, // sizes
78
+ { regex: /\$\w+/g, css: 'variable' }, // variables
79
+ { regex: new RegExp(this.getKeywords(statements), 'g'), css: 'color3' }, // statements
80
+ { regex: new RegExp(this.getKeywords(preprocessor), 'g'), css: 'preprocessor' }, // preprocessor
81
+ { regex: new RegExp(getKeywordsCSS(keywords), 'gm'), css: 'keyword' }, // keywords
82
+ { regex: new RegExp(getValuesCSS(values), 'g'), css: 'value' }, // values
83
+ { regex: new RegExp(this.getKeywords(fonts), 'g'), css: 'color1' } // fonts
84
+ ];
85
+ };
86
+
87
+ Brush.prototype = new SyntaxHighlighter.Highlighter();
88
+ Brush.aliases = ['sass', 'scss'];
89
+
90
+ SyntaxHighlighter.brushes.Sass = Brush;
91
+
92
+ // CommonJS
93
+ typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
94
+ })();
syntaxhighlighter3/scripts/shBrushScala.js CHANGED
@@ -1,51 +1,51 @@
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
- ;(function()
18
- {
19
- // CommonJS
20
- typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
-
22
- function Brush()
23
- {
24
- // Contributed by Yegor Jbanov and David Bernard.
25
-
26
- var keywords = 'val sealed case def true trait implicit forSome import match object null finally super ' +
27
- 'override try lazy for var catch throw type extends class while with new final yield abstract ' +
28
- 'else do if return protected private this package false';
29
-
30
- var keyops = '[_:=><%#@]+';
31
-
32
- this.regexList = [
33
- { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
34
- { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments
35
- { regex: SyntaxHighlighter.regexLib.multiLineSingleQuotedString, css: 'string' }, // multi-line strings
36
- { regex: SyntaxHighlighter.regexLib.multiLineDoubleQuotedString, css: 'string' }, // double-quoted string
37
- { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings
38
- { regex: /0x[a-f0-9]+|\d+(\.\d+)?/gi, css: 'value' }, // numbers
39
- { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // keywords
40
- { regex: new RegExp(keyops, 'gm'), css: 'keyword' } // scala keyword
41
- ];
42
- }
43
-
44
- Brush.prototype = new SyntaxHighlighter.Highlighter();
45
- Brush.aliases = ['scala'];
46
-
47
- SyntaxHighlighter.brushes.Scala = Brush;
48
-
49
- // CommonJS
50
- typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
51
- })();
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
+ ;(function()
18
+ {
19
+ // CommonJS
20
+ typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
+
22
+ function Brush()
23
+ {
24
+ // Contributed by Yegor Jbanov and David Bernard.
25
+
26
+ var keywords = 'val sealed case def true trait implicit forSome import match object null finally super ' +
27
+ 'override try lazy for var catch throw type extends class while with new final yield abstract ' +
28
+ 'else do if return protected private this package false';
29
+
30
+ var keyops = '[_:=><%#@]+';
31
+
32
+ this.regexList = [
33
+ { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comments' }, // one line comments
34
+ { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comments' }, // multiline comments
35
+ { regex: SyntaxHighlighter.regexLib.multiLineSingleQuotedString, css: 'string' }, // multi-line strings
36
+ { regex: SyntaxHighlighter.regexLib.multiLineDoubleQuotedString, css: 'string' }, // double-quoted string
37
+ { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // strings
38
+ { regex: /0x[a-f0-9]+|\d+(\.\d+)?/gi, css: 'value' }, // numbers
39
+ { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // keywords
40
+ { regex: new RegExp(keyops, 'gm'), css: 'keyword' } // scala keyword
41
+ ];
42
+ }
43
+
44
+ Brush.prototype = new SyntaxHighlighter.Highlighter();
45
+ Brush.aliases = ['scala'];
46
+
47
+ SyntaxHighlighter.brushes.Scala = Brush;
48
+
49
+ // CommonJS
50
+ typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
51
+ })();
syntaxhighlighter3/scripts/shBrushSql.js CHANGED
@@ -1,66 +1,66 @@
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
- ;(function()
18
- {
19
- // CommonJS
20
- typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
-
22
- function Brush()
23
- {
24
- var funcs = 'abs avg case cast coalesce convert count current_timestamp ' +
25
- 'current_user day isnull left lower month nullif replace right ' +
26
- 'session_user space substring sum system_user upper user year';
27
-
28
- var keywords = 'absolute action add after alter as asc at authorization begin bigint ' +
29
- 'binary bit by cascade char character check checkpoint close collate ' +
30
- 'column commit committed connect connection constraint contains continue ' +
31
- 'create cube current current_date current_time cursor database date ' +
32
- 'deallocate dec decimal declare default delete desc distinct double drop ' +
33
- 'dynamic else end end-exec escape except exec execute false fetch first ' +
34
- 'float for force foreign forward free from full function global goto grant ' +
35
- 'group grouping having hour ignore index inner insensitive insert instead ' +
36
- 'int integer intersect into is isolation key last level load local max min ' +
37
- 'minute modify move name national nchar next no numeric of off on only ' +
38
- 'open option order out output partial password precision prepare primary ' +
39
- 'prior privileges procedure public read real references relative repeatable ' +
40
- 'restrict return returns revoke rollback rollup rows rule schema scroll ' +
41
- 'second section select sequence serializable set size smallint static ' +
42
- 'statistics table temp temporary then time timestamp to top transaction ' +
43
- 'translation trigger true truncate uncommitted union unique update values ' +
44
- 'varchar varying view when where with work';
45
-
46
- var operators = 'all and any between cross in join like not null or outer some';
47
-
48
- this.regexList = [
49
- { regex: /--(.*)$/gm, css: 'comments' }, // one line and multiline comments
50
- { regex: SyntaxHighlighter.regexLib.multiLineDoubleQuotedString, css: 'string' }, // double quoted strings
51
- { regex: SyntaxHighlighter.regexLib.multiLineSingleQuotedString, css: 'string' }, // single quoted strings
52
- { regex: new RegExp(this.getKeywords(funcs), 'gmi'), css: 'color2' }, // functions
53
- { regex: new RegExp(this.getKeywords(operators), 'gmi'), css: 'color1' }, // operators and such
54
- { regex: new RegExp(this.getKeywords(keywords), 'gmi'), css: 'keyword' } // keyword
55
- ];
56
- };
57
-
58
- Brush.prototype = new SyntaxHighlighter.Highlighter();
59
- Brush.aliases = ['sql'];
60
-
61
- SyntaxHighlighter.brushes.Sql = Brush;
62
-
63
- // CommonJS
64
- typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
65
- })();
66
-
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
+ ;(function()
18
+ {
19
+ // CommonJS
20
+ typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
+
22
+ function Brush()
23
+ {
24
+ var funcs = 'abs avg case cast coalesce convert count current_timestamp ' +
25
+ 'current_user day isnull left lower month nullif replace right ' +
26
+ 'session_user space substring sum system_user upper user year';
27
+
28
+ var keywords = 'absolute action add after alter as asc at authorization begin bigint ' +
29
+ 'binary bit by cascade char character check checkpoint close collate ' +
30
+ 'column commit committed connect connection constraint contains continue ' +
31
+ 'create cube current current_date current_time cursor database date ' +
32
+ 'deallocate dec decimal declare default delete desc distinct double drop ' +
33
+ 'dynamic else end end-exec escape except exec execute false fetch first ' +
34
+ 'float for force foreign forward free from full function global goto grant ' +
35
+ 'group grouping having hour ignore index inner insensitive insert instead ' +
36
+ 'int integer intersect into is isolation key last level load local max min ' +
37
+ 'minute modify move name national nchar next no numeric of off on only ' +
38
+ 'open option order out output partial password precision prepare primary ' +
39
+ 'prior privileges procedure public read real references relative repeatable ' +
40
+ 'restrict return returns revoke rollback rollup rows rule schema scroll ' +
41
+ 'second section select sequence serializable set size smallint static ' +
42
+ 'statistics table temp temporary then time timestamp to top transaction ' +
43
+ 'translation trigger true truncate uncommitted union unique update values ' +
44
+ 'varchar varying view when where with work';
45
+
46
+ var operators = 'all and any between cross in join like not null or outer some';
47
+
48
+ this.regexList = [
49
+ { regex: /--(.*)$/gm, css: 'comments' }, // one line and multiline comments
50
+ { regex: SyntaxHighlighter.regexLib.multiLineDoubleQuotedString, css: 'string' }, // double quoted strings
51
+ { regex: SyntaxHighlighter.regexLib.multiLineSingleQuotedString, css: 'string' }, // single quoted strings
52
+ { regex: new RegExp(this.getKeywords(funcs), 'gmi'), css: 'color2' }, // functions
53
+ { regex: new RegExp(this.getKeywords(operators), 'gmi'), css: 'color1' }, // operators and such
54
+ { regex: new RegExp(this.getKeywords(keywords), 'gmi'), css: 'keyword' } // keyword
55
+ ];
56
+ };
57
+
58
+ Brush.prototype = new SyntaxHighlighter.Highlighter();
59
+ Brush.aliases = ['sql'];
60
+
61
+ SyntaxHighlighter.brushes.Sql = Brush;
62
+
63
+ // CommonJS
64
+ typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
65
+ })();
66
+
syntaxhighlighter3/scripts/shBrushVb.js CHANGED
@@ -1,56 +1,56 @@
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
- ;(function()
18
- {
19
- // CommonJS
20
- typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
-
22
- function Brush()
23
- {
24
- var keywords = 'AddHandler AddressOf AndAlso Alias And Ansi As Assembly Auto ' +
25
- 'Boolean ByRef Byte ByVal Call Case Catch CBool CByte CChar CDate ' +
26
- 'CDec CDbl Char CInt Class CLng CObj Const CShort CSng CStr CType ' +
27
- 'Date Decimal Declare Default Delegate Dim DirectCast Do Double Each ' +
28
- 'Else ElseIf End Enum Erase Error Event Exit False Finally For Friend ' +
29
- 'Function Get GetType GoSub GoTo Handles If Implements Imports In ' +
30
- 'Inherits Integer Interface Is Let Lib Like Long Loop Me Mod Module ' +
31
- 'MustInherit MustOverride MyBase MyClass Namespace New Next Not Nothing ' +
32
- 'NotInheritable NotOverridable Object On Option Optional Or OrElse ' +
33
- 'Overloads Overridable Overrides ParamArray Preserve Private Property ' +
34
- 'Protected Public RaiseEvent ReadOnly ReDim REM RemoveHandler Resume ' +
35
- 'Return Select Set Shadows Shared Short Single Static Step Stop String ' +
36
- 'Structure Sub SyncLock Then Throw To True Try TypeOf Unicode Until ' +
37
- 'Variant When While With WithEvents WriteOnly Xor';
38
-
39
- this.regexList = [
40
- { regex: /'.*$/gm, css: 'comments' }, // one line comments
41
- { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings
42
- { regex: /^\s*#.*$/gm, css: 'preprocessor' }, // preprocessor tags like #region and #endregion
43
- { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // vb keyword
44
- ];
45
-
46
- this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags);
47
- };
48
-
49
- Brush.prototype = new SyntaxHighlighter.Highlighter();
50
- Brush.aliases = ['vb', 'vbnet'];
51
-
52
- SyntaxHighlighter.brushes.Vb = Brush;
53
-
54
- // CommonJS
55
- typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
56
- })();
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
+ ;(function()
18
+ {
19
+ // CommonJS
20
+ typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
+
22
+ function Brush()
23
+ {
24
+ var keywords = 'AddHandler AddressOf AndAlso Alias And Ansi As Assembly Auto ' +
25
+ 'Boolean ByRef Byte ByVal Call Case Catch CBool CByte CChar CDate ' +
26
+ 'CDec CDbl Char CInt Class CLng CObj Const CShort CSng CStr CType ' +
27
+ 'Date Decimal Declare Default Delegate Dim DirectCast Do Double Each ' +
28
+ 'Else ElseIf End Enum Erase Error Event Exit False Finally For Friend ' +
29
+ 'Function Get GetType GoSub GoTo Handles If Implements Imports In ' +
30
+ 'Inherits Integer Interface Is Let Lib Like Long Loop Me Mod Module ' +
31
+ 'MustInherit MustOverride MyBase MyClass Namespace New Next Not Nothing ' +
32
+ 'NotInheritable NotOverridable Object On Option Optional Or OrElse ' +
33
+ 'Overloads Overridable Overrides ParamArray Preserve Private Property ' +
34
+ 'Protected Public RaiseEvent ReadOnly ReDim REM RemoveHandler Resume ' +
35
+ 'Return Select Set Shadows Shared Short Single Static Step Stop String ' +
36
+ 'Structure Sub SyncLock Then Throw To True Try TypeOf Unicode Until ' +
37
+ 'Variant When While With WithEvents WriteOnly Xor';
38
+
39
+ this.regexList = [
40
+ { regex: /'.*$/gm, css: 'comments' }, // one line comments
41
+ { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // strings
42
+ { regex: /^\s*#.*$/gm, css: 'preprocessor' }, // preprocessor tags like #region and #endregion
43
+ { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' } // vb keyword
44
+ ];
45
+
46
+ this.forHtmlScript(SyntaxHighlighter.regexLib.aspScriptTags);
47
+ };
48
+
49
+ Brush.prototype = new SyntaxHighlighter.Highlighter();
50
+ Brush.aliases = ['vb', 'vbnet'];
51
+
52
+ SyntaxHighlighter.brushes.Vb = Brush;
53
+
54
+ // CommonJS
55
+ typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
56
+ })();
syntaxhighlighter3/scripts/shBrushXml.js CHANGED
@@ -1,69 +1,69 @@
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
- ;(function()
18
- {
19
- // CommonJS
20
- typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
-
22
- function Brush()
23
- {
24
- function process(match, regexInfo)
25
- {
26
- var constructor = SyntaxHighlighter.Match,
27
- code = match[0],
28
- tag = new XRegExp('(&lt;|<)[\\s\\/\\?]*(?<name>[:\\w-\\.]+)', 'xg').exec(code),
29
- result = []
30
- ;
31
-
32
- if (match.attributes != null)
33
- {
34
- var attributes,
35
- regex = new XRegExp('(?<name> [\\w:\\-\\.]+)' +
36
- '\\s*=\\s*' +
37
- '(?<value> ".*?"|\'.*?\'|\\w+)',
38
- 'xg');
39
-
40
- while ((attributes = regex.exec(code)) != null)
41
- {
42
- result.push(new constructor(attributes.name, match.index + attributes.index, 'color1'));
43
- result.push(new constructor(attributes.value, match.index + attributes.index + attributes[0].indexOf(attributes.value), 'string'));
44
- }
45
- }
46
-
47
- if (tag != null)
48
- result.push(
49
- new constructor(tag.name, match.index + tag[0].indexOf(tag.name), 'keyword')
50
- );
51
-
52
- return result;
53
- }
54
-
55
- this.regexList = [
56
- { regex: new XRegExp('(\\&lt;|<)\\!\\[[\\w\\s]*?\\[(.|\\s)*?\\]\\](\\&gt;|>)', 'gm'), css: 'color2' }, // <![ ... [ ... ]]>
57
- { regex: SyntaxHighlighter.regexLib.xmlComments, css: 'comments' }, // <!-- ... -->
58
- { regex: new XRegExp('(&lt;|<)[\\s\\/\\?]*(\\w+)(?<attributes>.*?)[\\s\\/\\?]*(&gt;|>)', 'sg'), func: process }
59
- ];
60
- };
61
-
62
- Brush.prototype = new SyntaxHighlighter.Highlighter();
63
- Brush.aliases = ['xml', 'xhtml', 'xslt', 'html'];
64
-
65
- SyntaxHighlighter.brushes.Xml = Brush;
66
-
67
- // CommonJS
68
- typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
69
- })();
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
+ ;(function()
18
+ {
19
+ // CommonJS
20
+ typeof(require) != 'undefined' ? SyntaxHighlighter = require('shCore').SyntaxHighlighter : null;
21
+
22
+ function Brush()
23
+ {
24
+ function process(match, regexInfo)
25
+ {
26
+ var constructor = SyntaxHighlighter.Match,
27
+ code = match[0],
28
+ tag = new XRegExp('(&lt;|<)[\\s\\/\\?]*(?<name>[:\\w-\\.]+)', 'xg').exec(code),
29
+ result = []
30
+ ;
31
+
32
+ if (match.attributes != null)
33
+ {
34
+ var attributes,
35
+ regex = new XRegExp('(?<name> [\\w:\\-\\.]+)' +
36
+ '\\s*=\\s*' +
37
+ '(?<value> ".*?"|\'.*?\'|\\w+)',
38
+ 'xg');
39
+
40
+ while ((attributes = regex.exec(code)) != null)
41
+ {
42
+ result.push(new constructor(attributes.name, match.index + attributes.index, 'color1'));
43
+ result.push(new constructor(attributes.value, match.index + attributes.index + attributes[0].indexOf(attributes.value), 'string'));
44
+ }
45
+ }
46
+
47
+ if (tag != null)
48
+ result.push(
49
+ new constructor(tag.name, match.index + tag[0].indexOf(tag.name), 'keyword')
50
+ );
51
+
52
+ return result;
53
+ }
54
+
55
+ this.regexList = [
56
+ { regex: new XRegExp('(\\&lt;|<)\\!\\[[\\w\\s]*?\\[(.|\\s)*?\\]\\](\\&gt;|>)', 'gm'), css: 'color2' }, // <![ ... [ ... ]]>
57
+ { regex: SyntaxHighlighter.regexLib.xmlComments, css: 'comments' }, // <!-- ... -->
58
+ { regex: new XRegExp('(&lt;|<)[\\s\\/\\?]*(\\w+)(?<attributes>.*?)[\\s\\/\\?]*(&gt;|>)', 'sg'), func: process }
59
+ ];
60
+ };
61
+
62
+ Brush.prototype = new SyntaxHighlighter.Highlighter();
63
+ Brush.aliases = ['xml', 'xhtml', 'xslt', 'html'];
64
+
65
+ SyntaxHighlighter.brushes.Xml = Brush;
66
+
67
+ // CommonJS
68
+ typeof(exports) != 'undefined' ? exports.Brush = Brush : null;
69
+ })();
syntaxhighlighter3/scripts/shCore.js CHANGED
@@ -1,17 +1,17 @@
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(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?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}('K M;I(M)1S 2U("2a\'t 4k M 4K 2g 3l 4G 4H");(6(){6 r(f,e){I(!M.1R(f))1S 3m("3s 15 4R");K a=f.1w;f=M(f.1m,t(f)+(e||""));I(a)f.1w={1m:a.1m,19:a.19?a.19.1a(0):N};H f}6 t(f){H(f.1J?"g":"")+(f.4s?"i":"")+(f.4p?"m":"")+(f.4v?"x":"")+(f.3n?"y":"")}6 B(f,e,a,b){K c=u.L,d,h,g;v=R;5K{O(;c--;){g=u[c];I(a&g.3r&&(!g.2p||g.2p.W(b))){g.2q.12=e;I((h=g.2q.X(f))&&h.P===e){d={3k:g.2b.W(b,h,a),1C:h};1N}}}}5v(i){1S i}5q{v=11}H d}6 p(f,e,a){I(3b.Z.1i)H f.1i(e,a);O(a=a||0;a<f.L;a++)I(f[a]===e)H a;H-1}M=6(f,e){K a=[],b=M.1B,c=0,d,h;I(M.1R(f)){I(e!==1d)1S 3m("2a\'t 5r 5I 5F 5B 5C 15 5E 5p");H r(f)}I(v)1S 2U("2a\'t W 3l M 59 5m 5g 5x 5i");e=e||"";O(d={2N:11,19:[],2K:6(g){H e.1i(g)>-1},3d:6(g){e+=g}};c<f.L;)I(h=B(f,c,b,d)){a.U(h.3k);c+=h.1C[0].L||1}Y I(h=n.X.W(z[b],f.1a(c))){a.U(h[0]);c+=h[0].L}Y{h=f.3a(c);I(h==="[")b=M.2I;Y I(h==="]")b=M.1B;a.U(h);c++}a=15(a.1K(""),n.Q.W(e,w,""));a.1w={1m:f,19:d.2N?d.19:N};H a};M.3v="1.5.0";M.2I=1;M.1B=2;K C=/\\$(?:(\\d\\d?|[$&`\'])|{([$\\w]+)})/g,w=/[^5h]+|([\\s\\S])(?=[\\s\\S]*\\1)/g,A=/^(?:[?*+]|{\\d+(?:,\\d*)?})\\??/,v=11,u=[],n={X:15.Z.X,1A:15.Z.1A,1C:1r.Z.1C,Q:1r.Z.Q,1e:1r.Z.1e},x=n.X.W(/()??/,"")[1]===1d,D=6(){K f=/^/g;n.1A.W(f,"");H!f.12}(),y=6(){K f=/x/g;n.Q.W("x",f,"");H!f.12}(),E=15.Z.3n!==1d,z={};z[M.2I]=/^(?:\\\\(?:[0-3][0-7]{0,2}|[4-7][0-7]?|x[\\29-26-f]{2}|u[\\29-26-f]{4}|c[A-3o-z]|[\\s\\S]))/;z[M.1B]=/^(?:\\\\(?:0(?:[0-3][0-7]{0,2}|[4-7][0-7]?)?|[1-9]\\d*|x[\\29-26-f]{2}|u[\\29-26-f]{4}|c[A-3o-z]|[\\s\\S])|\\(\\?[:=!]|[?*+]\\?|{\\d+(?:,\\d*)?}\\??)/;M.1h=6(f,e,a,b){u.U({2q:r(f,"g"+(E?"y":"")),2b:e,3r:a||M.1B,2p:b||N})};M.2n=6(f,e){K a=f+"/"+(e||"");H M.2n[a]||(M.2n[a]=M(f,e))};M.3c=6(f){H r(f,"g")};M.5l=6(f){H f.Q(/[-[\\]{}()*+?.,\\\\^$|#\\s]/g,"\\\\$&")};M.5e=6(f,e,a,b){e=r(e,"g"+(b&&E?"y":""));e.12=a=a||0;f=e.X(f);H b?f&&f.P===a?f:N:f};M.3q=6(){M.1h=6(){1S 2U("2a\'t 55 1h 54 3q")}};M.1R=6(f){H 53.Z.1q.W(f)==="[2m 15]"};M.3p=6(f,e,a,b){O(K c=r(e,"g"),d=-1,h;h=c.X(f);){a.W(b,h,++d,f,c);c.12===h.P&&c.12++}I(e.1J)e.12=0};M.57=6(f,e){H 6 a(b,c){K d=e[c].1I?e[c]:{1I:e[c]},h=r(d.1I,"g"),g=[],i;O(i=0;i<b.L;i++)M.3p(b[i],h,6(k){g.U(d.3j?k[d.3j]||"":k[0])});H c===e.L-1||!g.L?g:a(g,c+1)}([f],0)};15.Z.1p=6(f,e){H J.X(e[0])};15.Z.W=6(f,e){H J.X(e)};15.Z.X=6(f){K e=n.X.1p(J,14),a;I(e){I(!x&&e.L>1&&p(e,"")>-1){a=15(J.1m,n.Q.W(t(J),"g",""));n.Q.W(f.1a(e.P),a,6(){O(K c=1;c<14.L-2;c++)I(14[c]===1d)e[c]=1d})}I(J.1w&&J.1w.19)O(K b=1;b<e.L;b++)I(a=J.1w.19[b-1])e[a]=e[b];!D&&J.1J&&!e[0].L&&J.12>e.P&&J.12--}H e};I(!D)15.Z.1A=6(f){(f=n.X.W(J,f))&&J.1J&&!f[0].L&&J.12>f.P&&J.12--;H!!f};1r.Z.1C=6(f){M.1R(f)||(f=15(f));I(f.1J){K e=n.1C.1p(J,14);f.12=0;H e}H f.X(J)};1r.Z.Q=6(f,e){K a=M.1R(f),b,c;I(a&&1j e.58()==="3f"&&e.1i("${")===-1&&y)H n.Q.1p(J,14);I(a){I(f.1w)b=f.1w.19}Y f+="";I(1j e==="6")c=n.Q.W(J,f,6(){I(b){14[0]=1f 1r(14[0]);O(K d=0;d<b.L;d++)I(b[d])14[0][b[d]]=14[d+1]}I(a&&f.1J)f.12=14[14.L-2]+14[0].L;H e.1p(N,14)});Y{c=J+"";c=n.Q.W(c,f,6(){K d=14;H n.Q.W(e,C,6(h,g,i){I(g)5b(g){24"$":H"$";24"&":H d[0];24"`":H d[d.L-1].1a(0,d[d.L-2]);24"\'":H d[d.L-1].1a(d[d.L-2]+d[0].L);5a:i="";g=+g;I(!g)H h;O(;g>d.L-3;){i=1r.Z.1a.W(g,-1)+i;g=1Q.3i(g/10)}H(g?d[g]||"":"$")+i}Y{g=+i;I(g<=d.L-3)H d[g];g=b?p(b,i):-1;H g>-1?d[g+1]:h}})})}I(a&&f.1J)f.12=0;H c};1r.Z.1e=6(f,e){I(!M.1R(f))H n.1e.1p(J,14);K a=J+"",b=[],c=0,d,h;I(e===1d||+e<0)e=5D;Y{e=1Q.3i(+e);I(!e)H[]}O(f=M.3c(f);d=f.X(a);){I(f.12>c){b.U(a.1a(c,d.P));d.L>1&&d.P<a.L&&3b.Z.U.1p(b,d.1a(1));h=d[0].L;c=f.12;I(b.L>=e)1N}f.12===d.P&&f.12++}I(c===a.L){I(!n.1A.W(f,"")||h)b.U("")}Y b.U(a.1a(c));H b.L>e?b.1a(0,e):b};M.1h(/\\(\\?#[^)]*\\)/,6(f){H n.1A.W(A,f.2S.1a(f.P+f[0].L))?"":"(?:)"});M.1h(/\\((?!\\?)/,6(){J.19.U(N);H"("});M.1h(/\\(\\?<([$\\w]+)>/,6(f){J.19.U(f[1]);J.2N=R;H"("});M.1h(/\\\\k<([\\w$]+)>/,6(f){K e=p(J.19,f[1]);H e>-1?"\\\\"+(e+1)+(3R(f.2S.3a(f.P+f[0].L))?"":"(?:)"):f[0]});M.1h(/\\[\\^?]/,6(f){H f[0]==="[]"?"\\\\b\\\\B":"[\\\\s\\\\S]"});M.1h(/^\\(\\?([5A]+)\\)/,6(f){J.3d(f[1]);H""});M.1h(/(?:\\s+|#.*)+/,6(f){H n.1A.W(A,f.2S.1a(f.P+f[0].L))?"":"(?:)"},M.1B,6(){H J.2K("x")});M.1h(/\\./,6(){H"[\\\\s\\\\S]"},M.1B,6(){H J.2K("s")})})();1j 2e!="1d"&&(2e.M=M);K 1v=6(){6 r(a,b){a.1l.1i(b)!=-1||(a.1l+=" "+b)}6 t(a){H a.1i("3e")==0?a:"3e"+a}6 B(a){H e.1Y.2A[t(a)]}6 p(a,b,c){I(a==N)H N;K d=c!=R?a.3G:[a.2G],h={"#":"1c",".":"1l"}[b.1o(0,1)]||"3h",g,i;g=h!="3h"?b.1o(1):b.5u();I((a[h]||"").1i(g)!=-1)H a;O(a=0;d&&a<d.L&&i==N;a++)i=p(d[a],b,c);H i}6 C(a,b){K c={},d;O(d 2g a)c[d]=a[d];O(d 2g b)c[d]=b[d];H c}6 w(a,b,c,d){6 h(g){g=g||1P.5y;I(!g.1F){g.1F=g.52;g.3N=6(){J.5w=11}}c.W(d||1P,g)}a.3g?a.3g("4U"+b,h):a.4y(b,h,11)}6 A(a,b){K c=e.1Y.2j,d=N;I(c==N){c={};O(K h 2g e.1U){K g=e.1U[h];d=g.4x;I(d!=N){g.1V=h.4w();O(g=0;g<d.L;g++)c[d[g]]=h}}e.1Y.2j=c}d=e.1U[c[a]];d==N&&b!=11&&1P.1X(e.13.1x.1X+(e.13.1x.3E+a));H d}6 v(a,b){O(K c=a.1e("\\n"),d=0;d<c.L;d++)c[d]=b(c[d],d);H c.1K("\\n")}6 u(a,b){I(a==N||a.L==0||a=="\\n")H a;a=a.Q(/</g,"&1y;");a=a.Q(/ {2,}/g,6(c){O(K d="",h=0;h<c.L-1;h++)d+=e.13.1W;H d+" "});I(b!=N)a=v(a,6(c){I(c.L==0)H"";K d="";c=c.Q(/^(&2s;| )+/,6(h){d=h;H""});I(c.L==0)H d;H d+\'<17 1g="\'+b+\'">\'+c+"</17>"});H a}6 n(a,b){a.1e("\\n");O(K c="",d=0;d<50;d++)c+=" ";H a=v(a,6(h){I(h.1i("\\t")==-1)H h;O(K g=0;(g=h.1i("\\t"))!=-1;)h=h.1o(0,g)+c.1o(0,b-g%b)+h.1o(g+1,h.L);H h})}6 x(a){H a.Q(/^\\s+|\\s+$/g,"")}6 D(a,b){I(a.P<b.P)H-1;Y I(a.P>b.P)H 1;Y I(a.L<b.L)H-1;Y I(a.L>b.L)H 1;H 0}6 y(a,b){6 c(k){H k[0]}O(K d=N,h=[],g=b.2D?b.2D:c;(d=b.1I.X(a))!=N;){K i=g(d,b);I(1j i=="3f")i=[1f e.2L(i,d.P,b.23)];h=h.1O(i)}H h}6 E(a){K b=/(.*)((&1G;|&1y;).*)/;H a.Q(e.3A.3M,6(c){K d="",h=N;I(h=b.X(c)){c=h[1];d=h[2]}H\'<a 2h="\'+c+\'">\'+c+"</a>"+d})}6 z(){O(K a=1E.36("1k"),b=[],c=0;c<a.L;c++)a[c].3s=="20"&&b.U(a[c]);H b}6 f(a){a=a.1F;K b=p(a,".20",R);a=p(a,".3O",R);K c=1E.4i("3t");I(!(!a||!b||p(a,"3t"))){B(b.1c);r(b,"1m");O(K d=a.3G,h=[],g=0;g<d.L;g++)h.U(d[g].4z||d[g].4A);h=h.1K("\\r");c.39(1E.4D(h));a.39(c);c.2C();c.4C();w(c,"4u",6(){c.2G.4E(c);b.1l=b.1l.Q("1m","")})}}I(1j 3F!="1d"&&1j M=="1d")M=3F("M").M;K e={2v:{"1g-27":"","2i-1s":1,"2z-1s-2t":11,1M:N,1t:N,"42-45":R,"43-22":4,1u:R,16:R,"3V-17":R,2l:11,"41-40":R,2k:11,"1z-1k":11},13:{1W:"&2s;",2M:R,46:11,44:11,34:"4n",1x:{21:"4o 1m",2P:"?",1X:"1v\\n\\n",3E:"4r\'t 4t 1D O: ",4g:"4m 4B\'t 51 O 1z-1k 4F: ",37:\'<!4T 1z 4S "-//4V//3H 4W 1.0 4Z//4Y" "1Z://2y.3L.3K/4X/3I/3H/3I-4P.4J"><1z 4I="1Z://2y.3L.3K/4L/5L"><3J><4N 1Z-4M="5G-5M" 6K="2O/1z; 6J=6I-8" /><1t>6L 1v</1t></3J><3B 1L="25-6M:6Q,6P,6O,6N-6F;6y-2f:#6x;2f:#6w;25-22:6v;2O-3D:3C;"><T 1L="2O-3D:3C;3w-32:1.6z;"><T 1L="25-22:6A-6E;">1v</T><T 1L="25-22:.6C;3w-6B:6R;"><T>3v 3.0.76 (72 73 3x)</T><T><a 2h="1Z://3u.2w/1v" 1F="38" 1L="2f:#3y">1Z://3u.2w/1v</a></T><T>70 17 6U 71.</T><T>6T 6X-3x 6Y 6D.</T></T><T>6t 61 60 J 1k, 5Z <a 2h="6u://2y.62.2w/63-66/65?64=5X-5W&5P=5O" 1L="2f:#3y">5R</a> 5V <2R/>5U 5T 5S!</T></T></3B></1z>\'}},1Y:{2j:N,2A:{}},1U:{},3A:{6n:/\\/\\*[\\s\\S]*?\\*\\//2c,6m:/\\/\\/.*$/2c,6l:/#.*$/2c,6k:/"([^\\\\"\\n]|\\\\.)*"/g,6o:/\'([^\\\\\'\\n]|\\\\.)*\'/g,6p:1f M(\'"([^\\\\\\\\"]|\\\\\\\\.)*"\',"3z"),6s:1f M("\'([^\\\\\\\\\']|\\\\\\\\.)*\'","3z"),6q:/(&1y;|<)!--[\\s\\S]*?--(&1G;|>)/2c,3M:/\\w+:\\/\\/[\\w-.\\/?%&=:@;]*/g,6a:{18:/(&1y;|<)\\?=?/g,1b:/\\?(&1G;|>)/g},69:{18:/(&1y;|<)%=?/g,1b:/%(&1G;|>)/g},6d:{18:/(&1y;|<)\\s*1k.*?(&1G;|>)/2T,1b:/(&1y;|<)\\/\\s*1k\\s*(&1G;|>)/2T}},16:{1H:6(a){6 b(i,k){H e.16.2o(i,k,e.13.1x[k])}O(K c=\'<T 1g="16">\',d=e.16.2x,h=d.2X,g=0;g<h.L;g++)c+=(d[h[g]].1H||b)(a,h[g]);c+="</T>";H c},2o:6(a,b,c){H\'<2W><a 2h="#" 1g="6e 6h\'+b+" "+b+\'">\'+c+"</a></2W>"},2b:6(a){K b=a.1F,c=b.1l||"";b=B(p(b,".20",R).1c);K d=6(h){H(h=15(h+"6f(\\\\w+)").X(c))?h[1]:N}("6g");b&&d&&e.16.2x[d].2B(b);a.3N()},2x:{2X:["21","2P"],21:{1H:6(a){I(a.V("2l")!=R)H"";K b=a.V("1t");H e.16.2o(a,"21",b?b:e.13.1x.21)},2B:6(a){a=1E.6j(t(a.1c));a.1l=a.1l.Q("47","")}},2P:{2B:6(){K a="68=0";a+=", 18="+(31.30-33)/2+", 32="+(31.2Z-2Y)/2+", 30=33, 2Z=2Y";a=a.Q(/^,/,"");a=1P.6Z("","38",a);a.2C();K b=a.1E;b.6W(e.13.1x.37);b.6V();a.2C()}}}},35:6(a,b){K c;I(b)c=[b];Y{c=1E.36(e.13.34);O(K d=[],h=0;h<c.L;h++)d.U(c[h]);c=d}c=c;d=[];I(e.13.2M)c=c.1O(z());I(c.L===0)H d;O(h=0;h<c.L;h++){O(K g=c[h],i=a,k=c[h].1l,j=3W 0,l={},m=1f M("^\\\\[(?<2V>(.*?))\\\\]$"),s=1f M("(?<27>[\\\\w-]+)\\\\s*:\\\\s*(?<1T>[\\\\w-%#]+|\\\\[.*?\\\\]|\\".*?\\"|\'.*?\')\\\\s*;?","g");(j=s.X(k))!=N;){K o=j.1T.Q(/^[\'"]|[\'"]$/g,"");I(o!=N&&m.1A(o)){o=m.X(o);o=o.2V.L>0?o.2V.1e(/\\s*,\\s*/):[]}l[j.27]=o}g={1F:g,1n:C(i,l)};g.1n.1D!=N&&d.U(g)}H d},1M:6(a,b){K c=J.35(a,b),d=N,h=e.13;I(c.L!==0)O(K g=0;g<c.L;g++){b=c[g];K i=b.1F,k=b.1n,j=k.1D,l;I(j!=N){I(k["1z-1k"]=="R"||e.2v["1z-1k"]==R){d=1f e.4l(j);j="4O"}Y I(d=A(j))d=1f d;Y 6H;l=i.3X;I(h.2M){l=l;K m=x(l),s=11;I(m.1i("<![6G[")==0){m=m.4h(9);s=R}K o=m.L;I(m.1i("]]\\>")==o-3){m=m.4h(0,o-3);s=R}l=s?m:l}I((i.1t||"")!="")k.1t=i.1t;k.1D=j;d.2Q(k);b=d.2F(l);I((i.1c||"")!="")b.1c=i.1c;i.2G.74(b,i)}}},2E:6(a){w(1P,"4k",6(){e.1M(a)})}};e.2E=e.2E;e.1M=e.1M;e.2L=6(a,b,c){J.1T=a;J.P=b;J.L=a.L;J.23=c;J.1V=N};e.2L.Z.1q=6(){H J.1T};e.4l=6(a){6 b(j,l){O(K m=0;m<j.L;m++)j[m].P+=l}K c=A(a),d,h=1f e.1U.5Y,g=J,i="2F 1H 2Q".1e(" ");I(c!=N){d=1f c;O(K k=0;k<i.L;k++)(6(){K j=i[k];g[j]=6(){H h[j].1p(h,14)}})();d.28==N?1P.1X(e.13.1x.1X+(e.13.1x.4g+a)):h.2J.U({1I:d.28.17,2D:6(j){O(K l=j.17,m=[],s=d.2J,o=j.P+j.18.L,F=d.28,q,G=0;G<s.L;G++){q=y(l,s[G]);b(q,o);m=m.1O(q)}I(F.18!=N&&j.18!=N){q=y(j.18,F.18);b(q,j.P);m=m.1O(q)}I(F.1b!=N&&j.1b!=N){q=y(j.1b,F.1b);b(q,j.P+j[0].5Q(j.1b));m=m.1O(q)}O(j=0;j<m.L;j++)m[j].1V=c.1V;H m}})}};e.4j=6(){};e.4j.Z={V:6(a,b){K c=J.1n[a];c=c==N?b:c;K d={"R":R,"11":11}[c];H d==N?c:d},3Y:6(a){H 1E.4i(a)},4c:6(a,b){K c=[];I(a!=N)O(K d=0;d<a.L;d++)I(1j a[d]=="2m")c=c.1O(y(b,a[d]));H J.4e(c.6b(D))},4e:6(a){O(K b=0;b<a.L;b++)I(a[b]!==N)O(K c=a[b],d=c.P+c.L,h=b+1;h<a.L&&a[b]!==N;h++){K g=a[h];I(g!==N)I(g.P>d)1N;Y I(g.P==c.P&&g.L>c.L)a[b]=N;Y I(g.P>=c.P&&g.P<d)a[h]=N}H a},4d:6(a){K b=[],c=2u(J.V("2i-1s"));v(a,6(d,h){b.U(h+c)});H b},3U:6(a){K b=J.V("1M",[]);I(1j b!="2m"&&b.U==N)b=[b];a:{a=a.1q();K c=3W 0;O(c=c=1Q.6c(c||0,0);c<b.L;c++)I(b[c]==a){b=c;1N a}b=-1}H b!=-1},2r:6(a,b,c){a=["1s","6i"+b,"P"+a,"6r"+(b%2==0?1:2).1q()];J.3U(b)&&a.U("67");b==0&&a.U("1N");H\'<T 1g="\'+a.1K(" ")+\'">\'+c+"</T>"},3Q:6(a,b){K c="",d=a.1e("\\n").L,h=2u(J.V("2i-1s")),g=J.V("2z-1s-2t");I(g==R)g=(h+d-1).1q().L;Y I(3R(g)==R)g=0;O(K i=0;i<d;i++){K k=b?b[i]:h+i,j;I(k==0)j=e.13.1W;Y{j=g;O(K l=k.1q();l.L<j;)l="0"+l;j=l}a=j;c+=J.2r(i,k,a)}H c},49:6(a,b){a=x(a);K c=a.1e("\\n");J.V("2z-1s-2t");K d=2u(J.V("2i-1s"));a="";O(K h=J.V("1D"),g=0;g<c.L;g++){K i=c[g],k=/^(&2s;|\\s)+/.X(i),j=N,l=b?b[g]:d+g;I(k!=N){j=k[0].1q();i=i.1o(j.L);j=j.Q(" ",e.13.1W)}i=x(i);I(i.L==0)i=e.13.1W;a+=J.2r(g,l,(j!=N?\'<17 1g="\'+h+\' 5N">\'+j+"</17>":"")+i)}H a},4f:6(a){H a?"<4a>"+a+"</4a>":""},4b:6(a,b){6 c(l){H(l=l?l.1V||g:g)?l+" ":""}O(K d=0,h="",g=J.V("1D",""),i=0;i<b.L;i++){K k=b[i],j;I(!(k===N||k.L===0)){j=c(k);h+=u(a.1o(d,k.P-d),j+"48")+u(k.1T,j+k.23);d=k.P+k.L+(k.75||0)}}h+=u(a.1o(d),c()+"48");H h},1H:6(a){K b="",c=["20"],d;I(J.V("2k")==R)J.1n.16=J.1n.1u=11;1l="20";J.V("2l")==R&&c.U("47");I((1u=J.V("1u"))==11)c.U("6S");c.U(J.V("1g-27"));c.U(J.V("1D"));a=a.Q(/^[ ]*[\\n]+|[\\n]*[ ]*$/g,"").Q(/\\r/g," ");b=J.V("43-22");I(J.V("42-45")==R)a=n(a,b);Y{O(K h="",g=0;g<b;g++)h+=" ";a=a.Q(/\\t/g,h)}a=a;a:{b=a=a;h=/<2R\\s*\\/?>|&1y;2R\\s*\\/?&1G;/2T;I(e.13.46==R)b=b.Q(h,"\\n");I(e.13.44==R)b=b.Q(h,"");b=b.1e("\\n");h=/^\\s*/;g=4Q;O(K i=0;i<b.L&&g>0;i++){K k=b[i];I(x(k).L!=0){k=h.X(k);I(k==N){a=a;1N a}g=1Q.4q(k[0].L,g)}}I(g>0)O(i=0;i<b.L;i++)b[i]=b[i].1o(g);a=b.1K("\\n")}I(1u)d=J.4d(a);b=J.4c(J.2J,a);b=J.4b(a,b);b=J.49(b,d);I(J.V("41-40"))b=E(b);1j 2H!="1d"&&2H.3S&&2H.3S.1C(/5s/)&&c.U("5t");H b=\'<T 1c="\'+t(J.1c)+\'" 1g="\'+c.1K(" ")+\'">\'+(J.V("16")?e.16.1H(J):"")+\'<3Z 5z="0" 5H="0" 5J="0">\'+J.4f(J.V("1t"))+"<3T><3P>"+(1u?\'<2d 1g="1u">\'+J.3Q(a)+"</2d>":"")+\'<2d 1g="17"><T 1g="3O">\'+b+"</T></2d></3P></3T></3Z></T>"},2F:6(a){I(a===N)a="";J.17=a;K b=J.3Y("T");b.3X=J.1H(a);J.V("16")&&w(p(b,".16"),"5c",e.16.2b);J.V("3V-17")&&w(p(b,".17"),"56",f);H b},2Q:6(a){J.1c=""+1Q.5d(1Q.5n()*5k).1q();e.1Y.2A[t(J.1c)]=J;J.1n=C(e.2v,a||{});I(J.V("2k")==R)J.1n.16=J.1n.1u=11},5j:6(a){a=a.Q(/^\\s+|\\s+$/g,"").Q(/\\s+/g,"|");H"\\\\b(?:"+a+")\\\\b"},5f:6(a){J.28={18:{1I:a.18,23:"1k"},1b:{1I:a.1b,23:"1k"},17:1f M("(?<18>"+a.18.1m+")(?<17>.*?)(?<1b>"+a.1b.1m+")","5o")}}};H e}();1j 2e!="1d"&&(2e.1v=1v);',62,441,'||||||function|||||||||||||||||||||||||||||||||||||return|if|this|var|length|XRegExp|null|for|index|replace|true||div|push|getParam|call|exec|else|prototype||false|lastIndex|config|arguments|RegExp|toolbar|code|left|captureNames|slice|right|id|undefined|split|new|class|addToken|indexOf|typeof|script|className|source|params|substr|apply|toString|String|line|title|gutter|SyntaxHighlighter|_xregexp|strings|lt|html|test|OUTSIDE_CLASS|match|brush|document|target|gt|getHtml|regex|global|join|style|highlight|break|concat|window|Math|isRegExp|throw|value|brushes|brushName|space|alert|vars|http|syntaxhighlighter|expandSource|size|css|case|font|Fa|name|htmlScript|dA|can|handler|gm|td|exports|color|in|href|first|discoveredBrushes|light|collapse|object|cache|getButtonHtml|trigger|pattern|getLineHtml|nbsp|numbers|parseInt|defaults|com|items|www|pad|highlighters|execute|focus|func|all|getDiv|parentNode|navigator|INSIDE_CLASS|regexList|hasFlag|Match|useScriptTags|hasNamedCapture|text|help|init|br|input|gi|Error|values|span|list|250|height|width|screen|top|500|tagName|findElements|getElementsByTagName|aboutDialog|_blank|appendChild|charAt|Array|copyAsGlobal|setFlag|highlighter_|string|attachEvent|nodeName|floor|backref|output|the|TypeError|sticky|Za|iterate|freezeTokens|scope|type|textarea|alexgorbatchev|version|margin|2010|005896|gs|regexLib|body|center|align|noBrush|require|childNodes|DTD|xhtml1|head|org|w3|url|preventDefault|container|tr|getLineNumbersHtml|isNaN|userAgent|tbody|isLineHighlighted|quick|void|innerHTML|create|table|links|auto|smart|tab|stripBrs|tabs|bloggerMode|collapsed|plain|getCodeLinesHtml|caption|getMatchesHtml|findMatches|figureOutLineNumbers|removeNestedMatches|getTitleHtml|brushNotHtmlScript|substring|createElement|Highlighter|load|HtmlScript|Brush|pre|expand|multiline|min|Can|ignoreCase|find|blur|extended|toLowerCase|aliases|addEventListener|innerText|textContent|wasn|select|createTextNode|removeChild|option|same|frame|xmlns|dtd|twice|1999|equiv|meta|htmlscript|transitional|1E3|expected|PUBLIC|DOCTYPE|on|W3C|XHTML|TR|EN|Transitional||configured|srcElement|Object|after|run|dblclick|matchChain|valueOf|constructor|default|switch|click|round|execAt|forHtmlScript|token|gimy|functions|getKeywords|1E6|escape|within|random|sgi|another|finally|supply|MSIE|ie|toUpperCase|catch|returnValue|definition|event|border|imsx|constructing|one|Infinity|from|when|Content|cellpadding|flags|cellspacing|try|xhtml|Type|spaces|2930402|hosted_button_id|lastIndexOf|donate|active|development|keep|to|xclick|_s|Xml|please|like|you|paypal|cgi|cmd|webscr|bin|highlighted|scrollbars|aspScriptTags|phpScriptTags|sort|max|scriptScriptTags|toolbar_item|_|command|command_|number|getElementById|doubleQuotedString|singleLinePerlComments|singleLineCComments|multiLineCComments|singleQuotedString|multiLineDoubleQuotedString|xmlComments|alt|multiLineSingleQuotedString|If|https|1em|000|fff|background|5em|xx|bottom|75em|Gorbatchev|large|serif|CDATA|continue|utf|charset|content|About|family|sans|Helvetica|Arial|Geneva|3em|nogutter|Copyright|syntax|close|write|2004|Alex|open|JavaScript|highlighter|July|02|replaceChild|offset|83'.split('|'),0,{}))
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(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?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}('K M;I(M)1S 2U("2a\'t 4k M 4K 2g 3l 4G 4H");(6(){6 r(f,e){I(!M.1R(f))1S 3m("3s 15 4R");K a=f.1w;f=M(f.1m,t(f)+(e||""));I(a)f.1w={1m:a.1m,19:a.19?a.19.1a(0):N};H f}6 t(f){H(f.1J?"g":"")+(f.4s?"i":"")+(f.4p?"m":"")+(f.4v?"x":"")+(f.3n?"y":"")}6 B(f,e,a,b){K c=u.L,d,h,g;v=R;5K{O(;c--;){g=u[c];I(a&g.3r&&(!g.2p||g.2p.W(b))){g.2q.12=e;I((h=g.2q.X(f))&&h.P===e){d={3k:g.2b.W(b,h,a),1C:h};1N}}}}5v(i){1S i}5q{v=11}H d}6 p(f,e,a){I(3b.Z.1i)H f.1i(e,a);O(a=a||0;a<f.L;a++)I(f[a]===e)H a;H-1}M=6(f,e){K a=[],b=M.1B,c=0,d,h;I(M.1R(f)){I(e!==1d)1S 3m("2a\'t 5r 5I 5F 5B 5C 15 5E 5p");H r(f)}I(v)1S 2U("2a\'t W 3l M 59 5m 5g 5x 5i");e=e||"";O(d={2N:11,19:[],2K:6(g){H e.1i(g)>-1},3d:6(g){e+=g}};c<f.L;)I(h=B(f,c,b,d)){a.U(h.3k);c+=h.1C[0].L||1}Y I(h=n.X.W(z[b],f.1a(c))){a.U(h[0]);c+=h[0].L}Y{h=f.3a(c);I(h==="[")b=M.2I;Y I(h==="]")b=M.1B;a.U(h);c++}a=15(a.1K(""),n.Q.W(e,w,""));a.1w={1m:f,19:d.2N?d.19:N};H a};M.3v="1.5.0";M.2I=1;M.1B=2;K C=/\\$(?:(\\d\\d?|[$&`\'])|{([$\\w]+)})/g,w=/[^5h]+|([\\s\\S])(?=[\\s\\S]*\\1)/g,A=/^(?:[?*+]|{\\d+(?:,\\d*)?})\\??/,v=11,u=[],n={X:15.Z.X,1A:15.Z.1A,1C:1r.Z.1C,Q:1r.Z.Q,1e:1r.Z.1e},x=n.X.W(/()??/,"")[1]===1d,D=6(){K f=/^/g;n.1A.W(f,"");H!f.12}(),y=6(){K f=/x/g;n.Q.W("x",f,"");H!f.12}(),E=15.Z.3n!==1d,z={};z[M.2I]=/^(?:\\\\(?:[0-3][0-7]{0,2}|[4-7][0-7]?|x[\\29-26-f]{2}|u[\\29-26-f]{4}|c[A-3o-z]|[\\s\\S]))/;z[M.1B]=/^(?:\\\\(?:0(?:[0-3][0-7]{0,2}|[4-7][0-7]?)?|[1-9]\\d*|x[\\29-26-f]{2}|u[\\29-26-f]{4}|c[A-3o-z]|[\\s\\S])|\\(\\?[:=!]|[?*+]\\?|{\\d+(?:,\\d*)?}\\??)/;M.1h=6(f,e,a,b){u.U({2q:r(f,"g"+(E?"y":"")),2b:e,3r:a||M.1B,2p:b||N})};M.2n=6(f,e){K a=f+"/"+(e||"");H M.2n[a]||(M.2n[a]=M(f,e))};M.3c=6(f){H r(f,"g")};M.5l=6(f){H f.Q(/[-[\\]{}()*+?.,\\\\^$|#\\s]/g,"\\\\$&")};M.5e=6(f,e,a,b){e=r(e,"g"+(b&&E?"y":""));e.12=a=a||0;f=e.X(f);H b?f&&f.P===a?f:N:f};M.3q=6(){M.1h=6(){1S 2U("2a\'t 55 1h 54 3q")}};M.1R=6(f){H 53.Z.1q.W(f)==="[2m 15]"};M.3p=6(f,e,a,b){O(K c=r(e,"g"),d=-1,h;h=c.X(f);){a.W(b,h,++d,f,c);c.12===h.P&&c.12++}I(e.1J)e.12=0};M.57=6(f,e){H 6 a(b,c){K d=e[c].1I?e[c]:{1I:e[c]},h=r(d.1I,"g"),g=[],i;O(i=0;i<b.L;i++)M.3p(b[i],h,6(k){g.U(d.3j?k[d.3j]||"":k[0])});H c===e.L-1||!g.L?g:a(g,c+1)}([f],0)};15.Z.1p=6(f,e){H J.X(e[0])};15.Z.W=6(f,e){H J.X(e)};15.Z.X=6(f){K e=n.X.1p(J,14),a;I(e){I(!x&&e.L>1&&p(e,"")>-1){a=15(J.1m,n.Q.W(t(J),"g",""));n.Q.W(f.1a(e.P),a,6(){O(K c=1;c<14.L-2;c++)I(14[c]===1d)e[c]=1d})}I(J.1w&&J.1w.19)O(K b=1;b<e.L;b++)I(a=J.1w.19[b-1])e[a]=e[b];!D&&J.1J&&!e[0].L&&J.12>e.P&&J.12--}H e};I(!D)15.Z.1A=6(f){(f=n.X.W(J,f))&&J.1J&&!f[0].L&&J.12>f.P&&J.12--;H!!f};1r.Z.1C=6(f){M.1R(f)||(f=15(f));I(f.1J){K e=n.1C.1p(J,14);f.12=0;H e}H f.X(J)};1r.Z.Q=6(f,e){K a=M.1R(f),b,c;I(a&&1j e.58()==="3f"&&e.1i("${")===-1&&y)H n.Q.1p(J,14);I(a){I(f.1w)b=f.1w.19}Y f+="";I(1j e==="6")c=n.Q.W(J,f,6(){I(b){14[0]=1f 1r(14[0]);O(K d=0;d<b.L;d++)I(b[d])14[0][b[d]]=14[d+1]}I(a&&f.1J)f.12=14[14.L-2]+14[0].L;H e.1p(N,14)});Y{c=J+"";c=n.Q.W(c,f,6(){K d=14;H n.Q.W(e,C,6(h,g,i){I(g)5b(g){24"$":H"$";24"&":H d[0];24"`":H d[d.L-1].1a(0,d[d.L-2]);24"\'":H d[d.L-1].1a(d[d.L-2]+d[0].L);5a:i="";g=+g;I(!g)H h;O(;g>d.L-3;){i=1r.Z.1a.W(g,-1)+i;g=1Q.3i(g/10)}H(g?d[g]||"":"$")+i}Y{g=+i;I(g<=d.L-3)H d[g];g=b?p(b,i):-1;H g>-1?d[g+1]:h}})})}I(a&&f.1J)f.12=0;H c};1r.Z.1e=6(f,e){I(!M.1R(f))H n.1e.1p(J,14);K a=J+"",b=[],c=0,d,h;I(e===1d||+e<0)e=5D;Y{e=1Q.3i(+e);I(!e)H[]}O(f=M.3c(f);d=f.X(a);){I(f.12>c){b.U(a.1a(c,d.P));d.L>1&&d.P<a.L&&3b.Z.U.1p(b,d.1a(1));h=d[0].L;c=f.12;I(b.L>=e)1N}f.12===d.P&&f.12++}I(c===a.L){I(!n.1A.W(f,"")||h)b.U("")}Y b.U(a.1a(c));H b.L>e?b.1a(0,e):b};M.1h(/\\(\\?#[^)]*\\)/,6(f){H n.1A.W(A,f.2S.1a(f.P+f[0].L))?"":"(?:)"});M.1h(/\\((?!\\?)/,6(){J.19.U(N);H"("});M.1h(/\\(\\?<([$\\w]+)>/,6(f){J.19.U(f[1]);J.2N=R;H"("});M.1h(/\\\\k<([\\w$]+)>/,6(f){K e=p(J.19,f[1]);H e>-1?"\\\\"+(e+1)+(3R(f.2S.3a(f.P+f[0].L))?"":"(?:)"):f[0]});M.1h(/\\[\\^?]/,6(f){H f[0]==="[]"?"\\\\b\\\\B":"[\\\\s\\\\S]"});M.1h(/^\\(\\?([5A]+)\\)/,6(f){J.3d(f[1]);H""});M.1h(/(?:\\s+|#.*)+/,6(f){H n.1A.W(A,f.2S.1a(f.P+f[0].L))?"":"(?:)"},M.1B,6(){H J.2K("x")});M.1h(/\\./,6(){H"[\\\\s\\\\S]"},M.1B,6(){H J.2K("s")})})();1j 2e!="1d"&&(2e.M=M);K 1v=6(){6 r(a,b){a.1l.1i(b)!=-1||(a.1l+=" "+b)}6 t(a){H a.1i("3e")==0?a:"3e"+a}6 B(a){H e.1Y.2A[t(a)]}6 p(a,b,c){I(a==N)H N;K d=c!=R?a.3G:[a.2G],h={"#":"1c",".":"1l"}[b.1o(0,1)]||"3h",g,i;g=h!="3h"?b.1o(1):b.5u();I((a[h]||"").1i(g)!=-1)H a;O(a=0;d&&a<d.L&&i==N;a++)i=p(d[a],b,c);H i}6 C(a,b){K c={},d;O(d 2g a)c[d]=a[d];O(d 2g b)c[d]=b[d];H c}6 w(a,b,c,d){6 h(g){g=g||1P.5y;I(!g.1F){g.1F=g.52;g.3N=6(){J.5w=11}}c.W(d||1P,g)}a.3g?a.3g("4U"+b,h):a.4y(b,h,11)}6 A(a,b){K c=e.1Y.2j,d=N;I(c==N){c={};O(K h 2g e.1U){K g=e.1U[h];d=g.4x;I(d!=N){g.1V=h.4w();O(g=0;g<d.L;g++)c[d[g]]=h}}e.1Y.2j=c}d=e.1U[c[a]];d==N&&b!=11&&1P.1X(e.13.1x.1X+(e.13.1x.3E+a));H d}6 v(a,b){O(K c=a.1e("\\n"),d=0;d<c.L;d++)c[d]=b(c[d],d);H c.1K("\\n")}6 u(a,b){I(a==N||a.L==0||a=="\\n")H a;a=a.Q(/</g,"&1y;");a=a.Q(/ {2,}/g,6(c){O(K d="",h=0;h<c.L-1;h++)d+=e.13.1W;H d+" "});I(b!=N)a=v(a,6(c){I(c.L==0)H"";K d="";c=c.Q(/^(&2s;| )+/,6(h){d=h;H""});I(c.L==0)H d;H d+\'<17 1g="\'+b+\'">\'+c+"</17>"});H a}6 n(a,b){a.1e("\\n");O(K c="",d=0;d<50;d++)c+=" ";H a=v(a,6(h){I(h.1i("\\t")==-1)H h;O(K g=0;(g=h.1i("\\t"))!=-1;)h=h.1o(0,g)+c.1o(0,b-g%b)+h.1o(g+1,h.L);H h})}6 x(a){H a.Q(/^\\s+|\\s+$/g,"")}6 D(a,b){I(a.P<b.P)H-1;Y I(a.P>b.P)H 1;Y I(a.L<b.L)H-1;Y I(a.L>b.L)H 1;H 0}6 y(a,b){6 c(k){H k[0]}O(K d=N,h=[],g=b.2D?b.2D:c;(d=b.1I.X(a))!=N;){K i=g(d,b);I(1j i=="3f")i=[1f e.2L(i,d.P,b.23)];h=h.1O(i)}H h}6 E(a){K b=/(.*)((&1G;|&1y;).*)/;H a.Q(e.3A.3M,6(c){K d="",h=N;I(h=b.X(c)){c=h[1];d=h[2]}H\'<a 2h="\'+c+\'">\'+c+"</a>"+d})}6 z(){O(K a=1E.36("1k"),b=[],c=0;c<a.L;c++)a[c].3s=="20"&&b.U(a[c]);H b}6 f(a){a=a.1F;K b=p(a,".20",R);a=p(a,".3O",R);K c=1E.4i("3t");I(!(!a||!b||p(a,"3t"))){B(b.1c);r(b,"1m");O(K d=a.3G,h=[],g=0;g<d.L;g++)h.U(d[g].4z||d[g].4A);h=h.1K("\\r");c.39(1E.4D(h));a.39(c);c.2C();c.4C();w(c,"4u",6(){c.2G.4E(c);b.1l=b.1l.Q("1m","")})}}I(1j 3F!="1d"&&1j M=="1d")M=3F("M").M;K e={2v:{"1g-27":"","2i-1s":1,"2z-1s-2t":11,1M:N,1t:N,"42-45":R,"43-22":4,1u:R,16:R,"3V-17":R,2l:11,"41-40":R,2k:11,"1z-1k":11},13:{1W:"&2s;",2M:R,46:11,44:11,34:"4n",1x:{21:"4o 1m",2P:"?",1X:"1v\\n\\n",3E:"4r\'t 4t 1D O: ",4g:"4m 4B\'t 51 O 1z-1k 4F: ",37:\'<!4T 1z 4S "-//4V//3H 4W 1.0 4Z//4Y" "1Z://2y.3L.3K/4X/3I/3H/3I-4P.4J"><1z 4I="1Z://2y.3L.3K/4L/5L"><3J><4N 1Z-4M="5G-5M" 6K="2O/1z; 6J=6I-8" /><1t>6L 1v</1t></3J><3B 1L="25-6M:6Q,6P,6O,6N-6F;6y-2f:#6x;2f:#6w;25-22:6v;2O-3D:3C;"><T 1L="2O-3D:3C;3w-32:1.6z;"><T 1L="25-22:6A-6E;">1v</T><T 1L="25-22:.6C;3w-6B:6R;"><T>3v 3.0.76 (72 73 3x)</T><T><a 2h="1Z://3u.2w/1v" 1F="38" 1L="2f:#3y">1Z://3u.2w/1v</a></T><T>70 17 6U 71.</T><T>6T 6X-3x 6Y 6D.</T></T><T>6t 61 60 J 1k, 5Z <a 2h="6u://2y.62.2w/63-66/65?64=5X-5W&5P=5O" 1L="2f:#3y">5R</a> 5V <2R/>5U 5T 5S!</T></T></3B></1z>\'}},1Y:{2j:N,2A:{}},1U:{},3A:{6n:/\\/\\*[\\s\\S]*?\\*\\//2c,6m:/\\/\\/.*$/2c,6l:/#.*$/2c,6k:/"([^\\\\"\\n]|\\\\.)*"/g,6o:/\'([^\\\\\'\\n]|\\\\.)*\'/g,6p:1f M(\'"([^\\\\\\\\"]|\\\\\\\\.)*"\',"3z"),6s:1f M("\'([^\\\\\\\\\']|\\\\\\\\.)*\'","3z"),6q:/(&1y;|<)!--[\\s\\S]*?--(&1G;|>)/2c,3M:/\\w+:\\/\\/[\\w-.\\/?%&=:@;]*/g,6a:{18:/(&1y;|<)\\?=?/g,1b:/\\?(&1G;|>)/g},69:{18:/(&1y;|<)%=?/g,1b:/%(&1G;|>)/g},6d:{18:/(&1y;|<)\\s*1k.*?(&1G;|>)/2T,1b:/(&1y;|<)\\/\\s*1k\\s*(&1G;|>)/2T}},16:{1H:6(a){6 b(i,k){H e.16.2o(i,k,e.13.1x[k])}O(K c=\'<T 1g="16">\',d=e.16.2x,h=d.2X,g=0;g<h.L;g++)c+=(d[h[g]].1H||b)(a,h[g]);c+="</T>";H c},2o:6(a,b,c){H\'<2W><a 2h="#" 1g="6e 6h\'+b+" "+b+\'">\'+c+"</a></2W>"},2b:6(a){K b=a.1F,c=b.1l||"";b=B(p(b,".20",R).1c);K d=6(h){H(h=15(h+"6f(\\\\w+)").X(c))?h[1]:N}("6g");b&&d&&e.16.2x[d].2B(b);a.3N()},2x:{2X:["21","2P"],21:{1H:6(a){I(a.V("2l")!=R)H"";K b=a.V("1t");H e.16.2o(a,"21",b?b:e.13.1x.21)},2B:6(a){a=1E.6j(t(a.1c));a.1l=a.1l.Q("47","")}},2P:{2B:6(){K a="68=0";a+=", 18="+(31.30-33)/2+", 32="+(31.2Z-2Y)/2+", 30=33, 2Z=2Y";a=a.Q(/^,/,"");a=1P.6Z("","38",a);a.2C();K b=a.1E;b.6W(e.13.1x.37);b.6V();a.2C()}}}},35:6(a,b){K c;I(b)c=[b];Y{c=1E.36(e.13.34);O(K d=[],h=0;h<c.L;h++)d.U(c[h]);c=d}c=c;d=[];I(e.13.2M)c=c.1O(z());I(c.L===0)H d;O(h=0;h<c.L;h++){O(K g=c[h],i=a,k=c[h].1l,j=3W 0,l={},m=1f M("^\\\\[(?<2V>(.*?))\\\\]$"),s=1f M("(?<27>[\\\\w-]+)\\\\s*:\\\\s*(?<1T>[\\\\w-%#]+|\\\\[.*?\\\\]|\\".*?\\"|\'.*?\')\\\\s*;?","g");(j=s.X(k))!=N;){K o=j.1T.Q(/^[\'"]|[\'"]$/g,"");I(o!=N&&m.1A(o)){o=m.X(o);o=o.2V.L>0?o.2V.1e(/\\s*,\\s*/):[]}l[j.27]=o}g={1F:g,1n:C(i,l)};g.1n.1D!=N&&d.U(g)}H d},1M:6(a,b){K c=J.35(a,b),d=N,h=e.13;I(c.L!==0)O(K g=0;g<c.L;g++){b=c[g];K i=b.1F,k=b.1n,j=k.1D,l;I(j!=N){I(k["1z-1k"]=="R"||e.2v["1z-1k"]==R){d=1f e.4l(j);j="4O"}Y I(d=A(j))d=1f d;Y 6H;l=i.3X;I(h.2M){l=l;K m=x(l),s=11;I(m.1i("<![6G[")==0){m=m.4h(9);s=R}K o=m.L;I(m.1i("]]\\>")==o-3){m=m.4h(0,o-3);s=R}l=s?m:l}I((i.1t||"")!="")k.1t=i.1t;k.1D=j;d.2Q(k);b=d.2F(l);I((i.1c||"")!="")b.1c=i.1c;i.2G.74(b,i)}}},2E:6(a){w(1P,"4k",6(){e.1M(a)})}};e.2E=e.2E;e.1M=e.1M;e.2L=6(a,b,c){J.1T=a;J.P=b;J.L=a.L;J.23=c;J.1V=N};e.2L.Z.1q=6(){H J.1T};e.4l=6(a){6 b(j,l){O(K m=0;m<j.L;m++)j[m].P+=l}K c=A(a),d,h=1f e.1U.5Y,g=J,i="2F 1H 2Q".1e(" ");I(c!=N){d=1f c;O(K k=0;k<i.L;k++)(6(){K j=i[k];g[j]=6(){H h[j].1p(h,14)}})();d.28==N?1P.1X(e.13.1x.1X+(e.13.1x.4g+a)):h.2J.U({1I:d.28.17,2D:6(j){O(K l=j.17,m=[],s=d.2J,o=j.P+j.18.L,F=d.28,q,G=0;G<s.L;G++){q=y(l,s[G]);b(q,o);m=m.1O(q)}I(F.18!=N&&j.18!=N){q=y(j.18,F.18);b(q,j.P);m=m.1O(q)}I(F.1b!=N&&j.1b!=N){q=y(j.1b,F.1b);b(q,j.P+j[0].5Q(j.1b));m=m.1O(q)}O(j=0;j<m.L;j++)m[j].1V=c.1V;H m}})}};e.4j=6(){};e.4j.Z={V:6(a,b){K c=J.1n[a];c=c==N?b:c;K d={"R":R,"11":11}[c];H d==N?c:d},3Y:6(a){H 1E.4i(a)},4c:6(a,b){K c=[];I(a!=N)O(K d=0;d<a.L;d++)I(1j a[d]=="2m")c=c.1O(y(b,a[d]));H J.4e(c.6b(D))},4e:6(a){O(K b=0;b<a.L;b++)I(a[b]!==N)O(K c=a[b],d=c.P+c.L,h=b+1;h<a.L&&a[b]!==N;h++){K g=a[h];I(g!==N)I(g.P>d)1N;Y I(g.P==c.P&&g.L>c.L)a[b]=N;Y I(g.P>=c.P&&g.P<d)a[h]=N}H a},4d:6(a){K b=[],c=2u(J.V("2i-1s"));v(a,6(d,h){b.U(h+c)});H b},3U:6(a){K b=J.V("1M",[]);I(1j b!="2m"&&b.U==N)b=[b];a:{a=a.1q();K c=3W 0;O(c=c=1Q.6c(c||0,0);c<b.L;c++)I(b[c]==a){b=c;1N a}b=-1}H b!=-1},2r:6(a,b,c){a=["1s","6i"+b,"P"+a,"6r"+(b%2==0?1:2).1q()];J.3U(b)&&a.U("67");b==0&&a.U("1N");H\'<T 1g="\'+a.1K(" ")+\'">\'+c+"</T>"},3Q:6(a,b){K c="",d=a.1e("\\n").L,h=2u(J.V("2i-1s")),g=J.V("2z-1s-2t");I(g==R)g=(h+d-1).1q().L;Y I(3R(g)==R)g=0;O(K i=0;i<d;i++){K k=b?b[i]:h+i,j;I(k==0)j=e.13.1W;Y{j=g;O(K l=k.1q();l.L<j;)l="0"+l;j=l}a=j;c+=J.2r(i,k,a)}H c},49:6(a,b){a=x(a);K c=a.1e("\\n");J.V("2z-1s-2t");K d=2u(J.V("2i-1s"));a="";O(K h=J.V("1D"),g=0;g<c.L;g++){K i=c[g],k=/^(&2s;|\\s)+/.X(i),j=N,l=b?b[g]:d+g;I(k!=N){j=k[0].1q();i=i.1o(j.L);j=j.Q(" ",e.13.1W)}i=x(i);I(i.L==0)i=e.13.1W;a+=J.2r(g,l,(j!=N?\'<17 1g="\'+h+\' 5N">\'+j+"</17>":"")+i)}H a},4f:6(a){H a?"<4a>"+a+"</4a>":""},4b:6(a,b){6 c(l){H(l=l?l.1V||g:g)?l+" ":""}O(K d=0,h="",g=J.V("1D",""),i=0;i<b.L;i++){K k=b[i],j;I(!(k===N||k.L===0)){j=c(k);h+=u(a.1o(d,k.P-d),j+"48")+u(k.1T,j+k.23);d=k.P+k.L+(k.75||0)}}h+=u(a.1o(d),c()+"48");H h},1H:6(a){K b="",c=["20"],d;I(J.V("2k")==R)J.1n.16=J.1n.1u=11;1l="20";J.V("2l")==R&&c.U("47");I((1u=J.V("1u"))==11)c.U("6S");c.U(J.V("1g-27"));c.U(J.V("1D"));a=a.Q(/^[ ]*[\\n]+|[\\n]*[ ]*$/g,"").Q(/\\r/g," ");b=J.V("43-22");I(J.V("42-45")==R)a=n(a,b);Y{O(K h="",g=0;g<b;g++)h+=" ";a=a.Q(/\\t/g,h)}a=a;a:{b=a=a;h=/<2R\\s*\\/?>|&1y;2R\\s*\\/?&1G;/2T;I(e.13.46==R)b=b.Q(h,"\\n");I(e.13.44==R)b=b.Q(h,"");b=b.1e("\\n");h=/^\\s*/;g=4Q;O(K i=0;i<b.L&&g>0;i++){K k=b[i];I(x(k).L!=0){k=h.X(k);I(k==N){a=a;1N a}g=1Q.4q(k[0].L,g)}}I(g>0)O(i=0;i<b.L;i++)b[i]=b[i].1o(g);a=b.1K("\\n")}I(1u)d=J.4d(a);b=J.4c(J.2J,a);b=J.4b(a,b);b=J.49(b,d);I(J.V("41-40"))b=E(b);1j 2H!="1d"&&2H.3S&&2H.3S.1C(/5s/)&&c.U("5t");H b=\'<T 1c="\'+t(J.1c)+\'" 1g="\'+c.1K(" ")+\'">\'+(J.V("16")?e.16.1H(J):"")+\'<3Z 5z="0" 5H="0" 5J="0">\'+J.4f(J.V("1t"))+"<3T><3P>"+(1u?\'<2d 1g="1u">\'+J.3Q(a)+"</2d>":"")+\'<2d 1g="17"><T 1g="3O">\'+b+"</T></2d></3P></3T></3Z></T>"},2F:6(a){I(a===N)a="";J.17=a;K b=J.3Y("T");b.3X=J.1H(a);J.V("16")&&w(p(b,".16"),"5c",e.16.2b);J.V("3V-17")&&w(p(b,".17"),"56",f);H b},2Q:6(a){J.1c=""+1Q.5d(1Q.5n()*5k).1q();e.1Y.2A[t(J.1c)]=J;J.1n=C(e.2v,a||{});I(J.V("2k")==R)J.1n.16=J.1n.1u=11},5j:6(a){a=a.Q(/^\\s+|\\s+$/g,"").Q(/\\s+/g,"|");H"\\\\b(?:"+a+")\\\\b"},5f:6(a){J.28={18:{1I:a.18,23:"1k"},1b:{1I:a.1b,23:"1k"},17:1f M("(?<18>"+a.18.1m+")(?<17>.*?)(?<1b>"+a.1b.1m+")","5o")}}};H e}();1j 2e!="1d"&&(2e.1v=1v);',62,441,'||||||function|||||||||||||||||||||||||||||||||||||return|if|this|var|length|XRegExp|null|for|index|replace|true||div|push|getParam|call|exec|else|prototype||false|lastIndex|config|arguments|RegExp|toolbar|code|left|captureNames|slice|right|id|undefined|split|new|class|addToken|indexOf|typeof|script|className|source|params|substr|apply|toString|String|line|title|gutter|SyntaxHighlighter|_xregexp|strings|lt|html|test|OUTSIDE_CLASS|match|brush|document|target|gt|getHtml|regex|global|join|style|highlight|break|concat|window|Math|isRegExp|throw|value|brushes|brushName|space|alert|vars|http|syntaxhighlighter|expandSource|size|css|case|font|Fa|name|htmlScript|dA|can|handler|gm|td|exports|color|in|href|first|discoveredBrushes|light|collapse|object|cache|getButtonHtml|trigger|pattern|getLineHtml|nbsp|numbers|parseInt|defaults|com|items|www|pad|highlighters|execute|focus|func|all|getDiv|parentNode|navigator|INSIDE_CLASS|regexList|hasFlag|Match|useScriptTags|hasNamedCapture|text|help|init|br|input|gi|Error|values|span|list|250|height|width|screen|top|500|tagName|findElements|getElementsByTagName|aboutDialog|_blank|appendChild|charAt|Array|copyAsGlobal|setFlag|highlighter_|string|attachEvent|nodeName|floor|backref|output|the|TypeError|sticky|Za|iterate|freezeTokens|scope|type|textarea|alexgorbatchev|version|margin|2010|005896|gs|regexLib|body|center|align|noBrush|require|childNodes|DTD|xhtml1|head|org|w3|url|preventDefault|container|tr|getLineNumbersHtml|isNaN|userAgent|tbody|isLineHighlighted|quick|void|innerHTML|create|table|links|auto|smart|tab|stripBrs|tabs|bloggerMode|collapsed|plain|getCodeLinesHtml|caption|getMatchesHtml|findMatches|figureOutLineNumbers|removeNestedMatches|getTitleHtml|brushNotHtmlScript|substring|createElement|Highlighter|load|HtmlScript|Brush|pre|expand|multiline|min|Can|ignoreCase|find|blur|extended|toLowerCase|aliases|addEventListener|innerText|textContent|wasn|select|createTextNode|removeChild|option|same|frame|xmlns|dtd|twice|1999|equiv|meta|htmlscript|transitional|1E3|expected|PUBLIC|DOCTYPE|on|W3C|XHTML|TR|EN|Transitional||configured|srcElement|Object|after|run|dblclick|matchChain|valueOf|constructor|default|switch|click|round|execAt|forHtmlScript|token|gimy|functions|getKeywords|1E6|escape|within|random|sgi|another|finally|supply|MSIE|ie|toUpperCase|catch|returnValue|definition|event|border|imsx|constructing|one|Infinity|from|when|Content|cellpadding|flags|cellspacing|try|xhtml|Type|spaces|2930402|hosted_button_id|lastIndexOf|donate|active|development|keep|to|xclick|_s|Xml|please|like|you|paypal|cgi|cmd|webscr|bin|highlighted|scrollbars|aspScriptTags|phpScriptTags|sort|max|scriptScriptTags|toolbar_item|_|command|command_|number|getElementById|doubleQuotedString|singleLinePerlComments|singleLineCComments|multiLineCComments|singleQuotedString|multiLineDoubleQuotedString|xmlComments|alt|multiLineSingleQuotedString|If|https|1em|000|fff|background|5em|xx|bottom|75em|Gorbatchev|large|serif|CDATA|continue|utf|charset|content|About|family|sans|Helvetica|Arial|Geneva|3em|nogutter|Copyright|syntax|close|write|2004|Alex|open|JavaScript|highlighter|July|02|replaceChild|offset|83'.split('|'),0,{}))
syntaxhighlighter3/scripts/shLegacy.js CHANGED
@@ -1,17 +1,17 @@
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(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?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}('3 u={8:{}};u.8={A:4(c,k,l,m,n,o){4 d(a,b){2 a!=1?a:b}4 f(a){2 a!=1?a.E():1}c=c.I(":");3 g=c[0],e={};t={"r":K};M=1;5=8.5;9(3 j R c)e[c[j]]="r";k=f(d(k,5.C));l=f(d(l,5.D));m=f(d(m,5.s));o=f(d(o,5.Q));n=f(d(n,5["x-y"]));2{P:g,C:d(t[e.O],k),D:d(t[e.N],l),s:d({"r":r}[e.s],m),"x-y":d(4(a,b){9(3 h=T S("^"+b+"\\\\[(?<q>\\\\w+)\\\\]$","U"),i=1,p=0;p<a.7;p++)6((i=h.J(a[p]))!=1)2 i.q;2 1}(c,"G"),n)}},F:4(c,k,l,m,n,o){4 d(){9(3 a=H,b=0;b<a.7;b++)6(a[b]!==1){6(z a[b]=="L"&&a[b]!="")2 a[b]+"";6(z a[b]=="X"&&a[b].q!="")2 a[b].q+""}2 1}4 f(a,b,h){h=12.13(h);9(3 i=0;i<h.7;i++)h[i].V("15")==b&&a.Y(h[i])}3 g=[];f(g,c,"Z");f(g,c,"W");6(g.7!==0)9(c=0;c<g.7;c++){3 e=g[c],j=d(e.B["14"],e.10,e.B.v,e.v);6(j!==1){j=u.8.A(j,k,l,m,n,o);8.11(j,e)}}}};',62,68,'|null|return|var|function|defaults|if|length|SyntaxHighlighter|for|||||||||||||||||value|true|collapse|reverse|dp|language||first|line|typeof|parseParams|attributes|gutter|toolbar|toString|HighlightAll|firstline|arguments|split|exec|false|string|result|nocontrols|nogutter|brush|ruler|in|XRegExp|new|gi|getAttribute|textarea|object|push|pre|className|highlight|document|getElementsByTagName|class|name'.split('|'),0,{}))
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(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?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}('3 u={8:{}};u.8={A:4(c,k,l,m,n,o){4 d(a,b){2 a!=1?a:b}4 f(a){2 a!=1?a.E():1}c=c.I(":");3 g=c[0],e={};t={"r":K};M=1;5=8.5;9(3 j R c)e[c[j]]="r";k=f(d(k,5.C));l=f(d(l,5.D));m=f(d(m,5.s));o=f(d(o,5.Q));n=f(d(n,5["x-y"]));2{P:g,C:d(t[e.O],k),D:d(t[e.N],l),s:d({"r":r}[e.s],m),"x-y":d(4(a,b){9(3 h=T S("^"+b+"\\\\[(?<q>\\\\w+)\\\\]$","U"),i=1,p=0;p<a.7;p++)6((i=h.J(a[p]))!=1)2 i.q;2 1}(c,"G"),n)}},F:4(c,k,l,m,n,o){4 d(){9(3 a=H,b=0;b<a.7;b++)6(a[b]!==1){6(z a[b]=="L"&&a[b]!="")2 a[b]+"";6(z a[b]=="X"&&a[b].q!="")2 a[b].q+""}2 1}4 f(a,b,h){h=12.13(h);9(3 i=0;i<h.7;i++)h[i].V("15")==b&&a.Y(h[i])}3 g=[];f(g,c,"Z");f(g,c,"W");6(g.7!==0)9(c=0;c<g.7;c++){3 e=g[c],j=d(e.B["14"],e.10,e.B.v,e.v);6(j!==1){j=u.8.A(j,k,l,m,n,o);8.11(j,e)}}}};',62,68,'|null|return|var|function|defaults|if|length|SyntaxHighlighter|for|||||||||||||||||value|true|collapse|reverse|dp|language||first|line|typeof|parseParams|attributes|gutter|toolbar|toString|HighlightAll|firstline|arguments|split|exec|false|string|result|nocontrols|nogutter|brush|ruler|in|XRegExp|new|gi|getAttribute|textarea|object|push|pre|className|highlight|document|getElementsByTagName|class|name'.split('|'),0,{}))
syntaxhighlighter3/styles/shCore.css CHANGED
@@ -1,231 +1,231 @@
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
- .syntaxhighlighter a,
18
- .syntaxhighlighter div,
19
- .syntaxhighlighter code,
20
- .syntaxhighlighter table,
21
- .syntaxhighlighter table td,
22
- .syntaxhighlighter table tr,
23
- .syntaxhighlighter table tbody,
24
- .syntaxhighlighter table thead,
25
- .syntaxhighlighter table caption,
26
- .syntaxhighlighter textarea {
27
- -moz-border-radius: 0 0 0 0 !important;
28
- -webkit-border-radius: 0 0 0 0 !important;
29
- background: none !important;
30
- border: 0 !important;
31
- bottom: auto !important;
32
- float: none !important;
33
- height: auto !important;
34
- left: auto !important;
35
- line-height: 1.1em !important;
36
- margin: 0 !important;
37
- outline: 0 !important;
38
- overflow: visible !important;
39
- padding: 0 !important;
40
- position: static !important;
41
- right: auto !important;
42
- text-align: left !important;
43
- top: auto !important;
44
- vertical-align: baseline !important;
45
- width: auto !important;
46
- box-sizing: content-box !important;
47
- font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
48
- font-weight: normal !important;
49
- font-style: normal !important;
50
- font-size: 1em !important;
51
- /*min-height: inherit !important; */
52
- /*min-height: auto !important;*/
53
- direction: ltr !important;
54
- }
55
-
56
- .syntaxhighlighter {
57
- width: 100% !important;
58
- margin: 1em 0 1em 0 !important;
59
- position: relative !important;
60
- overflow: auto !important;
61
- overflow-y: hidden !important;
62
- font-size: 1em !important;
63
- }
64
- .syntaxhighlighter code {
65
- display: inline !important;
66
- }
67
- .syntaxhighlighter.source {
68
- overflow: hidden !important;
69
- }
70
- .syntaxhighlighter .bold {
71
- font-weight: bold !important;
72
- }
73
- .syntaxhighlighter .italic {
74
- font-style: italic !important;
75
- }
76
- .syntaxhighlighter .line {
77
- white-space: pre !important;
78
- }
79
- .syntaxhighlighter table {
80
- width: 100% !important;
81
- }
82
- .syntaxhighlighter table caption {
83
- text-align: left !important;
84
- padding: .5em 0 0.5em 1em !important;
85
- }
86
- .syntaxhighlighter table td.code {
87
- width: 100% !important;
88
- }
89
- .syntaxhighlighter table td.code .container {
90
- position: relative !important;
91
- }
92
- .syntaxhighlighter table td.code .container textarea {
93
- box-sizing: border-box !important;
94
- position: absolute !important;
95
- left: 0 !important;
96
- top: 0 !important;
97
- width: 100% !important;
98
- height: 100% !important;
99
- border: none !important;
100
- background: white !important;
101
- padding-left: 1em !important;
102
- overflow: hidden !important;
103
- white-space: pre !important;
104
- }
105
- .syntaxhighlighter table td.gutter .line {
106
- text-align: right !important;
107
- padding: 0 0.5em 0 1em !important;
108
- }
109
- .syntaxhighlighter table td.code .line {
110
- padding: 0 1em !important;
111
- }
112
- .syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
113
- padding-left: 0em !important;
114
- }
115
- .syntaxhighlighter.show {
116
- display: block !important;
117
- }
118
- .syntaxhighlighter.collapsed table {
119
- display: none !important;
120
- }
121
- .syntaxhighlighter.collapsed .toolbar {
122
- padding: 0.1em 0.8em 0em 0.8em !important;
123
- font-size: 1em !important;
124
- position: static !important;
125
- width: auto !important;
126
- height: auto !important;
127
- }
128
- .syntaxhighlighter.collapsed .toolbar span {
129
- display: inline !important;
130
- margin-right: 1em !important;
131
- }
132
- .syntaxhighlighter.collapsed .toolbar span a {
133
- padding: 0 !important;
134
- display: none !important;
135
- }
136
- .syntaxhighlighter.collapsed .toolbar span a.expandSource {
137
- display: inline !important;
138
- }
139
- .syntaxhighlighter .toolbar {
140
- position: absolute !important;
141
- right: 1px !important;
142
- top: 1px !important;
143
- width: 11px !important;
144
- height: 11px !important;
145
- font-size: 10px !important;
146
- z-index: 10 !important;
147
- }
148
- .syntaxhighlighter .toolbar span.title {
149
- display: inline !important;
150
- }
151
- .syntaxhighlighter .toolbar a {
152
- display: block !important;
153
- text-align: center !important;
154
- text-decoration: none !important;
155
- padding-top: 1px !important;
156
- }
157
- .syntaxhighlighter .toolbar a.expandSource {
158
- display: none !important;
159
- }
160
- .syntaxhighlighter.ie {
161
- font-size: .9em !important;
162
- padding: 1px 0 1px 0 !important;
163
- }
164
- .syntaxhighlighter.ie .toolbar {
165
- line-height: 8px !important;
166
- }
167
- .syntaxhighlighter.ie .toolbar a {
168
- padding-top: 0px !important;
169
- }
170
- .syntaxhighlighter.printing .line.alt1 .content,
171
- .syntaxhighlighter.printing .line.alt2 .content,
172
- .syntaxhighlighter.printing .line.highlighted .number,
173
- .syntaxhighlighter.printing .line.highlighted.alt1 .content,
174
- .syntaxhighlighter.printing .line.highlighted.alt2 .content {
175
- background: none !important;
176
- }
177
- .syntaxhighlighter.printing .line .number {
178
- color: #bbbbbb !important;
179
- }
180
- .syntaxhighlighter.printing .line .content {
181
- color: black !important;
182
- }
183
- .syntaxhighlighter.printing .toolbar {
184
- display: none !important;
185
- }
186
- .syntaxhighlighter.printing a {
187
- text-decoration: none !important;
188
- }
189
- .syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
190
- color: black !important;
191
- }
192
- .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
193
- color: #008200 !important;
194
- }
195
- .syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
196
- color: blue !important;
197
- }
198
- .syntaxhighlighter.printing .keyword {
199
- color: #006699 !important;
200
- font-weight: bold !important;
201
- }
202
- .syntaxhighlighter.printing .preprocessor {
203
- color: gray !important;
204
- }
205
- .syntaxhighlighter.printing .variable {
206
- color: #aa7700 !important;
207
- }
208
- .syntaxhighlighter.printing .value {
209
- color: #009900 !important;
210
- }
211
- .syntaxhighlighter.printing .functions {
212
- color: #ff1493 !important;
213
- }
214
- .syntaxhighlighter.printing .constants {
215
- color: #0066cc !important;
216
- }
217
- .syntaxhighlighter.printing .script {
218
- font-weight: bold !important;
219
- }
220
- .syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
221
- color: gray !important;
222
- }
223
- .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
224
- color: #ff1493 !important;
225
- }
226
- .syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
227
- color: red !important;
228
- }
229
- .syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
230
- color: black !important;
231
- }
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
+ .syntaxhighlighter a,
18
+ .syntaxhighlighter div,
19
+ .syntaxhighlighter code,
20
+ .syntaxhighlighter table,
21
+ .syntaxhighlighter table td,
22
+ .syntaxhighlighter table tr,
23
+ .syntaxhighlighter table tbody,
24
+ .syntaxhighlighter table thead,
25
+ .syntaxhighlighter table caption,
26
+ .syntaxhighlighter textarea {
27
+ -moz-border-radius: 0 0 0 0 !important;
28
+ -webkit-border-radius: 0 0 0 0 !important;
29
+ background: none !important;
30
+ border: 0 !important;
31
+ bottom: auto !important;
32
+ float: none !important;
33
+ height: auto !important;
34
+ left: auto !important;
35
+ line-height: 1.1em !important;
36
+ margin: 0 !important;
37
+ outline: 0 !important;
38
+ overflow: visible !important;
39
+ padding: 0 !important;
40
+ position: static !important;
41
+ right: auto !important;
42
+ text-align: left !important;
43
+ top: auto !important;
44
+ vertical-align: baseline !important;
45
+ width: auto !important;
46
+ box-sizing: content-box !important;
47
+ font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
48
+ font-weight: normal !important;
49
+ font-style: normal !important;
50
+ font-size: 1em !important;
51
+ /*min-height: inherit !important; */
52
+ /*min-height: auto !important;*/
53
+ direction: ltr !important;
54
+ }
55
+
56
+ .syntaxhighlighter {
57
+ width: 100% !important;
58
+ margin: 1em 0 1em 0 !important;
59
+ position: relative !important;
60
+ overflow: auto !important;
61
+ overflow-y: hidden !important;
62
+ font-size: 1em !important;
63
+ }
64
+ .syntaxhighlighter code {
65
+ display: inline !important;
66
+ }
67
+ .syntaxhighlighter.source {
68
+ overflow: hidden !important;
69
+ }
70
+ .syntaxhighlighter .bold {
71
+ font-weight: bold !important;
72
+ }
73
+ .syntaxhighlighter .italic {
74
+ font-style: italic !important;
75
+ }
76
+ .syntaxhighlighter .line {
77
+ white-space: pre !important;
78
+ }
79
+ .syntaxhighlighter table {
80
+ width: 100% !important;
81
+ }
82
+ .syntaxhighlighter table caption {
83
+ text-align: left !important;
84
+ padding: .5em 0 0.5em 1em !important;
85
+ }
86
+ .syntaxhighlighter table td.code {
87
+ width: 100% !important;
88
+ }
89
+ .syntaxhighlighter table td.code .container {
90
+ position: relative !important;
91
+ }
92
+ .syntaxhighlighter table td.code .container textarea {
93
+ box-sizing: border-box !important;
94
+ position: absolute !important;
95
+ left: 0 !important;
96
+ top: 0 !important;
97
+ width: 100% !important;
98
+ height: 100% !important;
99
+ border: none !important;
100
+ background: white !important;
101
+ padding-left: 1em !important;
102
+ overflow: hidden !important;
103
+ white-space: pre !important;
104
+ }
105
+ .syntaxhighlighter table td.gutter .line {
106
+ text-align: right !important;
107
+ padding: 0 0.5em 0 1em !important;
108
+ }
109
+ .syntaxhighlighter table td.code .line {
110
+ padding: 0 1em !important;
111
+ }
112
+ .syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
113
+ padding-left: 0em !important;
114
+ }
115
+ .syntaxhighlighter.show {
116
+ display: block !important;
117
+ }
118
+ .syntaxhighlighter.collapsed table {
119
+ display: none !important;
120
+ }
121
+ .syntaxhighlighter.collapsed .toolbar {
122
+ padding: 0.1em 0.8em 0em 0.8em !important;
123
+ font-size: 1em !important;
124
+ position: static !important;
125
+ width: auto !important;
126
+ height: auto !important;
127
+ }
128
+ .syntaxhighlighter.collapsed .toolbar span {
129
+ display: inline !important;
130
+ margin-right: 1em !important;
131
+ }
132
+ .syntaxhighlighter.collapsed .toolbar span a {
133
+ padding: 0 !important;
134
+ display: none !important;
135
+ }
136
+ .syntaxhighlighter.collapsed .toolbar span a.expandSource {
137
+ display: inline !important;
138
+ }
139
+ .syntaxhighlighter .toolbar {
140
+ position: absolute !important;
141
+ right: 1px !important;
142
+ top: 1px !important;
143
+ width: 11px !important;
144
+ height: 11px !important;
145
+ font-size: 10px !important;
146
+ z-index: 10 !important;
147
+ }
148
+ .syntaxhighlighter .toolbar span.title {
149
+ display: inline !important;
150
+ }
151
+ .syntaxhighlighter .toolbar a {
152
+ display: block !important;
153
+ text-align: center !important;
154
+ text-decoration: none !important;
155
+ padding-top: 1px !important;
156
+ }
157
+ .syntaxhighlighter .toolbar a.expandSource {
158
+ display: none !important;
159
+ }
160
+ .syntaxhighlighter.ie {
161
+ font-size: .9em !important;
162
+ padding: 1px 0 1px 0 !important;
163
+ }
164
+ .syntaxhighlighter.ie .toolbar {
165
+ line-height: 8px !important;
166
+ }
167
+ .syntaxhighlighter.ie .toolbar a {
168
+ padding-top: 0px !important;
169
+ }
170
+ .syntaxhighlighter.printing .line.alt1 .content,
171
+ .syntaxhighlighter.printing .line.alt2 .content,
172
+ .syntaxhighlighter.printing .line.highlighted .number,
173
+ .syntaxhighlighter.printing .line.highlighted.alt1 .content,
174
+ .syntaxhighlighter.printing .line.highlighted.alt2 .content {
175
+ background: none !important;
176
+ }
177
+ .syntaxhighlighter.printing .line .number {
178
+ color: #bbbbbb !important;
179
+ }
180
+ .syntaxhighlighter.printing .line .content {
181
+ color: black !important;
182
+ }
183
+ .syntaxhighlighter.printing .toolbar {
184
+ display: none !important;
185
+ }
186
+ .syntaxhighlighter.printing a {
187
+ text-decoration: none !important;
188
+ }
189
+ .syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
190
+ color: black !important;
191
+ }
192
+ .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
193
+ color: #008200 !important;
194
+ }
195
+ .syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
196
+ color: blue !important;
197
+ }
198
+ .syntaxhighlighter.printing .keyword {
199
+ color: #006699 !important;
200
+ font-weight: bold !important;
201
+ }
202
+ .syntaxhighlighter.printing .preprocessor {
203
+ color: gray !important;
204
+ }
205
+ .syntaxhighlighter.printing .variable {
206
+ color: #aa7700 !important;
207
+ }
208
+ .syntaxhighlighter.printing .value {
209
+ color: #009900 !important;
210
+ }
211
+ .syntaxhighlighter.printing .functions {
212
+ color: #ff1493 !important;
213
+ }
214
+ .syntaxhighlighter.printing .constants {
215
+ color: #0066cc !important;
216
+ }
217
+ .syntaxhighlighter.printing .script {
218
+ font-weight: bold !important;
219
+ }
220
+ .syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
221
+ color: gray !important;
222
+ }
223
+ .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
224
+ color: #ff1493 !important;
225
+ }
226
+ .syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
227
+ color: red !important;
228
+ }
229
+ .syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
230
+ color: black !important;
231
+ }
syntaxhighlighter3/styles/shCoreDefault.css CHANGED
@@ -1,328 +1,328 @@
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
- .syntaxhighlighter a,
18
- .syntaxhighlighter div,
19
- .syntaxhighlighter code,
20
- .syntaxhighlighter table,
21
- .syntaxhighlighter table td,
22
- .syntaxhighlighter table tr,
23
- .syntaxhighlighter table tbody,
24
- .syntaxhighlighter table thead,
25
- .syntaxhighlighter table caption,
26
- .syntaxhighlighter textarea {
27
- -moz-border-radius: 0 0 0 0 !important;
28
- -webkit-border-radius: 0 0 0 0 !important;
29
- background: none !important;
30
- border: 0 !important;
31
- bottom: auto !important;
32
- float: none !important;
33
- height: auto !important;
34
- left: auto !important;
35
- line-height: 1.1em !important;
36
- margin: 0 !important;
37
- outline: 0 !important;
38
- overflow: visible !important;
39
- padding: 0 !important;
40
- position: static !important;
41
- right: auto !important;
42
- text-align: left !important;
43
- top: auto !important;
44
- vertical-align: baseline !important;
45
- width: auto !important;
46
- box-sizing: content-box !important;
47
- font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
48
- font-weight: normal !important;
49
- font-style: normal !important;
50
- font-size: 1em !important;
51
- min-height: inherit !important;
52
- min-height: auto !important;
53
- }
54
-
55
- .syntaxhighlighter {
56
- width: 100% !important;
57
- margin: 1em 0 1em 0 !important;
58
- position: relative !important;
59
- overflow: auto !important;
60
- font-size: 1em !important;
61
- }
62
- .syntaxhighlighter.source {
63
- overflow: hidden !important;
64
- }
65
- .syntaxhighlighter .bold {
66
- font-weight: bold !important;
67
- }
68
- .syntaxhighlighter .italic {
69
- font-style: italic !important;
70
- }
71
- .syntaxhighlighter .line {
72
- white-space: pre !important;
73
- }
74
- .syntaxhighlighter table {
75
- width: 100% !important;
76
- }
77
- .syntaxhighlighter table caption {
78
- text-align: left !important;
79
- padding: .5em 0 0.5em 1em !important;
80
- }
81
- .syntaxhighlighter table td.code {
82
- width: 100% !important;
83
- }
84
- .syntaxhighlighter table td.code .container {
85
- position: relative !important;
86
- }
87
- .syntaxhighlighter table td.code .container textarea {
88
- box-sizing: border-box !important;
89
- position: absolute !important;
90
- left: 0 !important;
91
- top: 0 !important;
92
- width: 100% !important;
93
- height: 100% !important;
94
- border: none !important;
95
- background: white !important;
96
- padding-left: 1em !important;
97
- overflow: hidden !important;
98
- white-space: pre !important;
99
- }
100
- .syntaxhighlighter table td.gutter .line {
101
- text-align: right !important;
102
- padding: 0 0.5em 0 1em !important;
103
- }
104
- .syntaxhighlighter table td.code .line {
105
- padding: 0 1em !important;
106
- }
107
- .syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
108
- padding-left: 0em !important;
109
- }
110
- .syntaxhighlighter.show {
111
- display: block !important;
112
- }
113
- .syntaxhighlighter.collapsed table {
114
- display: none !important;
115
- }
116
- .syntaxhighlighter.collapsed .toolbar {
117
- padding: 0.1em 0.8em 0em 0.8em !important;
118
- font-size: 1em !important;
119
- position: static !important;
120
- width: auto !important;
121
- height: auto !important;
122
- }
123
- .syntaxhighlighter.collapsed .toolbar span {
124
- display: inline !important;
125
- margin-right: 1em !important;
126
- }
127
- .syntaxhighlighter.collapsed .toolbar span a {
128
- padding: 0 !important;
129
- display: none !important;
130
- }
131
- .syntaxhighlighter.collapsed .toolbar span a.expandSource {
132
- display: inline !important;
133
- }
134
- .syntaxhighlighter .toolbar {
135
- position: absolute !important;
136
- right: 1px !important;
137
- top: 1px !important;
138
- width: 11px !important;
139
- height: 11px !important;
140
- font-size: 10px !important;
141
- z-index: 10 !important;
142
- }
143
- .syntaxhighlighter .toolbar span.title {
144
- display: inline !important;
145
- }
146
- .syntaxhighlighter .toolbar a {
147
- display: block !important;
148
- text-align: center !important;
149
- text-decoration: none !important;
150
- padding-top: 1px !important;
151
- }
152
- .syntaxhighlighter .toolbar a.expandSource {
153
- display: none !important;
154
- }
155
- .syntaxhighlighter.ie {
156
- font-size: .9em !important;
157
- padding: 1px 0 1px 0 !important;
158
- }
159
- .syntaxhighlighter.ie .toolbar {
160
- line-height: 8px !important;
161
- }
162
- .syntaxhighlighter.ie .toolbar a {
163
- padding-top: 0px !important;
164
- }
165
- .syntaxhighlighter.printing .line.alt1 .content,
166
- .syntaxhighlighter.printing .line.alt2 .content,
167
- .syntaxhighlighter.printing .line.highlighted .number,
168
- .syntaxhighlighter.printing .line.highlighted.alt1 .content,
169
- .syntaxhighlighter.printing .line.highlighted.alt2 .content {
170
- background: none !important;
171
- }
172
- .syntaxhighlighter.printing .line .number {
173
- color: #bbbbbb !important;
174
- }
175
- .syntaxhighlighter.printing .line .content {
176
- color: black !important;
177
- }
178
- .syntaxhighlighter.printing .toolbar {
179
- display: none !important;
180
- }
181
- .syntaxhighlighter.printing a {
182
- text-decoration: none !important;
183
- }
184
- .syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
185
- color: black !important;
186
- }
187
- .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
188
- color: #008200 !important;
189
- }
190
- .syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
191
- color: blue !important;
192
- }
193
- .syntaxhighlighter.printing .keyword {
194
- color: #006699 !important;
195
- font-weight: bold !important;
196
- }
197
- .syntaxhighlighter.printing .preprocessor {
198
- color: gray !important;
199
- }
200
- .syntaxhighlighter.printing .variable {
201
- color: #aa7700 !important;
202
- }
203
- .syntaxhighlighter.printing .value {
204
- color: #009900 !important;
205
- }
206
- .syntaxhighlighter.printing .functions {
207
- color: #ff1493 !important;
208
- }
209
- .syntaxhighlighter.printing .constants {
210
- color: #0066cc !important;
211
- }
212
- .syntaxhighlighter.printing .script {
213
- font-weight: bold !important;
214
- }
215
- .syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
216
- color: gray !important;
217
- }
218
- .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
219
- color: #ff1493 !important;
220
- }
221
- .syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
222
- color: red !important;
223
- }
224
- .syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
225
- color: black !important;
226
- }
227
-
228
- .syntaxhighlighter {
229
- background-color: white !important;
230
- }
231
- .syntaxhighlighter .line.alt1 {
232
- background-color: white !important;
233
- }
234
- .syntaxhighlighter .line.alt2 {
235
- background-color: white !important;
236
- }
237
- .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
238
- background-color: #e0e0e0 !important;
239
- }
240
- .syntaxhighlighter .line.highlighted.number {
241
- color: black !important;
242
- }
243
- .syntaxhighlighter table caption {
244
- color: black !important;
245
- }
246
- .syntaxhighlighter .gutter {
247
- color: #afafaf !important;
248
- }
249
- .syntaxhighlighter .gutter .line {
250
- border-right: 3px solid #6ce26c !important;
251
- }
252
- .syntaxhighlighter .gutter .line.highlighted {
253
- background-color: #6ce26c !important;
254
- color: white !important;
255
- }
256
- .syntaxhighlighter.printing .line .content {
257
- border: none !important;
258
- }
259
- .syntaxhighlighter.collapsed {
260
- overflow: visible !important;
261
- }
262
- .syntaxhighlighter.collapsed .toolbar {
263
- color: blue !important;
264
- background: white !important;
265
- border: 1px solid #6ce26c !important;
266
- }
267
- .syntaxhighlighter.collapsed .toolbar a {
268
- color: blue !important;
269
- }
270
- .syntaxhighlighter.collapsed .toolbar a:hover {
271
- color: red !important;
272
- }
273
- .syntaxhighlighter .toolbar {
274
- color: white !important;
275
- background: #6ce26c !important;
276
- border: none !important;
277
- }
278
- .syntaxhighlighter .toolbar a {
279
- color: white !important;
280
- }
281
- .syntaxhighlighter .toolbar a:hover {
282
- color: black !important;
283
- }
284
- .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
285
- color: black !important;
286
- }
287
- .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
288
- color: #008200 !important;
289
- }
290
- .syntaxhighlighter .string, .syntaxhighlighter .string a {
291
- color: blue !important;
292
- }
293
- .syntaxhighlighter .keyword {
294
- color: #006699 !important;
295
- }
296
- .syntaxhighlighter .preprocessor {
297
- color: gray !important;
298
- }
299
- .syntaxhighlighter .variable {
300
- color: #aa7700 !important;
301
- }
302
- .syntaxhighlighter .value {
303
- color: #009900 !important;
304
- }
305
- .syntaxhighlighter .functions {
306
- color: #ff1493 !important;
307
- }
308
- .syntaxhighlighter .constants {
309
- color: #0066cc !important;
310
- }
311
- .syntaxhighlighter .script {
312
- font-weight: bold !important;
313
- color: #006699 !important;
314
- background-color: none !important;
315
- }
316
- .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
317
- color: gray !important;
318
- }
319
- .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
320
- color: #ff1493 !important;
321
- }
322
- .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
323
- color: red !important;
324
- }
325
-
326
- .syntaxhighlighter .keyword {
327
- font-weight: bold !important;
328
- }
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
+ .syntaxhighlighter a,
18
+ .syntaxhighlighter div,
19
+ .syntaxhighlighter code,
20
+ .syntaxhighlighter table,
21
+ .syntaxhighlighter table td,
22
+ .syntaxhighlighter table tr,
23
+ .syntaxhighlighter table tbody,
24
+ .syntaxhighlighter table thead,
25
+ .syntaxhighlighter table caption,
26
+ .syntaxhighlighter textarea {
27
+ -moz-border-radius: 0 0 0 0 !important;
28
+ -webkit-border-radius: 0 0 0 0 !important;
29
+ background: none !important;
30
+ border: 0 !important;
31
+ bottom: auto !important;
32
+ float: none !important;
33
+ height: auto !important;
34
+ left: auto !important;
35
+ line-height: 1.1em !important;
36
+ margin: 0 !important;
37
+ outline: 0 !important;
38
+ overflow: visible !important;
39
+ padding: 0 !important;
40
+ position: static !important;
41
+ right: auto !important;
42
+ text-align: left !important;
43
+ top: auto !important;
44
+ vertical-align: baseline !important;
45
+ width: auto !important;
46
+ box-sizing: content-box !important;
47
+ font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
48
+ font-weight: normal !important;
49
+ font-style: normal !important;
50
+ font-size: 1em !important;
51
+ min-height: inherit !important;
52
+ min-height: auto !important;
53
+ }
54
+
55
+ .syntaxhighlighter {
56
+ width: 100% !important;
57
+ margin: 1em 0 1em 0 !important;
58
+ position: relative !important;
59
+ overflow: auto !important;
60
+ font-size: 1em !important;
61
+ }
62
+ .syntaxhighlighter.source {
63
+ overflow: hidden !important;
64
+ }
65
+ .syntaxhighlighter .bold {
66
+ font-weight: bold !important;
67
+ }
68
+ .syntaxhighlighter .italic {
69
+ font-style: italic !important;
70
+ }
71
+ .syntaxhighlighter .line {
72
+ white-space: pre !important;
73
+ }
74
+ .syntaxhighlighter table {
75
+ width: 100% !important;
76
+ }
77
+ .syntaxhighlighter table caption {
78
+ text-align: left !important;
79
+ padding: .5em 0 0.5em 1em !important;
80
+ }
81
+ .syntaxhighlighter table td.code {
82
+ width: 100% !important;
83
+ }
84
+ .syntaxhighlighter table td.code .container {
85
+ position: relative !important;
86
+ }
87
+ .syntaxhighlighter table td.code .container textarea {
88
+ box-sizing: border-box !important;
89
+ position: absolute !important;
90
+ left: 0 !important;
91
+ top: 0 !important;
92
+ width: 100% !important;
93
+ height: 100% !important;
94
+ border: none !important;
95
+ background: white !important;
96
+ padding-left: 1em !important;
97
+ overflow: hidden !important;
98
+ white-space: pre !important;
99
+ }
100
+ .syntaxhighlighter table td.gutter .line {
101
+ text-align: right !important;
102
+ padding: 0 0.5em 0 1em !important;
103
+ }
104
+ .syntaxhighlighter table td.code .line {
105
+ padding: 0 1em !important;
106
+ }
107
+ .syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
108
+ padding-left: 0em !important;
109
+ }
110
+ .syntaxhighlighter.show {
111
+ display: block !important;
112
+ }
113
+ .syntaxhighlighter.collapsed table {
114
+ display: none !important;
115
+ }
116
+ .syntaxhighlighter.collapsed .toolbar {
117
+ padding: 0.1em 0.8em 0em 0.8em !important;
118
+ font-size: 1em !important;
119
+ position: static !important;
120
+ width: auto !important;
121
+ height: auto !important;
122
+ }
123
+ .syntaxhighlighter.collapsed .toolbar span {
124
+ display: inline !important;
125
+ margin-right: 1em !important;
126
+ }
127
+ .syntaxhighlighter.collapsed .toolbar span a {
128
+ padding: 0 !important;
129
+ display: none !important;
130
+ }
131
+ .syntaxhighlighter.collapsed .toolbar span a.expandSource {
132
+ display: inline !important;
133
+ }
134
+ .syntaxhighlighter .toolbar {
135
+ position: absolute !important;
136
+ right: 1px !important;
137
+ top: 1px !important;
138
+ width: 11px !important;
139
+ height: 11px !important;
140
+ font-size: 10px !important;
141
+ z-index: 10 !important;
142
+ }
143
+ .syntaxhighlighter .toolbar span.title {
144
+ display: inline !important;
145
+ }
146
+ .syntaxhighlighter .toolbar a {
147
+ display: block !important;
148
+ text-align: center !important;
149
+ text-decoration: none !important;
150
+ padding-top: 1px !important;
151
+ }
152
+ .syntaxhighlighter .toolbar a.expandSource {
153
+ display: none !important;
154
+ }
155
+ .syntaxhighlighter.ie {
156
+ font-size: .9em !important;
157
+ padding: 1px 0 1px 0 !important;
158
+ }
159
+ .syntaxhighlighter.ie .toolbar {
160
+ line-height: 8px !important;
161
+ }
162
+ .syntaxhighlighter.ie .toolbar a {
163
+ padding-top: 0px !important;
164
+ }
165
+ .syntaxhighlighter.printing .line.alt1 .content,
166
+ .syntaxhighlighter.printing .line.alt2 .content,
167
+ .syntaxhighlighter.printing .line.highlighted .number,
168
+ .syntaxhighlighter.printing .line.highlighted.alt1 .content,
169
+ .syntaxhighlighter.printing .line.highlighted.alt2 .content {
170
+ background: none !important;
171
+ }
172
+ .syntaxhighlighter.printing .line .number {
173
+ color: #bbbbbb !important;
174
+ }
175
+ .syntaxhighlighter.printing .line .content {
176
+ color: black !important;
177
+ }
178
+ .syntaxhighlighter.printing .toolbar {
179
+ display: none !important;
180
+ }
181
+ .syntaxhighlighter.printing a {
182
+ text-decoration: none !important;
183
+ }
184
+ .syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
185
+ color: black !important;
186
+ }
187
+ .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
188
+ color: #008200 !important;
189
+ }
190
+ .syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
191
+ color: blue !important;
192
+ }
193
+ .syntaxhighlighter.printing .keyword {
194
+ color: #006699 !important;
195
+ font-weight: bold !important;
196
+ }
197
+ .syntaxhighlighter.printing .preprocessor {
198
+ color: gray !important;
199
+ }
200
+ .syntaxhighlighter.printing .variable {
201
+ color: #aa7700 !important;
202
+ }
203
+ .syntaxhighlighter.printing .value {
204
+ color: #009900 !important;
205
+ }
206
+ .syntaxhighlighter.printing .functions {
207
+ color: #ff1493 !important;
208
+ }
209
+ .syntaxhighlighter.printing .constants {
210
+ color: #0066cc !important;
211
+ }
212
+ .syntaxhighlighter.printing .script {
213
+ font-weight: bold !important;
214
+ }
215
+ .syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
216
+ color: gray !important;
217
+ }
218
+ .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
219
+ color: #ff1493 !important;
220
+ }
221
+ .syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
222
+ color: red !important;
223
+ }
224
+ .syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
225
+ color: black !important;
226
+ }
227
+
228
+ .syntaxhighlighter {
229
+ background-color: white !important;
230
+ }
231
+ .syntaxhighlighter .line.alt1 {
232
+ background-color: white !important;
233
+ }
234
+ .syntaxhighlighter .line.alt2 {
235
+ background-color: white !important;
236
+ }
237
+ .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
238
+ background-color: #e0e0e0 !important;
239
+ }
240
+ .syntaxhighlighter .line.highlighted.number {
241
+ color: black !important;
242
+ }
243
+ .syntaxhighlighter table caption {
244
+ color: black !important;
245
+ }
246
+ .syntaxhighlighter .gutter {
247
+ color: #afafaf !important;
248
+ }
249
+ .syntaxhighlighter .gutter .line {
250
+ border-right: 3px solid #6ce26c !important;
251
+ }
252
+ .syntaxhighlighter .gutter .line.highlighted {
253
+ background-color: #6ce26c !important;
254
+ color: white !important;
255
+ }
256
+ .syntaxhighlighter.printing .line .content {
257
+ border: none !important;
258
+ }
259
+ .syntaxhighlighter.collapsed {
260
+ overflow: visible !important;
261
+ }
262
+ .syntaxhighlighter.collapsed .toolbar {
263
+ color: blue !important;
264
+ background: white !important;
265
+ border: 1px solid #6ce26c !important;
266
+ }
267
+ .syntaxhighlighter.collapsed .toolbar a {
268
+ color: blue !important;
269
+ }
270
+ .syntaxhighlighter.collapsed .toolbar a:hover {
271
+ color: red !important;
272
+ }
273
+ .syntaxhighlighter .toolbar {
274
+ color: white !important;
275
+ background: #6ce26c !important;
276
+ border: none !important;
277
+ }
278
+ .syntaxhighlighter .toolbar a {
279
+ color: white !important;
280
+ }
281
+ .syntaxhighlighter .toolbar a:hover {
282
+ color: black !important;
283
+ }
284
+ .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
285
+ color: black !important;
286
+ }
287
+ .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
288
+ color: #008200 !important;
289
+ }
290
+ .syntaxhighlighter .string, .syntaxhighlighter .string a {
291
+ color: blue !important;
292
+ }
293
+ .syntaxhighlighter .keyword {
294
+ color: #006699 !important;
295
+ }
296
+ .syntaxhighlighter .preprocessor {
297
+ color: gray !important;
298
+ }
299
+ .syntaxhighlighter .variable {
300
+ color: #aa7700 !important;
301
+ }
302
+ .syntaxhighlighter .value {
303
+ color: #009900 !important;
304
+ }
305
+ .syntaxhighlighter .functions {
306
+ color: #ff1493 !important;
307
+ }
308
+ .syntaxhighlighter .constants {
309
+ color: #0066cc !important;
310
+ }
311
+ .syntaxhighlighter .script {
312
+ font-weight: bold !important;
313
+ color: #006699 !important;
314
+ background-color: none !important;
315
+ }
316
+ .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
317
+ color: gray !important;
318
+ }
319
+ .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
320
+ color: #ff1493 !important;
321
+ }
322
+ .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
323
+ color: red !important;
324
+ }
325
+
326
+ .syntaxhighlighter .keyword {
327
+ font-weight: bold !important;
328
+ }
syntaxhighlighter3/styles/shCoreDjango.css CHANGED
@@ -1,331 +1,331 @@
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
- .syntaxhighlighter a,
18
- .syntaxhighlighter div,
19
- .syntaxhighlighter code,
20
- .syntaxhighlighter table,
21
- .syntaxhighlighter table td,
22
- .syntaxhighlighter table tr,
23
- .syntaxhighlighter table tbody,
24
- .syntaxhighlighter table thead,
25
- .syntaxhighlighter table caption,
26
- .syntaxhighlighter textarea {
27
- -moz-border-radius: 0 0 0 0 !important;
28
- -webkit-border-radius: 0 0 0 0 !important;
29
- background: none !important;
30
- border: 0 !important;
31
- bottom: auto !important;
32
- float: none !important;
33
- height: auto !important;
34
- left: auto !important;
35
- line-height: 1.1em !important;
36
- margin: 0 !important;
37
- outline: 0 !important;
38
- overflow: visible !important;
39
- padding: 0 !important;
40
- position: static !important;
41
- right: auto !important;
42
- text-align: left !important;
43
- top: auto !important;
44
- vertical-align: baseline !important;
45
- width: auto !important;
46
- box-sizing: content-box !important;
47
- font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
48
- font-weight: normal !important;
49
- font-style: normal !important;
50
- font-size: 1em !important;
51
- min-height: inherit !important;
52
- min-height: auto !important;
53
- }
54
-
55
- .syntaxhighlighter {
56
- width: 100% !important;
57
- margin: 1em 0 1em 0 !important;
58
- position: relative !important;
59
- overflow: auto !important;
60
- font-size: 1em !important;
61
- }
62
- .syntaxhighlighter.source {
63
- overflow: hidden !important;
64
- }
65
- .syntaxhighlighter .bold {
66
- font-weight: bold !important;
67
- }
68
- .syntaxhighlighter .italic {
69
- font-style: italic !important;
70
- }
71
- .syntaxhighlighter .line {
72
- white-space: pre !important;
73
- }
74
- .syntaxhighlighter table {
75
- width: 100% !important;
76
- }
77
- .syntaxhighlighter table caption {
78
- text-align: left !important;
79
- padding: .5em 0 0.5em 1em !important;
80
- }
81
- .syntaxhighlighter table td.code {
82
- width: 100% !important;
83
- }
84
- .syntaxhighlighter table td.code .container {
85
- position: relative !important;
86
- }
87
- .syntaxhighlighter table td.code .container textarea {
88
- box-sizing: border-box !important;
89
- position: absolute !important;
90
- left: 0 !important;
91
- top: 0 !important;
92
- width: 100% !important;
93
- height: 100% !important;
94
- border: none !important;
95
- background: white !important;
96
- padding-left: 1em !important;
97
- overflow: hidden !important;
98
- white-space: pre !important;
99
- }
100
- .syntaxhighlighter table td.gutter .line {
101
- text-align: right !important;
102
- padding: 0 0.5em 0 1em !important;
103
- }
104
- .syntaxhighlighter table td.code .line {
105
- padding: 0 1em !important;
106
- }
107
- .syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
108
- padding-left: 0em !important;
109
- }
110
- .syntaxhighlighter.show {
111
- display: block !important;
112
- }
113
- .syntaxhighlighter.collapsed table {
114
- display: none !important;
115
- }
116
- .syntaxhighlighter.collapsed .toolbar {
117
- padding: 0.1em 0.8em 0em 0.8em !important;
118
- font-size: 1em !important;
119
- position: static !important;
120
- width: auto !important;
121
- height: auto !important;
122
- }
123
- .syntaxhighlighter.collapsed .toolbar span {
124
- display: inline !important;
125
- margin-right: 1em !important;
126
- }
127
- .syntaxhighlighter.collapsed .toolbar span a {
128
- padding: 0 !important;
129
- display: none !important;
130
- }
131
- .syntaxhighlighter.collapsed .toolbar span a.expandSource {
132
- display: inline !important;
133
- }
134
- .syntaxhighlighter .toolbar {
135
- position: absolute !important;
136
- right: 1px !important;
137
- top: 1px !important;
138
- width: 11px !important;
139
- height: 11px !important;
140
- font-size: 10px !important;
141
- z-index: 10 !important;
142
- }
143
- .syntaxhighlighter .toolbar span.title {
144
- display: inline !important;
145
- }
146
- .syntaxhighlighter .toolbar a {
147
- display: block !important;
148
- text-align: center !important;
149
- text-decoration: none !important;
150
- padding-top: 1px !important;
151
- }
152
- .syntaxhighlighter .toolbar a.expandSource {
153
- display: none !important;
154
- }
155
- .syntaxhighlighter.ie {
156
- font-size: .9em !important;
157
- padding: 1px 0 1px 0 !important;
158
- }
159
- .syntaxhighlighter.ie .toolbar {
160
- line-height: 8px !important;
161
- }
162
- .syntaxhighlighter.ie .toolbar a {
163
- padding-top: 0px !important;
164
- }
165
- .syntaxhighlighter.printing .line.alt1 .content,
166
- .syntaxhighlighter.printing .line.alt2 .content,
167
- .syntaxhighlighter.printing .line.highlighted .number,
168
- .syntaxhighlighter.printing .line.highlighted.alt1 .content,
169
- .syntaxhighlighter.printing .line.highlighted.alt2 .content {
170
- background: none !important;
171
- }
172
- .syntaxhighlighter.printing .line .number {
173
- color: #bbbbbb !important;
174
- }
175
- .syntaxhighlighter.printing .line .content {
176
- color: black !important;
177
- }
178
- .syntaxhighlighter.printing .toolbar {
179
- display: none !important;
180
- }
181
- .syntaxhighlighter.printing a {
182
- text-decoration: none !important;
183
- }
184
- .syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
185
- color: black !important;
186
- }
187
- .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
188
- color: #008200 !important;
189
- }
190
- .syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
191
- color: blue !important;
192
- }
193
- .syntaxhighlighter.printing .keyword {
194
- color: #006699 !important;
195
- font-weight: bold !important;
196
- }
197
- .syntaxhighlighter.printing .preprocessor {
198
- color: gray !important;
199
- }
200
- .syntaxhighlighter.printing .variable {
201
- color: #aa7700 !important;
202
- }
203
- .syntaxhighlighter.printing .value {
204
- color: #009900 !important;
205
- }
206
- .syntaxhighlighter.printing .functions {
207
- color: #ff1493 !important;
208
- }
209
- .syntaxhighlighter.printing .constants {
210
- color: #0066cc !important;
211
- }
212
- .syntaxhighlighter.printing .script {
213
- font-weight: bold !important;
214
- }
215
- .syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
216
- color: gray !important;
217
- }
218
- .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
219
- color: #ff1493 !important;
220
- }
221
- .syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
222
- color: red !important;
223
- }
224
- .syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
225
- color: black !important;
226
- }
227
-
228
- .syntaxhighlighter {
229
- background-color: #0a2b1d !important;
230
- }
231
- .syntaxhighlighter .line.alt1 {
232
- background-color: #0a2b1d !important;
233
- }
234
- .syntaxhighlighter .line.alt2 {
235
- background-color: #0a2b1d !important;
236
- }
237
- .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
238
- background-color: #233729 !important;
239
- }
240
- .syntaxhighlighter .line.highlighted.number {
241
- color: white !important;
242
- }
243
- .syntaxhighlighter table caption {
244
- color: #f8f8f8 !important;
245
- }
246
- .syntaxhighlighter .gutter {
247
- color: #497958 !important;
248
- }
249
- .syntaxhighlighter .gutter .line {
250
- border-right: 3px solid #41a83e !important;
251
- }
252
- .syntaxhighlighter .gutter .line.highlighted {
253
- background-color: #41a83e !important;
254
- color: #0a2b1d !important;
255
- }
256
- .syntaxhighlighter.printing .line .content {
257
- border: none !important;
258
- }
259
- .syntaxhighlighter.collapsed {
260
- overflow: visible !important;
261
- }
262
- .syntaxhighlighter.collapsed .toolbar {
263
- color: #96dd3b !important;
264
- background: black !important;
265
- border: 1px solid #41a83e !important;
266
- }
267
- .syntaxhighlighter.collapsed .toolbar a {
268
- color: #96dd3b !important;
269
- }
270
- .syntaxhighlighter.collapsed .toolbar a:hover {
271
- color: white !important;
272
- }
273
- .syntaxhighlighter .toolbar {
274
- color: white !important;
275
- background: #41a83e !important;
276
- border: none !important;
277
- }
278
- .syntaxhighlighter .toolbar a {
279
- color: white !important;
280
- }
281
- .syntaxhighlighter .toolbar a:hover {
282
- color: #ffe862 !important;
283
- }
284
- .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
285
- color: #f8f8f8 !important;
286
- }
287
- .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
288
- color: #336442 !important;
289
- }
290
- .syntaxhighlighter .string, .syntaxhighlighter .string a {
291
- color: #9df39f !important;
292
- }
293
- .syntaxhighlighter .keyword {
294
- color: #96dd3b !important;
295
- }
296
- .syntaxhighlighter .preprocessor {
297
- color: #91bb9e !important;
298
- }
299
- .syntaxhighlighter .variable {
300
- color: #ffaa3e !important;
301
- }
302
- .syntaxhighlighter .value {
303
- color: #f7e741 !important;
304
- }
305
- .syntaxhighlighter .functions {
306
- color: #ffaa3e !important;
307
- }
308
- .syntaxhighlighter .constants {
309
- color: #e0e8ff !important;
310
- }
311
- .syntaxhighlighter .script {
312
- font-weight: bold !important;
313
- color: #96dd3b !important;
314
- background-color: none !important;
315
- }
316
- .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
317
- color: #eb939a !important;
318
- }
319
- .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
320
- color: #91bb9e !important;
321
- }
322
- .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
323
- color: #edef7d !important;
324
- }
325
-
326
- .syntaxhighlighter .comments {
327
- font-style: italic !important;
328
- }
329
- .syntaxhighlighter .keyword {
330
- font-weight: bold !important;
331
- }
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
+ .syntaxhighlighter a,
18
+ .syntaxhighlighter div,
19
+ .syntaxhighlighter code,
20
+ .syntaxhighlighter table,
21
+ .syntaxhighlighter table td,
22
+ .syntaxhighlighter table tr,
23
+ .syntaxhighlighter table tbody,
24
+ .syntaxhighlighter table thead,
25
+ .syntaxhighlighter table caption,
26
+ .syntaxhighlighter textarea {
27
+ -moz-border-radius: 0 0 0 0 !important;
28
+ -webkit-border-radius: 0 0 0 0 !important;
29
+ background: none !important;
30
+ border: 0 !important;
31
+ bottom: auto !important;
32
+ float: none !important;
33
+ height: auto !important;
34
+ left: auto !important;
35
+ line-height: 1.1em !important;
36
+ margin: 0 !important;
37
+ outline: 0 !important;
38
+ overflow: visible !important;
39
+ padding: 0 !important;
40
+ position: static !important;
41
+ right: auto !important;
42
+ text-align: left !important;
43
+ top: auto !important;
44
+ vertical-align: baseline !important;
45
+ width: auto !important;
46
+ box-sizing: content-box !important;
47
+ font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
48
+ font-weight: normal !important;
49
+ font-style: normal !important;
50
+ font-size: 1em !important;
51
+ min-height: inherit !important;
52
+ min-height: auto !important;
53
+ }
54
+
55
+ .syntaxhighlighter {
56
+ width: 100% !important;
57
+ margin: 1em 0 1em 0 !important;
58
+ position: relative !important;
59
+ overflow: auto !important;
60
+ font-size: 1em !important;
61
+ }
62
+ .syntaxhighlighter.source {
63
+ overflow: hidden !important;
64
+ }
65
+ .syntaxhighlighter .bold {
66
+ font-weight: bold !important;
67
+ }
68
+ .syntaxhighlighter .italic {
69
+ font-style: italic !important;
70
+ }
71
+ .syntaxhighlighter .line {
72
+ white-space: pre !important;
73
+ }
74
+ .syntaxhighlighter table {
75
+ width: 100% !important;
76
+ }
77
+ .syntaxhighlighter table caption {
78
+ text-align: left !important;
79
+ padding: .5em 0 0.5em 1em !important;
80
+ }
81
+ .syntaxhighlighter table td.code {
82
+ width: 100% !important;
83
+ }
84
+ .syntaxhighlighter table td.code .container {
85
+ position: relative !important;
86
+ }
87
+ .syntaxhighlighter table td.code .container textarea {
88
+ box-sizing: border-box !important;
89
+ position: absolute !important;
90
+ left: 0 !important;
91
+ top: 0 !important;
92
+ width: 100% !important;
93
+ height: 100% !important;
94
+ border: none !important;
95
+ background: white !important;
96
+ padding-left: 1em !important;
97
+ overflow: hidden !important;
98
+ white-space: pre !important;
99
+ }
100
+ .syntaxhighlighter table td.gutter .line {
101
+ text-align: right !important;
102
+ padding: 0 0.5em 0 1em !important;
103
+ }
104
+ .syntaxhighlighter table td.code .line {
105
+ padding: 0 1em !important;
106
+ }
107
+ .syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
108
+ padding-left: 0em !important;
109
+ }
110
+ .syntaxhighlighter.show {
111
+ display: block !important;
112
+ }
113
+ .syntaxhighlighter.collapsed table {
114
+ display: none !important;
115
+ }
116
+ .syntaxhighlighter.collapsed .toolbar {
117
+ padding: 0.1em 0.8em 0em 0.8em !important;
118
+ font-size: 1em !important;
119
+ position: static !important;
120
+ width: auto !important;
121
+ height: auto !important;
122
+ }
123
+ .syntaxhighlighter.collapsed .toolbar span {
124
+ display: inline !important;
125
+ margin-right: 1em !important;
126
+ }
127
+ .syntaxhighlighter.collapsed .toolbar span a {
128
+ padding: 0 !important;
129
+ display: none !important;
130
+ }
131
+ .syntaxhighlighter.collapsed .toolbar span a.expandSource {
132
+ display: inline !important;
133
+ }
134
+ .syntaxhighlighter .toolbar {
135
+ position: absolute !important;
136
+ right: 1px !important;
137
+ top: 1px !important;
138
+ width: 11px !important;
139
+ height: 11px !important;
140
+ font-size: 10px !important;
141
+ z-index: 10 !important;
142
+ }
143
+ .syntaxhighlighter .toolbar span.title {
144
+ display: inline !important;
145
+ }
146
+ .syntaxhighlighter .toolbar a {
147
+ display: block !important;
148
+ text-align: center !important;
149
+ text-decoration: none !important;
150
+ padding-top: 1px !important;
151
+ }
152
+ .syntaxhighlighter .toolbar a.expandSource {
153
+ display: none !important;
154
+ }
155
+ .syntaxhighlighter.ie {
156
+ font-size: .9em !important;
157
+ padding: 1px 0 1px 0 !important;
158
+ }
159
+ .syntaxhighlighter.ie .toolbar {
160
+ line-height: 8px !important;
161
+ }
162
+ .syntaxhighlighter.ie .toolbar a {
163
+ padding-top: 0px !important;
164
+ }
165
+ .syntaxhighlighter.printing .line.alt1 .content,
166
+ .syntaxhighlighter.printing .line.alt2 .content,
167
+ .syntaxhighlighter.printing .line.highlighted .number,
168
+ .syntaxhighlighter.printing .line.highlighted.alt1 .content,
169
+ .syntaxhighlighter.printing .line.highlighted.alt2 .content {
170
+ background: none !important;
171
+ }
172
+ .syntaxhighlighter.printing .line .number {
173
+ color: #bbbbbb !important;
174
+ }
175
+ .syntaxhighlighter.printing .line .content {
176
+ color: black !important;
177
+ }
178
+ .syntaxhighlighter.printing .toolbar {
179
+ display: none !important;
180
+ }
181
+ .syntaxhighlighter.printing a {
182
+ text-decoration: none !important;
183
+ }
184
+ .syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
185
+ color: black !important;
186
+ }
187
+ .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
188
+ color: #008200 !important;
189
+ }
190
+ .syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
191
+ color: blue !important;
192
+ }
193
+ .syntaxhighlighter.printing .keyword {
194
+ color: #006699 !important;
195
+ font-weight: bold !important;
196
+ }
197
+ .syntaxhighlighter.printing .preprocessor {
198
+ color: gray !important;
199
+ }
200
+ .syntaxhighlighter.printing .variable {
201
+ color: #aa7700 !important;
202
+ }
203
+ .syntaxhighlighter.printing .value {
204
+ color: #009900 !important;
205
+ }
206
+ .syntaxhighlighter.printing .functions {
207
+ color: #ff1493 !important;
208
+ }
209
+ .syntaxhighlighter.printing .constants {
210
+ color: #0066cc !important;
211
+ }
212
+ .syntaxhighlighter.printing .script {
213
+ font-weight: bold !important;
214
+ }
215
+ .syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
216
+ color: gray !important;
217
+ }
218
+ .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
219
+ color: #ff1493 !important;
220
+ }
221
+ .syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
222
+ color: red !important;
223
+ }
224
+ .syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
225
+ color: black !important;
226
+ }
227
+
228
+ .syntaxhighlighter {
229
+ background-color: #0a2b1d !important;
230
+ }
231
+ .syntaxhighlighter .line.alt1 {
232
+ background-color: #0a2b1d !important;
233
+ }
234
+ .syntaxhighlighter .line.alt2 {
235
+ background-color: #0a2b1d !important;
236
+ }
237
+ .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
238
+ background-color: #233729 !important;
239
+ }
240
+ .syntaxhighlighter .line.highlighted.number {
241
+ color: white !important;
242
+ }
243
+ .syntaxhighlighter table caption {
244
+ color: #f8f8f8 !important;
245
+ }
246
+ .syntaxhighlighter .gutter {
247
+ color: #497958 !important;
248
+ }
249
+ .syntaxhighlighter .gutter .line {
250
+ border-right: 3px solid #41a83e !important;
251
+ }
252
+ .syntaxhighlighter .gutter .line.highlighted {
253
+ background-color: #41a83e !important;
254
+ color: #0a2b1d !important;
255
+ }
256
+ .syntaxhighlighter.printing .line .content {
257
+ border: none !important;
258
+ }
259
+ .syntaxhighlighter.collapsed {
260
+ overflow: visible !important;
261
+ }
262
+ .syntaxhighlighter.collapsed .toolbar {
263
+ color: #96dd3b !important;
264
+ background: black !important;
265
+ border: 1px solid #41a83e !important;
266
+ }
267
+ .syntaxhighlighter.collapsed .toolbar a {
268
+ color: #96dd3b !important;
269
+ }
270
+ .syntaxhighlighter.collapsed .toolbar a:hover {
271
+ color: white !important;
272
+ }
273
+ .syntaxhighlighter .toolbar {
274
+ color: white !important;
275
+ background: #41a83e !important;
276
+ border: none !important;
277
+ }
278
+ .syntaxhighlighter .toolbar a {
279
+ color: white !important;
280
+ }
281
+ .syntaxhighlighter .toolbar a:hover {
282
+ color: #ffe862 !important;
283
+ }
284
+ .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
285
+ color: #f8f8f8 !important;
286
+ }
287
+ .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
288
+ color: #336442 !important;
289
+ }
290
+ .syntaxhighlighter .string, .syntaxhighlighter .string a {
291
+ color: #9df39f !important;
292
+ }
293
+ .syntaxhighlighter .keyword {
294
+ color: #96dd3b !important;
295
+ }
296
+ .syntaxhighlighter .preprocessor {
297
+ color: #91bb9e !important;
298
+ }
299
+ .syntaxhighlighter .variable {
300
+ color: #ffaa3e !important;
301
+ }
302
+ .syntaxhighlighter .value {
303
+ color: #f7e741 !important;
304
+ }
305
+ .syntaxhighlighter .functions {
306
+ color: #ffaa3e !important;
307
+ }
308
+ .syntaxhighlighter .constants {
309
+ color: #e0e8ff !important;
310
+ }
311
+ .syntaxhighlighter .script {
312
+ font-weight: bold !important;
313
+ color: #96dd3b !important;
314
+ background-color: none !important;
315
+ }
316
+ .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
317
+ color: #eb939a !important;
318
+ }
319
+ .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
320
+ color: #91bb9e !important;
321
+ }
322
+ .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
323
+ color: #edef7d !important;
324
+ }
325
+
326
+ .syntaxhighlighter .comments {
327
+ font-style: italic !important;
328
+ }
329
+ .syntaxhighlighter .keyword {
330
+ font-weight: bold !important;
331
+ }
syntaxhighlighter3/styles/shCoreEclipse.css CHANGED
@@ -1,339 +1,339 @@
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
- .syntaxhighlighter a,
18
- .syntaxhighlighter div,
19
- .syntaxhighlighter code,
20
- .syntaxhighlighter table,
21
- .syntaxhighlighter table td,
22
- .syntaxhighlighter table tr,
23
- .syntaxhighlighter table tbody,
24
- .syntaxhighlighter table thead,
25
- .syntaxhighlighter table caption,
26
- .syntaxhighlighter textarea {
27
- -moz-border-radius: 0 0 0 0 !important;
28
- -webkit-border-radius: 0 0 0 0 !important;
29
- background: none !important;
30
- border: 0 !important;
31
- bottom: auto !important;
32
- float: none !important;
33
- height: auto !important;
34
- left: auto !important;
35
- line-height: 1.1em !important;
36
- margin: 0 !important;
37
- outline: 0 !important;
38
- overflow: visible !important;
39
- padding: 0 !important;
40
- position: static !important;
41
- right: auto !important;
42
- text-align: left !important;
43
- top: auto !important;
44
- vertical-align: baseline !important;
45
- width: auto !important;
46
- box-sizing: content-box !important;
47
- font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
48
- font-weight: normal !important;
49
- font-style: normal !important;
50
- font-size: 1em !important;
51
- min-height: inherit !important;
52
- min-height: auto !important;
53
- }
54
-
55
- .syntaxhighlighter {
56
- width: 100% !important;
57
- margin: 1em 0 1em 0 !important;
58
- position: relative !important;
59
- overflow: auto !important;
60
- font-size: 1em !important;
61
- }
62
- .syntaxhighlighter.source {
63
- overflow: hidden !important;
64
- }
65
- .syntaxhighlighter .bold {
66
- font-weight: bold !important;
67
- }
68
- .syntaxhighlighter .italic {
69
- font-style: italic !important;
70
- }
71
- .syntaxhighlighter .line {
72
- white-space: pre !important;
73
- }
74
- .syntaxhighlighter table {
75
- width: 100% !important;
76
- }
77
- .syntaxhighlighter table caption {
78
- text-align: left !important;
79
- padding: .5em 0 0.5em 1em !important;
80
- }
81
- .syntaxhighlighter table td.code {
82
- width: 100% !important;
83
- }
84
- .syntaxhighlighter table td.code .container {
85
- position: relative !important;
86
- }
87
- .syntaxhighlighter table td.code .container textarea {
88
- box-sizing: border-box !important;
89
- position: absolute !important;
90
- left: 0 !important;
91
- top: 0 !important;
92
- width: 100% !important;
93
- height: 100% !important;
94
- border: none !important;
95
- background: white !important;
96
- padding-left: 1em !important;
97
- overflow: hidden !important;
98
- white-space: pre !important;
99
- }
100
- .syntaxhighlighter table td.gutter .line {
101
- text-align: right !important;
102
- padding: 0 0.5em 0 1em !important;
103
- }
104
- .syntaxhighlighter table td.code .line {
105
- padding: 0 1em !important;
106
- }
107
- .syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
108
- padding-left: 0em !important;
109
- }
110
- .syntaxhighlighter.show {
111
- display: block !important;
112
- }
113
- .syntaxhighlighter.collapsed table {
114
- display: none !important;
115
- }
116
- .syntaxhighlighter.collapsed .toolbar {
117
- padding: 0.1em 0.8em 0em 0.8em !important;
118
- font-size: 1em !important;
119
- position: static !important;
120
- width: auto !important;
121
- height: auto !important;
122
- }
123
- .syntaxhighlighter.collapsed .toolbar span {
124
- display: inline !important;
125
- margin-right: 1em !important;
126
- }
127
- .syntaxhighlighter.collapsed .toolbar span a {
128
- padding: 0 !important;
129
- display: none !important;
130
- }
131
- .syntaxhighlighter.collapsed .toolbar span a.expandSource {
132
- display: inline !important;
133
- }
134
- .syntaxhighlighter .toolbar {
135
- position: absolute !important;
136
- right: 1px !important;
137
- top: 1px !important;
138
- width: 11px !important;
139
- height: 11px !important;
140
- font-size: 10px !important;
141
- z-index: 10 !important;
142
- }
143
- .syntaxhighlighter .toolbar span.title {
144
- display: inline !important;
145
- }
146
- .syntaxhighlighter .toolbar a {
147
- display: block !important;
148
- text-align: center !important;
149
- text-decoration: none !important;
150
- padding-top: 1px !important;
151
- }
152
- .syntaxhighlighter .toolbar a.expandSource {
153
- display: none !important;
154
- }
155
- .syntaxhighlighter.ie {
156
- font-size: .9em !important;
157
- padding: 1px 0 1px 0 !important;
158
- }
159
- .syntaxhighlighter.ie .toolbar {
160
- line-height: 8px !important;
161
- }
162
- .syntaxhighlighter.ie .toolbar a {
163
- padding-top: 0px !important;
164
- }
165
- .syntaxhighlighter.printing .line.alt1 .content,
166
- .syntaxhighlighter.printing .line.alt2 .content,
167
- .syntaxhighlighter.printing .line.highlighted .number,
168
- .syntaxhighlighter.printing .line.highlighted.alt1 .content,
169
- .syntaxhighlighter.printing .line.highlighted.alt2 .content {
170
- background: none !important;
171
- }
172
- .syntaxhighlighter.printing .line .number {
173
- color: #bbbbbb !important;
174
- }
175
- .syntaxhighlighter.printing .line .content {
176
- color: black !important;
177
- }
178
- .syntaxhighlighter.printing .toolbar {
179
- display: none !important;
180
- }
181
- .syntaxhighlighter.printing a {
182
- text-decoration: none !important;
183
- }
184
- .syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
185
- color: black !important;
186
- }
187
- .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
188
- color: #008200 !important;
189
- }
190
- .syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
191
- color: blue !important;
192
- }
193
- .syntaxhighlighter.printing .keyword {
194
- color: #006699 !important;
195
- font-weight: bold !important;
196
- }
197
- .syntaxhighlighter.printing .preprocessor {
198
- color: gray !important;
199
- }
200
- .syntaxhighlighter.printing .variable {
201
- color: #aa7700 !important;
202
- }
203
- .syntaxhighlighter.printing .value {
204
- color: #009900 !important;
205
- }
206
- .syntaxhighlighter.printing .functions {
207
- color: #ff1493 !important;
208
- }
209
- .syntaxhighlighter.printing .constants {
210
- color: #0066cc !important;
211
- }
212
- .syntaxhighlighter.printing .script {
213
- font-weight: bold !important;
214
- }
215
- .syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
216
- color: gray !important;
217
- }
218
- .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
219
- color: #ff1493 !important;
220
- }
221
- .syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
222
- color: red !important;
223
- }
224
- .syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
225
- color: black !important;
226
- }
227
-
228
- .syntaxhighlighter {
229
- background-color: white !important;
230
- }
231
- .syntaxhighlighter .line.alt1 {
232
- background-color: white !important;
233
- }
234
- .syntaxhighlighter .line.alt2 {
235
- background-color: white !important;
236
- }
237
- .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
238
- background-color: #c3defe !important;
239
- }
240
- .syntaxhighlighter .line.highlighted.number {
241
- color: white !important;
242
- }
243
- .syntaxhighlighter table caption {
244
- color: black !important;
245
- }
246
- .syntaxhighlighter .gutter {
247
- color: #787878 !important;
248
- }
249
- .syntaxhighlighter .gutter .line {
250
- border-right: 3px solid #d4d0c8 !important;
251
- }
252
- .syntaxhighlighter .gutter .line.highlighted {
253
- background-color: #d4d0c8 !important;
254
- color: white !important;
255
- }
256
- .syntaxhighlighter.printing .line .content {
257
- border: none !important;
258
- }
259
- .syntaxhighlighter.collapsed {
260
- overflow: visible !important;
261
- }
262
- .syntaxhighlighter.collapsed .toolbar {
263
- color: #3f5fbf !important;
264
- background: white !important;
265
- border: 1px solid #d4d0c8 !important;
266
- }
267
- .syntaxhighlighter.collapsed .toolbar a {
268
- color: #3f5fbf !important;
269
- }
270
- .syntaxhighlighter.collapsed .toolbar a:hover {
271
- color: #aa7700 !important;
272
- }
273
- .syntaxhighlighter .toolbar {
274
- color: #a0a0a0 !important;
275
- background: #d4d0c8 !important;
276
- border: none !important;
277
- }
278
- .syntaxhighlighter .toolbar a {
279
- color: #a0a0a0 !important;
280
- }
281
- .syntaxhighlighter .toolbar a:hover {
282
- color: red !important;
283
- }
284
- .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
285
- color: black !important;
286
- }
287
- .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
288
- color: #3f5fbf !important;
289
- }
290
- .syntaxhighlighter .string, .syntaxhighlighter .string a {
291
- color: #2a00ff !important;
292
- }
293
- .syntaxhighlighter .keyword {
294
- color: #7f0055 !important;
295
- }
296
- .syntaxhighlighter .preprocessor {
297
- color: #646464 !important;
298
- }
299
- .syntaxhighlighter .variable {
300
- color: #aa7700 !important;
301
- }
302
- .syntaxhighlighter .value {
303
- color: #009900 !important;
304
- }
305
- .syntaxhighlighter .functions {
306
- color: #ff1493 !important;
307
- }
308
- .syntaxhighlighter .constants {
309
- color: #0066cc !important;
310
- }
311
- .syntaxhighlighter .script {
312
- font-weight: bold !important;
313
- color: #7f0055 !important;
314
- background-color: none !important;
315
- }
316
- .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
317
- color: gray !important;
318
- }
319
- .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
320
- color: #ff1493 !important;
321
- }
322
- .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
323
- color: red !important;
324
- }
325
-
326
- .syntaxhighlighter .keyword {
327
- font-weight: bold !important;
328
- }
329
- .syntaxhighlighter .xml .keyword {
330
- color: #3f7f7f !important;
331
- font-weight: normal !important;
332
- }
333
- .syntaxhighlighter .xml .color1, .syntaxhighlighter .xml .color1 a {
334
- color: #7f007f !important;
335
- }
336
- .syntaxhighlighter .xml .string {
337
- font-style: italic !important;
338
- color: #2a00ff !important;
339
- }
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
+ .syntaxhighlighter a,
18
+ .syntaxhighlighter div,
19
+ .syntaxhighlighter code,
20
+ .syntaxhighlighter table,
21
+ .syntaxhighlighter table td,
22
+ .syntaxhighlighter table tr,
23
+ .syntaxhighlighter table tbody,
24
+ .syntaxhighlighter table thead,
25
+ .syntaxhighlighter table caption,
26
+ .syntaxhighlighter textarea {
27
+ -moz-border-radius: 0 0 0 0 !important;
28
+ -webkit-border-radius: 0 0 0 0 !important;
29
+ background: none !important;
30
+ border: 0 !important;
31
+ bottom: auto !important;
32
+ float: none !important;
33
+ height: auto !important;
34
+ left: auto !important;
35
+ line-height: 1.1em !important;
36
+ margin: 0 !important;
37
+ outline: 0 !important;
38
+ overflow: visible !important;
39
+ padding: 0 !important;
40
+ position: static !important;
41
+ right: auto !important;
42
+ text-align: left !important;
43
+ top: auto !important;
44
+ vertical-align: baseline !important;
45
+ width: auto !important;
46
+ box-sizing: content-box !important;
47
+ font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
48
+ font-weight: normal !important;
49
+ font-style: normal !important;
50
+ font-size: 1em !important;
51
+ min-height: inherit !important;
52
+ min-height: auto !important;
53
+ }
54
+
55
+ .syntaxhighlighter {
56
+ width: 100% !important;
57
+ margin: 1em 0 1em 0 !important;
58
+ position: relative !important;
59
+ overflow: auto !important;
60
+ font-size: 1em !important;
61
+ }
62
+ .syntaxhighlighter.source {
63
+ overflow: hidden !important;
64
+ }
65
+ .syntaxhighlighter .bold {
66
+ font-weight: bold !important;
67
+ }
68
+ .syntaxhighlighter .italic {
69
+ font-style: italic !important;
70
+ }
71
+ .syntaxhighlighter .line {
72
+ white-space: pre !important;
73
+ }
74
+ .syntaxhighlighter table {
75
+ width: 100% !important;
76
+ }
77
+ .syntaxhighlighter table caption {
78
+ text-align: left !important;
79
+ padding: .5em 0 0.5em 1em !important;
80
+ }
81
+ .syntaxhighlighter table td.code {
82
+ width: 100% !important;
83
+ }
84
+ .syntaxhighlighter table td.code .container {
85
+ position: relative !important;
86
+ }
87
+ .syntaxhighlighter table td.code .container textarea {
88
+ box-sizing: border-box !important;
89
+ position: absolute !important;
90
+ left: 0 !important;
91
+ top: 0 !important;
92
+ width: 100% !important;
93
+ height: 100% !important;
94
+ border: none !important;
95
+ background: white !important;
96
+ padding-left: 1em !important;
97
+ overflow: hidden !important;
98
+ white-space: pre !important;
99
+ }
100
+ .syntaxhighlighter table td.gutter .line {
101
+ text-align: right !important;
102
+ padding: 0 0.5em 0 1em !important;
103
+ }
104
+ .syntaxhighlighter table td.code .line {
105
+ padding: 0 1em !important;
106
+ }
107
+ .syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
108
+ padding-left: 0em !important;
109
+ }
110
+ .syntaxhighlighter.show {
111
+ display: block !important;
112
+ }
113
+ .syntaxhighlighter.collapsed table {
114
+ display: none !important;
115
+ }
116
+ .syntaxhighlighter.collapsed .toolbar {
117
+ padding: 0.1em 0.8em 0em 0.8em !important;
118
+ font-size: 1em !important;
119
+ position: static !important;
120
+ width: auto !important;
121
+ height: auto !important;
122
+ }
123
+ .syntaxhighlighter.collapsed .toolbar span {
124
+ display: inline !important;
125
+ margin-right: 1em !important;
126
+ }
127
+ .syntaxhighlighter.collapsed .toolbar span a {
128
+ padding: 0 !important;
129
+ display: none !important;
130
+ }
131
+ .syntaxhighlighter.collapsed .toolbar span a.expandSource {
132
+ display: inline !important;
133
+ }
134
+ .syntaxhighlighter .toolbar {
135
+ position: absolute !important;
136
+ right: 1px !important;
137
+ top: 1px !important;
138
+ width: 11px !important;
139
+ height: 11px !important;
140
+ font-size: 10px !important;
141
+ z-index: 10 !important;
142
+ }
143
+ .syntaxhighlighter .toolbar span.title {
144
+ display: inline !important;
145
+ }
146
+ .syntaxhighlighter .toolbar a {
147
+ display: block !important;
148
+ text-align: center !important;
149
+ text-decoration: none !important;
150
+ padding-top: 1px !important;
151
+ }
152
+ .syntaxhighlighter .toolbar a.expandSource {
153
+ display: none !important;
154
+ }
155
+ .syntaxhighlighter.ie {
156
+ font-size: .9em !important;
157
+ padding: 1px 0 1px 0 !important;
158
+ }
159
+ .syntaxhighlighter.ie .toolbar {
160
+ line-height: 8px !important;
161
+ }
162
+ .syntaxhighlighter.ie .toolbar a {
163
+ padding-top: 0px !important;
164
+ }
165
+ .syntaxhighlighter.printing .line.alt1 .content,
166
+ .syntaxhighlighter.printing .line.alt2 .content,
167
+ .syntaxhighlighter.printing .line.highlighted .number,
168
+ .syntaxhighlighter.printing .line.highlighted.alt1 .content,
169
+ .syntaxhighlighter.printing .line.highlighted.alt2 .content {
170
+ background: none !important;
171
+ }
172
+ .syntaxhighlighter.printing .line .number {
173
+ color: #bbbbbb !important;
174
+ }
175
+ .syntaxhighlighter.printing .line .content {
176
+ color: black !important;
177
+ }
178
+ .syntaxhighlighter.printing .toolbar {
179
+ display: none !important;
180
+ }
181
+ .syntaxhighlighter.printing a {
182
+ text-decoration: none !important;
183
+ }
184
+ .syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
185
+ color: black !important;
186
+ }
187
+ .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
188
+ color: #008200 !important;
189
+ }
190
+ .syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
191
+ color: blue !important;
192
+ }
193
+ .syntaxhighlighter.printing .keyword {
194
+ color: #006699 !important;
195
+ font-weight: bold !important;
196
+ }
197
+ .syntaxhighlighter.printing .preprocessor {
198
+ color: gray !important;
199
+ }
200
+ .syntaxhighlighter.printing .variable {
201
+ color: #aa7700 !important;
202
+ }
203
+ .syntaxhighlighter.printing .value {
204
+ color: #009900 !important;
205
+ }
206
+ .syntaxhighlighter.printing .functions {
207
+ color: #ff1493 !important;
208
+ }
209
+ .syntaxhighlighter.printing .constants {
210
+ color: #0066cc !important;
211
+ }
212
+ .syntaxhighlighter.printing .script {
213
+ font-weight: bold !important;
214
+ }
215
+ .syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
216
+ color: gray !important;
217
+ }
218
+ .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
219
+ color: #ff1493 !important;
220
+ }
221
+ .syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
222
+ color: red !important;
223
+ }
224
+ .syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
225
+ color: black !important;
226
+ }
227
+
228
+ .syntaxhighlighter {
229
+ background-color: white !important;
230
+ }
231
+ .syntaxhighlighter .line.alt1 {
232
+ background-color: white !important;
233
+ }
234
+ .syntaxhighlighter .line.alt2 {
235
+ background-color: white !important;
236
+ }
237
+ .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
238
+ background-color: #c3defe !important;
239
+ }
240
+ .syntaxhighlighter .line.highlighted.number {
241
+ color: white !important;
242
+ }
243
+ .syntaxhighlighter table caption {
244
+ color: black !important;
245
+ }
246
+ .syntaxhighlighter .gutter {
247
+ color: #787878 !important;
248
+ }
249
+ .syntaxhighlighter .gutter .line {
250
+ border-right: 3px solid #d4d0c8 !important;
251
+ }
252
+ .syntaxhighlighter .gutter .line.highlighted {
253
+ background-color: #d4d0c8 !important;
254
+ color: white !important;
255
+ }
256
+ .syntaxhighlighter.printing .line .content {
257
+ border: none !important;
258
+ }
259
+ .syntaxhighlighter.collapsed {
260
+ overflow: visible !important;
261
+ }
262
+ .syntaxhighlighter.collapsed .toolbar {
263
+ color: #3f5fbf !important;
264
+ background: white !important;
265
+ border: 1px solid #d4d0c8 !important;
266
+ }
267
+ .syntaxhighlighter.collapsed .toolbar a {
268
+ color: #3f5fbf !important;
269
+ }
270
+ .syntaxhighlighter.collapsed .toolbar a:hover {
271
+ color: #aa7700 !important;
272
+ }
273
+ .syntaxhighlighter .toolbar {
274
+ color: #a0a0a0 !important;
275
+ background: #d4d0c8 !important;
276
+ border: none !important;
277
+ }
278
+ .syntaxhighlighter .toolbar a {
279
+ color: #a0a0a0 !important;
280
+ }
281
+ .syntaxhighlighter .toolbar a:hover {
282
+ color: red !important;
283
+ }
284
+ .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
285
+ color: black !important;
286
+ }
287
+ .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
288
+ color: #3f5fbf !important;
289
+ }
290
+ .syntaxhighlighter .string, .syntaxhighlighter .string a {
291
+ color: #2a00ff !important;
292
+ }
293
+ .syntaxhighlighter .keyword {
294
+ color: #7f0055 !important;
295
+ }
296
+ .syntaxhighlighter .preprocessor {
297
+ color: #646464 !important;
298
+ }
299
+ .syntaxhighlighter .variable {
300
+ color: #aa7700 !important;
301
+ }
302
+ .syntaxhighlighter .value {
303
+ color: #009900 !important;
304
+ }
305
+ .syntaxhighlighter .functions {
306
+ color: #ff1493 !important;
307
+ }
308
+ .syntaxhighlighter .constants {
309
+ color: #0066cc !important;
310
+ }
311
+ .syntaxhighlighter .script {
312
+ font-weight: bold !important;
313
+ color: #7f0055 !important;
314
+ background-color: none !important;
315
+ }
316
+ .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
317
+ color: gray !important;
318
+ }
319
+ .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
320
+ color: #ff1493 !important;
321
+ }
322
+ .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
323
+ color: red !important;
324
+ }
325
+
326
+ .syntaxhighlighter .keyword {
327
+ font-weight: bold !important;
328
+ }
329
+ .syntaxhighlighter .xml .keyword {
330
+ color: #3f7f7f !important;
331
+ font-weight: normal !important;
332
+ }
333
+ .syntaxhighlighter .xml .color1, .syntaxhighlighter .xml .color1 a {
334
+ color: #7f007f !important;
335
+ }
336
+ .syntaxhighlighter .xml .string {
337
+ font-style: italic !important;
338
+ color: #2a00ff !important;
339
+ }
syntaxhighlighter3/styles/shCoreEmacs.css CHANGED
@@ -1,324 +1,324 @@
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
- .syntaxhighlighter a,
18
- .syntaxhighlighter div,
19
- .syntaxhighlighter code,
20
- .syntaxhighlighter table,
21
- .syntaxhighlighter table td,
22
- .syntaxhighlighter table tr,
23
- .syntaxhighlighter table tbody,
24
- .syntaxhighlighter table thead,
25
- .syntaxhighlighter table caption,
26
- .syntaxhighlighter textarea {
27
- -moz-border-radius: 0 0 0 0 !important;
28
- -webkit-border-radius: 0 0 0 0 !important;
29
- background: none !important;
30
- border: 0 !important;
31
- bottom: auto !important;
32
- float: none !important;
33
- height: auto !important;
34
- left: auto !important;
35
- line-height: 1.1em !important;
36
- margin: 0 !important;
37
- outline: 0 !important;
38
- overflow: visible !important;
39
- padding: 0 !important;
40
- position: static !important;
41
- right: auto !important;
42
- text-align: left !important;
43
- top: auto !important;
44
- vertical-align: baseline !important;
45
- width: auto !important;
46
- box-sizing: content-box !important;
47
- font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
48
- font-weight: normal !important;
49
- font-style: normal !important;
50
- font-size: 1em !important;
51
- min-height: inherit !important;
52
- min-height: auto !important;
53
- }
54
-
55
- .syntaxhighlighter {
56
- width: 100% !important;
57
- margin: 1em 0 1em 0 !important;
58
- position: relative !important;
59
- overflow: auto !important;
60
- font-size: 1em !important;
61
- }
62
- .syntaxhighlighter.source {
63
- overflow: hidden !important;
64
- }
65
- .syntaxhighlighter .bold {
66
- font-weight: bold !important;
67
- }
68
- .syntaxhighlighter .italic {
69
- font-style: italic !important;
70
- }
71
- .syntaxhighlighter .line {
72
- white-space: pre !important;
73
- }
74
- .syntaxhighlighter table {
75
- width: 100% !important;
76
- }
77
- .syntaxhighlighter table caption {
78
- text-align: left !important;
79
- padding: .5em 0 0.5em 1em !important;
80
- }
81
- .syntaxhighlighter table td.code {
82
- width: 100% !important;
83
- }
84
- .syntaxhighlighter table td.code .container {
85
- position: relative !important;
86
- }
87
- .syntaxhighlighter table td.code .container textarea {
88
- box-sizing: border-box !important;
89
- position: absolute !important;
90
- left: 0 !important;
91
- top: 0 !important;
92
- width: 100% !important;
93
- height: 100% !important;
94
- border: none !important;
95
- background: white !important;
96
- padding-left: 1em !important;
97
- overflow: hidden !important;
98
- white-space: pre !important;
99
- }
100
- .syntaxhighlighter table td.gutter .line {
101
- text-align: right !important;
102
- padding: 0 0.5em 0 1em !important;
103
- }
104
- .syntaxhighlighter table td.code .line {
105
- padding: 0 1em !important;
106
- }
107
- .syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
108
- padding-left: 0em !important;
109
- }
110
- .syntaxhighlighter.show {
111
- display: block !important;
112
- }
113
- .syntaxhighlighter.collapsed table {
114
- display: none !important;
115
- }
116
- .syntaxhighlighter.collapsed .toolbar {
117
- padding: 0.1em 0.8em 0em 0.8em !important;
118
- font-size: 1em !important;
119
- position: static !important;
120
- width: auto !important;
121
- height: auto !important;
122
- }
123
- .syntaxhighlighter.collapsed .toolbar span {
124
- display: inline !important;
125
- margin-right: 1em !important;
126
- }
127
- .syntaxhighlighter.collapsed .toolbar span a {
128
- padding: 0 !important;
129
- display: none !important;
130
- }
131
- .syntaxhighlighter.collapsed .toolbar span a.expandSource {
132
- display: inline !important;
133
- }
134
- .syntaxhighlighter .toolbar {
135
- position: absolute !important;
136
- right: 1px !important;
137
- top: 1px !important;
138
- width: 11px !important;
139
- height: 11px !important;
140
- font-size: 10px !important;
141
- z-index: 10 !important;
142
- }
143
- .syntaxhighlighter .toolbar span.title {
144
- display: inline !important;
145
- }
146
- .syntaxhighlighter .toolbar a {
147
- display: block !important;
148
- text-align: center !important;
149
- text-decoration: none !important;
150
- padding-top: 1px !important;
151
- }
152
- .syntaxhighlighter .toolbar a.expandSource {
153
- display: none !important;
154
- }
155
- .syntaxhighlighter.ie {
156
- font-size: .9em !important;
157
- padding: 1px 0 1px 0 !important;
158
- }
159
- .syntaxhighlighter.ie .toolbar {
160
- line-height: 8px !important;
161
- }
162
- .syntaxhighlighter.ie .toolbar a {
163
- padding-top: 0px !important;
164
- }
165
- .syntaxhighlighter.printing .line.alt1 .content,
166
- .syntaxhighlighter.printing .line.alt2 .content,
167
- .syntaxhighlighter.printing .line.highlighted .number,
168
- .syntaxhighlighter.printing .line.highlighted.alt1 .content,
169
- .syntaxhighlighter.printing .line.highlighted.alt2 .content {
170
- background: none !important;
171
- }
172
- .syntaxhighlighter.printing .line .number {
173
- color: #bbbbbb !important;
174
- }
175
- .syntaxhighlighter.printing .line .content {
176
- color: black !important;
177
- }
178
- .syntaxhighlighter.printing .toolbar {
179
- display: none !important;
180
- }
181
- .syntaxhighlighter.printing a {
182
- text-decoration: none !important;
183
- }
184
- .syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
185
- color: black !important;
186
- }
187
- .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
188
- color: #008200 !important;
189
- }
190
- .syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
191
- color: blue !important;
192
- }
193
- .syntaxhighlighter.printing .keyword {
194
- color: #006699 !important;
195
- font-weight: bold !important;
196
- }
197
- .syntaxhighlighter.printing .preprocessor {
198
- color: gray !important;
199
- }
200
- .syntaxhighlighter.printing .variable {
201
- color: #aa7700 !important;
202
- }
203
- .syntaxhighlighter.printing .value {
204
- color: #009900 !important;
205
- }
206
- .syntaxhighlighter.printing .functions {
207
- color: #ff1493 !important;
208
- }
209
- .syntaxhighlighter.printing .constants {
210
- color: #0066cc !important;
211
- }
212
- .syntaxhighlighter.printing .script {
213
- font-weight: bold !important;
214
- }
215
- .syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
216
- color: gray !important;
217
- }
218
- .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
219
- color: #ff1493 !important;
220
- }
221
- .syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
222
- color: red !important;
223
- }
224
- .syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
225
- color: black !important;
226
- }
227
-
228
- .syntaxhighlighter {
229
- background-color: black !important;
230
- }
231
- .syntaxhighlighter .line.alt1 {
232
- background-color: black !important;
233
- }
234
- .syntaxhighlighter .line.alt2 {
235
- background-color: black !important;
236
- }
237
- .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
238
- background-color: #2a3133 !important;
239
- }
240
- .syntaxhighlighter .line.highlighted.number {
241
- color: white !important;
242
- }
243
- .syntaxhighlighter table caption {
244
- color: #d3d3d3 !important;
245
- }
246
- .syntaxhighlighter .gutter {
247
- color: #d3d3d3 !important;
248
- }
249
- .syntaxhighlighter .gutter .line {
250
- border-right: 3px solid #990000 !important;
251
- }
252
- .syntaxhighlighter .gutter .line.highlighted {
253
- background-color: #990000 !important;
254
- color: black !important;
255
- }
256
- .syntaxhighlighter.printing .line .content {
257
- border: none !important;
258
- }
259
- .syntaxhighlighter.collapsed {
260
- overflow: visible !important;
261
- }
262
- .syntaxhighlighter.collapsed .toolbar {
263
- color: #ebdb8d !important;
264
- background: black !important;
265
- border: 1px solid #990000 !important;
266
- }
267
- .syntaxhighlighter.collapsed .toolbar a {
268
- color: #ebdb8d !important;
269
- }
270
- .syntaxhighlighter.collapsed .toolbar a:hover {
271
- color: #ff7d27 !important;
272
- }
273
- .syntaxhighlighter .toolbar {
274
- color: white !important;
275
- background: #990000 !important;
276
- border: none !important;
277
- }
278
- .syntaxhighlighter .toolbar a {
279
- color: white !important;
280
- }
281
- .syntaxhighlighter .toolbar a:hover {
282
- color: #9ccff4 !important;
283
- }
284
- .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
285
- color: #d3d3d3 !important;
286
- }
287
- .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
288
- color: #ff7d27 !important;
289
- }
290
- .syntaxhighlighter .string, .syntaxhighlighter .string a {
291
- color: #ff9e7b !important;
292
- }
293
- .syntaxhighlighter .keyword {
294
- color: aqua !important;
295
- }
296
- .syntaxhighlighter .preprocessor {
297
- color: #aec4de !important;
298
- }
299
- .syntaxhighlighter .variable {
300
- color: #ffaa3e !important;
301
- }
302
- .syntaxhighlighter .value {
303
- color: #009900 !important;
304
- }
305
- .syntaxhighlighter .functions {
306
- color: #81cef9 !important;
307
- }
308
- .syntaxhighlighter .constants {
309
- color: #ff9e7b !important;
310
- }
311
- .syntaxhighlighter .script {
312
- font-weight: bold !important;
313
- color: aqua !important;
314
- background-color: none !important;
315
- }
316
- .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
317
- color: #ebdb8d !important;
318
- }
319
- .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
320
- color: #ff7d27 !important;
321
- }
322
- .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
323
- color: #aec4de !important;
324
- }
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
+ .syntaxhighlighter a,
18
+ .syntaxhighlighter div,
19
+ .syntaxhighlighter code,
20
+ .syntaxhighlighter table,
21
+ .syntaxhighlighter table td,
22
+ .syntaxhighlighter table tr,
23
+ .syntaxhighlighter table tbody,
24
+ .syntaxhighlighter table thead,
25
+ .syntaxhighlighter table caption,
26
+ .syntaxhighlighter textarea {
27
+ -moz-border-radius: 0 0 0 0 !important;
28
+ -webkit-border-radius: 0 0 0 0 !important;
29
+ background: none !important;
30
+ border: 0 !important;
31
+ bottom: auto !important;
32
+ float: none !important;
33
+ height: auto !important;
34
+ left: auto !important;
35
+ line-height: 1.1em !important;
36
+ margin: 0 !important;
37
+ outline: 0 !important;
38
+ overflow: visible !important;
39
+ padding: 0 !important;
40
+ position: static !important;
41
+ right: auto !important;
42
+ text-align: left !important;
43
+ top: auto !important;
44
+ vertical-align: baseline !important;
45
+ width: auto !important;
46
+ box-sizing: content-box !important;
47
+ font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
48
+ font-weight: normal !important;
49
+ font-style: normal !important;
50
+ font-size: 1em !important;
51
+ min-height: inherit !important;
52
+ min-height: auto !important;
53
+ }
54
+
55
+ .syntaxhighlighter {
56
+ width: 100% !important;
57
+ margin: 1em 0 1em 0 !important;
58
+ position: relative !important;
59
+ overflow: auto !important;
60
+ font-size: 1em !important;
61
+ }
62
+ .syntaxhighlighter.source {
63
+ overflow: hidden !important;
64
+ }
65
+ .syntaxhighlighter .bold {
66
+ font-weight: bold !important;
67
+ }
68
+ .syntaxhighlighter .italic {
69
+ font-style: italic !important;
70
+ }
71
+ .syntaxhighlighter .line {
72
+ white-space: pre !important;
73
+ }
74
+ .syntaxhighlighter table {
75
+ width: 100% !important;
76
+ }
77
+ .syntaxhighlighter table caption {
78
+ text-align: left !important;
79
+ padding: .5em 0 0.5em 1em !important;
80
+ }
81
+ .syntaxhighlighter table td.code {
82
+ width: 100% !important;
83
+ }
84
+ .syntaxhighlighter table td.code .container {
85
+ position: relative !important;
86
+ }
87
+ .syntaxhighlighter table td.code .container textarea {
88
+ box-sizing: border-box !important;
89
+ position: absolute !important;
90
+ left: 0 !important;
91
+ top: 0 !important;
92
+ width: 100% !important;
93
+ height: 100% !important;
94
+ border: none !important;
95
+ background: white !important;
96
+ padding-left: 1em !important;
97
+ overflow: hidden !important;
98
+ white-space: pre !important;
99
+ }
100
+ .syntaxhighlighter table td.gutter .line {
101
+ text-align: right !important;
102
+ padding: 0 0.5em 0 1em !important;
103
+ }
104
+ .syntaxhighlighter table td.code .line {
105
+ padding: 0 1em !important;
106
+ }
107
+ .syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
108
+ padding-left: 0em !important;
109
+ }
110
+ .syntaxhighlighter.show {
111
+ display: block !important;
112
+ }
113
+ .syntaxhighlighter.collapsed table {
114
+ display: none !important;
115
+ }
116
+ .syntaxhighlighter.collapsed .toolbar {
117
+ padding: 0.1em 0.8em 0em 0.8em !important;
118
+ font-size: 1em !important;
119
+ position: static !important;
120
+ width: auto !important;
121
+ height: auto !important;
122
+ }
123
+ .syntaxhighlighter.collapsed .toolbar span {
124
+ display: inline !important;
125
+ margin-right: 1em !important;
126
+ }
127
+ .syntaxhighlighter.collapsed .toolbar span a {
128
+ padding: 0 !important;
129
+ display: none !important;
130
+ }
131
+ .syntaxhighlighter.collapsed .toolbar span a.expandSource {
132
+ display: inline !important;
133
+ }
134
+ .syntaxhighlighter .toolbar {
135
+ position: absolute !important;
136
+ right: 1px !important;
137
+ top: 1px !important;
138
+ width: 11px !important;
139
+ height: 11px !important;
140
+ font-size: 10px !important;
141
+ z-index: 10 !important;
142
+ }
143
+ .syntaxhighlighter .toolbar span.title {
144
+ display: inline !important;
145
+ }
146
+ .syntaxhighlighter .toolbar a {
147
+ display: block !important;
148
+ text-align: center !important;
149
+ text-decoration: none !important;
150
+ padding-top: 1px !important;
151
+ }
152
+ .syntaxhighlighter .toolbar a.expandSource {
153
+ display: none !important;
154
+ }
155
+ .syntaxhighlighter.ie {
156
+ font-size: .9em !important;
157
+ padding: 1px 0 1px 0 !important;
158
+ }
159
+ .syntaxhighlighter.ie .toolbar {
160
+ line-height: 8px !important;
161
+ }
162
+ .syntaxhighlighter.ie .toolbar a {
163
+ padding-top: 0px !important;
164
+ }
165
+ .syntaxhighlighter.printing .line.alt1 .content,
166
+ .syntaxhighlighter.printing .line.alt2 .content,
167
+ .syntaxhighlighter.printing .line.highlighted .number,
168
+ .syntaxhighlighter.printing .line.highlighted.alt1 .content,
169
+ .syntaxhighlighter.printing .line.highlighted.alt2 .content {
170
+ background: none !important;
171
+ }
172
+ .syntaxhighlighter.printing .line .number {
173
+ color: #bbbbbb !important;
174
+ }
175
+ .syntaxhighlighter.printing .line .content {
176
+ color: black !important;
177
+ }
178
+ .syntaxhighlighter.printing .toolbar {
179
+ display: none !important;
180
+ }
181
+ .syntaxhighlighter.printing a {
182
+ text-decoration: none !important;
183
+ }
184
+ .syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
185
+ color: black !important;
186
+ }
187
+ .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
188
+ color: #008200 !important;
189
+ }
190
+ .syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
191
+ color: blue !important;
192
+ }
193
+ .syntaxhighlighter.printing .keyword {
194
+ color: #006699 !important;
195
+ font-weight: bold !important;
196
+ }
197
+ .syntaxhighlighter.printing .preprocessor {
198
+ color: gray !important;
199
+ }
200
+ .syntaxhighlighter.printing .variable {
201
+ color: #aa7700 !important;
202
+ }
203
+ .syntaxhighlighter.printing .value {
204
+ color: #009900 !important;
205
+ }
206
+ .syntaxhighlighter.printing .functions {
207
+ color: #ff1493 !important;
208
+ }
209
+ .syntaxhighlighter.printing .constants {
210
+ color: #0066cc !important;
211
+ }
212
+ .syntaxhighlighter.printing .script {
213
+ font-weight: bold !important;
214
+ }
215
+ .syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
216
+ color: gray !important;
217
+ }
218
+ .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
219
+ color: #ff1493 !important;
220
+ }
221
+ .syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
222
+ color: red !important;
223
+ }
224
+ .syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
225
+ color: black !important;
226
+ }
227
+
228
+ .syntaxhighlighter {
229
+ background-color: black !important;
230
+ }
231
+ .syntaxhighlighter .line.alt1 {
232
+ background-color: black !important;
233
+ }
234
+ .syntaxhighlighter .line.alt2 {
235
+ background-color: black !important;
236
+ }
237
+ .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
238
+ background-color: #2a3133 !important;
239
+ }
240
+ .syntaxhighlighter .line.highlighted.number {
241
+ color: white !important;
242
+ }
243
+ .syntaxhighlighter table caption {
244
+ color: #d3d3d3 !important;
245
+ }
246
+ .syntaxhighlighter .gutter {
247
+ color: #d3d3d3 !important;
248
+ }
249
+ .syntaxhighlighter .gutter .line {
250
+ border-right: 3px solid #990000 !important;
251
+ }
252
+ .syntaxhighlighter .gutter .line.highlighted {
253
+ background-color: #990000 !important;
254
+ color: black !important;
255
+ }
256
+ .syntaxhighlighter.printing .line .content {
257
+ border: none !important;
258
+ }
259
+ .syntaxhighlighter.collapsed {
260
+ overflow: visible !important;
261
+ }
262
+ .syntaxhighlighter.collapsed .toolbar {
263
+ color: #ebdb8d !important;
264
+ background: black !important;
265
+ border: 1px solid #990000 !important;
266
+ }
267
+ .syntaxhighlighter.collapsed .toolbar a {
268
+ color: #ebdb8d !important;
269
+ }
270
+ .syntaxhighlighter.collapsed .toolbar a:hover {
271
+ color: #ff7d27 !important;
272
+ }
273
+ .syntaxhighlighter .toolbar {
274
+ color: white !important;
275
+ background: #990000 !important;
276
+ border: none !important;
277
+ }
278
+ .syntaxhighlighter .toolbar a {
279
+ color: white !important;
280
+ }
281
+ .syntaxhighlighter .toolbar a:hover {
282
+ color: #9ccff4 !important;
283
+ }
284
+ .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
285
+ color: #d3d3d3 !important;
286
+ }
287
+ .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
288
+ color: #ff7d27 !important;
289
+ }
290
+ .syntaxhighlighter .string, .syntaxhighlighter .string a {
291
+ color: #ff9e7b !important;
292
+ }
293
+ .syntaxhighlighter .keyword {
294
+ color: aqua !important;
295
+ }
296
+ .syntaxhighlighter .preprocessor {
297
+ color: #aec4de !important;
298
+ }
299
+ .syntaxhighlighter .variable {
300
+ color: #ffaa3e !important;
301
+ }
302
+ .syntaxhighlighter .value {
303
+ color: #009900 !important;
304
+ }
305
+ .syntaxhighlighter .functions {
306
+ color: #81cef9 !important;
307
+ }
308
+ .syntaxhighlighter .constants {
309
+ color: #ff9e7b !important;
310
+ }
311
+ .syntaxhighlighter .script {
312
+ font-weight: bold !important;
313
+ color: aqua !important;
314
+ background-color: none !important;
315
+ }
316
+ .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
317
+ color: #ebdb8d !important;
318
+ }
319
+ .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
320
+ color: #ff7d27 !important;
321
+ }
322
+ .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
323
+ color: #aec4de !important;
324
+ }
syntaxhighlighter3/styles/shCoreFadeToGrey.css CHANGED
@@ -1,328 +1,328 @@
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
- .syntaxhighlighter a,
18
- .syntaxhighlighter div,
19
- .syntaxhighlighter code,
20
- .syntaxhighlighter table,
21
- .syntaxhighlighter table td,
22
- .syntaxhighlighter table tr,
23
- .syntaxhighlighter table tbody,
24
- .syntaxhighlighter table thead,
25
- .syntaxhighlighter table caption,
26
- .syntaxhighlighter textarea {
27
- -moz-border-radius: 0 0 0 0 !important;
28
- -webkit-border-radius: 0 0 0 0 !important;
29
- background: none !important;
30
- border: 0 !important;
31
- bottom: auto !important;
32
- float: none !important;
33
- height: auto !important;
34
- left: auto !important;
35
- line-height: 1.1em !important;
36
- margin: 0 !important;
37
- outline: 0 !important;
38
- overflow: visible !important;
39
- padding: 0 !important;
40
- position: static !important;
41
- right: auto !important;
42
- text-align: left !important;
43
- top: auto !important;
44
- vertical-align: baseline !important;
45
- width: auto !important;
46
- box-sizing: content-box !important;
47
- font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
48
- font-weight: normal !important;
49
- font-style: normal !important;
50
- font-size: 1em !important;
51
- min-height: inherit !important;
52
- min-height: auto !important;
53
- }
54
-
55
- .syntaxhighlighter {
56
- width: 100% !important;
57
- margin: 1em 0 1em 0 !important;
58
- position: relative !important;
59
- overflow: auto !important;
60
- font-size: 1em !important;
61
- }
62
- .syntaxhighlighter.source {
63
- overflow: hidden !important;
64
- }
65
- .syntaxhighlighter .bold {
66
- font-weight: bold !important;
67
- }
68
- .syntaxhighlighter .italic {
69
- font-style: italic !important;
70
- }
71
- .syntaxhighlighter .line {
72
- white-space: pre !important;
73
- }
74
- .syntaxhighlighter table {
75
- width: 100% !important;
76
- }
77
- .syntaxhighlighter table caption {
78
- text-align: left !important;
79
- padding: .5em 0 0.5em 1em !important;
80
- }
81
- .syntaxhighlighter table td.code {
82
- width: 100% !important;
83
- }
84
- .syntaxhighlighter table td.code .container {
85
- position: relative !important;
86
- }
87
- .syntaxhighlighter table td.code .container textarea {
88
- box-sizing: border-box !important;
89
- position: absolute !important;
90
- left: 0 !important;
91
- top: 0 !important;
92
- width: 100% !important;
93
- height: 100% !important;
94
- border: none !important;
95
- background: white !important;
96
- padding-left: 1em !important;
97
- overflow: hidden !important;
98
- white-space: pre !important;
99
- }
100
- .syntaxhighlighter table td.gutter .line {
101
- text-align: right !important;
102
- padding: 0 0.5em 0 1em !important;
103
- }
104
- .syntaxhighlighter table td.code .line {
105
- padding: 0 1em !important;
106
- }
107
- .syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
108
- padding-left: 0em !important;
109
- }
110
- .syntaxhighlighter.show {
111
- display: block !important;
112
- }
113
- .syntaxhighlighter.collapsed table {
114
- display: none !important;
115
- }
116
- .syntaxhighlighter.collapsed .toolbar {
117
- padding: 0.1em 0.8em 0em 0.8em !important;
118
- font-size: 1em !important;
119
- position: static !important;
120
- width: auto !important;
121
- height: auto !important;
122
- }
123
- .syntaxhighlighter.collapsed .toolbar span {
124
- display: inline !important;
125
- margin-right: 1em !important;
126
- }
127
- .syntaxhighlighter.collapsed .toolbar span a {
128
- padding: 0 !important;
129
- display: none !important;
130
- }
131
- .syntaxhighlighter.collapsed .toolbar span a.expandSource {
132
- display: inline !important;
133
- }
134
- .syntaxhighlighter .toolbar {
135
- position: absolute !important;
136
- right: 1px !important;
137
- top: 1px !important;
138
- width: 11px !important;
139
- height: 11px !important;
140
- font-size: 10px !important;
141
- z-index: 10 !important;
142
- }
143
- .syntaxhighlighter .toolbar span.title {
144
- display: inline !important;
145
- }
146
- .syntaxhighlighter .toolbar a {
147
- display: block !important;
148
- text-align: center !important;
149
- text-decoration: none !important;
150
- padding-top: 1px !important;
151
- }
152
- .syntaxhighlighter .toolbar a.expandSource {
153
- display: none !important;
154
- }
155
- .syntaxhighlighter.ie {
156
- font-size: .9em !important;
157
- padding: 1px 0 1px 0 !important;
158
- }
159
- .syntaxhighlighter.ie .toolbar {
160
- line-height: 8px !important;
161
- }
162
- .syntaxhighlighter.ie .toolbar a {
163
- padding-top: 0px !important;
164
- }
165
- .syntaxhighlighter.printing .line.alt1 .content,
166
- .syntaxhighlighter.printing .line.alt2 .content,
167
- .syntaxhighlighter.printing .line.highlighted .number,
168
- .syntaxhighlighter.printing .line.highlighted.alt1 .content,
169
- .syntaxhighlighter.printing .line.highlighted.alt2 .content {
170
- background: none !important;
171
- }
172
- .syntaxhighlighter.printing .line .number {
173
- color: #bbbbbb !important;
174
- }
175
- .syntaxhighlighter.printing .line .content {
176
- color: black !important;
177
- }
178
- .syntaxhighlighter.printing .toolbar {
179
- display: none !important;
180
- }
181
- .syntaxhighlighter.printing a {
182
- text-decoration: none !important;
183
- }
184
- .syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
185
- color: black !important;
186
- }
187
- .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
188
- color: #008200 !important;
189
- }
190
- .syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
191
- color: blue !important;
192
- }
193
- .syntaxhighlighter.printing .keyword {
194
- color: #006699 !important;
195
- font-weight: bold !important;
196
- }
197
- .syntaxhighlighter.printing .preprocessor {
198
- color: gray !important;
199
- }
200
- .syntaxhighlighter.printing .variable {
201
- color: #aa7700 !important;
202
- }
203
- .syntaxhighlighter.printing .value {
204
- color: #009900 !important;
205
- }
206
- .syntaxhighlighter.printing .functions {
207
- color: #ff1493 !important;
208
- }
209
- .syntaxhighlighter.printing .constants {
210
- color: #0066cc !important;
211
- }
212
- .syntaxhighlighter.printing .script {
213
- font-weight: bold !important;
214
- }
215
- .syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
216
- color: gray !important;
217
- }
218
- .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
219
- color: #ff1493 !important;
220
- }
221
- .syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
222
- color: red !important;
223
- }
224
- .syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
225
- color: black !important;
226
- }
227
-
228
- .syntaxhighlighter {
229
- background-color: #121212 !important;
230
- }
231
- .syntaxhighlighter .line.alt1 {
232
- background-color: #121212 !important;
233
- }
234
- .syntaxhighlighter .line.alt2 {
235
- background-color: #121212 !important;
236
- }
237
- .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
238
- background-color: #2c2c29 !important;
239
- }
240
- .syntaxhighlighter .line.highlighted.number {
241
- color: white !important;
242
- }
243
- .syntaxhighlighter table caption {
244
- color: white !important;
245
- }
246
- .syntaxhighlighter .gutter {
247
- color: #afafaf !important;
248
- }
249
- .syntaxhighlighter .gutter .line {
250
- border-right: 3px solid #3185b9 !important;
251
- }
252
- .syntaxhighlighter .gutter .line.highlighted {
253
- background-color: #3185b9 !important;
254
- color: #121212 !important;
255
- }
256
- .syntaxhighlighter.printing .line .content {
257
- border: none !important;
258
- }
259
- .syntaxhighlighter.collapsed {
260
- overflow: visible !important;
261
- }
262
- .syntaxhighlighter.collapsed .toolbar {
263
- color: #3185b9 !important;
264
- background: black !important;
265
- border: 1px solid #3185b9 !important;
266
- }
267
- .syntaxhighlighter.collapsed .toolbar a {
268
- color: #3185b9 !important;
269
- }
270
- .syntaxhighlighter.collapsed .toolbar a:hover {
271
- color: #d01d33 !important;
272
- }
273
- .syntaxhighlighter .toolbar {
274
- color: white !important;
275
- background: #3185b9 !important;
276
- border: none !important;
277
- }
278
- .syntaxhighlighter .toolbar a {
279
- color: white !important;
280
- }
281
- .syntaxhighlighter .toolbar a:hover {
282
- color: #96daff !important;
283
- }
284
- .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
285
- color: white !important;
286
- }
287
- .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
288
- color: #696854 !important;
289
- }
290
- .syntaxhighlighter .string, .syntaxhighlighter .string a {
291
- color: #e3e658 !important;
292
- }
293
- .syntaxhighlighter .keyword {
294
- color: #d01d33 !important;
295
- }
296
- .syntaxhighlighter .preprocessor {
297
- color: #435a5f !important;
298
- }
299
- .syntaxhighlighter .variable {
300
- color: #898989 !important;
301
- }
302
- .syntaxhighlighter .value {
303
- color: #009900 !important;
304
- }
305
- .syntaxhighlighter .functions {
306
- color: #aaaaaa !important;
307
- }
308
- .syntaxhighlighter .constants {
309
- color: #96daff !important;
310
- }
311
- .syntaxhighlighter .script {
312
- font-weight: bold !important;
313
- color: #d01d33 !important;
314
- background-color: none !important;
315
- }
316
- .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
317
- color: #ffc074 !important;
318
- }
319
- .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
320
- color: #4a8cdb !important;
321
- }
322
- .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
323
- color: #96daff !important;
324
- }
325
-
326
- .syntaxhighlighter .functions {
327
- font-weight: bold !important;
328
- }
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
+ .syntaxhighlighter a,
18
+ .syntaxhighlighter div,
19
+ .syntaxhighlighter code,
20
+ .syntaxhighlighter table,
21
+ .syntaxhighlighter table td,
22
+ .syntaxhighlighter table tr,
23
+ .syntaxhighlighter table tbody,
24
+ .syntaxhighlighter table thead,
25
+ .syntaxhighlighter table caption,
26
+ .syntaxhighlighter textarea {
27
+ -moz-border-radius: 0 0 0 0 !important;
28
+ -webkit-border-radius: 0 0 0 0 !important;
29
+ background: none !important;
30
+ border: 0 !important;
31
+ bottom: auto !important;
32
+ float: none !important;
33
+ height: auto !important;
34
+ left: auto !important;
35
+ line-height: 1.1em !important;
36
+ margin: 0 !important;
37
+ outline: 0 !important;
38
+ overflow: visible !important;
39
+ padding: 0 !important;
40
+ position: static !important;
41
+ right: auto !important;
42
+ text-align: left !important;
43
+ top: auto !important;
44
+ vertical-align: baseline !important;
45
+ width: auto !important;
46
+ box-sizing: content-box !important;
47
+ font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
48
+ font-weight: normal !important;
49
+ font-style: normal !important;
50
+ font-size: 1em !important;
51
+ min-height: inherit !important;
52
+ min-height: auto !important;
53
+ }
54
+
55
+ .syntaxhighlighter {
56
+ width: 100% !important;
57
+ margin: 1em 0 1em 0 !important;
58
+ position: relative !important;
59
+ overflow: auto !important;
60
+ font-size: 1em !important;
61
+ }
62
+ .syntaxhighlighter.source {
63
+ overflow: hidden !important;
64
+ }
65
+ .syntaxhighlighter .bold {
66
+ font-weight: bold !important;
67
+ }
68
+ .syntaxhighlighter .italic {
69
+ font-style: italic !important;
70
+ }
71
+ .syntaxhighlighter .line {
72
+ white-space: pre !important;
73
+ }
74
+ .syntaxhighlighter table {
75
+ width: 100% !important;
76
+ }
77
+ .syntaxhighlighter table caption {
78
+ text-align: left !important;
79
+ padding: .5em 0 0.5em 1em !important;
80
+ }
81
+ .syntaxhighlighter table td.code {
82
+ width: 100% !important;
83
+ }
84
+ .syntaxhighlighter table td.code .container {
85
+ position: relative !important;
86
+ }
87
+ .syntaxhighlighter table td.code .container textarea {
88
+ box-sizing: border-box !important;
89
+ position: absolute !important;
90
+ left: 0 !important;
91
+ top: 0 !important;
92
+ width: 100% !important;
93
+ height: 100% !important;
94
+ border: none !important;
95
+ background: white !important;
96
+ padding-left: 1em !important;
97
+ overflow: hidden !important;
98
+ white-space: pre !important;
99
+ }
100
+ .syntaxhighlighter table td.gutter .line {
101
+ text-align: right !important;
102
+ padding: 0 0.5em 0 1em !important;
103
+ }
104
+ .syntaxhighlighter table td.code .line {
105
+ padding: 0 1em !important;
106
+ }
107
+ .syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
108
+ padding-left: 0em !important;
109
+ }
110
+ .syntaxhighlighter.show {
111
+ display: block !important;
112
+ }
113
+ .syntaxhighlighter.collapsed table {
114
+ display: none !important;
115
+ }
116
+ .syntaxhighlighter.collapsed .toolbar {
117
+ padding: 0.1em 0.8em 0em 0.8em !important;
118
+ font-size: 1em !important;
119
+ position: static !important;
120
+ width: auto !important;
121
+ height: auto !important;
122
+ }
123
+ .syntaxhighlighter.collapsed .toolbar span {
124
+ display: inline !important;
125
+ margin-right: 1em !important;
126
+ }
127
+ .syntaxhighlighter.collapsed .toolbar span a {
128
+ padding: 0 !important;
129
+ display: none !important;
130
+ }
131
+ .syntaxhighlighter.collapsed .toolbar span a.expandSource {
132
+ display: inline !important;
133
+ }
134
+ .syntaxhighlighter .toolbar {
135
+ position: absolute !important;
136
+ right: 1px !important;
137
+ top: 1px !important;
138
+ width: 11px !important;
139
+ height: 11px !important;
140
+ font-size: 10px !important;
141
+ z-index: 10 !important;
142
+ }
143
+ .syntaxhighlighter .toolbar span.title {
144
+ display: inline !important;
145
+ }
146
+ .syntaxhighlighter .toolbar a {
147
+ display: block !important;
148
+ text-align: center !important;
149
+ text-decoration: none !important;
150
+ padding-top: 1px !important;
151
+ }
152
+ .syntaxhighlighter .toolbar a.expandSource {
153
+ display: none !important;
154
+ }
155
+ .syntaxhighlighter.ie {
156
+ font-size: .9em !important;
157
+ padding: 1px 0 1px 0 !important;
158
+ }
159
+ .syntaxhighlighter.ie .toolbar {
160
+ line-height: 8px !important;
161
+ }
162
+ .syntaxhighlighter.ie .toolbar a {
163
+ padding-top: 0px !important;
164
+ }
165
+ .syntaxhighlighter.printing .line.alt1 .content,
166
+ .syntaxhighlighter.printing .line.alt2 .content,
167
+ .syntaxhighlighter.printing .line.highlighted .number,
168
+ .syntaxhighlighter.printing .line.highlighted.alt1 .content,
169
+ .syntaxhighlighter.printing .line.highlighted.alt2 .content {
170
+ background: none !important;
171
+ }
172
+ .syntaxhighlighter.printing .line .number {
173
+ color: #bbbbbb !important;
174
+ }
175
+ .syntaxhighlighter.printing .line .content {
176
+ color: black !important;
177
+ }
178
+ .syntaxhighlighter.printing .toolbar {
179
+ display: none !important;
180
+ }
181
+ .syntaxhighlighter.printing a {
182
+ text-decoration: none !important;
183
+ }
184
+ .syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
185
+ color: black !important;
186
+ }
187
+ .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
188
+ color: #008200 !important;
189
+ }
190
+ .syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
191
+ color: blue !important;
192
+ }
193
+ .syntaxhighlighter.printing .keyword {
194
+ color: #006699 !important;
195
+ font-weight: bold !important;
196
+ }
197
+ .syntaxhighlighter.printing .preprocessor {
198
+ color: gray !important;
199
+ }
200
+ .syntaxhighlighter.printing .variable {
201
+ color: #aa7700 !important;
202
+ }
203
+ .syntaxhighlighter.printing .value {
204
+ color: #009900 !important;
205
+ }
206
+ .syntaxhighlighter.printing .functions {
207
+ color: #ff1493 !important;
208
+ }
209
+ .syntaxhighlighter.printing .constants {
210
+ color: #0066cc !important;
211
+ }
212
+ .syntaxhighlighter.printing .script {
213
+ font-weight: bold !important;
214
+ }
215
+ .syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
216
+ color: gray !important;
217
+ }
218
+ .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
219
+ color: #ff1493 !important;
220
+ }
221
+ .syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
222
+ color: red !important;
223
+ }
224
+ .syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
225
+ color: black !important;
226
+ }
227
+
228
+ .syntaxhighlighter {
229
+ background-color: #121212 !important;
230
+ }
231
+ .syntaxhighlighter .line.alt1 {
232
+ background-color: #121212 !important;
233
+ }
234
+ .syntaxhighlighter .line.alt2 {
235
+ background-color: #121212 !important;
236
+ }
237
+ .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
238
+ background-color: #2c2c29 !important;
239
+ }
240
+ .syntaxhighlighter .line.highlighted.number {
241
+ color: white !important;
242
+ }
243
+ .syntaxhighlighter table caption {
244
+ color: white !important;
245
+ }
246
+ .syntaxhighlighter .gutter {
247
+ color: #afafaf !important;
248
+ }
249
+ .syntaxhighlighter .gutter .line {
250
+ border-right: 3px solid #3185b9 !important;
251
+ }
252
+ .syntaxhighlighter .gutter .line.highlighted {
253
+ background-color: #3185b9 !important;
254
+ color: #121212 !important;
255
+ }
256
+ .syntaxhighlighter.printing .line .content {
257
+ border: none !important;
258
+ }
259
+ .syntaxhighlighter.collapsed {
260
+ overflow: visible !important;
261
+ }
262
+ .syntaxhighlighter.collapsed .toolbar {
263
+ color: #3185b9 !important;
264
+ background: black !important;
265
+ border: 1px solid #3185b9 !important;
266
+ }
267
+ .syntaxhighlighter.collapsed .toolbar a {
268
+ color: #3185b9 !important;
269
+ }
270
+ .syntaxhighlighter.collapsed .toolbar a:hover {
271
+ color: #d01d33 !important;
272
+ }
273
+ .syntaxhighlighter .toolbar {
274
+ color: white !important;
275
+ background: #3185b9 !important;
276
+ border: none !important;
277
+ }
278
+ .syntaxhighlighter .toolbar a {
279
+ color: white !important;
280
+ }
281
+ .syntaxhighlighter .toolbar a:hover {
282
+ color: #96daff !important;
283
+ }
284
+ .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
285
+ color: white !important;
286
+ }
287
+ .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
288
+ color: #696854 !important;
289
+ }
290
+ .syntaxhighlighter .string, .syntaxhighlighter .string a {
291
+ color: #e3e658 !important;
292
+ }
293
+ .syntaxhighlighter .keyword {
294
+ color: #d01d33 !important;
295
+ }
296
+ .syntaxhighlighter .preprocessor {
297
+ color: #435a5f !important;
298
+ }
299
+ .syntaxhighlighter .variable {
300
+ color: #898989 !important;
301
+ }
302
+ .syntaxhighlighter .value {
303
+ color: #009900 !important;
304
+ }
305
+ .syntaxhighlighter .functions {
306
+ color: #aaaaaa !important;
307
+ }
308
+ .syntaxhighlighter .constants {
309
+ color: #96daff !important;
310
+ }
311
+ .syntaxhighlighter .script {
312
+ font-weight: bold !important;
313
+ color: #d01d33 !important;
314
+ background-color: none !important;
315
+ }
316
+ .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
317
+ color: #ffc074 !important;
318
+ }
319
+ .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
320
+ color: #4a8cdb !important;
321
+ }
322
+ .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
323
+ color: #96daff !important;
324
+ }
325
+
326
+ .syntaxhighlighter .functions {
327
+ font-weight: bold !important;
328
+ }
syntaxhighlighter3/styles/shCoreMDUltra.css CHANGED
@@ -1,324 +1,324 @@
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
- .syntaxhighlighter a,
18
- .syntaxhighlighter div,
19
- .syntaxhighlighter code,
20
- .syntaxhighlighter table,
21
- .syntaxhighlighter table td,
22
- .syntaxhighlighter table tr,
23
- .syntaxhighlighter table tbody,
24
- .syntaxhighlighter table thead,
25
- .syntaxhighlighter table caption,
26
- .syntaxhighlighter textarea {
27
- -moz-border-radius: 0 0 0 0 !important;
28
- -webkit-border-radius: 0 0 0 0 !important;
29
- background: none !important;
30
- border: 0 !important;
31
- bottom: auto !important;
32
- float: none !important;
33
- height: auto !important;
34
- left: auto !important;
35
- line-height: 1.1em !important;
36
- margin: 0 !important;
37
- outline: 0 !important;
38
- overflow: visible !important;
39
- padding: 0 !important;
40
- position: static !important;
41
- right: auto !important;
42
- text-align: left !important;
43
- top: auto !important;
44
- vertical-align: baseline !important;
45
- width: auto !important;
46
- box-sizing: content-box !important;
47
- font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
48
- font-weight: normal !important;
49
- font-style: normal !important;
50
- font-size: 1em !important;
51
- min-height: inherit !important;
52
- min-height: auto !important;
53
- }
54
-
55
- .syntaxhighlighter {
56
- width: 100% !important;
57
- margin: 1em 0 1em 0 !important;
58
- position: relative !important;
59
- overflow: auto !important;
60
- font-size: 1em !important;
61
- }
62
- .syntaxhighlighter.source {
63
- overflow: hidden !important;
64
- }
65
- .syntaxhighlighter .bold {
66
- font-weight: bold !important;
67
- }
68
- .syntaxhighlighter .italic {
69
- font-style: italic !important;
70
- }
71
- .syntaxhighlighter .line {
72
- white-space: pre !important;
73
- }
74
- .syntaxhighlighter table {
75
- width: 100% !important;
76
- }
77
- .syntaxhighlighter table caption {
78
- text-align: left !important;
79
- padding: .5em 0 0.5em 1em !important;
80
- }
81
- .syntaxhighlighter table td.code {
82
- width: 100% !important;
83
- }
84
- .syntaxhighlighter table td.code .container {
85
- position: relative !important;
86
- }
87
- .syntaxhighlighter table td.code .container textarea {
88
- box-sizing: border-box !important;
89
- position: absolute !important;
90
- left: 0 !important;
91
- top: 0 !important;
92
- width: 100% !important;
93
- height: 100% !important;
94
- border: none !important;
95
- background: white !important;
96
- padding-left: 1em !important;
97
- overflow: hidden !important;
98
- white-space: pre !important;
99
- }
100
- .syntaxhighlighter table td.gutter .line {
101
- text-align: right !important;
102
- padding: 0 0.5em 0 1em !important;
103
- }
104
- .syntaxhighlighter table td.code .line {
105
- padding: 0 1em !important;
106
- }
107
- .syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
108
- padding-left: 0em !important;
109
- }
110
- .syntaxhighlighter.show {
111
- display: block !important;
112
- }
113
- .syntaxhighlighter.collapsed table {
114
- display: none !important;
115
- }
116
- .syntaxhighlighter.collapsed .toolbar {
117
- padding: 0.1em 0.8em 0em 0.8em !important;
118
- font-size: 1em !important;
119
- position: static !important;
120
- width: auto !important;
121
- height: auto !important;
122
- }
123
- .syntaxhighlighter.collapsed .toolbar span {
124
- display: inline !important;
125
- margin-right: 1em !important;
126
- }
127
- .syntaxhighlighter.collapsed .toolbar span a {
128
- padding: 0 !important;
129
- display: none !important;
130
- }
131
- .syntaxhighlighter.collapsed .toolbar span a.expandSource {
132
- display: inline !important;
133
- }
134
- .syntaxhighlighter .toolbar {
135
- position: absolute !important;
136
- right: 1px !important;
137
- top: 1px !important;
138
- width: 11px !important;
139
- height: 11px !important;
140
- font-size: 10px !important;
141
- z-index: 10 !important;
142
- }
143
- .syntaxhighlighter .toolbar span.title {
144
- display: inline !important;
145
- }
146
- .syntaxhighlighter .toolbar a {
147
- display: block !important;
148
- text-align: center !important;
149
- text-decoration: none !important;
150
- padding-top: 1px !important;
151
- }
152
- .syntaxhighlighter .toolbar a.expandSource {
153
- display: none !important;
154
- }
155
- .syntaxhighlighter.ie {
156
- font-size: .9em !important;
157
- padding: 1px 0 1px 0 !important;
158
- }
159
- .syntaxhighlighter.ie .toolbar {
160
- line-height: 8px !important;
161
- }
162
- .syntaxhighlighter.ie .toolbar a {
163
- padding-top: 0px !important;
164
- }
165
- .syntaxhighlighter.printing .line.alt1 .content,
166
- .syntaxhighlighter.printing .line.alt2 .content,
167
- .syntaxhighlighter.printing .line.highlighted .number,
168
- .syntaxhighlighter.printing .line.highlighted.alt1 .content,
169
- .syntaxhighlighter.printing .line.highlighted.alt2 .content {
170
- background: none !important;
171
- }
172
- .syntaxhighlighter.printing .line .number {
173
- color: #bbbbbb !important;
174
- }
175
- .syntaxhighlighter.printing .line .content {
176
- color: black !important;
177
- }
178
- .syntaxhighlighter.printing .toolbar {
179
- display: none !important;
180
- }
181
- .syntaxhighlighter.printing a {
182
- text-decoration: none !important;
183
- }
184
- .syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
185
- color: black !important;
186
- }
187
- .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
188
- color: #008200 !important;
189
- }
190
- .syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
191
- color: blue !important;
192
- }
193
- .syntaxhighlighter.printing .keyword {
194
- color: #006699 !important;
195
- font-weight: bold !important;
196
- }
197
- .syntaxhighlighter.printing .preprocessor {
198
- color: gray !important;
199
- }
200
- .syntaxhighlighter.printing .variable {
201
- color: #aa7700 !important;
202
- }
203
- .syntaxhighlighter.printing .value {
204
- color: #009900 !important;
205
- }
206
- .syntaxhighlighter.printing .functions {
207
- color: #ff1493 !important;
208
- }
209
- .syntaxhighlighter.printing .constants {
210
- color: #0066cc !important;
211
- }
212
- .syntaxhighlighter.printing .script {
213
- font-weight: bold !important;
214
- }
215
- .syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
216
- color: gray !important;
217
- }
218
- .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
219
- color: #ff1493 !important;
220
- }
221
- .syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
222
- color: red !important;
223
- }
224
- .syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
225
- color: black !important;
226
- }
227
-
228
- .syntaxhighlighter {
229
- background-color: #222222 !important;
230
- }
231
- .syntaxhighlighter .line.alt1 {
232
- background-color: #222222 !important;
233
- }
234
- .syntaxhighlighter .line.alt2 {
235
- background-color: #222222 !important;
236
- }
237
- .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
238
- background-color: #253e5a !important;
239
- }
240
- .syntaxhighlighter .line.highlighted.number {
241
- color: white !important;
242
- }
243
- .syntaxhighlighter table caption {
244
- color: lime !important;
245
- }
246
- .syntaxhighlighter .gutter {
247
- color: #38566f !important;
248
- }
249
- .syntaxhighlighter .gutter .line {
250
- border-right: 3px solid #435a5f !important;
251
- }
252
- .syntaxhighlighter .gutter .line.highlighted {
253
- background-color: #435a5f !important;
254
- color: #222222 !important;
255
- }
256
- .syntaxhighlighter.printing .line .content {
257
- border: none !important;
258
- }
259
- .syntaxhighlighter.collapsed {
260
- overflow: visible !important;
261
- }
262
- .syntaxhighlighter.collapsed .toolbar {
263
- color: #428bdd !important;
264
- background: black !important;
265
- border: 1px solid #435a5f !important;
266
- }
267
- .syntaxhighlighter.collapsed .toolbar a {
268
- color: #428bdd !important;
269
- }
270
- .syntaxhighlighter.collapsed .toolbar a:hover {
271
- color: lime !important;
272
- }
273
- .syntaxhighlighter .toolbar {
274
- color: #aaaaff !important;
275
- background: #435a5f !important;
276
- border: none !important;
277
- }
278
- .syntaxhighlighter .toolbar a {
279
- color: #aaaaff !important;
280
- }
281
- .syntaxhighlighter .toolbar a:hover {
282
- color: #9ccff4 !important;
283
- }
284
- .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
285
- color: lime !important;
286
- }
287
- .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
288
- color: #428bdd !important;
289
- }
290
- .syntaxhighlighter .string, .syntaxhighlighter .string a {
291
- color: lime !important;
292
- }
293
- .syntaxhighlighter .keyword {
294
- color: #aaaaff !important;
295
- }
296
- .syntaxhighlighter .preprocessor {
297
- color: #8aa6c1 !important;
298
- }
299
- .syntaxhighlighter .variable {
300
- color: aqua !important;
301
- }
302
- .syntaxhighlighter .value {
303
- color: #f7e741 !important;
304
- }
305
- .syntaxhighlighter .functions {
306
- color: #ff8000 !important;
307
- }
308
- .syntaxhighlighter .constants {
309
- color: yellow !important;
310
- }
311
- .syntaxhighlighter .script {
312
- font-weight: bold !important;
313
- color: #aaaaff !important;
314
- background-color: none !important;
315
- }
316
- .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
317
- color: red !important;
318
- }
319
- .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
320
- color: yellow !important;
321
- }
322
- .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
323
- color: #ffaa3e !important;
324
- }
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
+ .syntaxhighlighter a,
18
+ .syntaxhighlighter div,
19
+ .syntaxhighlighter code,
20
+ .syntaxhighlighter table,
21
+ .syntaxhighlighter table td,
22
+ .syntaxhighlighter table tr,
23
+ .syntaxhighlighter table tbody,
24
+ .syntaxhighlighter table thead,
25
+ .syntaxhighlighter table caption,
26
+ .syntaxhighlighter textarea {
27
+ -moz-border-radius: 0 0 0 0 !important;
28
+ -webkit-border-radius: 0 0 0 0 !important;
29
+ background: none !important;
30
+ border: 0 !important;
31
+ bottom: auto !important;
32
+ float: none !important;
33
+ height: auto !important;
34
+ left: auto !important;
35
+ line-height: 1.1em !important;
36
+ margin: 0 !important;
37
+ outline: 0 !important;
38
+ overflow: visible !important;
39
+ padding: 0 !important;
40
+ position: static !important;
41
+ right: auto !important;
42
+ text-align: left !important;
43
+ top: auto !important;
44
+ vertical-align: baseline !important;
45
+ width: auto !important;
46
+ box-sizing: content-box !important;
47
+ font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
48
+ font-weight: normal !important;
49
+ font-style: normal !important;
50
+ font-size: 1em !important;
51
+ min-height: inherit !important;
52
+ min-height: auto !important;
53
+ }
54
+
55
+ .syntaxhighlighter {
56
+ width: 100% !important;
57
+ margin: 1em 0 1em 0 !important;
58
+ position: relative !important;
59
+ overflow: auto !important;
60
+ font-size: 1em !important;
61
+ }
62
+ .syntaxhighlighter.source {
63
+ overflow: hidden !important;
64
+ }
65
+ .syntaxhighlighter .bold {
66
+ font-weight: bold !important;
67
+ }
68
+ .syntaxhighlighter .italic {
69
+ font-style: italic !important;
70
+ }
71
+ .syntaxhighlighter .line {
72
+ white-space: pre !important;
73
+ }
74
+ .syntaxhighlighter table {
75
+ width: 100% !important;
76
+ }
77
+ .syntaxhighlighter table caption {
78
+ text-align: left !important;
79
+ padding: .5em 0 0.5em 1em !important;
80
+ }
81
+ .syntaxhighlighter table td.code {
82
+ width: 100% !important;
83
+ }
84
+ .syntaxhighlighter table td.code .container {
85
+ position: relative !important;
86
+ }
87
+ .syntaxhighlighter table td.code .container textarea {
88
+ box-sizing: border-box !important;
89
+ position: absolute !important;
90
+ left: 0 !important;
91
+ top: 0 !important;
92
+ width: 100% !important;
93
+ height: 100% !important;
94
+ border: none !important;
95
+ background: white !important;
96
+ padding-left: 1em !important;
97
+ overflow: hidden !important;
98
+ white-space: pre !important;
99
+ }
100
+ .syntaxhighlighter table td.gutter .line {
101
+ text-align: right !important;
102
+ padding: 0 0.5em 0 1em !important;
103
+ }
104
+ .syntaxhighlighter table td.code .line {
105
+ padding: 0 1em !important;
106
+ }
107
+ .syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
108
+ padding-left: 0em !important;
109
+ }
110
+ .syntaxhighlighter.show {
111
+ display: block !important;
112
+ }
113
+ .syntaxhighlighter.collapsed table {
114
+ display: none !important;
115
+ }
116
+ .syntaxhighlighter.collapsed .toolbar {
117
+ padding: 0.1em 0.8em 0em 0.8em !important;
118
+ font-size: 1em !important;
119
+ position: static !important;
120
+ width: auto !important;
121
+ height: auto !important;
122
+ }
123
+ .syntaxhighlighter.collapsed .toolbar span {
124
+ display: inline !important;
125
+ margin-right: 1em !important;
126
+ }
127
+ .syntaxhighlighter.collapsed .toolbar span a {
128
+ padding: 0 !important;
129
+ display: none !important;
130
+ }
131
+ .syntaxhighlighter.collapsed .toolbar span a.expandSource {
132
+ display: inline !important;
133
+ }
134
+ .syntaxhighlighter .toolbar {
135
+ position: absolute !important;
136
+ right: 1px !important;
137
+ top: 1px !important;
138
+ width: 11px !important;
139
+ height: 11px !important;
140
+ font-size: 10px !important;
141
+ z-index: 10 !important;
142
+ }
143
+ .syntaxhighlighter .toolbar span.title {
144
+ display: inline !important;
145
+ }
146
+ .syntaxhighlighter .toolbar a {
147
+ display: block !important;
148
+ text-align: center !important;
149
+ text-decoration: none !important;
150
+ padding-top: 1px !important;
151
+ }
152
+ .syntaxhighlighter .toolbar a.expandSource {
153
+ display: none !important;
154
+ }
155
+ .syntaxhighlighter.ie {
156
+ font-size: .9em !important;
157
+ padding: 1px 0 1px 0 !important;
158
+ }
159
+ .syntaxhighlighter.ie .toolbar {
160
+ line-height: 8px !important;
161
+ }
162
+ .syntaxhighlighter.ie .toolbar a {
163
+ padding-top: 0px !important;
164
+ }
165
+ .syntaxhighlighter.printing .line.alt1 .content,
166
+ .syntaxhighlighter.printing .line.alt2 .content,
167
+ .syntaxhighlighter.printing .line.highlighted .number,
168
+ .syntaxhighlighter.printing .line.highlighted.alt1 .content,
169
+ .syntaxhighlighter.printing .line.highlighted.alt2 .content {
170
+ background: none !important;
171
+ }
172
+ .syntaxhighlighter.printing .line .number {
173
+ color: #bbbbbb !important;
174
+ }
175
+ .syntaxhighlighter.printing .line .content {
176
+ color: black !important;
177
+ }
178
+ .syntaxhighlighter.printing .toolbar {
179
+ display: none !important;
180
+ }
181
+ .syntaxhighlighter.printing a {
182
+ text-decoration: none !important;
183
+ }
184
+ .syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
185
+ color: black !important;
186
+ }
187
+ .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
188
+ color: #008200 !important;
189
+ }
190
+ .syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
191
+ color: blue !important;
192
+ }
193
+ .syntaxhighlighter.printing .keyword {
194
+ color: #006699 !important;
195
+ font-weight: bold !important;
196
+ }
197
+ .syntaxhighlighter.printing .preprocessor {
198
+ color: gray !important;
199
+ }
200
+ .syntaxhighlighter.printing .variable {
201
+ color: #aa7700 !important;
202
+ }
203
+ .syntaxhighlighter.printing .value {
204
+ color: #009900 !important;
205
+ }
206
+ .syntaxhighlighter.printing .functions {
207
+ color: #ff1493 !important;
208
+ }
209
+ .syntaxhighlighter.printing .constants {
210
+ color: #0066cc !important;
211
+ }
212
+ .syntaxhighlighter.printing .script {
213
+ font-weight: bold !important;
214
+ }
215
+ .syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
216
+ color: gray !important;
217
+ }
218
+ .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
219
+ color: #ff1493 !important;
220
+ }
221
+ .syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
222
+ color: red !important;
223
+ }
224
+ .syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
225
+ color: black !important;
226
+ }
227
+
228
+ .syntaxhighlighter {
229
+ background-color: #222222 !important;
230
+ }
231
+ .syntaxhighlighter .line.alt1 {
232
+ background-color: #222222 !important;
233
+ }
234
+ .syntaxhighlighter .line.alt2 {
235
+ background-color: #222222 !important;
236
+ }
237
+ .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
238
+ background-color: #253e5a !important;
239
+ }
240
+ .syntaxhighlighter .line.highlighted.number {
241
+ color: white !important;
242
+ }
243
+ .syntaxhighlighter table caption {
244
+ color: lime !important;
245
+ }
246
+ .syntaxhighlighter .gutter {
247
+ color: #38566f !important;
248
+ }
249
+ .syntaxhighlighter .gutter .line {
250
+ border-right: 3px solid #435a5f !important;
251
+ }
252
+ .syntaxhighlighter .gutter .line.highlighted {
253
+ background-color: #435a5f !important;
254
+ color: #222222 !important;
255
+ }
256
+ .syntaxhighlighter.printing .line .content {
257
+ border: none !important;
258
+ }
259
+ .syntaxhighlighter.collapsed {
260
+ overflow: visible !important;
261
+ }
262
+ .syntaxhighlighter.collapsed .toolbar {
263
+ color: #428bdd !important;
264
+ background: black !important;
265
+ border: 1px solid #435a5f !important;
266
+ }
267
+ .syntaxhighlighter.collapsed .toolbar a {
268
+ color: #428bdd !important;
269
+ }
270
+ .syntaxhighlighter.collapsed .toolbar a:hover {
271
+ color: lime !important;
272
+ }
273
+ .syntaxhighlighter .toolbar {
274
+ color: #aaaaff !important;
275
+ background: #435a5f !important;
276
+ border: none !important;
277
+ }
278
+ .syntaxhighlighter .toolbar a {
279
+ color: #aaaaff !important;
280
+ }
281
+ .syntaxhighlighter .toolbar a:hover {
282
+ color: #9ccff4 !important;
283
+ }
284
+ .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
285
+ color: lime !important;
286
+ }
287
+ .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
288
+ color: #428bdd !important;
289
+ }
290
+ .syntaxhighlighter .string, .syntaxhighlighter .string a {
291
+ color: lime !important;
292
+ }
293
+ .syntaxhighlighter .keyword {
294
+ color: #aaaaff !important;
295
+ }
296
+ .syntaxhighlighter .preprocessor {
297
+ color: #8aa6c1 !important;
298
+ }
299
+ .syntaxhighlighter .variable {
300
+ color: aqua !important;
301
+ }
302
+ .syntaxhighlighter .value {
303
+ color: #f7e741 !important;
304
+ }
305
+ .syntaxhighlighter .functions {
306
+ color: #ff8000 !important;
307
+ }
308
+ .syntaxhighlighter .constants {
309
+ color: yellow !important;
310
+ }
311
+ .syntaxhighlighter .script {
312
+ font-weight: bold !important;
313
+ color: #aaaaff !important;
314
+ background-color: none !important;
315
+ }
316
+ .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
317
+ color: red !important;
318
+ }
319
+ .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
320
+ color: yellow !important;
321
+ }
322
+ .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
323
+ color: #ffaa3e !important;
324
+ }
syntaxhighlighter3/styles/shCoreMidnight.css CHANGED
@@ -1,324 +1,324 @@
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
- .syntaxhighlighter a,
18
- .syntaxhighlighter div,
19
- .syntaxhighlighter code,
20
- .syntaxhighlighter table,
21
- .syntaxhighlighter table td,
22
- .syntaxhighlighter table tr,
23
- .syntaxhighlighter table tbody,
24
- .syntaxhighlighter table thead,
25
- .syntaxhighlighter table caption,
26
- .syntaxhighlighter textarea {
27
- -moz-border-radius: 0 0 0 0 !important;
28
- -webkit-border-radius: 0 0 0 0 !important;
29
- background: none !important;
30
- border: 0 !important;
31
- bottom: auto !important;
32
- float: none !important;
33
- height: auto !important;
34
- left: auto !important;
35
- line-height: 1.1em !important;
36
- margin: 0 !important;
37
- outline: 0 !important;
38
- overflow: visible !important;
39
- padding: 0 !important;
40
- position: static !important;
41
- right: auto !important;
42
- text-align: left !important;
43
- top: auto !important;
44
- vertical-align: baseline !important;
45
- width: auto !important;
46
- box-sizing: content-box !important;
47
- font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
48
- font-weight: normal !important;
49
- font-style: normal !important;
50
- font-size: 1em !important;
51
- min-height: inherit !important;
52
- min-height: auto !important;
53
- }
54
-
55
- .syntaxhighlighter {
56
- width: 100% !important;
57
- margin: 1em 0 1em 0 !important;
58
- position: relative !important;
59
- overflow: auto !important;
60
- font-size: 1em !important;
61
- }
62
- .syntaxhighlighter.source {
63
- overflow: hidden !important;
64
- }
65
- .syntaxhighlighter .bold {
66
- font-weight: bold !important;
67
- }
68
- .syntaxhighlighter .italic {
69
- font-style: italic !important;
70
- }
71
- .syntaxhighlighter .line {
72
- white-space: pre !important;
73
- }
74
- .syntaxhighlighter table {
75
- width: 100% !important;
76
- }
77
- .syntaxhighlighter table caption {
78
- text-align: left !important;
79
- padding: .5em 0 0.5em 1em !important;
80
- }
81
- .syntaxhighlighter table td.code {
82
- width: 100% !important;
83
- }
84
- .syntaxhighlighter table td.code .container {
85
- position: relative !important;
86
- }
87
- .syntaxhighlighter table td.code .container textarea {
88
- box-sizing: border-box !important;
89
- position: absolute !important;
90
- left: 0 !important;
91
- top: 0 !important;
92
- width: 100% !important;
93
- height: 100% !important;
94
- border: none !important;
95
- background: white !important;
96
- padding-left: 1em !important;
97
- overflow: hidden !important;
98
- white-space: pre !important;
99
- }
100
- .syntaxhighlighter table td.gutter .line {
101
- text-align: right !important;
102
- padding: 0 0.5em 0 1em !important;
103
- }
104
- .syntaxhighlighter table td.code .line {
105
- padding: 0 1em !important;
106
- }
107
- .syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
108
- padding-left: 0em !important;
109
- }
110
- .syntaxhighlighter.show {
111
- display: block !important;
112
- }
113
- .syntaxhighlighter.collapsed table {
114
- display: none !important;
115
- }
116
- .syntaxhighlighter.collapsed .toolbar {
117
- padding: 0.1em 0.8em 0em 0.8em !important;
118
- font-size: 1em !important;
119
- position: static !important;
120
- width: auto !important;
121
- height: auto !important;
122
- }
123
- .syntaxhighlighter.collapsed .toolbar span {
124
- display: inline !important;
125
- margin-right: 1em !important;
126
- }
127
- .syntaxhighlighter.collapsed .toolbar span a {
128
- padding: 0 !important;
129
- display: none !important;
130
- }
131
- .syntaxhighlighter.collapsed .toolbar span a.expandSource {
132
- display: inline !important;
133
- }
134
- .syntaxhighlighter .toolbar {
135
- position: absolute !important;
136
- right: 1px !important;
137
- top: 1px !important;
138
- width: 11px !important;
139
- height: 11px !important;
140
- font-size: 10px !important;
141
- z-index: 10 !important;
142
- }
143
- .syntaxhighlighter .toolbar span.title {
144
- display: inline !important;
145
- }
146
- .syntaxhighlighter .toolbar a {
147
- display: block !important;
148
- text-align: center !important;
149
- text-decoration: none !important;
150
- padding-top: 1px !important;
151
- }
152
- .syntaxhighlighter .toolbar a.expandSource {
153
- display: none !important;
154
- }
155
- .syntaxhighlighter.ie {
156
- font-size: .9em !important;
157
- padding: 1px 0 1px 0 !important;
158
- }
159
- .syntaxhighlighter.ie .toolbar {
160
- line-height: 8px !important;
161
- }
162
- .syntaxhighlighter.ie .toolbar a {
163
- padding-top: 0px !important;
164
- }
165
- .syntaxhighlighter.printing .line.alt1 .content,
166
- .syntaxhighlighter.printing .line.alt2 .content,
167
- .syntaxhighlighter.printing .line.highlighted .number,
168
- .syntaxhighlighter.printing .line.highlighted.alt1 .content,
169
- .syntaxhighlighter.printing .line.highlighted.alt2 .content {
170
- background: none !important;
171
- }
172
- .syntaxhighlighter.printing .line .number {
173
- color: #bbbbbb !important;
174
- }
175
- .syntaxhighlighter.printing .line .content {
176
- color: black !important;
177
- }
178
- .syntaxhighlighter.printing .toolbar {
179
- display: none !important;
180
- }
181
- .syntaxhighlighter.printing a {
182
- text-decoration: none !important;
183
- }
184
- .syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
185
- color: black !important;
186
- }
187
- .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
188
- color: #008200 !important;
189
- }
190
- .syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
191
- color: blue !important;
192
- }
193
- .syntaxhighlighter.printing .keyword {
194
- color: #006699 !important;
195
- font-weight: bold !important;
196
- }
197
- .syntaxhighlighter.printing .preprocessor {
198
- color: gray !important;
199
- }
200
- .syntaxhighlighter.printing .variable {
201
- color: #aa7700 !important;
202
- }
203
- .syntaxhighlighter.printing .value {
204
- color: #009900 !important;
205
- }
206
- .syntaxhighlighter.printing .functions {
207
- color: #ff1493 !important;
208
- }
209
- .syntaxhighlighter.printing .constants {
210
- color: #0066cc !important;
211
- }
212
- .syntaxhighlighter.printing .script {
213
- font-weight: bold !important;
214
- }
215
- .syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
216
- color: gray !important;
217
- }
218
- .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
219
- color: #ff1493 !important;
220
- }
221
- .syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
222
- color: red !important;
223
- }
224
- .syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
225
- color: black !important;
226
- }
227
-
228
- .syntaxhighlighter {
229
- background-color: #0f192a !important;
230
- }
231
- .syntaxhighlighter .line.alt1 {
232
- background-color: #0f192a !important;
233
- }
234
- .syntaxhighlighter .line.alt2 {
235
- background-color: #0f192a !important;
236
- }
237
- .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
238
- background-color: #253e5a !important;
239
- }
240
- .syntaxhighlighter .line.highlighted.number {
241
- color: #38566f !important;
242
- }
243
- .syntaxhighlighter table caption {
244
- color: #d1edff !important;
245
- }
246
- .syntaxhighlighter .gutter {
247
- color: #afafaf !important;
248
- }
249
- .syntaxhighlighter .gutter .line {
250
- border-right: 3px solid #435a5f !important;
251
- }
252
- .syntaxhighlighter .gutter .line.highlighted {
253
- background-color: #435a5f !important;
254
- color: #0f192a !important;
255
- }
256
- .syntaxhighlighter.printing .line .content {
257
- border: none !important;
258
- }
259
- .syntaxhighlighter.collapsed {
260
- overflow: visible !important;
261
- }
262
- .syntaxhighlighter.collapsed .toolbar {
263
- color: #428bdd !important;
264
- background: black !important;
265
- border: 1px solid #435a5f !important;
266
- }
267
- .syntaxhighlighter.collapsed .toolbar a {
268
- color: #428bdd !important;
269
- }
270
- .syntaxhighlighter.collapsed .toolbar a:hover {
271
- color: #1dc116 !important;
272
- }
273
- .syntaxhighlighter .toolbar {
274
- color: #d1edff !important;
275
- background: #435a5f !important;
276
- border: none !important;
277
- }
278
- .syntaxhighlighter .toolbar a {
279
- color: #d1edff !important;
280
- }
281
- .syntaxhighlighter .toolbar a:hover {
282
- color: #8aa6c1 !important;
283
- }
284
- .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
285
- color: #d1edff !important;
286
- }
287
- .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
288
- color: #428bdd !important;
289
- }
290
- .syntaxhighlighter .string, .syntaxhighlighter .string a {
291
- color: #1dc116 !important;
292
- }
293
- .syntaxhighlighter .keyword {
294
- color: #b43d3d !important;
295
- }
296
- .syntaxhighlighter .preprocessor {
297
- color: #8aa6c1 !important;
298
- }
299
- .syntaxhighlighter .variable {
300
- color: #ffaa3e !important;
301
- }
302
- .syntaxhighlighter .value {
303
- color: #f7e741 !important;
304
- }
305
- .syntaxhighlighter .functions {
306
- color: #ffaa3e !important;
307
- }
308
- .syntaxhighlighter .constants {
309
- color: #e0e8ff !important;
310
- }
311
- .syntaxhighlighter .script {
312
- font-weight: bold !important;
313
- color: #b43d3d !important;
314
- background-color: none !important;
315
- }
316
- .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
317
- color: #f8bb00 !important;
318
- }
319
- .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
320
- color: white !important;
321
- }
322
- .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
323
- color: #ffaa3e !important;
324
- }
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
+ .syntaxhighlighter a,
18
+ .syntaxhighlighter div,
19
+ .syntaxhighlighter code,
20
+ .syntaxhighlighter table,
21
+ .syntaxhighlighter table td,
22
+ .syntaxhighlighter table tr,
23
+ .syntaxhighlighter table tbody,
24
+ .syntaxhighlighter table thead,
25
+ .syntaxhighlighter table caption,
26
+ .syntaxhighlighter textarea {
27
+ -moz-border-radius: 0 0 0 0 !important;
28
+ -webkit-border-radius: 0 0 0 0 !important;
29
+ background: none !important;
30
+ border: 0 !important;
31
+ bottom: auto !important;
32
+ float: none !important;
33
+ height: auto !important;
34
+ left: auto !important;
35
+ line-height: 1.1em !important;
36
+ margin: 0 !important;
37
+ outline: 0 !important;
38
+ overflow: visible !important;
39
+ padding: 0 !important;
40
+ position: static !important;
41
+ right: auto !important;
42
+ text-align: left !important;
43
+ top: auto !important;
44
+ vertical-align: baseline !important;
45
+ width: auto !important;
46
+ box-sizing: content-box !important;
47
+ font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
48
+ font-weight: normal !important;
49
+ font-style: normal !important;
50
+ font-size: 1em !important;
51
+ min-height: inherit !important;
52
+ min-height: auto !important;
53
+ }
54
+
55
+ .syntaxhighlighter {
56
+ width: 100% !important;
57
+ margin: 1em 0 1em 0 !important;
58
+ position: relative !important;
59
+ overflow: auto !important;
60
+ font-size: 1em !important;
61
+ }
62
+ .syntaxhighlighter.source {
63
+ overflow: hidden !important;
64
+ }
65
+ .syntaxhighlighter .bold {
66
+ font-weight: bold !important;
67
+ }
68
+ .syntaxhighlighter .italic {
69
+ font-style: italic !important;
70
+ }
71
+ .syntaxhighlighter .line {
72
+ white-space: pre !important;
73
+ }
74
+ .syntaxhighlighter table {
75
+ width: 100% !important;
76
+ }
77
+ .syntaxhighlighter table caption {
78
+ text-align: left !important;
79
+ padding: .5em 0 0.5em 1em !important;
80
+ }
81
+ .syntaxhighlighter table td.code {
82
+ width: 100% !important;
83
+ }
84
+ .syntaxhighlighter table td.code .container {
85
+ position: relative !important;
86
+ }
87
+ .syntaxhighlighter table td.code .container textarea {
88
+ box-sizing: border-box !important;
89
+ position: absolute !important;
90
+ left: 0 !important;
91
+ top: 0 !important;
92
+ width: 100% !important;
93
+ height: 100% !important;
94
+ border: none !important;
95
+ background: white !important;
96
+ padding-left: 1em !important;
97
+ overflow: hidden !important;
98
+ white-space: pre !important;
99
+ }
100
+ .syntaxhighlighter table td.gutter .line {
101
+ text-align: right !important;
102
+ padding: 0 0.5em 0 1em !important;
103
+ }
104
+ .syntaxhighlighter table td.code .line {
105
+ padding: 0 1em !important;
106
+ }
107
+ .syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
108
+ padding-left: 0em !important;
109
+ }
110
+ .syntaxhighlighter.show {
111
+ display: block !important;
112
+ }
113
+ .syntaxhighlighter.collapsed table {
114
+ display: none !important;
115
+ }
116
+ .syntaxhighlighter.collapsed .toolbar {
117
+ padding: 0.1em 0.8em 0em 0.8em !important;
118
+ font-size: 1em !important;
119
+ position: static !important;
120
+ width: auto !important;
121
+ height: auto !important;
122
+ }
123
+ .syntaxhighlighter.collapsed .toolbar span {
124
+ display: inline !important;
125
+ margin-right: 1em !important;
126
+ }
127
+ .syntaxhighlighter.collapsed .toolbar span a {
128
+ padding: 0 !important;
129
+ display: none !important;
130
+ }
131
+ .syntaxhighlighter.collapsed .toolbar span a.expandSource {
132
+ display: inline !important;
133
+ }
134
+ .syntaxhighlighter .toolbar {
135
+ position: absolute !important;
136
+ right: 1px !important;
137
+ top: 1px !important;
138
+ width: 11px !important;
139
+ height: 11px !important;
140
+ font-size: 10px !important;
141
+ z-index: 10 !important;
142
+ }
143
+ .syntaxhighlighter .toolbar span.title {
144
+ display: inline !important;
145
+ }
146
+ .syntaxhighlighter .toolbar a {
147
+ display: block !important;
148
+ text-align: center !important;
149
+ text-decoration: none !important;
150
+ padding-top: 1px !important;
151
+ }
152
+ .syntaxhighlighter .toolbar a.expandSource {
153
+ display: none !important;
154
+ }
155
+ .syntaxhighlighter.ie {
156
+ font-size: .9em !important;
157
+ padding: 1px 0 1px 0 !important;
158
+ }
159
+ .syntaxhighlighter.ie .toolbar {
160
+ line-height: 8px !important;
161
+ }
162
+ .syntaxhighlighter.ie .toolbar a {
163
+ padding-top: 0px !important;
164
+ }
165
+ .syntaxhighlighter.printing .line.alt1 .content,
166
+ .syntaxhighlighter.printing .line.alt2 .content,
167
+ .syntaxhighlighter.printing .line.highlighted .number,
168
+ .syntaxhighlighter.printing .line.highlighted.alt1 .content,
169
+ .syntaxhighlighter.printing .line.highlighted.alt2 .content {
170
+ background: none !important;
171
+ }
172
+ .syntaxhighlighter.printing .line .number {
173
+ color: #bbbbbb !important;
174
+ }
175
+ .syntaxhighlighter.printing .line .content {
176
+ color: black !important;
177
+ }
178
+ .syntaxhighlighter.printing .toolbar {
179
+ display: none !important;
180
+ }
181
+ .syntaxhighlighter.printing a {
182
+ text-decoration: none !important;
183
+ }
184
+ .syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
185
+ color: black !important;
186
+ }
187
+ .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
188
+ color: #008200 !important;
189
+ }
190
+ .syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
191
+ color: blue !important;
192
+ }
193
+ .syntaxhighlighter.printing .keyword {
194
+ color: #006699 !important;
195
+ font-weight: bold !important;
196
+ }
197
+ .syntaxhighlighter.printing .preprocessor {
198
+ color: gray !important;
199
+ }
200
+ .syntaxhighlighter.printing .variable {
201
+ color: #aa7700 !important;
202
+ }
203
+ .syntaxhighlighter.printing .value {
204
+ color: #009900 !important;
205
+ }
206
+ .syntaxhighlighter.printing .functions {
207
+ color: #ff1493 !important;
208
+ }
209
+ .syntaxhighlighter.printing .constants {
210
+ color: #0066cc !important;
211
+ }
212
+ .syntaxhighlighter.printing .script {
213
+ font-weight: bold !important;
214
+ }
215
+ .syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
216
+ color: gray !important;
217
+ }
218
+ .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
219
+ color: #ff1493 !important;
220
+ }
221
+ .syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
222
+ color: red !important;
223
+ }
224
+ .syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
225
+ color: black !important;
226
+ }
227
+
228
+ .syntaxhighlighter {
229
+ background-color: #0f192a !important;
230
+ }
231
+ .syntaxhighlighter .line.alt1 {
232
+ background-color: #0f192a !important;
233
+ }
234
+ .syntaxhighlighter .line.alt2 {
235
+ background-color: #0f192a !important;
236
+ }
237
+ .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
238
+ background-color: #253e5a !important;
239
+ }
240
+ .syntaxhighlighter .line.highlighted.number {
241
+ color: #38566f !important;
242
+ }
243
+ .syntaxhighlighter table caption {
244
+ color: #d1edff !important;
245
+ }
246
+ .syntaxhighlighter .gutter {
247
+ color: #afafaf !important;
248
+ }
249
+ .syntaxhighlighter .gutter .line {
250
+ border-right: 3px solid #435a5f !important;
251
+ }
252
+ .syntaxhighlighter .gutter .line.highlighted {
253
+ background-color: #435a5f !important;
254
+ color: #0f192a !important;
255
+ }
256
+ .syntaxhighlighter.printing .line .content {
257
+ border: none !important;
258
+ }
259
+ .syntaxhighlighter.collapsed {
260
+ overflow: visible !important;
261
+ }
262
+ .syntaxhighlighter.collapsed .toolbar {
263
+ color: #428bdd !important;
264
+ background: black !important;
265
+ border: 1px solid #435a5f !important;
266
+ }
267
+ .syntaxhighlighter.collapsed .toolbar a {
268
+ color: #428bdd !important;
269
+ }
270
+ .syntaxhighlighter.collapsed .toolbar a:hover {
271
+ color: #1dc116 !important;
272
+ }
273
+ .syntaxhighlighter .toolbar {
274
+ color: #d1edff !important;
275
+ background: #435a5f !important;
276
+ border: none !important;
277
+ }
278
+ .syntaxhighlighter .toolbar a {
279
+ color: #d1edff !important;
280
+ }
281
+ .syntaxhighlighter .toolbar a:hover {
282
+ color: #8aa6c1 !important;
283
+ }
284
+ .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
285
+ color: #d1edff !important;
286
+ }
287
+ .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
288
+ color: #428bdd !important;
289
+ }
290
+ .syntaxhighlighter .string, .syntaxhighlighter .string a {
291
+ color: #1dc116 !important;
292
+ }
293
+ .syntaxhighlighter .keyword {
294
+ color: #b43d3d !important;
295
+ }
296
+ .syntaxhighlighter .preprocessor {
297
+ color: #8aa6c1 !important;
298
+ }
299
+ .syntaxhighlighter .variable {
300
+ color: #ffaa3e !important;
301
+ }
302
+ .syntaxhighlighter .value {
303
+ color: #f7e741 !important;
304
+ }
305
+ .syntaxhighlighter .functions {
306
+ color: #ffaa3e !important;
307
+ }
308
+ .syntaxhighlighter .constants {
309
+ color: #e0e8ff !important;
310
+ }
311
+ .syntaxhighlighter .script {
312
+ font-weight: bold !important;
313
+ color: #b43d3d !important;
314
+ background-color: none !important;
315
+ }
316
+ .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
317
+ color: #f8bb00 !important;
318
+ }
319
+ .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
320
+ color: white !important;
321
+ }
322
+ .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
323
+ color: #ffaa3e !important;
324
+ }
syntaxhighlighter3/styles/shCoreRDark.css CHANGED
@@ -1,324 +1,324 @@
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
- .syntaxhighlighter a,
18
- .syntaxhighlighter div,
19
- .syntaxhighlighter code,
20
- .syntaxhighlighter table,
21
- .syntaxhighlighter table td,
22
- .syntaxhighlighter table tr,
23
- .syntaxhighlighter table tbody,
24
- .syntaxhighlighter table thead,
25
- .syntaxhighlighter table caption,
26
- .syntaxhighlighter textarea {
27
- -moz-border-radius: 0 0 0 0 !important;
28
- -webkit-border-radius: 0 0 0 0 !important;
29
- background: none !important;
30
- border: 0 !important;
31
- bottom: auto !important;
32
- float: none !important;
33
- height: auto !important;
34
- left: auto !important;
35
- line-height: 1.1em !important;
36
- margin: 0 !important;
37
- outline: 0 !important;
38
- overflow: visible !important;
39
- padding: 0 !important;
40
- position: static !important;
41
- right: auto !important;
42
- text-align: left !important;
43
- top: auto !important;
44
- vertical-align: baseline !important;
45
- width: auto !important;
46
- box-sizing: content-box !important;
47
- font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
48
- font-weight: normal !important;
49
- font-style: normal !important;
50
- font-size: 1em !important;
51
- min-height: inherit !important;
52
- min-height: auto !important;
53
- }
54
-
55
- .syntaxhighlighter {
56
- width: 100% !important;
57
- margin: 1em 0 1em 0 !important;
58
- position: relative !important;
59
- overflow: auto !important;
60
- font-size: 1em !important;
61
- }
62
- .syntaxhighlighter.source {
63
- overflow: hidden !important;
64
- }
65
- .syntaxhighlighter .bold {
66
- font-weight: bold !important;
67
- }
68
- .syntaxhighlighter .italic {
69
- font-style: italic !important;
70
- }
71
- .syntaxhighlighter .line {
72
- white-space: pre !important;
73
- }
74
- .syntaxhighlighter table {
75
- width: 100% !important;
76
- }
77
- .syntaxhighlighter table caption {
78
- text-align: left !important;
79
- padding: .5em 0 0.5em 1em !important;
80
- }
81
- .syntaxhighlighter table td.code {
82
- width: 100% !important;
83
- }
84
- .syntaxhighlighter table td.code .container {
85
- position: relative !important;
86
- }
87
- .syntaxhighlighter table td.code .container textarea {
88
- box-sizing: border-box !important;
89
- position: absolute !important;
90
- left: 0 !important;
91
- top: 0 !important;
92
- width: 100% !important;
93
- height: 100% !important;
94
- border: none !important;
95
- background: white !important;
96
- padding-left: 1em !important;
97
- overflow: hidden !important;
98
- white-space: pre !important;
99
- }
100
- .syntaxhighlighter table td.gutter .line {
101
- text-align: right !important;
102
- padding: 0 0.5em 0 1em !important;
103
- }
104
- .syntaxhighlighter table td.code .line {
105
- padding: 0 1em !important;
106
- }
107
- .syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
108
- padding-left: 0em !important;
109
- }
110
- .syntaxhighlighter.show {
111
- display: block !important;
112
- }
113
- .syntaxhighlighter.collapsed table {
114
- display: none !important;
115
- }
116
- .syntaxhighlighter.collapsed .toolbar {
117
- padding: 0.1em 0.8em 0em 0.8em !important;
118
- font-size: 1em !important;
119
- position: static !important;
120
- width: auto !important;
121
- height: auto !important;
122
- }
123
- .syntaxhighlighter.collapsed .toolbar span {
124
- display: inline !important;
125
- margin-right: 1em !important;
126
- }
127
- .syntaxhighlighter.collapsed .toolbar span a {
128
- padding: 0 !important;
129
- display: none !important;
130
- }
131
- .syntaxhighlighter.collapsed .toolbar span a.expandSource {
132
- display: inline !important;
133
- }
134
- .syntaxhighlighter .toolbar {
135
- position: absolute !important;
136
- right: 1px !important;
137
- top: 1px !important;
138
- width: 11px !important;
139
- height: 11px !important;
140
- font-size: 10px !important;
141
- z-index: 10 !important;
142
- }
143
- .syntaxhighlighter .toolbar span.title {
144
- display: inline !important;
145
- }
146
- .syntaxhighlighter .toolbar a {
147
- display: block !important;
148
- text-align: center !important;
149
- text-decoration: none !important;
150
- padding-top: 1px !important;
151
- }
152
- .syntaxhighlighter .toolbar a.expandSource {
153
- display: none !important;
154
- }
155
- .syntaxhighlighter.ie {
156
- font-size: .9em !important;
157
- padding: 1px 0 1px 0 !important;
158
- }
159
- .syntaxhighlighter.ie .toolbar {
160
- line-height: 8px !important;
161
- }
162
- .syntaxhighlighter.ie .toolbar a {
163
- padding-top: 0px !important;
164
- }
165
- .syntaxhighlighter.printing .line.alt1 .content,
166
- .syntaxhighlighter.printing .line.alt2 .content,
167
- .syntaxhighlighter.printing .line.highlighted .number,
168
- .syntaxhighlighter.printing .line.highlighted.alt1 .content,
169
- .syntaxhighlighter.printing .line.highlighted.alt2 .content {
170
- background: none !important;
171
- }
172
- .syntaxhighlighter.printing .line .number {
173
- color: #bbbbbb !important;
174
- }
175
- .syntaxhighlighter.printing .line .content {
176
- color: black !important;
177
- }
178
- .syntaxhighlighter.printing .toolbar {
179
- display: none !important;
180
- }
181
- .syntaxhighlighter.printing a {
182
- text-decoration: none !important;
183
- }
184
- .syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
185
- color: black !important;
186
- }
187
- .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
188
- color: #008200 !important;
189
- }
190
- .syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
191
- color: blue !important;
192
- }
193
- .syntaxhighlighter.printing .keyword {
194
- color: #006699 !important;
195
- font-weight: bold !important;
196
- }
197
- .syntaxhighlighter.printing .preprocessor {
198
- color: gray !important;
199
- }
200
- .syntaxhighlighter.printing .variable {
201
- color: #aa7700 !important;
202
- }
203
- .syntaxhighlighter.printing .value {
204
- color: #009900 !important;
205
- }
206
- .syntaxhighlighter.printing .functions {
207
- color: #ff1493 !important;
208
- }
209
- .syntaxhighlighter.printing .constants {
210
- color: #0066cc !important;
211
- }
212
- .syntaxhighlighter.printing .script {
213
- font-weight: bold !important;
214
- }
215
- .syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
216
- color: gray !important;
217
- }
218
- .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
219
- color: #ff1493 !important;
220
- }
221
- .syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
222
- color: red !important;
223
- }
224
- .syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
225
- color: black !important;
226
- }
227
-
228
- .syntaxhighlighter {
229
- background-color: #1b2426 !important;
230
- }
231
- .syntaxhighlighter .line.alt1 {
232
- background-color: #1b2426 !important;
233
- }
234
- .syntaxhighlighter .line.alt2 {
235
- background-color: #1b2426 !important;
236
- }
237
- .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
238
- background-color: #323e41 !important;
239
- }
240
- .syntaxhighlighter .line.highlighted.number {
241
- color: #b9bdb6 !important;
242
- }
243
- .syntaxhighlighter table caption {
244
- color: #b9bdb6 !important;
245
- }
246
- .syntaxhighlighter .gutter {
247
- color: #afafaf !important;
248
- }
249
- .syntaxhighlighter .gutter .line {
250
- border-right: 3px solid #435a5f !important;
251
- }
252
- .syntaxhighlighter .gutter .line.highlighted {
253
- background-color: #435a5f !important;
254
- color: #1b2426 !important;
255
- }
256
- .syntaxhighlighter.printing .line .content {
257
- border: none !important;
258
- }
259
- .syntaxhighlighter.collapsed {
260
- overflow: visible !important;
261
- }
262
- .syntaxhighlighter.collapsed .toolbar {
263
- color: #5ba1cf !important;
264
- background: black !important;
265
- border: 1px solid #435a5f !important;
266
- }
267
- .syntaxhighlighter.collapsed .toolbar a {
268
- color: #5ba1cf !important;
269
- }
270
- .syntaxhighlighter.collapsed .toolbar a:hover {
271
- color: #5ce638 !important;
272
- }
273
- .syntaxhighlighter .toolbar {
274
- color: white !important;
275
- background: #435a5f !important;
276
- border: none !important;
277
- }
278
- .syntaxhighlighter .toolbar a {
279
- color: white !important;
280
- }
281
- .syntaxhighlighter .toolbar a:hover {
282
- color: #e0e8ff !important;
283
- }
284
- .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
285
- color: #b9bdb6 !important;
286
- }
287
- .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
288
- color: #878a85 !important;
289
- }
290
- .syntaxhighlighter .string, .syntaxhighlighter .string a {
291
- color: #5ce638 !important;
292
- }
293
- .syntaxhighlighter .keyword {
294
- color: #5ba1cf !important;
295
- }
296
- .syntaxhighlighter .preprocessor {
297
- color: #435a5f !important;
298
- }
299
- .syntaxhighlighter .variable {
300
- color: #ffaa3e !important;
301
- }
302
- .syntaxhighlighter .value {
303
- color: #009900 !important;
304
- }
305
- .syntaxhighlighter .functions {
306
- color: #ffaa3e !important;
307
- }
308
- .syntaxhighlighter .constants {
309
- color: #e0e8ff !important;
310
- }
311
- .syntaxhighlighter .script {
312
- font-weight: bold !important;
313
- color: #5ba1cf !important;
314
- background-color: none !important;
315
- }
316
- .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
317
- color: #e0e8ff !important;
318
- }
319
- .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
320
- color: white !important;
321
- }
322
- .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
323
- color: #ffaa3e !important;
324
- }
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
+ .syntaxhighlighter a,
18
+ .syntaxhighlighter div,
19
+ .syntaxhighlighter code,
20
+ .syntaxhighlighter table,
21
+ .syntaxhighlighter table td,
22
+ .syntaxhighlighter table tr,
23
+ .syntaxhighlighter table tbody,
24
+ .syntaxhighlighter table thead,
25
+ .syntaxhighlighter table caption,
26
+ .syntaxhighlighter textarea {
27
+ -moz-border-radius: 0 0 0 0 !important;
28
+ -webkit-border-radius: 0 0 0 0 !important;
29
+ background: none !important;
30
+ border: 0 !important;
31
+ bottom: auto !important;
32
+ float: none !important;
33
+ height: auto !important;
34
+ left: auto !important;
35
+ line-height: 1.1em !important;
36
+ margin: 0 !important;
37
+ outline: 0 !important;
38
+ overflow: visible !important;
39
+ padding: 0 !important;
40
+ position: static !important;
41
+ right: auto !important;
42
+ text-align: left !important;
43
+ top: auto !important;
44
+ vertical-align: baseline !important;
45
+ width: auto !important;
46
+ box-sizing: content-box !important;
47
+ font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
48
+ font-weight: normal !important;
49
+ font-style: normal !important;
50
+ font-size: 1em !important;
51
+ min-height: inherit !important;
52
+ min-height: auto !important;
53
+ }
54
+
55
+ .syntaxhighlighter {
56
+ width: 100% !important;
57
+ margin: 1em 0 1em 0 !important;
58
+ position: relative !important;
59
+ overflow: auto !important;
60
+ font-size: 1em !important;
61
+ }
62
+ .syntaxhighlighter.source {
63
+ overflow: hidden !important;
64
+ }
65
+ .syntaxhighlighter .bold {
66
+ font-weight: bold !important;
67
+ }
68
+ .syntaxhighlighter .italic {
69
+ font-style: italic !important;
70
+ }
71
+ .syntaxhighlighter .line {
72
+ white-space: pre !important;
73
+ }
74
+ .syntaxhighlighter table {
75
+ width: 100% !important;
76
+ }
77
+ .syntaxhighlighter table caption {
78
+ text-align: left !important;
79
+ padding: .5em 0 0.5em 1em !important;
80
+ }
81
+ .syntaxhighlighter table td.code {
82
+ width: 100% !important;
83
+ }
84
+ .syntaxhighlighter table td.code .container {
85
+ position: relative !important;
86
+ }
87
+ .syntaxhighlighter table td.code .container textarea {
88
+ box-sizing: border-box !important;
89
+ position: absolute !important;
90
+ left: 0 !important;
91
+ top: 0 !important;
92
+ width: 100% !important;
93
+ height: 100% !important;
94
+ border: none !important;
95
+ background: white !important;
96
+ padding-left: 1em !important;
97
+ overflow: hidden !important;
98
+ white-space: pre !important;
99
+ }
100
+ .syntaxhighlighter table td.gutter .line {
101
+ text-align: right !important;
102
+ padding: 0 0.5em 0 1em !important;
103
+ }
104
+ .syntaxhighlighter table td.code .line {
105
+ padding: 0 1em !important;
106
+ }
107
+ .syntaxhighlighter.nogutter td.code .container textarea, .syntaxhighlighter.nogutter td.code .line {
108
+ padding-left: 0em !important;
109
+ }
110
+ .syntaxhighlighter.show {
111
+ display: block !important;
112
+ }
113
+ .syntaxhighlighter.collapsed table {
114
+ display: none !important;
115
+ }
116
+ .syntaxhighlighter.collapsed .toolbar {
117
+ padding: 0.1em 0.8em 0em 0.8em !important;
118
+ font-size: 1em !important;
119
+ position: static !important;
120
+ width: auto !important;
121
+ height: auto !important;
122
+ }
123
+ .syntaxhighlighter.collapsed .toolbar span {
124
+ display: inline !important;
125
+ margin-right: 1em !important;
126
+ }
127
+ .syntaxhighlighter.collapsed .toolbar span a {
128
+ padding: 0 !important;
129
+ display: none !important;
130
+ }
131
+ .syntaxhighlighter.collapsed .toolbar span a.expandSource {
132
+ display: inline !important;
133
+ }
134
+ .syntaxhighlighter .toolbar {
135
+ position: absolute !important;
136
+ right: 1px !important;
137
+ top: 1px !important;
138
+ width: 11px !important;
139
+ height: 11px !important;
140
+ font-size: 10px !important;
141
+ z-index: 10 !important;
142
+ }
143
+ .syntaxhighlighter .toolbar span.title {
144
+ display: inline !important;
145
+ }
146
+ .syntaxhighlighter .toolbar a {
147
+ display: block !important;
148
+ text-align: center !important;
149
+ text-decoration: none !important;
150
+ padding-top: 1px !important;
151
+ }
152
+ .syntaxhighlighter .toolbar a.expandSource {
153
+ display: none !important;
154
+ }
155
+ .syntaxhighlighter.ie {
156
+ font-size: .9em !important;
157
+ padding: 1px 0 1px 0 !important;
158
+ }
159
+ .syntaxhighlighter.ie .toolbar {
160
+ line-height: 8px !important;
161
+ }
162
+ .syntaxhighlighter.ie .toolbar a {
163
+ padding-top: 0px !important;
164
+ }
165
+ .syntaxhighlighter.printing .line.alt1 .content,
166
+ .syntaxhighlighter.printing .line.alt2 .content,
167
+ .syntaxhighlighter.printing .line.highlighted .number,
168
+ .syntaxhighlighter.printing .line.highlighted.alt1 .content,
169
+ .syntaxhighlighter.printing .line.highlighted.alt2 .content {
170
+ background: none !important;
171
+ }
172
+ .syntaxhighlighter.printing .line .number {
173
+ color: #bbbbbb !important;
174
+ }
175
+ .syntaxhighlighter.printing .line .content {
176
+ color: black !important;
177
+ }
178
+ .syntaxhighlighter.printing .toolbar {
179
+ display: none !important;
180
+ }
181
+ .syntaxhighlighter.printing a {
182
+ text-decoration: none !important;
183
+ }
184
+ .syntaxhighlighter.printing .plain, .syntaxhighlighter.printing .plain a {
185
+ color: black !important;
186
+ }
187
+ .syntaxhighlighter.printing .comments, .syntaxhighlighter.printing .comments a {
188
+ color: #008200 !important;
189
+ }
190
+ .syntaxhighlighter.printing .string, .syntaxhighlighter.printing .string a {
191
+ color: blue !important;
192
+ }
193
+ .syntaxhighlighter.printing .keyword {
194
+ color: #006699 !important;
195
+ font-weight: bold !important;
196
+ }
197
+ .syntaxhighlighter.printing .preprocessor {
198
+ color: gray !important;
199
+ }
200
+ .syntaxhighlighter.printing .variable {
201
+ color: #aa7700 !important;
202
+ }
203
+ .syntaxhighlighter.printing .value {
204
+ color: #009900 !important;
205
+ }
206
+ .syntaxhighlighter.printing .functions {
207
+ color: #ff1493 !important;
208
+ }
209
+ .syntaxhighlighter.printing .constants {
210
+ color: #0066cc !important;
211
+ }
212
+ .syntaxhighlighter.printing .script {
213
+ font-weight: bold !important;
214
+ }
215
+ .syntaxhighlighter.printing .color1, .syntaxhighlighter.printing .color1 a {
216
+ color: gray !important;
217
+ }
218
+ .syntaxhighlighter.printing .color2, .syntaxhighlighter.printing .color2 a {
219
+ color: #ff1493 !important;
220
+ }
221
+ .syntaxhighlighter.printing .color3, .syntaxhighlighter.printing .color3 a {
222
+ color: red !important;
223
+ }
224
+ .syntaxhighlighter.printing .break, .syntaxhighlighter.printing .break a {
225
+ color: black !important;
226
+ }
227
+
228
+ .syntaxhighlighter {
229
+ background-color: #1b2426 !important;
230
+ }
231
+ .syntaxhighlighter .line.alt1 {
232
+ background-color: #1b2426 !important;
233
+ }
234
+ .syntaxhighlighter .line.alt2 {
235
+ background-color: #1b2426 !important;
236
+ }
237
+ .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
238
+ background-color: #323e41 !important;
239
+ }
240
+ .syntaxhighlighter .line.highlighted.number {
241
+ color: #b9bdb6 !important;
242
+ }
243
+ .syntaxhighlighter table caption {
244
+ color: #b9bdb6 !important;
245
+ }
246
+ .syntaxhighlighter .gutter {
247
+ color: #afafaf !important;
248
+ }
249
+ .syntaxhighlighter .gutter .line {
250
+ border-right: 3px solid #435a5f !important;
251
+ }
252
+ .syntaxhighlighter .gutter .line.highlighted {
253
+ background-color: #435a5f !important;
254
+ color: #1b2426 !important;
255
+ }
256
+ .syntaxhighlighter.printing .line .content {
257
+ border: none !important;
258
+ }
259
+ .syntaxhighlighter.collapsed {
260
+ overflow: visible !important;
261
+ }
262
+ .syntaxhighlighter.collapsed .toolbar {
263
+ color: #5ba1cf !important;
264
+ background: black !important;
265
+ border: 1px solid #435a5f !important;
266
+ }
267
+ .syntaxhighlighter.collapsed .toolbar a {
268
+ color: #5ba1cf !important;
269
+ }
270
+ .syntaxhighlighter.collapsed .toolbar a:hover {
271
+ color: #5ce638 !important;
272
+ }
273
+ .syntaxhighlighter .toolbar {
274
+ color: white !important;
275
+ background: #435a5f !important;
276
+ border: none !important;
277
+ }
278
+ .syntaxhighlighter .toolbar a {
279
+ color: white !important;
280
+ }
281
+ .syntaxhighlighter .toolbar a:hover {
282
+ color: #e0e8ff !important;
283
+ }
284
+ .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
285
+ color: #b9bdb6 !important;
286
+ }
287
+ .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
288
+ color: #878a85 !important;
289
+ }
290
+ .syntaxhighlighter .string, .syntaxhighlighter .string a {
291
+ color: #5ce638 !important;
292
+ }
293
+ .syntaxhighlighter .keyword {
294
+ color: #5ba1cf !important;
295
+ }
296
+ .syntaxhighlighter .preprocessor {
297
+ color: #435a5f !important;
298
+ }
299
+ .syntaxhighlighter .variable {
300
+ color: #ffaa3e !important;
301
+ }
302
+ .syntaxhighlighter .value {
303
+ color: #009900 !important;
304
+ }
305
+ .syntaxhighlighter .functions {
306
+ color: #ffaa3e !important;
307
+ }
308
+ .syntaxhighlighter .constants {
309
+ color: #e0e8ff !important;
310
+ }
311
+ .syntaxhighlighter .script {
312
+ font-weight: bold !important;
313
+ color: #5ba1cf !important;
314
+ background-color: none !important;
315
+ }
316
+ .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
317
+ color: #e0e8ff !important;
318
+ }
319
+ .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
320
+ color: white !important;
321
+ }
322
+ .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
323
+ color: #ffaa3e !important;
324
+ }
syntaxhighlighter3/styles/shThemeDefault.css CHANGED
@@ -1,117 +1,117 @@
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
- .syntaxhighlighter {
18
- background-color: white !important;
19
- }
20
- .syntaxhighlighter .line.alt1 {
21
- background-color: white !important;
22
- }
23
- .syntaxhighlighter .line.alt2 {
24
- background-color: white !important;
25
- }
26
- .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
27
- background-color: #e0e0e0 !important;
28
- }
29
- .syntaxhighlighter .line.highlighted.number {
30
- color: black !important;
31
- }
32
- .syntaxhighlighter table caption {
33
- color: black !important;
34
- }
35
- .syntaxhighlighter .gutter {
36
- color: #afafaf !important;
37
- }
38
- .syntaxhighlighter .gutter .line {
39
- border-right: 3px solid #6ce26c !important;
40
- }
41
- .syntaxhighlighter .gutter .line.highlighted {
42
- background-color: #6ce26c !important;
43
- color: white !important;
44
- }
45
- .syntaxhighlighter.printing .line .content {
46
- border: none !important;
47
- }
48
- .syntaxhighlighter.collapsed {
49
- overflow: visible !important;
50
- }
51
- .syntaxhighlighter.collapsed .toolbar {
52
- color: blue !important;
53
- background: white !important;
54
- border: 1px solid #6ce26c !important;
55
- }
56
- .syntaxhighlighter.collapsed .toolbar a {
57
- color: blue !important;
58
- }
59
- .syntaxhighlighter.collapsed .toolbar a:hover {
60
- color: red !important;
61
- }
62
- .syntaxhighlighter .toolbar {
63
- color: white !important;
64
- background: #6ce26c !important;
65
- border: none !important;
66
- }
67
- .syntaxhighlighter .toolbar a {
68
- color: white !important;
69
- }
70
- .syntaxhighlighter .toolbar a:hover {
71
- color: black !important;
72
- }
73
- .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
74
- color: black !important;
75
- }
76
- .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
77
- color: #008200 !important;
78
- }
79
- .syntaxhighlighter .string, .syntaxhighlighter .string a {
80
- color: blue !important;
81
- }
82
- .syntaxhighlighter .keyword {
83
- color: #006699 !important;
84
- }
85
- .syntaxhighlighter .preprocessor {
86
- color: gray !important;
87
- }
88
- .syntaxhighlighter .variable {
89
- color: #aa7700 !important;
90
- }
91
- .syntaxhighlighter .value {
92
- color: #009900 !important;
93
- }
94
- .syntaxhighlighter .functions {
95
- color: #ff1493 !important;
96
- }
97
- .syntaxhighlighter .constants {
98
- color: #0066cc !important;
99
- }
100
- .syntaxhighlighter .script {
101
- font-weight: bold !important;
102
- color: #006699 !important;
103
- background-color: none !important;
104
- }
105
- .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
106
- color: gray !important;
107
- }
108
- .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
109
- color: #ff1493 !important;
110
- }
111
- .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
112
- color: red !important;
113
- }
114
-
115
- .syntaxhighlighter .keyword {
116
- font-weight: bold !important;
117
- }
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
+ .syntaxhighlighter {
18
+ background-color: white !important;
19
+ }
20
+ .syntaxhighlighter .line.alt1 {
21
+ background-color: white !important;
22
+ }
23
+ .syntaxhighlighter .line.alt2 {
24
+ background-color: white !important;
25
+ }
26
+ .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
27
+ background-color: #e0e0e0 !important;
28
+ }
29
+ .syntaxhighlighter .line.highlighted.number {
30
+ color: black !important;
31
+ }
32
+ .syntaxhighlighter table caption {
33
+ color: black !important;
34
+ }
35
+ .syntaxhighlighter .gutter {
36
+ color: #afafaf !important;
37
+ }
38
+ .syntaxhighlighter .gutter .line {
39
+ border-right: 3px solid #6ce26c !important;
40
+ }
41
+ .syntaxhighlighter .gutter .line.highlighted {
42
+ background-color: #6ce26c !important;
43
+ color: white !important;
44
+ }
45
+ .syntaxhighlighter.printing .line .content {
46
+ border: none !important;
47
+ }
48
+ .syntaxhighlighter.collapsed {
49
+ overflow: visible !important;
50
+ }
51
+ .syntaxhighlighter.collapsed .toolbar {
52
+ color: blue !important;
53
+ background: white !important;
54
+ border: 1px solid #6ce26c !important;
55
+ }
56
+ .syntaxhighlighter.collapsed .toolbar a {
57
+ color: blue !important;
58
+ }
59
+ .syntaxhighlighter.collapsed .toolbar a:hover {
60
+ color: red !important;
61
+ }
62
+ .syntaxhighlighter .toolbar {
63
+ color: white !important;
64
+ background: #6ce26c !important;
65
+ border: none !important;
66
+ }
67
+ .syntaxhighlighter .toolbar a {
68
+ color: white !important;
69
+ }
70
+ .syntaxhighlighter .toolbar a:hover {
71
+ color: black !important;
72
+ }
73
+ .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
74
+ color: black !important;
75
+ }
76
+ .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
77
+ color: #008200 !important;
78
+ }
79
+ .syntaxhighlighter .string, .syntaxhighlighter .string a {
80
+ color: blue !important;
81
+ }
82
+ .syntaxhighlighter .keyword {
83
+ color: #006699 !important;
84
+ }
85
+ .syntaxhighlighter .preprocessor {
86
+ color: gray !important;
87
+ }
88
+ .syntaxhighlighter .variable {
89
+ color: #aa7700 !important;
90
+ }
91
+ .syntaxhighlighter .value {
92
+ color: #009900 !important;
93
+ }
94
+ .syntaxhighlighter .functions {
95
+ color: #ff1493 !important;
96
+ }
97
+ .syntaxhighlighter .constants {
98
+ color: #0066cc !important;
99
+ }
100
+ .syntaxhighlighter .script {
101
+ font-weight: bold !important;
102
+ color: #006699 !important;
103
+ background-color: none !important;
104
+ }
105
+ .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
106
+ color: gray !important;
107
+ }
108
+ .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
109
+ color: #ff1493 !important;
110
+ }
111
+ .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
112
+ color: red !important;
113
+ }
114
+
115
+ .syntaxhighlighter .keyword {
116
+ font-weight: bold !important;
117
+ }
syntaxhighlighter3/styles/shThemeDjango.css CHANGED
@@ -1,120 +1,120 @@
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
- .syntaxhighlighter {
18
- background-color: #0a2b1d !important;
19
- }
20
- .syntaxhighlighter .line.alt1 {
21
- background-color: #0a2b1d !important;
22
- }
23
- .syntaxhighlighter .line.alt2 {
24
- background-color: #0a2b1d !important;
25
- }
26
- .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
27
- background-color: #233729 !important;
28
- }
29
- .syntaxhighlighter .line.highlighted.number {
30
- color: white !important;
31
- }
32
- .syntaxhighlighter table caption {
33
- color: #f8f8f8 !important;
34
- }
35
- .syntaxhighlighter .gutter {
36
- color: #497958 !important;
37
- }
38
- .syntaxhighlighter .gutter .line {
39
- border-right: 3px solid #41a83e !important;
40
- }
41
- .syntaxhighlighter .gutter .line.highlighted {
42
- background-color: #41a83e !important;
43
- color: #0a2b1d !important;
44
- }
45
- .syntaxhighlighter.printing .line .content {
46
- border: none !important;
47
- }
48
- .syntaxhighlighter.collapsed {
49
- overflow: visible !important;
50
- }
51
- .syntaxhighlighter.collapsed .toolbar {
52
- color: #96dd3b !important;
53
- background: black !important;
54
- border: 1px solid #41a83e !important;
55
- }
56
- .syntaxhighlighter.collapsed .toolbar a {
57
- color: #96dd3b !important;
58
- }
59
- .syntaxhighlighter.collapsed .toolbar a:hover {
60
- color: white !important;
61
- }
62
- .syntaxhighlighter .toolbar {
63
- color: white !important;
64
- background: #41a83e !important;
65
- border: none !important;
66
- }
67
- .syntaxhighlighter .toolbar a {
68
- color: white !important;
69
- }
70
- .syntaxhighlighter .toolbar a:hover {
71
- color: #ffe862 !important;
72
- }
73
- .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
74
- color: #f8f8f8 !important;
75
- }
76
- .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
77
- color: #336442 !important;
78
- }
79
- .syntaxhighlighter .string, .syntaxhighlighter .string a {
80
- color: #9df39f !important;
81
- }
82
- .syntaxhighlighter .keyword {
83
- color: #96dd3b !important;
84
- }
85
- .syntaxhighlighter .preprocessor {
86
- color: #91bb9e !important;
87
- }
88
- .syntaxhighlighter .variable {
89
- color: #ffaa3e !important;
90
- }
91
- .syntaxhighlighter .value {
92
- color: #f7e741 !important;
93
- }
94
- .syntaxhighlighter .functions {
95
- color: #ffaa3e !important;
96
- }
97
- .syntaxhighlighter .constants {
98
- color: #e0e8ff !important;
99
- }
100
- .syntaxhighlighter .script {
101
- font-weight: bold !important;
102
- color: #96dd3b !important;
103
- background-color: none !important;
104
- }
105
- .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
106
- color: #eb939a !important;
107
- }
108
- .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
109
- color: #91bb9e !important;
110
- }
111
- .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
112
- color: #edef7d !important;
113
- }
114
-
115
- .syntaxhighlighter .comments {
116
- font-style: italic !important;
117
- }
118
- .syntaxhighlighter .keyword {
119
- font-weight: bold !important;
120
- }
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
+ .syntaxhighlighter {
18
+ background-color: #0a2b1d !important;
19
+ }
20
+ .syntaxhighlighter .line.alt1 {
21
+ background-color: #0a2b1d !important;
22
+ }
23
+ .syntaxhighlighter .line.alt2 {
24
+ background-color: #0a2b1d !important;
25
+ }
26
+ .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
27
+ background-color: #233729 !important;
28
+ }
29
+ .syntaxhighlighter .line.highlighted.number {
30
+ color: white !important;
31
+ }
32
+ .syntaxhighlighter table caption {
33
+ color: #f8f8f8 !important;
34
+ }
35
+ .syntaxhighlighter .gutter {
36
+ color: #497958 !important;
37
+ }
38
+ .syntaxhighlighter .gutter .line {
39
+ border-right: 3px solid #41a83e !important;
40
+ }
41
+ .syntaxhighlighter .gutter .line.highlighted {
42
+ background-color: #41a83e !important;
43
+ color: #0a2b1d !important;
44
+ }
45
+ .syntaxhighlighter.printing .line .content {
46
+ border: none !important;
47
+ }
48
+ .syntaxhighlighter.collapsed {
49
+ overflow: visible !important;
50
+ }
51
+ .syntaxhighlighter.collapsed .toolbar {
52
+ color: #96dd3b !important;
53
+ background: black !important;
54
+ border: 1px solid #41a83e !important;
55
+ }
56
+ .syntaxhighlighter.collapsed .toolbar a {
57
+ color: #96dd3b !important;
58
+ }
59
+ .syntaxhighlighter.collapsed .toolbar a:hover {
60
+ color: white !important;
61
+ }
62
+ .syntaxhighlighter .toolbar {
63
+ color: white !important;
64
+ background: #41a83e !important;
65
+ border: none !important;
66
+ }
67
+ .syntaxhighlighter .toolbar a {
68
+ color: white !important;
69
+ }
70
+ .syntaxhighlighter .toolbar a:hover {
71
+ color: #ffe862 !important;
72
+ }
73
+ .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
74
+ color: #f8f8f8 !important;
75
+ }
76
+ .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
77
+ color: #336442 !important;
78
+ }
79
+ .syntaxhighlighter .string, .syntaxhighlighter .string a {
80
+ color: #9df39f !important;
81
+ }
82
+ .syntaxhighlighter .keyword {
83
+ color: #96dd3b !important;
84
+ }
85
+ .syntaxhighlighter .preprocessor {
86
+ color: #91bb9e !important;
87
+ }
88
+ .syntaxhighlighter .variable {
89
+ color: #ffaa3e !important;
90
+ }
91
+ .syntaxhighlighter .value {
92
+ color: #f7e741 !important;
93
+ }
94
+ .syntaxhighlighter .functions {
95
+ color: #ffaa3e !important;
96
+ }
97
+ .syntaxhighlighter .constants {
98
+ color: #e0e8ff !important;
99
+ }
100
+ .syntaxhighlighter .script {
101
+ font-weight: bold !important;
102
+ color: #96dd3b !important;
103
+ background-color: none !important;
104
+ }
105
+ .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
106
+ color: #eb939a !important;
107
+ }
108
+ .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
109
+ color: #91bb9e !important;
110
+ }
111
+ .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
112
+ color: #edef7d !important;
113
+ }
114
+
115
+ .syntaxhighlighter .comments {
116
+ font-style: italic !important;
117
+ }
118
+ .syntaxhighlighter .keyword {
119
+ font-weight: bold !important;
120
+ }
syntaxhighlighter3/styles/shThemeEclipse.css CHANGED
@@ -1,128 +1,128 @@
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
- .syntaxhighlighter {
18
- background-color: white !important;
19
- }
20
- .syntaxhighlighter .line.alt1 {
21
- background-color: white !important;
22
- }
23
- .syntaxhighlighter .line.alt2 {
24
- background-color: white !important;
25
- }
26
- .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
27
- background-color: #c3defe !important;
28
- }
29
- .syntaxhighlighter .line.highlighted.number {
30
- color: white !important;
31
- }
32
- .syntaxhighlighter table caption {
33
- color: black !important;
34
- }
35
- .syntaxhighlighter .gutter {
36
- color: #787878 !important;
37
- }
38
- .syntaxhighlighter .gutter .line {
39
- border-right: 3px solid #d4d0c8 !important;
40
- }
41
- .syntaxhighlighter .gutter .line.highlighted {
42
- background-color: #d4d0c8 !important;
43
- color: white !important;
44
- }
45
- .syntaxhighlighter.printing .line .content {
46
- border: none !important;
47
- }
48
- .syntaxhighlighter.collapsed {
49
- overflow: visible !important;
50
- }
51
- .syntaxhighlighter.collapsed .toolbar {
52
- color: #3f5fbf !important;
53
- background: white !important;
54
- border: 1px solid #d4d0c8 !important;
55
- }
56
- .syntaxhighlighter.collapsed .toolbar a {
57
- color: #3f5fbf !important;
58
- }
59
- .syntaxhighlighter.collapsed .toolbar a:hover {
60
- color: #aa7700 !important;
61
- }
62
- .syntaxhighlighter .toolbar {
63
- color: #a0a0a0 !important;
64
- background: #d4d0c8 !important;
65
- border: none !important;
66
- }
67
- .syntaxhighlighter .toolbar a {
68
- color: #a0a0a0 !important;
69
- }
70
- .syntaxhighlighter .toolbar a:hover {
71
- color: red !important;
72
- }
73
- .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
74
- color: black !important;
75
- }
76
- .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
77
- color: #3f5fbf !important;
78
- }
79
- .syntaxhighlighter .string, .syntaxhighlighter .string a {
80
- color: #2a00ff !important;
81
- }
82
- .syntaxhighlighter .keyword {
83
- color: #7f0055 !important;
84
- }
85
- .syntaxhighlighter .preprocessor {
86
- color: #646464 !important;
87
- }
88
- .syntaxhighlighter .variable {
89
- color: #aa7700 !important;
90
- }
91
- .syntaxhighlighter .value {
92
- color: #009900 !important;
93
- }
94
- .syntaxhighlighter .functions {
95
- color: #ff1493 !important;
96
- }
97
- .syntaxhighlighter .constants {
98
- color: #0066cc !important;
99
- }
100
- .syntaxhighlighter .script {
101
- font-weight: bold !important;
102
- color: #7f0055 !important;
103
- background-color: none !important;
104
- }
105
- .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
106
- color: gray !important;
107
- }
108
- .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
109
- color: #ff1493 !important;
110
- }
111
- .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
112
- color: red !important;
113
- }
114
-
115
- .syntaxhighlighter .keyword {
116
- font-weight: bold !important;
117
- }
118
- .syntaxhighlighter .xml .keyword {
119
- color: #3f7f7f !important;
120
- font-weight: normal !important;
121
- }
122
- .syntaxhighlighter .xml .color1, .syntaxhighlighter .xml .color1 a {
123
- color: #7f007f !important;
124
- }
125
- .syntaxhighlighter .xml .string {
126
- font-style: italic !important;
127
- color: #2a00ff !important;
128
- }
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
+ .syntaxhighlighter {
18
+ background-color: white !important;
19
+ }
20
+ .syntaxhighlighter .line.alt1 {
21
+ background-color: white !important;
22
+ }
23
+ .syntaxhighlighter .line.alt2 {
24
+ background-color: white !important;
25
+ }
26
+ .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
27
+ background-color: #c3defe !important;
28
+ }
29
+ .syntaxhighlighter .line.highlighted.number {
30
+ color: white !important;
31
+ }
32
+ .syntaxhighlighter table caption {
33
+ color: black !important;
34
+ }
35
+ .syntaxhighlighter .gutter {
36
+ color: #787878 !important;
37
+ }
38
+ .syntaxhighlighter .gutter .line {
39
+ border-right: 3px solid #d4d0c8 !important;
40
+ }
41
+ .syntaxhighlighter .gutter .line.highlighted {
42
+ background-color: #d4d0c8 !important;
43
+ color: white !important;
44
+ }
45
+ .syntaxhighlighter.printing .line .content {
46
+ border: none !important;
47
+ }
48
+ .syntaxhighlighter.collapsed {
49
+ overflow: visible !important;
50
+ }
51
+ .syntaxhighlighter.collapsed .toolbar {
52
+ color: #3f5fbf !important;
53
+ background: white !important;
54
+ border: 1px solid #d4d0c8 !important;
55
+ }
56
+ .syntaxhighlighter.collapsed .toolbar a {
57
+ color: #3f5fbf !important;
58
+ }
59
+ .syntaxhighlighter.collapsed .toolbar a:hover {
60
+ color: #aa7700 !important;
61
+ }
62
+ .syntaxhighlighter .toolbar {
63
+ color: #a0a0a0 !important;
64
+ background: #d4d0c8 !important;
65
+ border: none !important;
66
+ }
67
+ .syntaxhighlighter .toolbar a {
68
+ color: #a0a0a0 !important;
69
+ }
70
+ .syntaxhighlighter .toolbar a:hover {
71
+ color: red !important;
72
+ }
73
+ .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
74
+ color: black !important;
75
+ }
76
+ .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
77
+ color: #3f5fbf !important;
78
+ }
79
+ .syntaxhighlighter .string, .syntaxhighlighter .string a {
80
+ color: #2a00ff !important;
81
+ }
82
+ .syntaxhighlighter .keyword {
83
+ color: #7f0055 !important;
84
+ }
85
+ .syntaxhighlighter .preprocessor {
86
+ color: #646464 !important;
87
+ }
88
+ .syntaxhighlighter .variable {
89
+ color: #aa7700 !important;
90
+ }
91
+ .syntaxhighlighter .value {
92
+ color: #009900 !important;
93
+ }
94
+ .syntaxhighlighter .functions {
95
+ color: #ff1493 !important;
96
+ }
97
+ .syntaxhighlighter .constants {
98
+ color: #0066cc !important;
99
+ }
100
+ .syntaxhighlighter .script {
101
+ font-weight: bold !important;
102
+ color: #7f0055 !important;
103
+ background-color: none !important;
104
+ }
105
+ .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
106
+ color: gray !important;
107
+ }
108
+ .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
109
+ color: #ff1493 !important;
110
+ }
111
+ .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
112
+ color: red !important;
113
+ }
114
+
115
+ .syntaxhighlighter .keyword {
116
+ font-weight: bold !important;
117
+ }
118
+ .syntaxhighlighter .xml .keyword {
119
+ color: #3f7f7f !important;
120
+ font-weight: normal !important;
121
+ }
122
+ .syntaxhighlighter .xml .color1, .syntaxhighlighter .xml .color1 a {
123
+ color: #7f007f !important;
124
+ }
125
+ .syntaxhighlighter .xml .string {
126
+ font-style: italic !important;
127
+ color: #2a00ff !important;
128
+ }
syntaxhighlighter3/styles/shThemeEmacs.css CHANGED
@@ -1,113 +1,113 @@
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
- .syntaxhighlighter {
18
- background-color: black !important;
19
- }
20
- .syntaxhighlighter .line.alt1 {
21
- background-color: black !important;
22
- }
23
- .syntaxhighlighter .line.alt2 {
24
- background-color: black !important;
25
- }
26
- .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
27
- background-color: #2a3133 !important;
28
- }
29
- .syntaxhighlighter .line.highlighted.number {
30
- color: white !important;
31
- }
32
- .syntaxhighlighter table caption {
33
- color: #d3d3d3 !important;
34
- }
35
- .syntaxhighlighter .gutter {
36
- color: #d3d3d3 !important;
37
- }
38
- .syntaxhighlighter .gutter .line {
39
- border-right: 3px solid #990000 !important;
40
- }
41
- .syntaxhighlighter .gutter .line.highlighted {
42
- background-color: #990000 !important;
43
- color: black !important;
44
- }
45
- .syntaxhighlighter.printing .line .content {
46
- border: none !important;
47
- }
48
- .syntaxhighlighter.collapsed {
49
- overflow: visible !important;
50
- }
51
- .syntaxhighlighter.collapsed .toolbar {
52
- color: #ebdb8d !important;
53
- background: black !important;
54
- border: 1px solid #990000 !important;
55
- }
56
- .syntaxhighlighter.collapsed .toolbar a {
57
- color: #ebdb8d !important;
58
- }
59
- .syntaxhighlighter.collapsed .toolbar a:hover {
60
- color: #ff7d27 !important;
61
- }
62
- .syntaxhighlighter .toolbar {
63
- color: white !important;
64
- background: #990000 !important;
65
- border: none !important;
66
- }
67
- .syntaxhighlighter .toolbar a {
68
- color: white !important;
69
- }
70
- .syntaxhighlighter .toolbar a:hover {
71
- color: #9ccff4 !important;
72
- }
73
- .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
74
- color: #d3d3d3 !important;
75
- }
76
- .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
77
- color: #ff7d27 !important;
78
- }
79
- .syntaxhighlighter .string, .syntaxhighlighter .string a {
80
- color: #ff9e7b !important;
81
- }
82
- .syntaxhighlighter .keyword {
83
- color: aqua !important;
84
- }
85
- .syntaxhighlighter .preprocessor {
86
- color: #aec4de !important;
87
- }
88
- .syntaxhighlighter .variable {
89
- color: #ffaa3e !important;
90
- }
91
- .syntaxhighlighter .value {
92
- color: #009900 !important;
93
- }
94
- .syntaxhighlighter .functions {
95
- color: #81cef9 !important;
96
- }
97
- .syntaxhighlighter .constants {
98
- color: #ff9e7b !important;
99
- }
100
- .syntaxhighlighter .script {
101
- font-weight: bold !important;
102
- color: aqua !important;
103
- background-color: none !important;
104
- }
105
- .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
106
- color: #ebdb8d !important;
107
- }
108
- .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
109
- color: #ff7d27 !important;
110
- }
111
- .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
112
- color: #aec4de !important;
113
- }
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
+ .syntaxhighlighter {
18
+ background-color: black !important;
19
+ }
20
+ .syntaxhighlighter .line.alt1 {
21
+ background-color: black !important;
22
+ }
23
+ .syntaxhighlighter .line.alt2 {
24
+ background-color: black !important;
25
+ }
26
+ .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
27
+ background-color: #2a3133 !important;
28
+ }
29
+ .syntaxhighlighter .line.highlighted.number {
30
+ color: white !important;
31
+ }
32
+ .syntaxhighlighter table caption {
33
+ color: #d3d3d3 !important;
34
+ }
35
+ .syntaxhighlighter .gutter {
36
+ color: #d3d3d3 !important;
37
+ }
38
+ .syntaxhighlighter .gutter .line {
39
+ border-right: 3px solid #990000 !important;
40
+ }
41
+ .syntaxhighlighter .gutter .line.highlighted {
42
+ background-color: #990000 !important;
43
+ color: black !important;
44
+ }
45
+ .syntaxhighlighter.printing .line .content {
46
+ border: none !important;
47
+ }
48
+ .syntaxhighlighter.collapsed {
49
+ overflow: visible !important;
50
+ }
51
+ .syntaxhighlighter.collapsed .toolbar {
52
+ color: #ebdb8d !important;
53
+ background: black !important;
54
+ border: 1px solid #990000 !important;
55
+ }
56
+ .syntaxhighlighter.collapsed .toolbar a {
57
+ color: #ebdb8d !important;
58
+ }
59
+ .syntaxhighlighter.collapsed .toolbar a:hover {
60
+ color: #ff7d27 !important;
61
+ }
62
+ .syntaxhighlighter .toolbar {
63
+ color: white !important;
64
+ background: #990000 !important;
65
+ border: none !important;
66
+ }
67
+ .syntaxhighlighter .toolbar a {
68
+ color: white !important;
69
+ }
70
+ .syntaxhighlighter .toolbar a:hover {
71
+ color: #9ccff4 !important;
72
+ }
73
+ .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
74
+ color: #d3d3d3 !important;
75
+ }
76
+ .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
77
+ color: #ff7d27 !important;
78
+ }
79
+ .syntaxhighlighter .string, .syntaxhighlighter .string a {
80
+ color: #ff9e7b !important;
81
+ }
82
+ .syntaxhighlighter .keyword {
83
+ color: aqua !important;
84
+ }
85
+ .syntaxhighlighter .preprocessor {
86
+ color: #aec4de !important;
87
+ }
88
+ .syntaxhighlighter .variable {
89
+ color: #ffaa3e !important;
90
+ }
91
+ .syntaxhighlighter .value {
92
+ color: #009900 !important;
93
+ }
94
+ .syntaxhighlighter .functions {
95
+ color: #81cef9 !important;
96
+ }
97
+ .syntaxhighlighter .constants {
98
+ color: #ff9e7b !important;
99
+ }
100
+ .syntaxhighlighter .script {
101
+ font-weight: bold !important;
102
+ color: aqua !important;
103
+ background-color: none !important;
104
+ }
105
+ .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
106
+ color: #ebdb8d !important;
107
+ }
108
+ .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
109
+ color: #ff7d27 !important;
110
+ }
111
+ .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
112
+ color: #aec4de !important;
113
+ }
syntaxhighlighter3/styles/shThemeFadeToGrey.css CHANGED
@@ -1,117 +1,117 @@
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
- .syntaxhighlighter {
18
- background-color: #121212 !important;
19
- }
20
- .syntaxhighlighter .line.alt1 {
21
- background-color: #121212 !important;
22
- }
23
- .syntaxhighlighter .line.alt2 {
24
- background-color: #121212 !important;
25
- }
26
- .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
27
- background-color: #2c2c29 !important;
28
- }
29
- .syntaxhighlighter .line.highlighted.number {
30
- color: white !important;
31
- }
32
- .syntaxhighlighter table caption {
33
- color: white !important;
34
- }
35
- .syntaxhighlighter .gutter {
36
- color: #afafaf !important;
37
- }
38
- .syntaxhighlighter .gutter .line {
39
- border-right: 3px solid #3185b9 !important;
40
- }
41
- .syntaxhighlighter .gutter .line.highlighted {
42
- background-color: #3185b9 !important;
43
- color: #121212 !important;
44
- }
45
- .syntaxhighlighter.printing .line .content {
46
- border: none !important;
47
- }
48
- .syntaxhighlighter.collapsed {
49
- overflow: visible !important;
50
- }
51
- .syntaxhighlighter.collapsed .toolbar {
52
- color: #3185b9 !important;
53
- background: black !important;
54
- border: 1px solid #3185b9 !important;
55
- }
56
- .syntaxhighlighter.collapsed .toolbar a {
57
- color: #3185b9 !important;
58
- }
59
- .syntaxhighlighter.collapsed .toolbar a:hover {
60
- color: #d01d33 !important;
61
- }
62
- .syntaxhighlighter .toolbar {
63
- color: white !important;
64
- background: #3185b9 !important;
65
- border: none !important;
66
- }
67
- .syntaxhighlighter .toolbar a {
68
- color: white !important;
69
- }
70
- .syntaxhighlighter .toolbar a:hover {
71
- color: #96daff !important;
72
- }
73
- .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
74
- color: white !important;
75
- }
76
- .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
77
- color: #696854 !important;
78
- }
79
- .syntaxhighlighter .string, .syntaxhighlighter .string a {
80
- color: #e3e658 !important;
81
- }
82
- .syntaxhighlighter .keyword {
83
- color: #d01d33 !important;
84
- }
85
- .syntaxhighlighter .preprocessor {
86
- color: #435a5f !important;
87
- }
88
- .syntaxhighlighter .variable {
89
- color: #898989 !important;
90
- }
91
- .syntaxhighlighter .value {
92
- color: #009900 !important;
93
- }
94
- .syntaxhighlighter .functions {
95
- color: #aaaaaa !important;
96
- }
97
- .syntaxhighlighter .constants {
98
- color: #96daff !important;
99
- }
100
- .syntaxhighlighter .script {
101
- font-weight: bold !important;
102
- color: #d01d33 !important;
103
- background-color: none !important;
104
- }
105
- .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
106
- color: #ffc074 !important;
107
- }
108
- .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
109
- color: #4a8cdb !important;
110
- }
111
- .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
112
- color: #96daff !important;
113
- }
114
-
115
- .syntaxhighlighter .functions {
116
- font-weight: bold !important;
117
- }
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
+ .syntaxhighlighter {
18
+ background-color: #121212 !important;
19
+ }
20
+ .syntaxhighlighter .line.alt1 {
21
+ background-color: #121212 !important;
22
+ }
23
+ .syntaxhighlighter .line.alt2 {
24
+ background-color: #121212 !important;
25
+ }
26
+ .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
27
+ background-color: #2c2c29 !important;
28
+ }
29
+ .syntaxhighlighter .line.highlighted.number {
30
+ color: white !important;
31
+ }
32
+ .syntaxhighlighter table caption {
33
+ color: white !important;
34
+ }
35
+ .syntaxhighlighter .gutter {
36
+ color: #afafaf !important;
37
+ }
38
+ .syntaxhighlighter .gutter .line {
39
+ border-right: 3px solid #3185b9 !important;
40
+ }
41
+ .syntaxhighlighter .gutter .line.highlighted {
42
+ background-color: #3185b9 !important;
43
+ color: #121212 !important;
44
+ }
45
+ .syntaxhighlighter.printing .line .content {
46
+ border: none !important;
47
+ }
48
+ .syntaxhighlighter.collapsed {
49
+ overflow: visible !important;
50
+ }
51
+ .syntaxhighlighter.collapsed .toolbar {
52
+ color: #3185b9 !important;
53
+ background: black !important;
54
+ border: 1px solid #3185b9 !important;
55
+ }
56
+ .syntaxhighlighter.collapsed .toolbar a {
57
+ color: #3185b9 !important;
58
+ }
59
+ .syntaxhighlighter.collapsed .toolbar a:hover {
60
+ color: #d01d33 !important;
61
+ }
62
+ .syntaxhighlighter .toolbar {
63
+ color: white !important;
64
+ background: #3185b9 !important;
65
+ border: none !important;
66
+ }
67
+ .syntaxhighlighter .toolbar a {
68
+ color: white !important;
69
+ }
70
+ .syntaxhighlighter .toolbar a:hover {
71
+ color: #96daff !important;
72
+ }
73
+ .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
74
+ color: white !important;
75
+ }
76
+ .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
77
+ color: #696854 !important;
78
+ }
79
+ .syntaxhighlighter .string, .syntaxhighlighter .string a {
80
+ color: #e3e658 !important;
81
+ }
82
+ .syntaxhighlighter .keyword {
83
+ color: #d01d33 !important;
84
+ }
85
+ .syntaxhighlighter .preprocessor {
86
+ color: #435a5f !important;
87
+ }
88
+ .syntaxhighlighter .variable {
89
+ color: #898989 !important;
90
+ }
91
+ .syntaxhighlighter .value {
92
+ color: #009900 !important;
93
+ }
94
+ .syntaxhighlighter .functions {
95
+ color: #aaaaaa !important;
96
+ }
97
+ .syntaxhighlighter .constants {
98
+ color: #96daff !important;
99
+ }
100
+ .syntaxhighlighter .script {
101
+ font-weight: bold !important;
102
+ color: #d01d33 !important;
103
+ background-color: none !important;
104
+ }
105
+ .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
106
+ color: #ffc074 !important;
107
+ }
108
+ .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
109
+ color: #4a8cdb !important;
110
+ }
111
+ .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
112
+ color: #96daff !important;
113
+ }
114
+
115
+ .syntaxhighlighter .functions {
116
+ font-weight: bold !important;
117
+ }
syntaxhighlighter3/styles/shThemeMDUltra.css CHANGED
@@ -1,113 +1,113 @@
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
- .syntaxhighlighter {
18
- background-color: #222222 !important;
19
- }
20
- .syntaxhighlighter .line.alt1 {
21
- background-color: #222222 !important;
22
- }
23
- .syntaxhighlighter .line.alt2 {
24
- background-color: #222222 !important;
25
- }
26
- .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
27
- background-color: #253e5a !important;
28
- }
29
- .syntaxhighlighter .line.highlighted.number {
30
- color: white !important;
31
- }
32
- .syntaxhighlighter table caption {
33
- color: lime !important;
34
- }
35
- .syntaxhighlighter .gutter {
36
- color: #38566f !important;
37
- }
38
- .syntaxhighlighter .gutter .line {
39
- border-right: 3px solid #435a5f !important;
40
- }
41
- .syntaxhighlighter .gutter .line.highlighted {
42
- background-color: #435a5f !important;
43
- color: #222222 !important;
44
- }
45
- .syntaxhighlighter.printing .line .content {
46
- border: none !important;
47
- }
48
- .syntaxhighlighter.collapsed {
49
- overflow: visible !important;
50
- }
51
- .syntaxhighlighter.collapsed .toolbar {
52
- color: #428bdd !important;
53
- background: black !important;
54
- border: 1px solid #435a5f !important;
55
- }
56
- .syntaxhighlighter.collapsed .toolbar a {
57
- color: #428bdd !important;
58
- }
59
- .syntaxhighlighter.collapsed .toolbar a:hover {
60
- color: lime !important;
61
- }
62
- .syntaxhighlighter .toolbar {
63
- color: #aaaaff !important;
64
- background: #435a5f !important;
65
- border: none !important;
66
- }
67
- .syntaxhighlighter .toolbar a {
68
- color: #aaaaff !important;
69
- }
70
- .syntaxhighlighter .toolbar a:hover {
71
- color: #9ccff4 !important;
72
- }
73
- .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
74
- color: lime !important;
75
- }
76
- .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
77
- color: #428bdd !important;
78
- }
79
- .syntaxhighlighter .string, .syntaxhighlighter .string a {
80
- color: lime !important;
81
- }
82
- .syntaxhighlighter .keyword {
83
- color: #aaaaff !important;
84
- }
85
- .syntaxhighlighter .preprocessor {
86
- color: #8aa6c1 !important;
87
- }
88
- .syntaxhighlighter .variable {
89
- color: aqua !important;
90
- }
91
- .syntaxhighlighter .value {
92
- color: #f7e741 !important;
93
- }
94
- .syntaxhighlighter .functions {
95
- color: #ff8000 !important;
96
- }
97
- .syntaxhighlighter .constants {
98
- color: yellow !important;
99
- }
100
- .syntaxhighlighter .script {
101
- font-weight: bold !important;
102
- color: #aaaaff !important;
103
- background-color: none !important;
104
- }
105
- .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
106
- color: red !important;
107
- }
108
- .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
109
- color: yellow !important;
110
- }
111
- .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
112
- color: #ffaa3e !important;
113
- }
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
+ .syntaxhighlighter {
18
+ background-color: #222222 !important;
19
+ }
20
+ .syntaxhighlighter .line.alt1 {
21
+ background-color: #222222 !important;
22
+ }
23
+ .syntaxhighlighter .line.alt2 {
24
+ background-color: #222222 !important;
25
+ }
26
+ .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
27
+ background-color: #253e5a !important;
28
+ }
29
+ .syntaxhighlighter .line.highlighted.number {
30
+ color: white !important;
31
+ }
32
+ .syntaxhighlighter table caption {
33
+ color: lime !important;
34
+ }
35
+ .syntaxhighlighter .gutter {
36
+ color: #38566f !important;
37
+ }
38
+ .syntaxhighlighter .gutter .line {
39
+ border-right: 3px solid #435a5f !important;
40
+ }
41
+ .syntaxhighlighter .gutter .line.highlighted {
42
+ background-color: #435a5f !important;
43
+ color: #222222 !important;
44
+ }
45
+ .syntaxhighlighter.printing .line .content {
46
+ border: none !important;
47
+ }
48
+ .syntaxhighlighter.collapsed {
49
+ overflow: visible !important;
50
+ }
51
+ .syntaxhighlighter.collapsed .toolbar {
52
+ color: #428bdd !important;
53
+ background: black !important;
54
+ border: 1px solid #435a5f !important;
55
+ }
56
+ .syntaxhighlighter.collapsed .toolbar a {
57
+ color: #428bdd !important;
58
+ }
59
+ .syntaxhighlighter.collapsed .toolbar a:hover {
60
+ color: lime !important;
61
+ }
62
+ .syntaxhighlighter .toolbar {
63
+ color: #aaaaff !important;
64
+ background: #435a5f !important;
65
+ border: none !important;
66
+ }
67
+ .syntaxhighlighter .toolbar a {
68
+ color: #aaaaff !important;
69
+ }
70
+ .syntaxhighlighter .toolbar a:hover {
71
+ color: #9ccff4 !important;
72
+ }
73
+ .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
74
+ color: lime !important;
75
+ }
76
+ .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
77
+ color: #428bdd !important;
78
+ }
79
+ .syntaxhighlighter .string, .syntaxhighlighter .string a {
80
+ color: lime !important;
81
+ }
82
+ .syntaxhighlighter .keyword {
83
+ color: #aaaaff !important;
84
+ }
85
+ .syntaxhighlighter .preprocessor {
86
+ color: #8aa6c1 !important;
87
+ }
88
+ .syntaxhighlighter .variable {
89
+ color: aqua !important;
90
+ }
91
+ .syntaxhighlighter .value {
92
+ color: #f7e741 !important;
93
+ }
94
+ .syntaxhighlighter .functions {
95
+ color: #ff8000 !important;
96
+ }
97
+ .syntaxhighlighter .constants {
98
+ color: yellow !important;
99
+ }
100
+ .syntaxhighlighter .script {
101
+ font-weight: bold !important;
102
+ color: #aaaaff !important;
103
+ background-color: none !important;
104
+ }
105
+ .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
106
+ color: red !important;
107
+ }
108
+ .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
109
+ color: yellow !important;
110
+ }
111
+ .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
112
+ color: #ffaa3e !important;
113
+ }
syntaxhighlighter3/styles/shThemeMidnight.css CHANGED
@@ -1,113 +1,113 @@
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
- .syntaxhighlighter {
18
- background-color: #0f192a !important;
19
- }
20
- .syntaxhighlighter .line.alt1 {
21
- background-color: #0f192a !important;
22
- }
23
- .syntaxhighlighter .line.alt2 {
24
- background-color: #0f192a !important;
25
- }
26
- .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
27
- background-color: #253e5a !important;
28
- }
29
- .syntaxhighlighter .line.highlighted.number {
30
- color: #38566f !important;
31
- }
32
- .syntaxhighlighter table caption {
33
- color: #d1edff !important;
34
- }
35
- .syntaxhighlighter .gutter {
36
- color: #afafaf !important;
37
- }
38
- .syntaxhighlighter .gutter .line {
39
- border-right: 3px solid #435a5f !important;
40
- }
41
- .syntaxhighlighter .gutter .line.highlighted {
42
- background-color: #435a5f !important;
43
- color: #0f192a !important;
44
- }
45
- .syntaxhighlighter.printing .line .content {
46
- border: none !important;
47
- }
48
- .syntaxhighlighter.collapsed {
49
- overflow: visible !important;
50
- }
51
- .syntaxhighlighter.collapsed .toolbar {
52
- color: #428bdd !important;
53
- background: black !important;
54
- border: 1px solid #435a5f !important;
55
- }
56
- .syntaxhighlighter.collapsed .toolbar a {
57
- color: #428bdd !important;
58
- }
59
- .syntaxhighlighter.collapsed .toolbar a:hover {
60
- color: #1dc116 !important;
61
- }
62
- .syntaxhighlighter .toolbar {
63
- color: #d1edff !important;
64
- background: #435a5f !important;
65
- border: none !important;
66
- }
67
- .syntaxhighlighter .toolbar a {
68
- color: #d1edff !important;
69
- }
70
- .syntaxhighlighter .toolbar a:hover {
71
- color: #8aa6c1 !important;
72
- }
73
- .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
74
- color: #d1edff !important;
75
- }
76
- .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
77
- color: #428bdd !important;
78
- }
79
- .syntaxhighlighter .string, .syntaxhighlighter .string a {
80
- color: #1dc116 !important;
81
- }
82
- .syntaxhighlighter .keyword {
83
- color: #b43d3d !important;
84
- }
85
- .syntaxhighlighter .preprocessor {
86
- color: #8aa6c1 !important;
87
- }
88
- .syntaxhighlighter .variable {
89
- color: #ffaa3e !important;
90
- }
91
- .syntaxhighlighter .value {
92
- color: #f7e741 !important;
93
- }
94
- .syntaxhighlighter .functions {
95
- color: #ffaa3e !important;
96
- }
97
- .syntaxhighlighter .constants {
98
- color: #e0e8ff !important;
99
- }
100
- .syntaxhighlighter .script {
101
- font-weight: bold !important;
102
- color: #b43d3d !important;
103
- background-color: none !important;
104
- }
105
- .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
106
- color: #f8bb00 !important;
107
- }
108
- .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
109
- color: white !important;
110
- }
111
- .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
112
- color: #ffaa3e !important;
113
- }
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
+ .syntaxhighlighter {
18
+ background-color: #0f192a !important;
19
+ }
20
+ .syntaxhighlighter .line.alt1 {
21
+ background-color: #0f192a !important;
22
+ }
23
+ .syntaxhighlighter .line.alt2 {
24
+ background-color: #0f192a !important;
25
+ }
26
+ .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
27
+ background-color: #253e5a !important;
28
+ }
29
+ .syntaxhighlighter .line.highlighted.number {
30
+ color: #38566f !important;
31
+ }
32
+ .syntaxhighlighter table caption {
33
+ color: #d1edff !important;
34
+ }
35
+ .syntaxhighlighter .gutter {
36
+ color: #afafaf !important;
37
+ }
38
+ .syntaxhighlighter .gutter .line {
39
+ border-right: 3px solid #435a5f !important;
40
+ }
41
+ .syntaxhighlighter .gutter .line.highlighted {
42
+ background-color: #435a5f !important;
43
+ color: #0f192a !important;
44
+ }
45
+ .syntaxhighlighter.printing .line .content {
46
+ border: none !important;
47
+ }
48
+ .syntaxhighlighter.collapsed {
49
+ overflow: visible !important;
50
+ }
51
+ .syntaxhighlighter.collapsed .toolbar {
52
+ color: #428bdd !important;
53
+ background: black !important;
54
+ border: 1px solid #435a5f !important;
55
+ }
56
+ .syntaxhighlighter.collapsed .toolbar a {
57
+ color: #428bdd !important;
58
+ }
59
+ .syntaxhighlighter.collapsed .toolbar a:hover {
60
+ color: #1dc116 !important;
61
+ }
62
+ .syntaxhighlighter .toolbar {
63
+ color: #d1edff !important;
64
+ background: #435a5f !important;
65
+ border: none !important;
66
+ }
67
+ .syntaxhighlighter .toolbar a {
68
+ color: #d1edff !important;
69
+ }
70
+ .syntaxhighlighter .toolbar a:hover {
71
+ color: #8aa6c1 !important;
72
+ }
73
+ .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
74
+ color: #d1edff !important;
75
+ }
76
+ .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
77
+ color: #428bdd !important;
78
+ }
79
+ .syntaxhighlighter .string, .syntaxhighlighter .string a {
80
+ color: #1dc116 !important;
81
+ }
82
+ .syntaxhighlighter .keyword {
83
+ color: #b43d3d !important;
84
+ }
85
+ .syntaxhighlighter .preprocessor {
86
+ color: #8aa6c1 !important;
87
+ }
88
+ .syntaxhighlighter .variable {
89
+ color: #ffaa3e !important;
90
+ }
91
+ .syntaxhighlighter .value {
92
+ color: #f7e741 !important;
93
+ }
94
+ .syntaxhighlighter .functions {
95
+ color: #ffaa3e !important;
96
+ }
97
+ .syntaxhighlighter .constants {
98
+ color: #e0e8ff !important;
99
+ }
100
+ .syntaxhighlighter .script {
101
+ font-weight: bold !important;
102
+ color: #b43d3d !important;
103
+ background-color: none !important;
104
+ }
105
+ .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
106
+ color: #f8bb00 !important;
107
+ }
108
+ .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
109
+ color: white !important;
110
+ }
111
+ .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
112
+ color: #ffaa3e !important;
113
+ }
syntaxhighlighter3/styles/shThemeRDark.css CHANGED
@@ -1,113 +1,113 @@
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
- .syntaxhighlighter {
18
- background-color: #1b2426 !important;
19
- }
20
- .syntaxhighlighter .line.alt1 {
21
- background-color: #1b2426 !important;
22
- }
23
- .syntaxhighlighter .line.alt2 {
24
- background-color: #1b2426 !important;
25
- }
26
- .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
27
- background-color: #323e41 !important;
28
- }
29
- .syntaxhighlighter .line.highlighted.number {
30
- color: #b9bdb6 !important;
31
- }
32
- .syntaxhighlighter table caption {
33
- color: #b9bdb6 !important;
34
- }
35
- .syntaxhighlighter .gutter {
36
- color: #afafaf !important;
37
- }
38
- .syntaxhighlighter .gutter .line {
39
- border-right: 3px solid #435a5f !important;
40
- }
41
- .syntaxhighlighter .gutter .line.highlighted {
42
- background-color: #435a5f !important;
43
- color: #1b2426 !important;
44
- }
45
- .syntaxhighlighter.printing .line .content {
46
- border: none !important;
47
- }
48
- .syntaxhighlighter.collapsed {
49
- overflow: visible !important;
50
- }
51
- .syntaxhighlighter.collapsed .toolbar {
52
- color: #5ba1cf !important;
53
- background: black !important;
54
- border: 1px solid #435a5f !important;
55
- }
56
- .syntaxhighlighter.collapsed .toolbar a {
57
- color: #5ba1cf !important;
58
- }
59
- .syntaxhighlighter.collapsed .toolbar a:hover {
60
- color: #5ce638 !important;
61
- }
62
- .syntaxhighlighter .toolbar {
63
- color: white !important;
64
- background: #435a5f !important;
65
- border: none !important;
66
- }
67
- .syntaxhighlighter .toolbar a {
68
- color: white !important;
69
- }
70
- .syntaxhighlighter .toolbar a:hover {
71
- color: #e0e8ff !important;
72
- }
73
- .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
74
- color: #b9bdb6 !important;
75
- }
76
- .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
77
- color: #878a85 !important;
78
- }
79
- .syntaxhighlighter .string, .syntaxhighlighter .string a {
80
- color: #5ce638 !important;
81
- }
82
- .syntaxhighlighter .keyword {
83
- color: #5ba1cf !important;
84
- }
85
- .syntaxhighlighter .preprocessor {
86
- color: #435a5f !important;
87
- }
88
- .syntaxhighlighter .variable {
89
- color: #ffaa3e !important;
90
- }
91
- .syntaxhighlighter .value {
92
- color: #009900 !important;
93
- }
94
- .syntaxhighlighter .functions {
95
- color: #ffaa3e !important;
96
- }
97
- .syntaxhighlighter .constants {
98
- color: #e0e8ff !important;
99
- }
100
- .syntaxhighlighter .script {
101
- font-weight: bold !important;
102
- color: #5ba1cf !important;
103
- background-color: none !important;
104
- }
105
- .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
106
- color: #e0e8ff !important;
107
- }
108
- .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
109
- color: white !important;
110
- }
111
- .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
112
- color: #ffaa3e !important;
113
- }
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
+ .syntaxhighlighter {
18
+ background-color: #1b2426 !important;
19
+ }
20
+ .syntaxhighlighter .line.alt1 {
21
+ background-color: #1b2426 !important;
22
+ }
23
+ .syntaxhighlighter .line.alt2 {
24
+ background-color: #1b2426 !important;
25
+ }
26
+ .syntaxhighlighter .line.highlighted.alt1, .syntaxhighlighter .line.highlighted.alt2 {
27
+ background-color: #323e41 !important;
28
+ }
29
+ .syntaxhighlighter .line.highlighted.number {
30
+ color: #b9bdb6 !important;
31
+ }
32
+ .syntaxhighlighter table caption {
33
+ color: #b9bdb6 !important;
34
+ }
35
+ .syntaxhighlighter .gutter {
36
+ color: #afafaf !important;
37
+ }
38
+ .syntaxhighlighter .gutter .line {
39
+ border-right: 3px solid #435a5f !important;
40
+ }
41
+ .syntaxhighlighter .gutter .line.highlighted {
42
+ background-color: #435a5f !important;
43
+ color: #1b2426 !important;
44
+ }
45
+ .syntaxhighlighter.printing .line .content {
46
+ border: none !important;
47
+ }
48
+ .syntaxhighlighter.collapsed {
49
+ overflow: visible !important;
50
+ }
51
+ .syntaxhighlighter.collapsed .toolbar {
52
+ color: #5ba1cf !important;
53
+ background: black !important;
54
+ border: 1px solid #435a5f !important;
55
+ }
56
+ .syntaxhighlighter.collapsed .toolbar a {
57
+ color: #5ba1cf !important;
58
+ }
59
+ .syntaxhighlighter.collapsed .toolbar a:hover {
60
+ color: #5ce638 !important;
61
+ }
62
+ .syntaxhighlighter .toolbar {
63
+ color: white !important;
64
+ background: #435a5f !important;
65
+ border: none !important;
66
+ }
67
+ .syntaxhighlighter .toolbar a {
68
+ color: white !important;
69
+ }
70
+ .syntaxhighlighter .toolbar a:hover {
71
+ color: #e0e8ff !important;
72
+ }
73
+ .syntaxhighlighter .plain, .syntaxhighlighter .plain a {
74
+ color: #b9bdb6 !important;
75
+ }
76
+ .syntaxhighlighter .comments, .syntaxhighlighter .comments a {
77
+ color: #878a85 !important;
78
+ }
79
+ .syntaxhighlighter .string, .syntaxhighlighter .string a {
80
+ color: #5ce638 !important;
81
+ }
82
+ .syntaxhighlighter .keyword {
83
+ color: #5ba1cf !important;
84
+ }
85
+ .syntaxhighlighter .preprocessor {
86
+ color: #435a5f !important;
87
+ }
88
+ .syntaxhighlighter .variable {
89
+ color: #ffaa3e !important;
90
+ }
91
+ .syntaxhighlighter .value {
92
+ color: #009900 !important;
93
+ }
94
+ .syntaxhighlighter .functions {
95
+ color: #ffaa3e !important;
96
+ }
97
+ .syntaxhighlighter .constants {
98
+ color: #e0e8ff !important;
99
+ }
100
+ .syntaxhighlighter .script {
101
+ font-weight: bold !important;
102
+ color: #5ba1cf !important;
103
+ background-color: none !important;
104
+ }
105
+ .syntaxhighlighter .color1, .syntaxhighlighter .color1 a {
106
+ color: #e0e8ff !important;
107
+ }
108
+ .syntaxhighlighter .color2, .syntaxhighlighter .color2 a {
109
+ color: white !important;
110
+ }
111
+ .syntaxhighlighter .color3, .syntaxhighlighter .color3 a {
112
+ color: #ffaa3e !important;
113
+ }
syntaxhighlighter_mce-4.js ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * SyntaxHighlighter shortcode plugin
3
+ * by Andrew Ozz of Automattic
4
+ */
5
+ tinymce.PluginManager.add( 'syntaxhighlighter', function( editor ) {
6
+ editor.on( 'BeforeSetContent', function( event ) {
7
+ var shortcodes = window.syntaxHLcodes || 'sourcecode';
8
+
9
+ event.content = event.content.replace( new RegExp( '(?:<p>\\s*)?(?:<pre>\\s*)?(\\[(' + shortcodes + ')[^\\]]*\\][\\s\\S]*?\\[\\/\\2\\])(?:\\s*<\\/pre>)?(?:\\s*<\\/p>)?', 'gi'),
10
+ function( match, shortcode ) {
11
+ return '<pre>' + shortcode.replace( /<br ?\/?>[\r\n]*/g, '<br />' ).replace( /<\/?p( [^>]*)?>[\r\n]*/g, '<br />' ) + '</pre>';
12
+ }
13
+ );
14
+ });
15
+ });
syntaxhighlighter_mce.js CHANGED
@@ -1,109 +1,109 @@
1
- /*
2
- * SyntaxHighlighter shortcode plugin
3
- * by Andrew Ozz of Automattic
4
- */
5
-
6
- // Avoid JS errors
7
- if ( typeof syntaxHLcodes == 'undefined' ) {
8
- var syntaxHLcodes = 'sourcecode';
9
- }
10
-
11
- (function() {
12
- tinymce.create('tinymce.plugins.SyntaxHighlighterPlugin', {
13
-
14
- init : function(ed, url) {
15
- var t = this;
16
-
17
- ed.onBeforeSetContent.add(function(ed, o) {
18
- o.content = t._htmlToVisual(o.content);
19
- });
20
-
21
- ed.onPostProcess.add(function(ed, o) {
22
- if ( o.save ) {
23
- o.content = t._visualToHtml(o.content);
24
- }
25
- });
26
- },
27
-
28
- getInfo : function() {
29
- return {
30
- longname : 'SyntaxHighlighter Assister',
31
- author : 'Automattic',
32
- authorurl : 'http://wordpress.com/',
33
- infourl : 'http://wordpress.org/extend/plugins/syntaxhighlighter/',
34
- version : tinymce.majorVersion + "." + tinymce.minorVersion
35
- };
36
- },
37
-
38
- // Private methods
39
- _visualToHtml : function(content) {
40
- content = tinymce.trim(content);
41
- // 2 <br> get converted to \n\n and are needed to preserve the next <p>
42
- content = content.replace(new RegExp('(<pre>\\s*)?(\\[(' + syntaxHLcodes + ')[^\\]]*\\][\\s\\S]*?\\[\\/\\3\\])(\\s*<\\/pre>)?', 'gi'),
43
- function(a) {
44
- a = a.replace( /<br \/>([\t ])/g, '<br \/><%%KEEPWHITESPACE%%>$1' );
45
- return a + '<br /><br />';
46
- });
47
- content = content.replace(/<\/pre>(<br \/><br \/>)?<pre>/gi, '\n');
48
- return content;
49
- },
50
-
51
- _htmlToVisual : function(content) {
52
- content = tinymce.trim(content);
53
-
54
- content = content.replace(new RegExp('(<p>\\s*)?(<pre>\\s*)?(\\[(' + syntaxHLcodes + ')[^\\]]*\\][\\s\\S]*?\\[\\/\\4\\])(\\s*<\\/pre>)?(\\s*<\\/p>)?', 'gi'), '<pre>$3</pre>');
55
- content = content.replace(/<\/pre><pre>/gi, '\n');
56
-
57
- // Remove anonymous, empty paragraphs.
58
- content = content.replace(/<p>(\s|&nbsp;)*<\/p>/mg, '');
59
-
60
- // Look for <p> <br> in the [tag]s, replace with <br />
61
- content = content.replace(new RegExp('\\[(' + syntaxHLcodes + ')[^\\]]*\\][\\s\\S]+?\\[\\/\\1\\]', 'gi'),
62
- function(a) {
63
- return a.replace(/<br ?\/?>[\r\n]*/g, '<br />').replace(/<\/?p( [^>]*)?>[\r\n]*/g, '<br />');
64
- });
65
-
66
- return content;
67
- }
68
- });
69
-
70
- // Register plugin
71
- tinymce.PluginManager.add('syntaxhighlighter', tinymce.plugins.SyntaxHighlighterPlugin);
72
- })();
73
-
74
- var syntaxHLlast = 0;
75
- function pre_wpautop2(content) {
76
- var d = new Date(), time = d.getTime();
77
-
78
- if ( time - syntaxHLlast < 500 )
79
- return content;
80
-
81
- syntaxHLlast = time;
82
-
83
- content = content.replace(new RegExp('<pre>\\s*\\[(' + syntaxHLcodes + ')', 'gi'), '[$1');
84
- content = content.replace(new RegExp('\\[\\/(' + syntaxHLcodes + ')\\]\\s*<\\/pre>', 'gi'), '[/$1]');
85
-
86
- content = this._pre_wpautop(content);
87
-
88
- content = content.replace(new RegExp('\\[(' + syntaxHLcodes + ')[^\\]]*\\][\\s\\S]+?\\[\\/\\1\\]', 'gi'),
89
- function(a) {
90
- return a.replace(/&lt;/g, '<').replace(/&gt;/g, '>').replace(/&amp;/g, '&').replace(/<%%KEEPWHITESPACE%%>/g, '');
91
- });
92
-
93
- return content;
94
- }
95
-
96
- function wpautop2(content) {
97
- // js htmlspecialchars
98
- content = content.replace(new RegExp('\\[(' + syntaxHLcodes + ')[^\\]]*\\][\\s\\S]+?\\[\\/\\1\\]', 'gi'),
99
- function(a) {
100
- return a.replace(/&/g, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;');
101
- });
102
-
103
- return this._wpautop(content);
104
- }
105
-
106
- switchEditors._pre_wpautop = switchEditors.pre_wpautop;
107
- switchEditors._wpautop = switchEditors.wpautop;
108
- switchEditors.pre_wpautop = pre_wpautop2;
109
  switchEditors.wpautop = wpautop2;
1
+ /*
2
+ * SyntaxHighlighter shortcode plugin
3
+ * by Andrew Ozz of Automattic
4
+ */
5
+
6
+ // Avoid JS errors
7
+ if ( typeof syntaxHLcodes == 'undefined' ) {
8
+ var syntaxHLcodes = 'sourcecode';
9
+ }
10
+
11
+ (function() {
12
+ tinymce.create('tinymce.plugins.SyntaxHighlighterPlugin', {
13
+
14
+ init : function(ed, url) {
15
+ var t = this;
16
+
17
+ ed.onBeforeSetContent.add(function(ed, o) {
18
+ o.content = t._htmlToVisual(o.content);
19
+ });
20
+
21
+ ed.onPostProcess.add(function(ed, o) {
22
+ if ( o.save ) {
23
+ o.content = t._visualToHtml(o.content);
24
+ }
25
+ });
26
+ },
27
+
28
+ getInfo : function() {
29
+ return {
30
+ longname : 'SyntaxHighlighter Assister',
31
+ author : 'Automattic',
32
+ authorurl : 'http://wordpress.com/',
33
+ infourl : 'http://wordpress.org/extend/plugins/syntaxhighlighter/',
34
+ version : tinymce.majorVersion + "." + tinymce.minorVersion
35
+ };
36
+ },
37
+
38
+ // Private methods
39
+ _visualToHtml : function(content) {
40
+ content = tinymce.trim(content);
41
+ // 2 <br> get converted to \n\n and are needed to preserve the next <p>
42
+ content = content.replace(new RegExp('(<pre>\\s*)?(\\[(' + syntaxHLcodes + ')[^\\]]*\\][\\s\\S]*?\\[\\/\\3\\])(\\s*<\\/pre>)?', 'gi'),
43
+ function(a) {
44
+ a = a.replace( /<br \/>([\t ])/g, '<br \/><%%KEEPWHITESPACE%%>$1' );
45
+ return a + '<br /><br />';
46
+ });
47
+ content = content.replace(/<\/pre>(<br \/><br \/>)?<pre>/gi, '\n');
48
+ return content;
49
+ },
50
+
51
+ _htmlToVisual : function(content) {
52
+ content = tinymce.trim(content);
53
+
54
+ content = content.replace(new RegExp('(<p>\\s*)?(<pre>\\s*)?(\\[(' + syntaxHLcodes + ')[^\\]]*\\][\\s\\S]*?\\[\\/\\4\\])(\\s*<\\/pre>)?(\\s*<\\/p>)?', 'gi'), '<pre>$3</pre>');
55
+ content = content.replace(/<\/pre><pre>/gi, '\n');
56
+
57
+ // Remove anonymous, empty paragraphs.
58
+ content = content.replace(/<p>(\s|&nbsp;)*<\/p>/mg, '');
59
+
60
+ // Look for <p> <br> in the [tag]s, replace with <br />
61
+ content = content.replace(new RegExp('\\[(' + syntaxHLcodes + ')[^\\]]*\\][\\s\\S]+?\\[\\/\\1\\]', 'gi'),
62
+ function(a) {
63
+ return a.replace(/<br ?\/?>[\r\n]*/g, '<br />').replace(/<\/?p( [^>]*)?>[\r\n]*/g, '<br />');
64
+ });
65
+
66
+ return content;
67
+ }
68
+ });
69
+
70
+ // Register plugin
71
+ tinymce.PluginManager.add('syntaxhighlighter', tinymce.plugins.SyntaxHighlighterPlugin);
72
+ })();
73
+
74
+ var syntaxHLlast = 0;
75
+ function pre_wpautop2(content) {
76
+ var d = new Date(), time = d.getTime();
77
+
78
+ if ( time - syntaxHLlast < 500 )
79
+ return content;
80
+
81
+ syntaxHLlast = time;
82
+
83
+ content = content.replace(new RegExp('<pre>\\s*\\[(' + syntaxHLcodes + ')', 'gi'), '[$1');
84
+ content = content.replace(new RegExp('\\[\\/(' + syntaxHLcodes + ')\\]\\s*<\\/pre>', 'gi'), '[/$1]');
85
+
86
+ content = this._pre_wpautop(content);
87
+
88
+ content = content.replace(new RegExp('\\[(' + syntaxHLcodes + ')[^\\]]*\\][\\s\\S]+?\\[\\/\\1\\]', 'gi'),
89
+ function(a) {
90
+ return a.replace(/&lt;/g, '<').replace(/&gt;/g, '>').replace(/&amp;/g, '&').replace(/<%%KEEPWHITESPACE%%>/g, '');
91
+ });
92
+
93
+ return content;
94
+ }
95
+
96
+ function wpautop2(content) {
97
+ // js htmlspecialchars
98
+ content = content.replace(new RegExp('\\[(' + syntaxHLcodes + ')[^\\]]*\\][\\s\\S]+?\\[\\/\\1\\]', 'gi'),
99
+ function(a) {
100
+ return a.replace(/&/g, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;');
101
+ });
102
+
103
+ return this._wpautop(content);
104
+ }
105
+
106
+ switchEditors._pre_wpautop = switchEditors.pre_wpautop;
107
+ switchEditors._wpautop = switchEditors.wpautop;
108
+ switchEditors.pre_wpautop = pre_wpautop2;
109
  switchEditors.wpautop = wpautop2;
third-party-brushes/_readme.txt CHANGED
@@ -1,14 +1,14 @@
1
- Hi.
2
-
3
- If you're trying to add other brushes to this plugin, please don't store
4
- them in this folder as they'll be deleted when you upgrade this plugin.
5
-
6
- Instead check out this page on my blog:
7
-
8
- http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/adding-a-new-brush-language/
9
-
10
- It explains how to hook into my plugin to add additional brushes.
11
- If you follow those instructions, you can store your brush file anywhere
12
- you want.
13
-
14
  -Viper
1
+ Hi.
2
+
3
+ If you're trying to add other brushes to this plugin, please don't store
4
+ them in this folder as they'll be deleted when you upgrade this plugin.
5
+
6
+ Instead check out this page on my blog:
7
+
8
+ http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/adding-a-new-brush-language/
9
+
10
+ It explains how to hook into my plugin to add additional brushes.
11
+ If you follow those instructions, you can store your brush file anywhere
12
+ you want.
13
+
14
  -Viper
third-party-brushes/shBrushObjC.js CHANGED
@@ -1,49 +1,49 @@
1
- /**
2
- * Wordpress SyntaxHighlighter brush for Objective-C
3
- * By Matej Bukovinski, www.bukovinski.com
4
- *
5
- * Copyright (C) 2009 Matej Bukovinski
6
- *
7
- * Adapted from:
8
- * SyntaxHighlighter - Objective-C Brush, version 1.0.0
9
- * http://codepirate.seaandco.com/
10
- * Copyright (C) 2009 Geoffrey Byers.
11
- *
12
- * Licensed under a GNU Lesser General Public License.
13
- * http://creativecommons.org/licenses/LGPL/2.1/
14
- *
15
- */
16
-
17
- SyntaxHighlighter.brushes.ObjC = function() {
18
-
19
- var datatypes = 'char bool BOOL double float int long short id void';
20
-
21
- var keywords = 'IBAction IBOutlet SEL YES NO readwrite readonly nonatomic nil NULL ';
22
- keywords += 'super self copy ';
23
- keywords += 'break case catch class const copy __finally __exception __try ';
24
- keywords += 'const_cast continue private public protected __declspec ';
25
- keywords += 'default delete deprecated dllexport dllimport do dynamic_cast ';
26
- keywords += 'else enum explicit extern if for friend goto inline ';
27
- keywords += 'mutable naked namespace new noinline noreturn nothrow ';
28
- keywords += 'register reinterpret_cast return selectany ';
29
- keywords += 'sizeof static static_cast struct switch template this ';
30
- keywords += 'thread throw true false try typedef typeid typename union ';
31
- keywords += 'using uuid virtual volatile whcar_t while';
32
-
33
- this.regexList = [
34
- { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comment' }, // one line comments
35
- { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comment' }, // multiline comments
36
- { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings
37
- { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings
38
- { regex: new RegExp('^ *#.*', 'gm'), css: 'preprocessor' }, // preprocessor
39
- { regex: new RegExp(this.getKeywords(datatypes), 'gm'), css: 'datatypes' }, // datatypes
40
- { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // keyword
41
- { regex: new RegExp('\\bNS\\w+\\b', 'g'), css: 'keyword' }, // keyword
42
- { regex: new RegExp('@\\w+\\b', 'g'), css: 'keyword' }, // keyword
43
- { regex: new RegExp('@"(?:\\.|(\\\\\\")|[^\\""\\n])*"', 'g'), css: 'string' } // objc string
44
- ];
45
-
46
- }
47
-
48
- SyntaxHighlighter.brushes.ObjC.prototype = new SyntaxHighlighter.Highlighter();
49
- SyntaxHighlighter.brushes.ObjC.aliases = ['objc', 'obj-c'];
1
+ /**
2
+ * Wordpress SyntaxHighlighter brush for Objective-C
3
+ * By Matej Bukovinski, www.bukovinski.com
4
+ *
5
+ * Copyright (C) 2009 Matej Bukovinski
6
+ *
7
+ * Adapted from:
8
+ * SyntaxHighlighter - Objective-C Brush, version 1.0.0
9
+ * http://codepirate.seaandco.com/
10
+ * Copyright (C) 2009 Geoffrey Byers.
11
+ *
12
+ * Licensed under a GNU Lesser General Public License.
13
+ * http://creativecommons.org/licenses/LGPL/2.1/
14
+ *
15
+ */
16
+
17
+ SyntaxHighlighter.brushes.ObjC = function() {
18
+
19
+ var datatypes = 'char bool BOOL double float int long short id void';
20
+
21
+ var keywords = 'IBAction IBOutlet SEL YES NO readwrite readonly nonatomic nil NULL ';
22
+ keywords += 'super self copy ';
23
+ keywords += 'break case catch class const copy __finally __exception __try ';
24
+ keywords += 'const_cast continue private public protected __declspec ';
25
+ keywords += 'default delete deprecated dllexport dllimport do dynamic_cast ';
26
+ keywords += 'else enum explicit extern if for friend goto inline ';
27
+ keywords += 'mutable naked namespace new noinline noreturn nothrow ';
28
+ keywords += 'register reinterpret_cast return selectany ';
29
+ keywords += 'sizeof static static_cast struct switch template this ';
30
+ keywords += 'thread throw true false try typedef typeid typename union ';
31
+ keywords += 'using uuid virtual volatile whcar_t while';
32
+
33
+ this.regexList = [
34
+ { regex: SyntaxHighlighter.regexLib.singleLineCComments, css: 'comment' }, // one line comments
35
+ { regex: SyntaxHighlighter.regexLib.multiLineCComments, css: 'comment' }, // multiline comments
36
+ { regex: SyntaxHighlighter.regexLib.doubleQuotedString, css: 'string' }, // double quoted strings
37
+ { regex: SyntaxHighlighter.regexLib.singleQuotedString, css: 'string' }, // single quoted strings
38
+ { regex: new RegExp('^ *#.*', 'gm'), css: 'preprocessor' }, // preprocessor
39
+ { regex: new RegExp(this.getKeywords(datatypes), 'gm'), css: 'datatypes' }, // datatypes
40
+ { regex: new RegExp(this.getKeywords(keywords), 'gm'), css: 'keyword' }, // keyword
41
+ { regex: new RegExp('\\bNS\\w+\\b', 'g'), css: 'keyword' }, // keyword
42
+ { regex: new RegExp('@\\w+\\b', 'g'), css: 'keyword' }, // keyword
43
+ { regex: new RegExp('@"(?:\\.|(\\\\\\")|[^\\""\\n])*"', 'g'), css: 'string' } // objc string
44
+ ];
45
+
46
+ }
47
+
48
+ SyntaxHighlighter.brushes.ObjC.prototype = new SyntaxHighlighter.Highlighter();
49
+ SyntaxHighlighter.brushes.ObjC.aliases = ['objc', 'obj-c'];