Documentation for 0953376d31

This commit is contained in:
github-actions
2023-06-16 21:18:14 +00:00
parent 26f1eee566
commit 14deeecd50
7241 changed files with 234176 additions and 54779 deletions

View File

@@ -1,3 +1,4 @@
<map id="list" name="list">
<area shape="rect" id="node1" title=" " alt="" coords="5,5,44,31"/>
<area shape="rect" id="Node000001" title=" " alt="" coords="5,5,44,31"/>
<area shape="poly" id="edge1_Node000001_Node000001" title=" " alt="" coords="60,11,70,18,61,25,44,25,44,20,60,20,65,18,58,16"/>
</map>

View File

@@ -1 +1 @@
41d8536f47acbff0cef3fcca7e7f0a59
148814954fba6722ae992c3d0afc8db9

View File

@@ -6,23 +6,51 @@
<!-- Title: list Pages: 1 -->
<svg width="77pt" height="27pt"
viewBox="0.00 0.00 76.55 27.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
<style type="text/css"><![CDATA[
.node, .edge {opacity: 0.7;}
.node.selected, .edge.selected {opacity: 1;}
.edge:hover path { stroke: red; }
.edge:hover polygon { stroke: red; fill: red; }
]]></style>
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
<svg id="graph" class="graph">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 23.25)">
<title>list</title>
<!-- Node1 -->
<g id="node1" class="node">
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_node1"><a xlink:title=" ">
<g id="a_Node000001"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="28.8,-19.25 0,-19.25 0,0 28.8,0 28.8,-19.25"/>
<text text-anchor="middle" x="14.4" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">list</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node1 -->
<g id="edge1" class="edge">
<g id="edge1_Node000001_Node000001" class="edge">
<title>Node1&#45;&gt;Node1</title>
<g id="a_edge1_Node000001_Node000001"><a xlink:title=" ">
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M40.05,-12.93C44.06,-12.44 46.8,-11.34 46.8,-9.62 46.8,-6.58 38.15,-5.46 29.06,-6.27"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="40.05,-9.44 30.06,-12.98 40.08,-16.44 40.05,-9.44"/>
<text text-anchor="middle" x="57.67" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00"> next</text>
</a>
</g>
<text text-anchor="middle" x="57.67" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> next</text>
</g>
</g>
</svg>
</svg>
<style type='text/css'>
<![CDATA[
[data-mouse-over-selected='false'] { opacity: 0.7; }
[data-mouse-over-selected='true'] { opacity: 1.0; }
]]>
</style>
<script type="application/ecmascript"><![CDATA[
document.addEventListener('DOMContentLoaded', (event) => {
highlightEdges();
highlightAdjacentNodes();
});
]]></script>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
-->
<!-- Title: list Pages: 1 -->
<svg width="77pt" height="27pt"
viewBox="0.00 0.00 76.55 27.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 23.25)">
<title>list</title>
<!-- Node1 -->
<g id="Node000001" class="node">
<title>Node1</title>
<g id="a_Node000001"><a xlink:title=" ">
<polygon fill="#999999" stroke="#666666" points="28.8,-19.25 0,-19.25 0,0 28.8,0 28.8,-19.25"/>
<text text-anchor="middle" x="14.4" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">list</text>
</a>
</g>
</g>
<!-- Node1&#45;&gt;Node1 -->
<g id="edge1_Node000001_Node000001" class="edge">
<title>Node1&#45;&gt;Node1</title>
<g id="a_edge1_Node000001_Node000001"><a xlink:title=" ">
<path fill="none" stroke="#9a32cd" stroke-dasharray="5,2" d="M40.05,-12.93C44.06,-12.44 46.8,-11.34 46.8,-9.62 46.8,-6.58 38.15,-5.46 29.06,-6.27"/>
<polygon fill="#9a32cd" stroke="#9a32cd" points="40.05,-9.44 30.06,-12.98 40.08,-16.44 40.05,-9.44"/>
</a>
</g>
<text text-anchor="middle" x="57.67" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00" fill="grey"> next</text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB