dependabot-linguist 0.212.0 → 0.217.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.rubocop.yml +38 -2
- data/Gemfile.lock +100 -108
- data/Makefile +4 -2
- data/README.md +32 -4
- data/SECURITY.md +3 -2
- data/dependabot-linguist.gemspec +9 -7
- data/exe/dependabot-linguist +1 -1
- data/lib/dependabot/linguist/dependabot_file_validator.rb +43 -7
- data/lib/dependabot/linguist/dependabot_patch.rb +14 -2
- data/lib/dependabot/linguist/file_fetchers/bundler.rb +54 -0
- data/lib/dependabot/linguist/file_fetchers/git_submodules.rb +9 -7
- data/lib/dependabot/linguist/file_fetchers/go_modules.rb +2 -2
- data/lib/dependabot/linguist/language.rb +18 -14
- data/lib/dependabot/linguist/languages_to_ecosystems/contexts.rb +22 -21
- data/lib/dependabot/linguist/languages_to_ecosystems/languages.yaml +172 -21
- data/lib/dependabot/linguist/languages_to_ecosystems/manager_ecosystem_maps.rb +17 -17
- data/lib/dependabot/linguist/linguist_patch.rb +1 -1
- data/lib/dependabot/linguist/repository.rb +7 -2
- data/lib/dependabot/linguist/version.rb +1 -1
- metadata +17 -210
- data/lib/dependabot/linguist/file_fetchers/base.rb +0 -48
- data/smoke-test/README.md +0 -58
- data/smoke-test/bundler/Gemfile +0 -9
- data/smoke-test/bundler/Gemfile.lock +0 -47
- data/smoke-test/bundler/dependabot-all-updates-test-staging.gemspec +0 -10
- data/smoke-test/cargo/Cargo.lock +0 -90
- data/smoke-test/cargo/Cargo.toml +0 -8
- data/smoke-test/composer/composer.json +0 -5
- data/smoke-test/composer/composer.lock +0 -72
- data/smoke-test/composer/vendor/autoload.php +0 -7
- data/smoke-test/composer/vendor/composer/ClassLoader.php +0 -445
- data/smoke-test/composer/vendor/composer/LICENSE +0 -21
- data/smoke-test/composer/vendor/composer/autoload_classmap.php +0 -13
- data/smoke-test/composer/vendor/composer/autoload_namespaces.php +0 -9
- data/smoke-test/composer/vendor/composer/autoload_psr4.php +0 -9
- data/smoke-test/composer/vendor/composer/autoload_real.php +0 -55
- data/smoke-test/composer/vendor/composer/autoload_static.php +0 -23
- data/smoke-test/composer/vendor/composer/installed.json +0 -57
- data/smoke-test/composer/vendor/phpmailer/phpmailer/.gitignore +0 -3
- data/smoke-test/composer/vendor/phpmailer/phpmailer/LICENSE +0 -504
- data/smoke-test/composer/vendor/phpmailer/phpmailer/README.md +0 -112
- data/smoke-test/composer/vendor/phpmailer/phpmailer/changelog.md +0 -530
- data/smoke-test/composer/vendor/phpmailer/phpmailer/class.phpmailer.php +0 -2758
- data/smoke-test/composer/vendor/phpmailer/phpmailer/class.pop3.php +0 -417
- data/smoke-test/composer/vendor/phpmailer/phpmailer/class.smtp.php +0 -1075
- data/smoke-test/composer/vendor/phpmailer/phpmailer/composer.json +0 -32
- data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/Callback_function_notes.txt +0 -17
- data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/DomainKeys_notes.txt +0 -55
- data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/Note_for_SMTP_debugging.txt +0 -23
- data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/extending.html +0 -148
- data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/faq.html +0 -67
- data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/generatedocs.sh +0 -4
- data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/pop3_article.txt +0 -39
- data/smoke-test/composer/vendor/phpmailer/phpmailer/docs/use_gmail.txt +0 -44
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/contents.html +0 -20
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/images/phpmailer.gif +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/images/phpmailer_mini.gif +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/index.html +0 -50
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_db_smtp_basic.php +0 -58
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_mail_advanced.php +0 -30
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_mail_basic.php +0 -41
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_pop_before_smtp_advanced.php +0 -39
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_pop_before_smtp_basic.php +0 -49
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_sendmail_advanced.php +0 -33
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_sendmail_basic.php +0 -43
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_smtp_advanced.php +0 -42
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_smtp_advanced_no_auth.php +0 -36
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_smtp_basic.php +0 -58
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_smtp_basic_no_auth.php +0 -53
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_smtp_gmail_advanced.php +0 -42
- data/smoke-test/composer/vendor/phpmailer/phpmailer/examples/test_smtp_gmail_basic.php +0 -59
- data/smoke-test/composer/vendor/phpmailer/phpmailer/extras/class.html2text.inc +0 -489
- data/smoke-test/composer/vendor/phpmailer/phpmailer/extras/htmlfilter.php +0 -861
- data/smoke-test/composer/vendor/phpmailer/phpmailer/extras/ntlm_sasl_client.php +0 -185
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-ar.php +0 -26
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-br.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-ca.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-ch.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-cz.php +0 -24
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-de.php +0 -24
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-dk.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-es.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-et.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-fi.php +0 -26
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-fo.php +0 -26
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-fr.php +0 -24
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-hu.php +0 -24
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-it.php +0 -26
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-ja.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-nl.php +0 -24
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-no.php +0 -24
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-pl.php +0 -24
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-ro.php +0 -26
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-ru.php +0 -24
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-se.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-sk.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-tr.php +0 -26
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/language/phpmailer.lang-zh_cn.php +0 -25
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test/contents.html +0 -10
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test/phpmailerTest.php +0 -1084
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test/test.png +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test/test_callback.php +0 -84
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test/testemail.php +0 -48
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/LGPLv3.txt +0 -165
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/contents.html +0 -14
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/images/aikido.gif +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/images/bkgrnd.gif +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/images/phpmailer.gif +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/index.php +0 -427
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/clipboard.swf +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushBash.js +0 -59
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushCSharp.js +0 -64
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushCpp.js +0 -99
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushCss.js +0 -93
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushDelphi.js +0 -57
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushDiff.js +0 -43
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushGroovy.js +0 -69
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushJScript.js +0 -51
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushJava.js +0 -55
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushPerl.js +0 -74
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushPhp.js +0 -91
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushPlain.js +0 -35
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushPython.js +0 -56
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushRuby.js +0 -57
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushScala.js +0 -53
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushSql.js +0 -68
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushVb.js +0 -58
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shBrushXml.js +0 -71
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shCore.js +0 -30
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/scripts/shLegacy.js +0 -30
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/src/shCore.js +0 -1949
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/src/shLegacy.js +0 -172
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/help.png +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/magnifier.png +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/page_white_code.png +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/page_white_copy.png +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/printer.png +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/shCore.css +0 -321
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/shThemeDefault.css +0 -191
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/shThemeDjango.css +0 -193
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/shThemeEmacs.css +0 -192
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/shThemeFadeToGrey.css +0 -193
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/shThemeMidnight.css +0 -192
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/shThemeRDark.css +0 -192
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/wrapping.png +0 -0
- data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/test.html +0 -46
- data/smoke-test/dependabot-file/no-config/.github/TARGET.yaml +0 -14
- data/smoke-test/dependabot-file/no-config/bundler/Gemfile +0 -9
- data/smoke-test/dependabot-file/no-config/bundler/Gemfile.lock +0 -47
- data/smoke-test/dependabot-file/no-config/bundler/dependabot-all-updates-test-staging.gemspec +0 -10
- data/smoke-test/dependabot-file/no-config/cargo/Cargo.lock +0 -90
- data/smoke-test/dependabot-file/no-config/cargo/Cargo.toml +0 -8
- data/smoke-test/dependabot-file/no-config/composer/composer.json +0 -5
- data/smoke-test/dependabot-file/no-config/composer/composer.lock +0 -72
- data/smoke-test/dependabot-file/over-config/.github/TARGET.yaml +0 -17
- data/smoke-test/dependabot-file/over-config/.github/dependabot.yaml +0 -12
- data/smoke-test/dependabot-file/over-config/bundler/Gemfile +0 -9
- data/smoke-test/dependabot-file/over-config/bundler/Gemfile.lock +0 -47
- data/smoke-test/dependabot-file/over-config/bundler/dependabot-all-updates-test-staging.gemspec +0 -10
- data/smoke-test/dependabot-file/over-config/cargo/Cargo.lock +0 -90
- data/smoke-test/dependabot-file/over-config/cargo/Cargo.toml +0 -8
- data/smoke-test/dependabot-file/over-config/composer/composer.json +0 -5
- data/smoke-test/dependabot-file/over-config/composer/composer.lock +0 -72
- data/smoke-test/dependabot-file/overer-config/.github/TARGET.yaml +0 -19
- data/smoke-test/dependabot-file/overer-config/.github/dependabot.yaml +0 -12
- data/smoke-test/dependabot-file/overer-config/bundler/Gemfile +0 -9
- data/smoke-test/dependabot-file/overer-config/bundler/Gemfile.lock +0 -47
- data/smoke-test/dependabot-file/overer-config/bundler/dependabot-all-updates-test-staging.gemspec +0 -10
- data/smoke-test/dependabot-file/overer-config/cargo/Cargo.lock +0 -90
- data/smoke-test/dependabot-file/overer-config/cargo/Cargo.toml +0 -8
- data/smoke-test/dependabot-file/overer-config/composer/composer.json +0 -5
- data/smoke-test/dependabot-file/overer-config/composer/composer.lock +0 -72
- data/smoke-test/dependabot-file/partial-config/.github/TARGET.yaml +0 -17
- data/smoke-test/dependabot-file/partial-config/.github/dependabot.yaml +0 -7
- data/smoke-test/dependabot-file/partial-config/bundler/Gemfile +0 -9
- data/smoke-test/dependabot-file/partial-config/bundler/Gemfile.lock +0 -47
- data/smoke-test/dependabot-file/partial-config/bundler/dependabot-all-updates-test-staging.gemspec +0 -10
- data/smoke-test/dependabot-file/partial-config/cargo/Cargo.lock +0 -90
- data/smoke-test/dependabot-file/partial-config/cargo/Cargo.toml +0 -8
- data/smoke-test/dependabot-file/partial-config/composer/composer.json +0 -5
- data/smoke-test/dependabot-file/partial-config/composer/composer.lock +0 -72
- data/smoke-test/docker/Dockerfile +0 -19
- data/smoke-test/elm/elm-package.json +0 -15
- data/smoke-test/elm/elm.json +0 -31
- data/smoke-test/github-actions/both/.github/workflows/this.yaml +0 -11
- data/smoke-test/github-actions/both/yaml/action.yml +0 -13
- data/smoke-test/github-actions/invalid/invalid_file.yaml +0 -0
- data/smoke-test/github-actions/workflow/.github/workflows/this.yaml +0 -11
- data/smoke-test/github-actions/yaml/action.yml +0 -13
- data/smoke-test/gitsubmodule/.gitmodules +0 -4
- data/smoke-test/gomod/go.mod +0 -16
- data/smoke-test/gomod/go.sum +0 -18
- data/smoke-test/gomod/gomain.go +0 -14
- data/smoke-test/gradle/.gitignore +0 -1
- data/smoke-test/gradle/build.gradle +0 -65
- data/smoke-test/maven/pom.xml +0 -65
- data/smoke-test/mix/mix.exs +0 -24
- data/smoke-test/mix/mix.lock +0 -5
- data/smoke-test/npm/package-lock.json +0 -166
- data/smoke-test/npm/package.json +0 -22
- data/smoke-test/npm/removed/package-lock.json +0 -44
- data/smoke-test/npm/removed/package.json +0 -15
- data/smoke-test/nuget/project.csproj +0 -14
- data/smoke-test/pip/pip/requirements.txt +0 -5
- data/smoke-test/pip/pip-compile/requirements.in +0 -2
- data/smoke-test/pip/pip-compile/requirements.txt +0 -16
- data/smoke-test/pip/pipenv/Pipfile +0 -13
- data/smoke-test/pip/pipenv/Pipfile.lock +0 -86
- data/smoke-test/pip/poetry/poetry.lock +0 -33
- data/smoke-test/pip/poetry/pyproject.toml +0 -18
- data/smoke-test/pub/pubspec.lock +0 -40
- data/smoke-test/pub/pubspec.yaml +0 -10
- data/smoke-test/terraform/main.tf +0 -143
@@ -1,193 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* SyntaxHighlighter
|
3
|
-
* http://alexgorbatchev.com/
|
4
|
-
*
|
5
|
-
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
6
|
-
* http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
|
7
|
-
*
|
8
|
-
* @version
|
9
|
-
* 2.0.296 (March 01 2009)
|
10
|
-
*
|
11
|
-
* @copyright
|
12
|
-
* Copyright (C) 2004-2009 Alex Gorbatchev.
|
13
|
-
*
|
14
|
-
* @license
|
15
|
-
* This file is part of SyntaxHighlighter.
|
16
|
-
*
|
17
|
-
* SyntaxHighlighter is free software: you can redistribute it and/or modify
|
18
|
-
* it under the terms of the GNU General Public License as published by
|
19
|
-
* the Free Software Foundation, either version 3 of the License, or
|
20
|
-
* (at your option) any later version.
|
21
|
-
*
|
22
|
-
* SyntaxHighlighter is distributed in the hope that it will be useful,
|
23
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
24
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
25
|
-
* GNU General Public License for more details.
|
26
|
-
*
|
27
|
-
* You should have received a copy of the GNU General Public License
|
28
|
-
* along with SyntaxHighlighter. If not, see <http://www.gnu.org/licenses/>.
|
29
|
-
*/
|
30
|
-
/**
|
31
|
-
* Django SyntaxHighlighter theme
|
32
|
-
*/
|
33
|
-
|
34
|
-
/************************************
|
35
|
-
* Interface elements.
|
36
|
-
************************************/
|
37
|
-
|
38
|
-
.syntaxhighlighter
|
39
|
-
{
|
40
|
-
background-color: #0B2F20 !important;
|
41
|
-
}
|
42
|
-
|
43
|
-
/* Gutter line numbers */
|
44
|
-
.syntaxhighlighter .line .number
|
45
|
-
{
|
46
|
-
color: #497958 !important;
|
47
|
-
}
|
48
|
-
|
49
|
-
/* Add border to the lines */
|
50
|
-
.syntaxhighlighter .line .content
|
51
|
-
{
|
52
|
-
border-left: 3px solid #41A83E !important;
|
53
|
-
color: #B9BDB6 !important;
|
54
|
-
}
|
55
|
-
|
56
|
-
.syntaxhighlighter.printing .line .content
|
57
|
-
{
|
58
|
-
border: 0 !important;
|
59
|
-
}
|
60
|
-
|
61
|
-
/* First line */
|
62
|
-
.syntaxhighlighter .line.alt1 .content
|
63
|
-
{
|
64
|
-
}
|
65
|
-
|
66
|
-
/* Second line */
|
67
|
-
.syntaxhighlighter .line.alt2 .content
|
68
|
-
{
|
69
|
-
background-color: #0a2b1d !important;
|
70
|
-
}
|
71
|
-
|
72
|
-
.syntaxhighlighter .line .content .block
|
73
|
-
{
|
74
|
-
background: url(wrapping.png) 0 1.1em no-repeat !important;
|
75
|
-
}
|
76
|
-
|
77
|
-
/* Highlighed line number */
|
78
|
-
.syntaxhighlighter .line.highlighted .number
|
79
|
-
{
|
80
|
-
background-color: #336442 !important;
|
81
|
-
color: #fff !important;
|
82
|
-
}
|
83
|
-
|
84
|
-
/* Highlighed line */
|
85
|
-
.syntaxhighlighter .line.highlighted.alt1 .content,
|
86
|
-
.syntaxhighlighter .line.highlighted.alt2 .content
|
87
|
-
{
|
88
|
-
background-color: #336442 !important;
|
89
|
-
}
|
90
|
-
|
91
|
-
.syntaxhighlighter .ruler
|
92
|
-
{
|
93
|
-
color: #C4B14A !important;
|
94
|
-
background-color: #245032 !important;
|
95
|
-
border-left: 3px solid #41A83E !important;
|
96
|
-
}
|
97
|
-
|
98
|
-
.syntaxhighlighter.nogutter .ruler
|
99
|
-
{
|
100
|
-
border: 0 !important;
|
101
|
-
}
|
102
|
-
|
103
|
-
.syntaxhighlighter .toolbar
|
104
|
-
{
|
105
|
-
background-color: #245032 !important;
|
106
|
-
border: #0B2F20 solid 1px !important;
|
107
|
-
}
|
108
|
-
|
109
|
-
.syntaxhighlighter .toolbar a
|
110
|
-
{
|
111
|
-
color: #C4B14A !important;
|
112
|
-
}
|
113
|
-
|
114
|
-
.syntaxhighlighter .toolbar a:hover
|
115
|
-
{
|
116
|
-
color: #FFE862 !important;
|
117
|
-
}
|
118
|
-
|
119
|
-
/************************************
|
120
|
-
* Actual syntax highlighter colors.
|
121
|
-
************************************/
|
122
|
-
.syntaxhighlighter .plain,
|
123
|
-
.syntaxhighlighter .plain a
|
124
|
-
{
|
125
|
-
color: #F8F8F8 !important;
|
126
|
-
}
|
127
|
-
|
128
|
-
.syntaxhighlighter .comments,
|
129
|
-
.syntaxhighlighter .comments a
|
130
|
-
{
|
131
|
-
color: #336442 !important;
|
132
|
-
font-style: italic !important;
|
133
|
-
}
|
134
|
-
|
135
|
-
.syntaxhighlighter .string,
|
136
|
-
.syntaxhighlighter .string a
|
137
|
-
{
|
138
|
-
color: #9DF39F !important;
|
139
|
-
}
|
140
|
-
|
141
|
-
.syntaxhighlighter .keyword
|
142
|
-
{
|
143
|
-
color: #96DD3B !important;
|
144
|
-
font-weight: bold !important;
|
145
|
-
}
|
146
|
-
|
147
|
-
.syntaxhighlighter .preprocessor
|
148
|
-
{
|
149
|
-
color: #91BB9E !important;
|
150
|
-
}
|
151
|
-
|
152
|
-
.syntaxhighlighter .variable
|
153
|
-
{
|
154
|
-
color: #FFAA3E !important;
|
155
|
-
}
|
156
|
-
|
157
|
-
.syntaxhighlighter .value
|
158
|
-
{
|
159
|
-
color: #F7E741 !important;
|
160
|
-
}
|
161
|
-
|
162
|
-
.syntaxhighlighter .functions
|
163
|
-
{
|
164
|
-
color: #FFAA3E !important;
|
165
|
-
}
|
166
|
-
|
167
|
-
.syntaxhighlighter .constants
|
168
|
-
{
|
169
|
-
color: #E0E8FF !important;
|
170
|
-
}
|
171
|
-
|
172
|
-
.syntaxhighlighter .script
|
173
|
-
{
|
174
|
-
background-color: #497958 !important;
|
175
|
-
}
|
176
|
-
|
177
|
-
.syntaxhighlighter .color1,
|
178
|
-
.syntaxhighlighter .color1 a
|
179
|
-
{
|
180
|
-
color: #EB939A !important;
|
181
|
-
}
|
182
|
-
|
183
|
-
.syntaxhighlighter .color2,
|
184
|
-
.syntaxhighlighter .color2 a
|
185
|
-
{
|
186
|
-
color: #91BB9E !important;
|
187
|
-
}
|
188
|
-
|
189
|
-
.syntaxhighlighter .color3,
|
190
|
-
.syntaxhighlighter .color3 a
|
191
|
-
{
|
192
|
-
color: #EDEF7D !important;
|
193
|
-
}
|
@@ -1,192 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* SyntaxHighlighter
|
3
|
-
* http://alexgorbatchev.com/
|
4
|
-
*
|
5
|
-
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
6
|
-
* http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
|
7
|
-
*
|
8
|
-
* @version
|
9
|
-
* 2.0.296 (March 01 2009)
|
10
|
-
*
|
11
|
-
* @copyright
|
12
|
-
* Copyright (C) 2004-2009 Alex Gorbatchev.
|
13
|
-
*
|
14
|
-
* @license
|
15
|
-
* This file is part of SyntaxHighlighter.
|
16
|
-
*
|
17
|
-
* SyntaxHighlighter is free software: you can redistribute it and/or modify
|
18
|
-
* it under the terms of the GNU General Public License as published by
|
19
|
-
* the Free Software Foundation, either version 3 of the License, or
|
20
|
-
* (at your option) any later version.
|
21
|
-
*
|
22
|
-
* SyntaxHighlighter is distributed in the hope that it will be useful,
|
23
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
24
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
25
|
-
* GNU General Public License for more details.
|
26
|
-
*
|
27
|
-
* You should have received a copy of the GNU General Public License
|
28
|
-
* along with SyntaxHighlighter. If not, see <http://www.gnu.org/licenses/>.
|
29
|
-
*/
|
30
|
-
/**
|
31
|
-
* Emacs SyntaxHighlighter theme based on theme by Joshua Emmons
|
32
|
-
* http://www.skia.net/
|
33
|
-
*/
|
34
|
-
|
35
|
-
/************************************
|
36
|
-
* Interface elements.
|
37
|
-
************************************/
|
38
|
-
|
39
|
-
.syntaxhighlighter
|
40
|
-
{
|
41
|
-
background-color: #000000 !important;
|
42
|
-
}
|
43
|
-
|
44
|
-
/* Gutter line numbers */
|
45
|
-
.syntaxhighlighter .line .number
|
46
|
-
{
|
47
|
-
color: #D3D3D3 !important;
|
48
|
-
}
|
49
|
-
|
50
|
-
/* Add border to the lines */
|
51
|
-
.syntaxhighlighter .line .content
|
52
|
-
{
|
53
|
-
border-left: 3px solid #990000 !important;
|
54
|
-
color: #B9BDB6 !important;
|
55
|
-
}
|
56
|
-
|
57
|
-
.syntaxhighlighter.printing .line .content
|
58
|
-
{
|
59
|
-
border: 0 !important;
|
60
|
-
}
|
61
|
-
|
62
|
-
/* First line */
|
63
|
-
.syntaxhighlighter .line.alt1 .content
|
64
|
-
{
|
65
|
-
}
|
66
|
-
|
67
|
-
/* Second line */
|
68
|
-
.syntaxhighlighter .line.alt2 .content
|
69
|
-
{
|
70
|
-
background-color: #0f0f0f !important;
|
71
|
-
}
|
72
|
-
|
73
|
-
.syntaxhighlighter .line .content .block
|
74
|
-
{
|
75
|
-
background: url(wrapping.png) 0 1.1em no-repeat !important;
|
76
|
-
}
|
77
|
-
|
78
|
-
/* Highlighed line number */
|
79
|
-
.syntaxhighlighter .line.highlighted .number
|
80
|
-
{
|
81
|
-
background-color: #435A5F !important;
|
82
|
-
color: #fff !important;
|
83
|
-
}
|
84
|
-
|
85
|
-
/* Highlighed line */
|
86
|
-
.syntaxhighlighter .line.highlighted.alt1 .content,
|
87
|
-
.syntaxhighlighter .line.highlighted.alt2 .content
|
88
|
-
{
|
89
|
-
background-color: #435A5F !important;
|
90
|
-
}
|
91
|
-
|
92
|
-
.syntaxhighlighter .ruler
|
93
|
-
{
|
94
|
-
color: silver !important;
|
95
|
-
background-color: #000000 !important;
|
96
|
-
border-left: 3px solid #990000 !important;
|
97
|
-
}
|
98
|
-
|
99
|
-
.syntaxhighlighter.nogutter .ruler
|
100
|
-
{
|
101
|
-
border: 0 !important;
|
102
|
-
}
|
103
|
-
|
104
|
-
.syntaxhighlighter .toolbar
|
105
|
-
{
|
106
|
-
background-color: #000000 !important;
|
107
|
-
border: #000000 solid 1px !important;
|
108
|
-
}
|
109
|
-
|
110
|
-
.syntaxhighlighter .toolbar a
|
111
|
-
{
|
112
|
-
color: #646763 !important;
|
113
|
-
}
|
114
|
-
|
115
|
-
.syntaxhighlighter .toolbar a:hover
|
116
|
-
{
|
117
|
-
color: #9CCFF4 !important;
|
118
|
-
}
|
119
|
-
|
120
|
-
/************************************
|
121
|
-
* Actual syntax highlighter colors.
|
122
|
-
************************************/
|
123
|
-
.syntaxhighlighter .plain,
|
124
|
-
.syntaxhighlighter .plain a
|
125
|
-
{
|
126
|
-
color: #D3D3D3 !important;
|
127
|
-
}
|
128
|
-
|
129
|
-
.syntaxhighlighter .comments,
|
130
|
-
.syntaxhighlighter .comments a
|
131
|
-
{
|
132
|
-
color: #FF7D27 !important;
|
133
|
-
}
|
134
|
-
|
135
|
-
.syntaxhighlighter .string,
|
136
|
-
.syntaxhighlighter .string a
|
137
|
-
{
|
138
|
-
color: #FF9E7B !important;
|
139
|
-
}
|
140
|
-
|
141
|
-
.syntaxhighlighter .keyword
|
142
|
-
{
|
143
|
-
color: #00FFFF !important;
|
144
|
-
}
|
145
|
-
|
146
|
-
.syntaxhighlighter .preprocessor
|
147
|
-
{
|
148
|
-
color: #AEC4DE !important;
|
149
|
-
}
|
150
|
-
|
151
|
-
.syntaxhighlighter .variable
|
152
|
-
{
|
153
|
-
color: #FFAA3E !important;
|
154
|
-
}
|
155
|
-
|
156
|
-
.syntaxhighlighter .value
|
157
|
-
{
|
158
|
-
color: #090 !important;
|
159
|
-
}
|
160
|
-
|
161
|
-
.syntaxhighlighter .functions
|
162
|
-
{
|
163
|
-
color: #81CEF9 !important;
|
164
|
-
}
|
165
|
-
|
166
|
-
.syntaxhighlighter .constants
|
167
|
-
{
|
168
|
-
color: #FF9E7B !important;
|
169
|
-
}
|
170
|
-
|
171
|
-
.syntaxhighlighter .script
|
172
|
-
{
|
173
|
-
background-color: #990000 !important;
|
174
|
-
}
|
175
|
-
|
176
|
-
.syntaxhighlighter .color1,
|
177
|
-
.syntaxhighlighter .color1 a
|
178
|
-
{
|
179
|
-
color: #EBDB8D !important;
|
180
|
-
}
|
181
|
-
|
182
|
-
.syntaxhighlighter .color2,
|
183
|
-
.syntaxhighlighter .color2 a
|
184
|
-
{
|
185
|
-
color: #FF7D27 !important;
|
186
|
-
}
|
187
|
-
|
188
|
-
.syntaxhighlighter .color3,
|
189
|
-
.syntaxhighlighter .color3 a
|
190
|
-
{
|
191
|
-
color: #AEC4DE !important;
|
192
|
-
}
|
data/smoke-test/composer/vendor/phpmailer/phpmailer/test_script/styles/shThemeFadeToGrey.css
DELETED
@@ -1,193 +0,0 @@
|
|
1
|
-
/**
|
2
|
-
* SyntaxHighlighter
|
3
|
-
* http://alexgorbatchev.com/
|
4
|
-
*
|
5
|
-
* SyntaxHighlighter is donationware. If you are using it, please donate.
|
6
|
-
* http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
|
7
|
-
*
|
8
|
-
* @version
|
9
|
-
* 2.0.296 (March 01 2009)
|
10
|
-
*
|
11
|
-
* @copyright
|
12
|
-
* Copyright (C) 2004-2009 Alex Gorbatchev.
|
13
|
-
*
|
14
|
-
* @license
|
15
|
-
* This file is part of SyntaxHighlighter.
|
16
|
-
*
|
17
|
-
* SyntaxHighlighter is free software: you can redistribute it and/or modify
|
18
|
-
* it under the terms of the GNU General Public License as published by
|
19
|
-
* the Free Software Foundation, either version 3 of the License, or
|
20
|
-
* (at your option) any later version.
|
21
|
-
*
|
22
|
-
* SyntaxHighlighter is distributed in the hope that it will be useful,
|
23
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
24
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
25
|
-
* GNU General Public License for more details.
|
26
|
-
*
|
27
|
-
* You should have received a copy of the GNU General Public License
|
28
|
-
* along with SyntaxHighlighter. If not, see <http://www.gnu.org/licenses/>.
|
29
|
-
*/
|
30
|
-
/**
|
31
|
-
* Fade to Grey SyntaxHighlighter theme based on theme by Brasten Sager
|
32
|
-
* http://www.ibrasten.com/
|
33
|
-
*/
|
34
|
-
|
35
|
-
/************************************
|
36
|
-
* Interface elements.
|
37
|
-
************************************/
|
38
|
-
|
39
|
-
.syntaxhighlighter
|
40
|
-
{
|
41
|
-
background-color: #121212 !important;
|
42
|
-
}
|
43
|
-
|
44
|
-
/* Gutter line numbers */
|
45
|
-
.syntaxhighlighter .line .number
|
46
|
-
{
|
47
|
-
color: #C3C3C3 !important;
|
48
|
-
}
|
49
|
-
|
50
|
-
/* Add border to the lines */
|
51
|
-
.syntaxhighlighter .line .content
|
52
|
-
{
|
53
|
-
border-left: 3px solid #3185B9 !important;
|
54
|
-
color: #B9BDB6 !important;
|
55
|
-
}
|
56
|
-
|
57
|
-
.syntaxhighlighter.printing .line .content
|
58
|
-
{
|
59
|
-
border: 0 !important;
|
60
|
-
}
|
61
|
-
|
62
|
-
/* First line */
|
63
|
-
.syntaxhighlighter .line.alt1 .content
|
64
|
-
{
|
65
|
-
}
|
66
|
-
|
67
|
-
/* Second line */
|
68
|
-
.syntaxhighlighter .line.alt2 .content
|
69
|
-
{
|
70
|
-
background-color: #000000 !important;
|
71
|
-
}
|
72
|
-
|
73
|
-
.syntaxhighlighter .line .content .block
|
74
|
-
{
|
75
|
-
background: url(wrapping.png) 0 1.1em no-repeat !important;
|
76
|
-
}
|
77
|
-
|
78
|
-
/* Highlighed line number */
|
79
|
-
.syntaxhighlighter .line.highlighted .number
|
80
|
-
{
|
81
|
-
background-color: #3A3A00 !important;
|
82
|
-
color: #fff !important;
|
83
|
-
}
|
84
|
-
|
85
|
-
/* Highlighed line */
|
86
|
-
.syntaxhighlighter .line.highlighted.alt1 .content,
|
87
|
-
.syntaxhighlighter .line.highlighted.alt2 .content
|
88
|
-
{
|
89
|
-
background-color: #3A3A00 !important;
|
90
|
-
}
|
91
|
-
|
92
|
-
.syntaxhighlighter .ruler
|
93
|
-
{
|
94
|
-
color: silver !important;
|
95
|
-
border-left: 3px solid #3185B9 !important;
|
96
|
-
}
|
97
|
-
|
98
|
-
.syntaxhighlighter.nogutter .ruler
|
99
|
-
{
|
100
|
-
border: 0 !important;
|
101
|
-
}
|
102
|
-
|
103
|
-
.syntaxhighlighter .toolbar
|
104
|
-
{
|
105
|
-
background-color: #000000 !important;
|
106
|
-
border: #000000 solid 1px !important;
|
107
|
-
}
|
108
|
-
|
109
|
-
.syntaxhighlighter .toolbar a
|
110
|
-
{
|
111
|
-
color: #808080 !important;
|
112
|
-
}
|
113
|
-
|
114
|
-
.syntaxhighlighter .toolbar a:hover
|
115
|
-
{
|
116
|
-
color: #96DAFF !important;
|
117
|
-
}
|
118
|
-
|
119
|
-
/************************************
|
120
|
-
* Actual syntax highlighter colors.
|
121
|
-
************************************/
|
122
|
-
.syntaxhighlighter .plain,
|
123
|
-
.syntaxhighlighter .plain a
|
124
|
-
{
|
125
|
-
color: #FFFFFF !important;
|
126
|
-
}
|
127
|
-
|
128
|
-
.syntaxhighlighter .comments,
|
129
|
-
.syntaxhighlighter .comments a
|
130
|
-
{
|
131
|
-
color: #696854 !important;
|
132
|
-
}
|
133
|
-
|
134
|
-
.syntaxhighlighter .string,
|
135
|
-
.syntaxhighlighter .string a
|
136
|
-
{
|
137
|
-
color: #E3E658 !important;
|
138
|
-
}
|
139
|
-
|
140
|
-
.syntaxhighlighter .keyword
|
141
|
-
{
|
142
|
-
color: #D01D33 !important;
|
143
|
-
}
|
144
|
-
|
145
|
-
.syntaxhighlighter .preprocessor
|
146
|
-
{
|
147
|
-
color: #435A5F !important;
|
148
|
-
}
|
149
|
-
|
150
|
-
.syntaxhighlighter .variable
|
151
|
-
{
|
152
|
-
color: #898989 !important;
|
153
|
-
}
|
154
|
-
|
155
|
-
.syntaxhighlighter .value
|
156
|
-
{
|
157
|
-
color: #090 !important;
|
158
|
-
}
|
159
|
-
|
160
|
-
.syntaxhighlighter .functions
|
161
|
-
{
|
162
|
-
color: #AAAAAA !important;
|
163
|
-
font-weight: bold !important;
|
164
|
-
}
|
165
|
-
|
166
|
-
.syntaxhighlighter .constants
|
167
|
-
{
|
168
|
-
color: #96DAFF !important;
|
169
|
-
}
|
170
|
-
|
171
|
-
.syntaxhighlighter .script
|
172
|
-
{
|
173
|
-
background-color: #C3C3C3 !important;
|
174
|
-
color: #000 !important;
|
175
|
-
}
|
176
|
-
|
177
|
-
.syntaxhighlighter .color1,
|
178
|
-
.syntaxhighlighter .color1 a
|
179
|
-
{
|
180
|
-
color: #FFC074 !important;
|
181
|
-
}
|
182
|
-
|
183
|
-
.syntaxhighlighter .color2,
|
184
|
-
.syntaxhighlighter .color2 a
|
185
|
-
{
|
186
|
-
color: #4A8CDB !important;
|
187
|
-
}
|
188
|
-
|
189
|
-
.syntaxhighlighter .color3,
|
190
|
-
.syntaxhighlighter .color3 a
|
191
|
-
{
|
192
|
-
color: #96DAFF !important;
|
193
|
-
}
|