diff options
| author | root <root@serverpc.home> | 2016-05-04 19:46:53 +0200 |
|---|---|---|
| committer | root <root@serverpc.home> | 2016-05-04 19:46:53 +0200 |
| commit | 4b978d4584994536f05b016fb65de9a8667bcb2d (patch) | |
| tree | 5f45e5b0cfcd74058c7de57afe0646cd253672f3 /server/doc/graphs | |
| parent | 0266c16ffc97042853916c390aaaccecc72e69a1 (diff) | |
| parent | a0056da90605f2fb4c2479cae310f12a81a9a3e7 (diff) | |
Merge branch 'master' into loic
Diffstat (limited to 'server/doc/graphs')
| -rw-r--r-- | server/doc/graphs/class.html | 163 | ||||
| -rw-r--r-- | server/doc/graphs/classes.svg | 87 |
2 files changed, 250 insertions, 0 deletions
diff --git a/server/doc/graphs/class.html b/server/doc/graphs/class.html new file mode 100644 index 0000000..5cabfb5 --- /dev/null +++ b/server/doc/graphs/class.html @@ -0,0 +1,163 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/> + <meta charset="utf-8"/> + <title>API Documentation</title> + <meta name="author" content=""/> + <meta name="description" content=""/> + + <link href="../css/bootstrap-combined.no-icons.min.css" rel="stylesheet"> + <link href="../css/font-awesome.min.css" rel="stylesheet"> + <link href="../css/prism.css" rel="stylesheet" media="all"/> + <link href="../css/template.css" rel="stylesheet" media="all"/> + <link href="../css/jquery.iviewer.css" rel="stylesheet" media="all"/> + <style> + #viewer { + position: relative; + width: 100%; + } + .wrapper { + overflow: hidden; + } + </style> + + <!--[if lt IE 9]> + <script src="../js/html5.js"></script> + <![endif]--> + <script src="../js/jquery-1.11.0.min.js"></script> + <script src="../js/ui/1.10.4/jquery-ui.min.js"></script> + <script src="../js/bootstrap.min.js"></script> + <script src="../js/jquery.smooth-scroll.js"></script> + <script src="../js/prism.min.js"></script> + <!-- TODO: Add http://jscrollpane.kelvinluck.com/ to style the scrollbars for browsers not using webkit--> + <script src="../js/jquery.mousewheel.js" type="text/javascript"></script> + <script src="../js/jquery.iviewer.js" type="text/javascript"></script> + <script type="text/javascript"> + $(window).resize(function(){ + $("#viewer").height($(window).height() - 100); + }); + + $(document).ready(function() { + $("#viewer").iviewer({src: '../graphs/classes.svg', zoom_animation: false}); + $('#viewer img').bind('dragstart', function(event){ + event.preventDefault(); + }); + $(window).resize(); + }); + </script> + + <link rel="shortcut icon" href="../images/favicon.ico"/> + <link rel="apple-touch-icon" href="../images/apple-touch-icon.png"/> + <link rel="apple-touch-icon" sizes="72x72" href="../images/apple-touch-icon-72x72.png"/> + <link rel="apple-touch-icon" sizes="114x114" href="../images/apple-touch-icon-114x114.png"/> +</head> +<body> + +<div class="navbar navbar-fixed-top"> + <div class="navbar-inner"> + <div class="container"> + <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> + <i class="icon-ellipsis-vertical"></i> + </a> + <a class="brand" href="../index.html">API Documentation</a> + + <div class="nav-collapse"> + <ul class="nav pull-right"> + <li class="dropdown" id="charts-menu"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown"> + Charts <b class="caret"></b> + </a> + <ul class="dropdown-menu"> + <li> + <a href="../graphs/class.html"> + <i class="icon-list-alt"></i> Class hierarchy diagram + </a> + </li> + </ul> + </li> + <li class="dropdown" id="reports-menu"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown"> + Reports <b class="caret"></b> + </a> + <ul class="dropdown-menu"> + <li> + <a href="../reports/errors.html"> + <i class="icon-list-alt"></i> Errors <span class="label label-info pull-right">5</span> + </a> + </li> + <li> + <a href="../reports/markers.html"> + <i class="icon-list-alt"></i> Markers <span class="label label-info pull-right">62</span> + </a> + </li> + <li> + <a href="../reports/deprecated.html"> + <i class="icon-list-alt"></i> Deprecated <span class="label label-info pull-right">0</span> + </a> + </li> + </ul> + </li> + </ul> + </div> + </div> + </div> + <!--<div class="go_to_top">--> + <!--<a href="#___" style="color: inherit">Back to top  <i class="icon-upload icon-white"></i></a>--> + <!--</div>--> +</div> + +<div id="___" class="container-fluid"> + <div class="row-fluid"> + <div class="span12"> + <div class="wrapper"> + <div id="viewer" class="viewer"></div> + </div> + </div> + </div> + + <footer class="row-fluid"> + <section class="span10 offset2"> + <section class="row-fluid"> + <section class="span10 offset1"> + <section class="row-fluid footer-sections"> + <section class="span4"> + <h1><i class="icon-code"></i></h1> + <div> + <ul> + </ul> + </div> + </section> + <section class="span4"> + <h1><i class="icon-bar-chart"></i></h1> + <div> + <ul> + <li><a href="../graphs/class.html">Class Hierarchy Diagram</a></li> + </ul> + </div> + </section> + <section class="span4"> + <h1><i class="icon-pushpin"></i></h1> + <div> + <ul> + <li><a href="../reports/errors.html">Errors</a></li> + <li><a href="../reports/markers.html">Markers</a></li> + </ul> + </div> + </section> + </section> + </section> + </section> + <section class="row-fluid"> + <section class="span10 offset1"> + <hr /> + Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and authored + on April 27th, 2016 at 20:51. + </section> + </section> + </section> + </footer> +</div> + +</body> +</html> diff --git a/server/doc/graphs/classes.svg b/server/doc/graphs/classes.svg new file mode 100644 index 0000000..013a397 --- /dev/null +++ b/server/doc/graphs/classes.svg @@ -0,0 +1,87 @@ +<?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 2.30.1 (20150306.0020) + --> +<!-- Title: G Pages: 1 --> +<svg width="284pt" height="474pt" + viewBox="0.00 0.00 284.00 474.00" 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 470)"> +<title>G</title> +<polygon fill="white" stroke="white" points="-4,5 -4,-470 281,-470 281,5 -4,5"/> +<g id="clust1" class="cluster"><title>cluster_Global</title> +<path fill="none" stroke="gray" d="M20,-8C20,-8 256,-8 256,-8 262,-8 268,-14 268,-20 268,-20 268,-446 268,-446 268,-452 262,-458 256,-458 256,-458 20,-458 20,-458 14,-458 8,-452 8,-446 8,-446 8,-20 8,-20 8,-14 14,-8 20,-8"/> +<text text-anchor="middle" x="138" y="-445.2" font-family="Times,serif" font-size="11.00" fill="gray">Global</text> +</g> +<!-- \\genTokenOptions --> +<g id="node1" class="node"><title>\\genTokenOptions</title> +<polygon fill="none" stroke="black" points="260,-430 142,-430 142,-394 260,-394 260,-430"/> +<text text-anchor="middle" x="201" y="-409.2" font-family="Courier,monospace" font-size="11.00">genTokenOptions</text> +</g> +<!-- \\App --> +<g id="node2" class="node"><title>\\App</title> +<polygon fill="none" stroke="black" points="228,-376 174,-376 174,-340 228,-340 228,-376"/> +<text text-anchor="middle" x="201" y="-355.2" font-family="Courier,monospace" font-size="11.00">App</text> +</g> +<!-- \\automating --> +<g id="node3" class="node"><title>\\automating</title> +<polygon fill="none" stroke="black" points="243,-322 159,-322 159,-286 243,-286 243,-322"/> +<text text-anchor="middle" x="201" y="-301.2" font-family="Courier,monospace" font-size="11.00">automating</text> +</g> +<!-- \\Core --> +<g id="node9" class="node"><title>\\Core</title> +<polygon fill="none" stroke="black" points="70,-160 16,-160 16,-124 70,-124 70,-160"/> +<text text-anchor="middle" x="43" y="-139.2" font-family="Courier,monospace" font-size="11.00">Core</text> +</g> +<!-- \\automating->\\Core --> +<g id="edge1" class="edge"><title>\\automating->\\Core</title> +<path fill="none" stroke="black" stroke-dasharray="1,5" d="M158.806,-288.045C152.864,-284.848 147.057,-281.168 142,-277 105.094,-246.584 75.0243,-199.238 58.3273,-169.457"/> +<polygon fill="none" stroke="black" points="61.2634,-167.532 53.3843,-160.449 55.1266,-170.9 61.2634,-167.532"/> +</g> +<!-- \\compute --> +<g id="node4" class="node"><title>\\compute</title> +<polygon fill="none" stroke="black" points="233,-268 169,-268 169,-232 233,-232 233,-268"/> +<text text-anchor="middle" x="201" y="-247.2" font-family="Courier,monospace" font-size="11.00">compute</text> +</g> +<!-- \\compute->\\Core --> +<g id="edge2" class="edge"><title>\\compute->\\Core</title> +<path fill="none" stroke="black" stroke-dasharray="1,5" d="M168.827,-237.259C159.915,-233.149 150.359,-228.278 142,-223 116.034,-206.605 89.3466,-184.107 70.3913,-166.981"/> +<polygon fill="none" stroke="black" points="72.5061,-164.172 62.7656,-160.004 67.7809,-169.337 72.5061,-164.172"/> +</g> +<!-- \\errorManagement --> +<g id="node5" class="node"><title>\\errorManagement</title> +<polygon fill="none" stroke="black" points="260,-214 142,-214 142,-178 260,-178 260,-214"/> +<text text-anchor="middle" x="201" y="-193.2" font-family="Courier,monospace" font-size="11.00">errorManagement</text> +</g> +<!-- \\image --> +<g id="node6" class="node"><title>\\image</title> +<polygon fill="none" stroke="black" points="228,-160 174,-160 174,-124 228,-124 228,-160"/> +<text text-anchor="middle" x="201" y="-139.2" font-family="Courier,monospace" font-size="11.00">image</text> +</g> +<!-- \\image->\\Core --> +<g id="edge3" class="edge"><title>\\image->\\Core</title> +<path fill="none" stroke="black" stroke-dasharray="1,5" d="M173.889,-142C148.242,-142 108.897,-142 80.2295,-142"/> +<polygon fill="none" stroke="black" points="80.1961,-138.5 70.1961,-142 80.196,-145.5 80.1961,-138.5"/> +</g> +<!-- \\network --> +<g id="node7" class="node"><title>\\network</title> +<polygon fill="none" stroke="black" points="233,-106 169,-106 169,-70 233,-70 233,-106"/> +<text text-anchor="middle" x="201" y="-85.2" font-family="Courier,monospace" font-size="11.00">network</text> +</g> +<!-- \\network->\\Core --> +<g id="edge4" class="edge"><title>\\network->\\Core</title> +<path fill="none" stroke="black" stroke-dasharray="1,5" d="M168.806,-98.7979C143.182,-107.668 106.864,-120.24 80.0076,-129.536"/> +<polygon fill="none" stroke="black" points="78.5251,-126.345 70.2201,-132.924 80.8149,-132.96 78.5251,-126.345"/> +</g> +<!-- \\networkLayer3 --> +<g id="node8" class="node"><title>\\networkLayer3</title> +<polygon fill="none" stroke="black" points="253,-52 149,-52 149,-16 253,-16 253,-52"/> +<text text-anchor="middle" x="201" y="-31.2" font-family="Courier,monospace" font-size="11.00">networkLayer3</text> +</g> +<!-- \\networkLayer3->\\Core --> +<g id="edge5" class="edge"><title>\\networkLayer3->\\Core</title> +<path fill="none" stroke="black" stroke-dasharray="1,5" d="M157.818,-52.0786C152.38,-54.8583 146.978,-57.8571 142,-61 116.034,-77.3955 89.3466,-99.8935 70.3913,-117.019"/> +<polygon fill="none" stroke="black" points="67.7809,-114.663 62.7656,-123.996 72.5061,-119.828 67.7809,-114.663"/> +</g> +</g> +</svg> |
