From 5aa8031e5b1f6d4140cc7f16a9e88dd504e004c2 Mon Sep 17 00:00:00 2001 From: "raveit65 (via Travis CI)" Date: Thu, 22 Feb 2024 15:01:06 +0000 Subject: Deploy mate-desktop/python-caja to github.com/mate-desktop/python-caja.git:gh-pages --- .../index.html | 193 +++++++++++++++++++++ .../stats.html | 164 +++++++++++++++++ .../style.css | 177 +++++++++++++++++++ 3 files changed, 534 insertions(+) create mode 100644 2022-11-11-201858-2415-cppcheck@779bfe1003e7_v1.27.0/index.html create mode 100644 2022-11-11-201858-2415-cppcheck@779bfe1003e7_v1.27.0/stats.html create mode 100644 2022-11-11-201858-2415-cppcheck@779bfe1003e7_v1.27.0/style.css (limited to '2022-11-11-201858-2415-cppcheck@779bfe1003e7_v1.27.0') diff --git a/2022-11-11-201858-2415-cppcheck@779bfe1003e7_v1.27.0/index.html b/2022-11-11-201858-2415-cppcheck@779bfe1003e7_v1.27.0/index.html new file mode 100644 index 0000000..6cc4337 --- /dev/null +++ b/2022-11-11-201858-2415-cppcheck@779bfe1003e7_v1.27.0/index.html @@ -0,0 +1,193 @@ + + + + + + Cppcheck - HTML report - python-caja + + + + + +
+ + + +
+ + + + + + + +
LineIdCWESeverityMessage
missingIncludeSysteminformationCppcheck cannot find all the include files (use --check-config for details)
+
+ +
+ + diff --git a/2022-11-11-201858-2415-cppcheck@779bfe1003e7_v1.27.0/stats.html b/2022-11-11-201858-2415-cppcheck@779bfe1003e7_v1.27.0/stats.html new file mode 100644 index 0000000..a40bb06 --- /dev/null +++ b/2022-11-11-201858-2415-cppcheck@779bfe1003e7_v1.27.0/stats.html @@ -0,0 +1,164 @@ + + + + + + Cppcheck - HTML report - python-caja + + + + + +
+ + + +
+ +
+ +
+ + diff --git a/2022-11-11-201858-2415-cppcheck@779bfe1003e7_v1.27.0/style.css b/2022-11-11-201858-2415-cppcheck@779bfe1003e7_v1.27.0/style.css new file mode 100644 index 0000000..3897bfa --- /dev/null +++ b/2022-11-11-201858-2415-cppcheck@779bfe1003e7_v1.27.0/style.css @@ -0,0 +1,177 @@ + +body { + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; + font-size: 13px; + line-height: 1.5; + height: 100%; + margin: 0; +} + +#wrapper { + position: fixed; + height: 100vh; + width: 100vw; + display: grid; + grid-template-rows: fit-content(8rem) auto fit-content(8rem); + grid-template-columns: fit-content(25%) 1fr; + grid-template-areas: + "header header" + "menu content" + "footer footer"; +} + +h1 { + margin: 0 0 8px -2px; + font-size: 175%; +} + +.header { + padding: 0 0 5px 15px; + grid-area: header; + border-bottom: thin solid #aaa; +} + +.footer { + grid-area: footer; + border-top: thin solid #aaa; + font-size: 85%; + +} + +.footer > p { + margin: 4px; +} + +#menu, +#menu_index { + grid-area: menu; + text-align: left; + overflow: auto; + padding: 0 23px 15px 15px; + border-right: thin solid #aaa; + min-width: 200px; +} + +#menu > a { + display: block; + margin-left: 10px; + font-size: 12px; +} + +#content, +#content_index { + grid-area: content; + padding: 0px 5px 15px 15px; + overflow: auto; +} + +label { + white-space: nowrap; +} + +label.checkBtn.disabled { + color: #606060; + background: #e0e0e0; + font-style: italic; +} + +label.checkBtn, input[type="text"] { + border: 1px solid grey; + border-radius: 4px; + box-shadow: 1px 1px inset; + padding: 1px 5px; +} + +label.checkBtn { + white-space: nowrap; + background: #ccddff; +} + +label.unchecked { + background: #eff8ff; + box-shadow: 1px 1px 1px; +} + +label.checkBtn:hover, label.unchecked:hover{ + box-shadow: 0 0 2px; +} + +label.disabled:hover { + box-shadow: 1px 1px inset; +} + +label.checkBtn > input { + display:none; +} + +.summaryTable { + width: 100%; +} + +table.summaryTable td { padding: 0 5px 0 5px; } + +.statHeader, .severityHeader { + font-weight: bold; +} + +.warning { + background-color: #ffffa7; +} + +.error { + background-color: #ffb7b7; +} + +.error2 { + background-color: #faa; + display: inline-block; + margin-left: 4px; +} + +.inconclusive { + background-color: #b6b6b4; +} + +.inconclusive2 { + background-color: #b6b6b4; + display: inline-block; + margin-left: 4px; +} + +.verbose { + display: inline-block; + vertical-align: top; + cursor: help; +} + +.verbose .content { + display: none; + position: absolute; + padding: 10px; + margin: 4px; + max-width: 40%; + white-space: pre-wrap; + border: 1px solid #000; + background-color: #ffffcc; + cursor: auto; +} + +.highlight .hll { + padding: 1px; +} + +.highlighttable { + background-color: #fff; + position: relative; + margin: -10px; +} + +.linenos { + border-right: thin solid #aaa; + color: #d3d3d3; + padding-right: 6px; +} + +.id-filtered, .severity-filtered, .file-filtered, .tool-filtered, .text-filtered { + visibility: collapse; +} -- cgit v1.2.1