-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnamespace-Quaver.html
132 lines (101 loc) · 3.1 KB
/
namespace-Quaver.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Namespace Quaver | Quaver Framework</title>
<link rel="stylesheet" href="resources/bootstrap.min.css?973e37a8502921d56bc02bb55321f45b072b6f71">
<link rel="stylesheet" href="resources/style.css?49f43d3208c5d7e33fa16d36107a345bf11cc00d">
</head>
<body>
<nav id="navigation" class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<a href="index.html" class="navbar-brand">Quaver Framework</a>
</div>
<div class="collapse navbar-collapse">
<form id="search" class="navbar-form navbar-left" role="search">
<input type="hidden" name="cx" value="">
<input type="hidden" name="ie" value="UTF-8">
<div class="form-group">
<input type="text" name="q" class="search-query form-control" placeholder="Search">
</div>
</form>
<ul class="nav navbar-nav">
<li class="active">
<span>Namespace</span> </li>
<li>
<span>Class</span> </li>
<li class="divider-vertical"></li>
<li>
<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
</li>
<li class="divider-vertical"></li>
<li>
<a href="-API-documentation.zip" title="Download documentation as ZIP archive"><span>Download</span></a>
</li>
</ul>
</div>
</div>
</nav>
<div id="left">
<div id="menu">
<div id="groups">
<h3>Namespaces</h3>
<ul>
<li class="active">
<a href="namespace-Quaver.html">
Quaver<span></span>
</a>
<ul>
<li>
<a href="namespace-Quaver.Core.html">
Core </a>
</li>
</ul></li>
</ul>
</div>
<div id="elements">
<h3>Functions</h3>
<ul>
<li><a href="function-Quaver.load.html">load</a></li>
<li><a href="function-Quaver.loadPath.html">loadPath</a></li>
</ul>
</div>
</div>
</div>
<div id="splitter"></div>
<div id="right">
<div id="rightInner">
<div id="content" class="namespace">
<h1>Namespace Quaver</h1>
<div class="panel panel-default">
<div class="panel-heading"><h2>Namespaces summary</h2></div>
<table class="summary table table-bordered table-striped" id="namespaces">
<tr>
<td class="name"><a href="namespace-Quaver.Core.html">Quaver\Core</a></td>
</tr>
</table>
</div>
<div class="panel panel-default">
<div class="panel-heading"><h2>Functions summary</h2></div>
<table class="summary table table-bordered table-striped" id="functions">
<tr>
<td class="name"><a href="function-Quaver.load.html">load</a></td>
<td>load file.</td>
</tr>
<tr>
<td class="name"><a href="function-Quaver.loadPath.html">loadPath</a></td>
<td>loadPath.</td>
</tr>
</table>
</div>
</div>
</div>
<div id="footer">
Quaver Framework API documentation generated by <a href="http://apigen.org">ApiGen</a>
</div>
</div>
<script src="resources/combined.js?533e23ef2f02bd4b20548834a028566b6eb403e0"></script>
<script src="elementlist.js?7a164cb6b19453745ff79d5f30e64cde8a07280d"></script>
</body>
</html>