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 | 114 +++++++++++++++++ .../stats.html | 102 +++++++++++++++ .../style.css | 137 +++++++++++++++++++++ 3 files changed, 353 insertions(+) create mode 100644 2021-10-13-142008-6609-cppcheck@0d043da76d00_memory_array/index.html create mode 100644 2021-10-13-142008-6609-cppcheck@0d043da76d00_memory_array/stats.html create mode 100644 2021-10-13-142008-6609-cppcheck@0d043da76d00_memory_array/style.css (limited to '2021-10-13-142008-6609-cppcheck@0d043da76d00_memory_array') diff --git a/2021-10-13-142008-6609-cppcheck@0d043da76d00_memory_array/index.html b/2021-10-13-142008-6609-cppcheck@0d043da76d00_memory_array/index.html new file mode 100644 index 0000000..e45957c --- /dev/null +++ b/2021-10-13-142008-6609-cppcheck@0d043da76d00_memory_array/index.html @@ -0,0 +1,114 @@ + + + + + + Cppcheck - HTML report - python-caja + + + + + + +
+ +
+ + + + + +
LineIdCWESeverityMessage
missingIncludeSysteminformationCppcheck cannot find all the include files (use --check-config for details)
+
+
+ + + diff --git a/2021-10-13-142008-6609-cppcheck@0d043da76d00_memory_array/stats.html b/2021-10-13-142008-6609-cppcheck@0d043da76d00_memory_array/stats.html new file mode 100644 index 0000000..4142bf1 --- /dev/null +++ b/2021-10-13-142008-6609-cppcheck@0d043da76d00_memory_array/stats.html @@ -0,0 +1,102 @@ + + + + + + Cppcheck - HTML report - python-caja + + + + + + +
+ +
+ +
+
+ + + diff --git a/2021-10-13-142008-6609-cppcheck@0d043da76d00_memory_array/style.css b/2021-10-13-142008-6609-cppcheck@0d043da76d00_memory_array/style.css new file mode 100644 index 0000000..07125f4 --- /dev/null +++ b/2021-10-13-142008-6609-cppcheck@0d043da76d00_memory_array/style.css @@ -0,0 +1,137 @@ + +body { + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif; + font-size: 13px; + line-height: 1.5; + margin: 0; + width: auto; +} + +h1 { + margin: 10px; +} + +.header { + border-bottom: thin solid #aaa; +} + +.footer { + border-top: thin solid #aaa; + font-size: 90%; + margin-top: 5px; +} + +.footer ul { + list-style-type: none; + padding-left: 0; +} + +.footer > p { + margin: 4px; +} + +.wrapper { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; +} + +#menu, +#menu_index { + text-align: left; + width: 350px; + height: 90vh; + min-height: 200px; + overflow: auto; + position: -webkit-sticky; + position: sticky; + top: 0; + padding: 0 15px 15px 15px; +} + +#menu > a { + display: block; + margin-left: 10px; + font-size: 12px; + z-index: 1; +} + +#content, +#content_index { + background-color: #fff; + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; + padding: 0 15px 15px 15px; + width: calc(100% - 350px); + height: 100%; + overflow-x: auto; +} + +#filename { + margin-left: 10px; + font-size: 12px; + z-index: 1; +} + +.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; + z-index: 10; + position: relative; + margin: -10px; +} + +.linenos { + border-right: thin solid #aaa; + color: #d3d3d3; + padding-right: 6px; +} + +.d-none { + display: none; +} -- cgit v1.2.1