|
1 | 1 | <!DOCTYPE html >
|
2 | 2 | <html>
|
3 | 3 | <head>
|
| 4 | + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> |
4 | 6 | <title></title>
|
5 | 7 | <meta name="description" content="" />
|
6 | 8 | <meta name="keywords" content="" />
|
7 | 9 | <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
8 | 10 |
|
9 | 11 | <link href="lib/index.css" media="screen" type="text/css" rel="stylesheet" />
|
| 12 | + <link href="lib/template.css" media="screen" type="text/css" rel="stylesheet" /> |
| 13 | + <link href="lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" /> |
10 | 14 | <script type="text/javascript" src="lib/jquery.js"></script>
|
11 |
| - <script type="text/javascript" src="lib/jquery-ui.js"></script> |
12 |
| - <script type="text/javascript" src="lib/jquery.layout.js"></script> |
| 15 | + <script type="text/javascript" src="lib/jquery.panzoom.min.js"></script> |
| 16 | + <script type="text/javascript" src="lib/jquery.mousewheel.min.js"></script> |
13 | 17 | <script type="text/javascript" src="lib/index.js"></script>
|
| 18 | + <script type="text/javascript" src="index.js"></script> |
14 | 19 | <script type="text/javascript" src="lib/scheduler.js"></script>
|
| 20 | + <script type="text/javascript" src="lib/template.js"></script> |
| 21 | + <script type="text/javascript" src="lib/tools.tooltip.js"></script> |
| 22 | + |
| 23 | + <script type="text/javascript"> |
| 24 | + /* this variable can be used by the JS to determine the path to the root document */ |
| 25 | + var toRoot = ''; |
| 26 | + </script> |
15 | 27 |
|
16 | 28 | </head>
|
17 | 29 | <body>
|
18 |
| - <div id="library"> |
19 |
| - <img class="class icon" alt="class icon" src="lib/class.png" /> |
20 |
| - <img class="trait icon" alt="trait icon" src="lib/trait.png" /> |
21 |
| - <img class="object icon" alt="trait icon" src="lib/object.png" /> |
22 |
| - <img class="package icon" alt="trait icon" src="lib/package.png" /> |
| 30 | + <div id="search"> |
| 31 | + <span id="doc-title"><span id="doc-version"></span></span> |
| 32 | + <span class="close-results"><span class="left"><</span> Back</span> |
| 33 | + <div id="textfilter"> |
| 34 | + <span class="input"> |
| 35 | + <input autocapitalize="none" placeholder="Search" id="index-input" type="text" accesskey="/" /> |
| 36 | + <i class="clear material-icons"></i> |
| 37 | + <i id="search-icon" class="material-icons"></i> |
| 38 | + </span> |
| 39 | + </div> |
| 40 | + </div> |
| 41 | + <div id="search-results"> |
| 42 | + <div id="search-progress"> |
| 43 | + <div id="progress-fill"></div> |
| 44 | + </div> |
| 45 | + <div id="results-content"> |
| 46 | + <div id="entity-results"></div> |
| 47 | + <div id="member-results"></div> |
| 48 | + </div> |
23 | 49 | </div>
|
24 |
| - <div id="browser" class="ui-layout-west"> |
25 |
| - <div class="ui-west-center"> |
26 |
| - <div id="filter"> |
27 |
| - <div id="textfilter"></div> |
28 |
| - <div id="letters"><a target="template" href="index/index-_.html">#</a><a target="template" href="index/index-a.html">A</a><a target="template" href="index/index-b.html">B</a><a target="template" href="index/index-c.html">C</a><a target="template" href="index/index-d.html">D</a><a target="template" href="index/index-e.html">E</a><a target="template" href="index/index-f.html">F</a><a target="template" href="index/index-g.html">G</a><a target="template" href="index/index-h.html">H</a><a target="template" href="index/index-i.html">I</a><span>J</span><a target="template" href="index/index-k.html">K</a><a target="template" href="index/index-l.html">L</a><a target="template" href="index/index-m.html">M</a><a target="template" href="index/index-n.html">N</a><a target="template" href="index/index-o.html">O</a><a target="template" href="index/index-p.html">P</a><span>Q</span><a target="template" href="index/index-r.html">R</a><a target="template" href="index/index-s.html">S</a><a target="template" href="index/index-t.html">T</a><span>U</span><a target="template" href="index/index-v.html">V</a><a target="template" href="index/index-w.html">W</a><a target="template" href="index/index-x.html">X</a><span>Y</span><span>Z</span> – <span>deprecated</span></div> |
| 50 | + <div id="content-scroll-container" style="-webkit-overflow-scrolling: touch;"> |
| 51 | + <div id="content-container" style="-webkit-overflow-scrolling: touch;"> |
| 52 | + <div id="subpackage-spacer"> |
| 53 | + <div id="packages"> |
| 54 | + <h1>Packages</h1> |
| 55 | + <ul> |
| 56 | + <li name="_root_.root" visbl="pub" class="indented0 current" data-isabs="false" fullComment="no" group="Ungrouped"> |
| 57 | + <a id="_root_"></a><a id="root:_root_"></a> |
| 58 | + <span class="permalink"> |
| 59 | + <a href="index.html#_root_" title="Permalink"> |
| 60 | + <i class="material-icons"></i> |
| 61 | + </a> |
| 62 | + </span> |
| 63 | + <span class="modifier_kind"> |
| 64 | + <span class="modifier"></span> |
| 65 | + <span class="kind">package</span> |
| 66 | + </span> |
| 67 | + <span class="symbol"> |
| 68 | + <span class="name">root</span> |
| 69 | + </span> |
| 70 | + |
| 71 | + |
| 72 | + </li><li name="_root_.xyz" visbl="pub" class="indented1 " data-isabs="false" fullComment="no" group="Ungrouped"> |
| 73 | + <a id="xyz"></a><a id="xyz:xyz"></a> |
| 74 | + <span class="permalink"> |
| 75 | + <a href="index.html#xyz" title="Permalink"> |
| 76 | + <i class="material-icons"></i> |
| 77 | + </a> |
| 78 | + </span> |
| 79 | + <span class="modifier_kind"> |
| 80 | + <span class="modifier"></span> |
| 81 | + <span class="kind">package</span> |
| 82 | + </span> |
| 83 | + <span class="symbol"> |
| 84 | + <a title="" href="xyz/index.html"> |
| 85 | + <span class="name">xyz</span> |
| 86 | + </a> |
| 87 | + </span> |
| 88 | + |
| 89 | + |
| 90 | + </li> |
| 91 | + </ul> |
| 92 | + </div> |
| 93 | + </div> |
| 94 | + <div id="content"> |
| 95 | + <body class="package value"> |
| 96 | + <div id="definition"> |
| 97 | + <div class="big-circle package">p</div> |
| 98 | + |
| 99 | + <h1>root package<span class="permalink"> |
| 100 | + <a href="index.html" title="Permalink"> |
| 101 | + <i class="material-icons"></i> |
| 102 | + </a> |
| 103 | + </span></h1> |
| 104 | + |
29 | 105 | </div>
|
30 |
| - <div class="pack" id="tpl"> |
31 |
| - |
32 |
| - <ol class="templates"></ol> |
33 |
| - <ol class="packages"> <li class="pack" title="xyz"> |
34 |
| - <a class="tplshow" href="xyz/package.html" target="template">xyz</a> |
35 |
| - <ol class="templates"></ol> |
36 |
| - <ol class="packages"> <li class="pack" title="xyz.hyperreal"> |
37 |
| - <a class="tplshow" href="xyz/hyperreal/package.html" target="template">xyz.hyperreal</a> |
38 |
| - <ol class="templates"></ol> |
39 |
| - <ol class="packages"> <li class="pack" title="xyz.hyperreal.btree"> |
40 |
| - <a class="tplshow" href="xyz/hyperreal/btree/package.html" target="template">xyz.hyperreal.btree</a> |
41 |
| - <ol class="templates"><li title="xyz.hyperreal.btree.BPlusTree"><div class="placeholder"></div><a class="tplshow" href="xyz/hyperreal/btree/BPlusTree.html" target="template"><span class="class">(class)</span><span class="tplLink">BPlusTree</span></a></li><li title="xyz.hyperreal.btree.FileBPlusTree"><a class="tplshow" href="xyz/hyperreal/btree/FileBPlusTree$.html" target="template"><span class="object">(object)</span></a><a class="tplshow" href="xyz/hyperreal/btree/FileBPlusTree.html" target="template"><span class="class">(class)</span><span class="tplLink">FileBPlusTree</span></a></li><li title="xyz.hyperreal.btree.FileBPlusTreeFormat"><div class="placeholder"></div><a class="tplshow" href="xyz/hyperreal/btree/FileBPlusTreeFormat.html" target="template"><span class="trait">(trait)</span><span class="tplLink">FileBPlusTreeFormat</span></a></li><li title="xyz.hyperreal.btree.MemoryBPlusTree"><div class="placeholder"></div><a class="tplshow" href="xyz/hyperreal/btree/MemoryBPlusTree.html" target="template"><span class="class">(class)</span><span class="tplLink">MemoryBPlusTree</span></a></li><li title="xyz.hyperreal.btree.MutableSortedMap"><a class="tplshow" href="xyz/hyperreal/btree/MutableSortedMap$.html" target="template"><span class="object">(object)</span></a><a class="tplshow" href="xyz/hyperreal/btree/MutableSortedMap.html" target="template"><span class="class">(class)</span><span class="tplLink">MutableSortedMap</span></a></li></ol> |
42 |
| - <ol class="packages"> </ol> |
43 |
| - </li></ol> |
44 |
| - </li></ol> |
45 |
| - </li></ol> |
46 |
| - </div></div><script src="index.js"></script> |
47 |
| - </div> |
48 |
| - <div id="content" class="ui-layout-center"> |
49 |
| - <iframe id="template" name="template" src="package.html"></iframe> |
| 106 | + |
| 107 | + <h4 id="signature" class="signature"> |
| 108 | + <span class="modifier_kind"> |
| 109 | + <span class="modifier"></span> |
| 110 | + <span class="kind">package</span> |
| 111 | + </span> |
| 112 | + <span class="symbol"> |
| 113 | + <span class="name">root</span> |
| 114 | + </span> |
| 115 | + </h4> |
| 116 | + |
| 117 | + |
| 118 | + <div id="comment" class="fullcommenttop"></div> |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + <div id="template"> |
| 124 | + <div id="allMembers"> |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + </div> |
| 137 | + |
| 138 | + <div id="inheritedMembers"> |
| 139 | + |
| 140 | + |
| 141 | + </div> |
| 142 | + |
| 143 | + <div id="groupedMembers"> |
| 144 | + <div class="group" name="Ungrouped"> |
| 145 | + <h3>Ungrouped</h3> |
| 146 | + |
| 147 | + </div> |
| 148 | + </div> |
| 149 | + |
| 150 | + </div> |
| 151 | + |
| 152 | + <div id="tooltip"></div> |
| 153 | + |
| 154 | + <div id="footer"> </div> |
| 155 | + </body> |
| 156 | + </div> |
| 157 | + </div> |
50 | 158 | </div>
|
51 | 159 | </body>
|
52 | 160 | </html>
|
0 commit comments