-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
125 lines (102 loc) · 3.72 KB
/
404.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="robots" content="noindex">
<title>Page not found | 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>
<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>
<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>Classes</h3>
<ul>
<li><a href="class-Quaver.Core.App.html">Quaver\Core\App</a></li>
<li><a href="class-Quaver.Core.Config.html">Quaver\Core\Config</a></li>
<li><a href="class-Quaver.Core.Controller.html">Quaver\Core\Controller</a></li>
<li><a href="class-Quaver.Core.DB.html">Quaver\Core\DB</a></li>
<li><a href="class-Quaver.Core.Helper.html">Quaver\Core\Helper</a></li>
<li><a href="class-Quaver.Core.Lang.html">Quaver\Core\Lang</a></li>
<li><a href="class-Quaver.Core.LangStrings.html">Quaver\Core\LangStrings</a></li>
<li><a href="class-Quaver.Core.Log.html">Quaver\Core\Log</a></li>
<li><a href="class-Quaver.Core.Model.html">Quaver\Core\Model</a></li>
<li><a href="class-Quaver.Core.Resources.html">Quaver\Core\Resources</a></li>
<li><a href="class-Quaver.Core.Router.html">Quaver\Core\Router</a></li>
</ul>
<h3>Exceptions</h3>
<ul>
<li><a href="class-Quaver.Core.Exception.html">Quaver\Core\Exception</a></li>
</ul>
<h3>Functions</h3>
<ul>
<li><a href="function-Quaver.load.html">Quaver\load</a></li>
<li><a href="function-Quaver.loadPath.html">Quaver\loadPath</a></li>
</ul>
</div>
</div>
</div>
<div id="splitter"></div>
<div id="right">
<div id="rightInner">
<div id="content">
<h1>Page not found</h1>
<p>The requested page could not be found.</p>
<p>You have probably clicked on a link that is outdated and points to a page that does not exist any more or you have made an typing error in the address.</p>
<p>To continue please try to find requested page in the menu, take a look at <a href="tree.html">the tree view</a> of the whole project or use search field on the top.</p>
</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"></script>
</body>
</html>