package frama-c
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Platform dedicated to the analysis of source code written in C
Install
dune-project
Dependency
Authors
-
MMichele Alberti
-
TThibaud Antignac
-
GGergö Barany
-
PPatrick Baudin
-
NNicolas Bellec
-
TThibaut Benjamin
-
AAllan Blanchard
-
LLionel Blatter
-
FFrançois Bobot
-
RRichard Bonichon
-
VVincent Botbol
-
QQuentin Bouillaguet
-
DDavid Bühler
-
ZZakaria Chihani
-
SSylvain Chiron
-
LLoïc Correnson
-
JJulien Crétin
-
PPascal Cuoq
-
ZZaynah Dargaye
-
BBasile Desloges
-
JJean-Christophe Filliâtre
-
PPhilippe Herrmann
-
MMaxime Jacquemin
-
BBenjamin Jorge
-
FFlorent Kirchner
-
AAlexander Kogtenkov
-
RRemi Lazarini
-
TTristan Le Gall
-
KKilyan Le Gallic
-
JJean-Christophe Léchenet
-
MMatthieu Lemerre
-
DDara Ly
-
DDavid Maison
-
CClaude Marché
-
AAndré Maroneze
-
TThibault Martin
-
FFonenantsoa Maurica
-
MMelody Méaulle
-
BBenjamin Monate
-
YYannick Moy
-
PPierre Nigron
-
AAnne Pacalet
-
VValentin Perrelle
-
GGuillaume Petiot
-
DDario Pinto
-
VVirgile Prevosto
-
AArmand Puccetti
-
FFélix Ridoux
-
VVirgile Robles
-
JJan Rochel
-
MMuriel Roger
-
CCécile Ruet-Cros
-
JJulien Signoles
-
FFabien Siron
-
NNicolas Stouls
-
HHugo Thievenaz
-
KKostyantyn Vorobyov
-
BBoris Yakobowski
Maintainers
Sources
frama-c-32.0-beta-Germanium.tar.gz
sha256=868d57ef8007fe6c0836cd151d8c294003af34aa678285eff9547662cad36aa3
doc/src/frama-c-metrics.core/css_html.ml.html
Source file css_html.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135(**************************************************************************) (* *) (* SPDX-License-Identifier LGPL-2.1 *) (* Copyright (C) *) (* CEA (Commissariat à l'énergie atomique et aux énergies alternatives) *) (* *) (**************************************************************************) let css = "\ body {\ display:block;\ position: relative;\ left: 5%;\ width: 90%;\ font-family: Georgia, Times, serif;\ font-size: 10pt; /* base size */\ min-height: 30em;\ background: #ffffff;\ color: #444444;\ }\ \ h1 {\ font-family: Optima, Verdana, Arial, sans;\ font-size: 1.6em;\ font-weight: normal;\ color: black;\ margin: 0.4em 0em 0.4em 0em;\ padding: 0.4em 0em 0em 1em;\ border-bottom: thin solid #404040;\ }\ \ h2 {\ font-family: Optima, Verdana, Arial, sans;\ font-size: 1.2em;\ font-weight: normal;\ color: black;\ margin: 0.4em 0em 0.4em 0em;\ padding: 0.4em 0em 0em 1em;\ border-bottom: thin dotted #404040;\ }\ \ h3 {\ font-family: Optima, Verdana, Arial, sans;\ font-size: 1.2em;\ font-weight: normal;\ color: black;\ margin: 0.4em 0em 0.4em 0em;\ padding: 0.4em 0em 0em 1em;\ }\ \ td {\ text-align: center;\ border: thin solid black; \ }\ \ th { \ text-align: center;\ font-weight: normal;\ color: black;\ border: thin solid black; \ padding: 3pt;\ background-color: #bfb4b4;\ }\ \ td.entry { \ text-align: left;\ font-weight: normal;\ color: black;\ border: thin solid black; \ padding: 3pt;\ background-color: #e8e8e8 ;\ }\ td.stat { \ text-align: center;\ color: black;\ border: thin solid black; \ padding: 3pt;\ width: 20%; \ }\ \ td.result { \ text-align: center;\ color: black;\ border: thin solid black; \ padding: 3pt;\ background-color: #AFC7C7 ;\ }\ \ tr {}\ \ caption {\ caption-side: bottom;\ }\ \ table {\ border: medium solid black;\ width: 90%; \ }\ \ div.graph {\ text-align: center;\ }\ \ ul.horizontal {\ padding:0;\ margin:0;\ list-style-type:none;\ }\ \ li.horizontal {\ margin-left:1.5em;\ float:left; /*pour IE*/\ }\ \ span {\ font-weight: bold;\ }\ \ a.varinfo, span.vdecl a.varinfo_fun {\ text-decoration: none;\ }\ \ a.varinfo, a.varinfo_fun {\ color: #000;\ }\ \ h3.back {\ font-family: Optima, Verdana, Arial, sans;\ padding-top: 2em;\ }\ \ h3.back a {\ color:black;\ }\ "
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>