dart_coco.reporter library
Constants
-
GREENBAR_SVG
→ const String
-
'''
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns…
-
MAIN_CSS
→ const String
-
'''
body, td {
font-family: sans-serif;
font-size: 10pt;
background-color: rgb(28, 40, 52);
}
/* unvisited link */
a:link {
color: #FAFAFA;
text-decoration: no…
-
REDBAR_SVG
→ const String
-
'''
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns…
-
REPORT_SCRIPT
→ const String
-
'''
(function () {
function initialSort(linkelementids) {
window.linkelementids = linkelementids;
let hash = window.location.hash;
if (hash) {
let m…
-
REPORT_SOURCE_TEMPLATE
→ const String
-
'''
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
<title&g…
-
REPORT_TEMPLATE
→ const String
-
'''
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
<title&g…
-
SOURCE_CSS
→ const String
-
'''
.ano {
color: lightseagreen;
font-style: italic;
}
.str {
color: rgb(229, 73, 91);
}
.kwd {
color: rgb(81, 198, 134);
font-weight: bold;
}
.com {
color: rgb(…
-
SOURCE_SCRIPT
→ const String
-
'''
window['PR_SHOULD_USE_CONTINUATION'] = true;
window['PR_TAB_WIDTH'] = 8;
window['PR_normalizedHtml'] = window['PR'] = window['prettyPrintOne'] =…