-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
135 changed files
with
19,530 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>appserver - cool documentation</title> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="doc-current-symbol" content="appserver"> | ||
<link rel="stylesheet" href="./styles.css"> | ||
<style></style> | ||
</head> | ||
<body> | ||
|
||
|
||
<nav id="sidepanel"> | ||
<h2><a href="index.html"><span>cool</span></a></h2> | ||
|
||
<div class="section_title"><div class="symbol_kind kind_Namespace_text kind_Namespace_bg" title="Namespace"> | ||
N | ||
</div> | ||
<h3 class="kind_Namespace_text">Namespaces</h3></div> | ||
<ul> | ||
|
||
<li> | ||
<a href="appserver.html" title="appserver" class=""><span><code>appserver</code></span></a> | ||
</li> | ||
|
||
<li> | ||
<a href="di.html" title="di" class=""><span><code>di</code></span></a> | ||
</li> | ||
|
||
<li> | ||
<a href="dotenv.html" title="dotenv" class=""><span><code>dotenv</code></span></a> | ||
</li> | ||
|
||
<li> | ||
<a href="events.html" title="events" class=""><span><code>events</code></span></a> | ||
</li> | ||
|
||
<li> | ||
<a href="fp.html" title="fp" class=""><span><code>fp</code></span></a> | ||
</li> | ||
|
||
<li> | ||
<a href="functions.html" title="functions" class=""><span><code>functions</code></span></a> | ||
</li> | ||
|
||
<li> | ||
<a href="parsing.html" title="parsing" class=""><span><code>parsing</code></span></a> | ||
</li> | ||
|
||
<li> | ||
<a href="standards.html" title="standards" class=""><span><code>standards</code></span></a> | ||
</li> | ||
|
||
</ul> | ||
|
||
<div class="section_title"><div class="symbol_kind kind_Variable_text kind_Variable_bg" title="Variable"> | ||
v | ||
</div> | ||
<h3 class="kind_Variable_text">Variables</h3></div> | ||
<ul> | ||
|
||
<li> | ||
<a href="metadata.html" title="metadata" class=""><span><code>metadata</code></span></a> | ||
</li> | ||
|
||
</ul> | ||
|
||
</nav> | ||
|
||
|
||
<div id="content"> | ||
<a href="./index.html">← Back to index</a> | ||
|
||
<input type="text" id="searchbar" style="display: none;" /> | ||
|
||
|
||
<main class="symbol_group" id="symbol_appserver"> | ||
|
||
<article class="symbol"> | ||
<div class="symbol_header"> | ||
<div class="doc_block_title"> | ||
<div> | ||
<span class="kind_Namespace_text">namespace</span> <span style="font-weight: 700;">appserver</span> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
<div> | ||
<div class="doc_block_items"><div><h2 class="section_title" id="Classes"><a href="#Classes" aria-label="Anchor">Classes</a></h2><table class="symbol_section"><tr> | ||
<td class="symbol_section_symbol"> | ||
<div> | ||
<div class="symbol_kind kind_Class_text kind_Class_bg" title="Class">c</div> | ||
<a href="./appserver/AppServer.html">appserver.AppServer</a> | ||
</div> | ||
</td> | ||
<td class="symbol_section_doc"> | ||
|
||
</td> | ||
</tr></table></div><div><h2 class="section_title" id="Interfaces"><a href="#Interfaces" aria-label="Anchor">Interfaces</a></h2><table class="symbol_section"><tr> | ||
<td class="symbol_section_symbol"> | ||
<div> | ||
<div class="symbol_kind kind_Interface_text kind_Interface_bg" title="Interface">I</div> | ||
<a href="./appserver/Module.html">appserver.Module</a> | ||
</div> | ||
</td> | ||
<td class="symbol_section_doc"> | ||
|
||
</td> | ||
</tr></table></div></div> | ||
</div> | ||
</article> | ||
|
||
</main> | ||
|
||
<div id="searchResults"></div> | ||
</div> | ||
|
||
</body> | ||
<script src="./search_index.js" defer></script> | ||
<script src="./fuse.js" defer></script> | ||
<script src="./search.js" defer></script> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,255 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>appserver.AppServer - cool documentation</title> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="doc-current-symbol" content="appserver.AppServer"> | ||
<link rel="stylesheet" href="./../styles.css"> | ||
<style></style> | ||
</head> | ||
<body> | ||
|
||
|
||
<nav id="sidepanel"> | ||
<h2><a href="../index.html"><span>cool</span></a></h2> | ||
|
||
<div class="section_title"><div class="symbol_kind kind_Namespace_text kind_Namespace_bg" title="Namespace"> | ||
N | ||
</div> | ||
<h3 class="kind_Namespace_text">Namespaces</h3></div> | ||
<ul> | ||
|
||
<li> | ||
<a href="../appserver.html" title="appserver" class=""><span><code>appserver</code></span></a> | ||
</li> | ||
|
||
<li> | ||
<a href="../di.html" title="di" class=""><span><code>di</code></span></a> | ||
</li> | ||
|
||
<li> | ||
<a href="../dotenv.html" title="dotenv" class=""><span><code>dotenv</code></span></a> | ||
</li> | ||
|
||
<li> | ||
<a href="../events.html" title="events" class=""><span><code>events</code></span></a> | ||
</li> | ||
|
||
<li> | ||
<a href="../fp.html" title="fp" class=""><span><code>fp</code></span></a> | ||
</li> | ||
|
||
<li> | ||
<a href="../functions.html" title="functions" class=""><span><code>functions</code></span></a> | ||
</li> | ||
|
||
<li> | ||
<a href="../parsing.html" title="parsing" class=""><span><code>parsing</code></span></a> | ||
</li> | ||
|
||
<li> | ||
<a href="../standards.html" title="standards" class=""><span><code>standards</code></span></a> | ||
</li> | ||
|
||
</ul> | ||
|
||
<div class="section_title"><div class="symbol_kind kind_Variable_text kind_Variable_bg" title="Variable"> | ||
v | ||
</div> | ||
<h3 class="kind_Variable_text">Variables</h3></div> | ||
<ul> | ||
|
||
<li> | ||
<a href="../metadata.html" title="metadata" class=""><span><code>metadata</code></span></a> | ||
</li> | ||
|
||
</ul> | ||
|
||
</nav> | ||
|
||
|
||
<div id="content"> | ||
<a href="./../index.html">← Back to index</a> | ||
|
||
<input type="text" id="searchbar" style="display: none;" /> | ||
|
||
|
||
<main class="symbol_group" id="symbol_appserver.AppServer"> | ||
|
||
<article class="symbol"> | ||
<div class="symbol_header"> | ||
<div class="doc_block_title"> | ||
<div> | ||
<span class="kind_Class_text">class</span> <span style="font-weight: 700;">appserver.AppServer</span> | ||
</div> | ||
<div class="doc_block_subtitle"></div> | ||
</div> | ||
</div> | ||
<div> | ||
<div class="doc_block_items"><div><h2 class="section_title" id="Constructors"><a href="#Constructors" aria-label="Anchor">Constructors</a></h2><div class="section"> | ||
<div class="doc_item" id="constructor_0"> | ||
<a | ||
href="#constructor_0" | ||
class="anchor" | ||
aria-label="Anchor" | ||
tabIndex=-1 | ||
> | ||
<div style="width: 14px; height: 14px; display: inline-block;">🔗</div> | ||
</a> | ||
<div class="doc_entry"> | ||
<span class="doc_entry_children"> | ||
<code> | ||
<span style="font-weight: 700;">AppServer</span><span style="font-weight: 500;">()</span> | ||
</code> | ||
</span> | ||
</div> | ||
|
||
</div> | ||
</div></div><div><h2 class="section_title" id="Properties"><a href="#Properties" aria-label="Anchor">Properties</a></h2><div class="section"> | ||
<div class="doc_item" id="property_channels"> | ||
<a | ||
href="#property_channels" | ||
class="anchor" | ||
aria-label="Anchor" | ||
tabIndex=-1 | ||
> | ||
<div style="width: 14px; height: 14px; display: inline-block;">🔗</div> | ||
</a> | ||
<div class="doc_entry"> | ||
<span class="doc_entry_children"> | ||
<code> | ||
<span style="font-weight: 700;">channels</span><span style="font-weight: 500;">: <span>Map</span><<span>string</span><span>, </span><span>Channel</span>></span> | ||
</code> | ||
</span> | ||
</div> | ||
|
||
</div> | ||
|
||
<div class="doc_item" id="property_di"> | ||
<a | ||
href="#property_di" | ||
class="anchor" | ||
aria-label="Anchor" | ||
tabIndex=-1 | ||
> | ||
<div style="width: 14px; height: 14px; display: inline-block;">🔗</div> | ||
</a> | ||
<div class="doc_entry"> | ||
<span class="doc_entry_children"> | ||
<code> | ||
<span style="font-weight: 700;">di</span><span style="font-weight: 500;">: di</span> | ||
</code> | ||
</span> | ||
</div> | ||
|
||
</div> | ||
|
||
<div class="doc_item" id="property_events"> | ||
<a | ||
href="#property_events" | ||
class="anchor" | ||
aria-label="Anchor" | ||
tabIndex=-1 | ||
> | ||
<div style="width: 14px; height: 14px; display: inline-block;">🔗</div> | ||
</a> | ||
<div class="doc_entry"> | ||
<span class="doc_entry_children"> | ||
<code> | ||
<span style="font-weight: 700;">events</span><span style="font-weight: 500;">: events</span> | ||
</code> | ||
</span> | ||
</div> | ||
|
||
</div> | ||
|
||
<div class="doc_item" id="property_modules"> | ||
<a | ||
href="#property_modules" | ||
class="anchor" | ||
aria-label="Anchor" | ||
tabIndex=-1 | ||
> | ||
<div style="width: 14px; height: 14px; display: inline-block;">🔗</div> | ||
</a> | ||
<div class="doc_entry"> | ||
<span class="doc_entry_children"> | ||
<code> | ||
<span style="font-weight: 700;">modules</span><span style="font-weight: 500;">: <span>Map</span><<span>string</span><span>, </span><a href="./../../appserver/Module.html" class="link">Module</a>></span> | ||
</code> | ||
</span> | ||
</div> | ||
|
||
</div> | ||
</div></div><div><h2 class="section_title" id="Methods"><a href="#Methods" aria-label="Anchor">Methods</a></h2><div class="section"> | ||
<div class="doc_item" id="method_addChannel_0"> | ||
<a | ||
href="#method_addChannel_0" | ||
class="anchor" | ||
aria-label="Anchor" | ||
tabIndex=-1 | ||
> | ||
<div style="width: 14px; height: 14px; display: inline-block;">🔗</div> | ||
</a> | ||
<div class="doc_entry"> | ||
<span class="doc_entry_children"> | ||
<code> | ||
<span style="font-weight: 700;">addChannel</span><span style="font-weight: 500;">(<span><span>channel<span>: <span>Channel</span></span></span></span>): <span>void</span></span> | ||
</code> | ||
</span> | ||
</div> | ||
|
||
</div> | ||
|
||
<div class="doc_item" id="method_addModule_0"> | ||
<a | ||
href="#method_addModule_0" | ||
class="anchor" | ||
aria-label="Anchor" | ||
tabIndex=-1 | ||
> | ||
<div style="width: 14px; height: 14px; display: inline-block;">🔗</div> | ||
</a> | ||
<div class="doc_entry"> | ||
<span class="doc_entry_children"> | ||
<code> | ||
<span style="font-weight: 700;">addModule</span><span style="font-weight: 500;">(<span><span>module<span>: <a href="./../../appserver/Module.html" class="link">Module</a></span></span></span>): <span>void</span></span> | ||
</code> | ||
</span> | ||
</div> | ||
|
||
</div> | ||
|
||
<div class="doc_item" id="method_execute_0"> | ||
<a | ||
href="#method_execute_0" | ||
class="anchor" | ||
aria-label="Anchor" | ||
tabIndex=-1 | ||
> | ||
<div style="width: 14px; height: 14px; display: inline-block;">🔗</div> | ||
</a> | ||
<div class="doc_entry"> | ||
<span class="doc_entry_children"> | ||
<code> | ||
<span style="font-weight: 700;">execute</span><span style="font-weight: 500;">(<span><span>_options<span>: <span>unknown</span></span></span></span>): <span>void</span></span> | ||
</code> | ||
</span> | ||
</div> | ||
|
||
</div> | ||
</div></div></div> | ||
</div> | ||
</article> | ||
|
||
</main> | ||
|
||
<div id="searchResults"></div> | ||
</div> | ||
|
||
</body> | ||
<script src="./../search_index.js" defer></script> | ||
<script src="./../fuse.js" defer></script> | ||
<script src="./../search.js" defer></script> | ||
</html> |
Oops, something went wrong.