Skip to content

Commit

Permalink
deploy: f6d847c
Browse files Browse the repository at this point in the history
  • Loading branch information
georgelemon committed Mar 10, 2024
1 parent 125444e commit b38276f
Show file tree
Hide file tree
Showing 11 changed files with 106 additions and 12 deletions.
83 changes: 82 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ <h1 class="title">tim</h1>
<li>
<a class="reference reference-toplevel" href="#6" id="56">Imports</a>
</li>
<li>
<details open>
<summary><a class="reference reference-toplevel" href="#10" id="60">Consts</a></summary>
<ul class="simple simple-toc-section">
<li><a class="reference" href="#localStorage" title="localStorage = r&quot;LocalStorage&quot;">localStorage</a></li>

</ul>
</details>
</li>
<li>
<details open>
<summary><a class="reference reference-toplevel" href="#12" id="62">Procs</a></summary>
Expand All @@ -69,6 +78,30 @@ <h1 class="title">tim</h1>
global, local = newJObject()): string">render(engine: TimEngine; viewName: string; layoutName = defaultLayout;
global, local = newJObject()): string</a></li>

</ul>

</ul>
</details>
</li>
<li>
<details open>
<summary><a class="reference reference-toplevel" href="#17" id="67">Macros</a></summary>
<ul class="simple simple-toc-section">
<ul class="simple nested-toc-section">initCommonStorage
<li><a class="reference" href="#initCommonStorage.m%2Cuntyped" title="initCommonStorage(x: untyped)">initCommonStorage(x: untyped)</a></li>

</ul>

</ul>
</details>
</li>
<li>
<details open>
<summary><a class="reference reference-toplevel" href="#18" id="68">Templates</a></summary>
<ul class="simple simple-toc-section">
<ul class="simple nested-toc-section">&*
<li><a class="reference" href="#%26%2A.t%2Cuntyped" title="`&amp;*`(n: untyped): untyped">`&amp;*`(n: untyped): untyped</a></li>

</ul>

</ul>
Expand All @@ -89,6 +122,20 @@ <h1><a class="toc-backref" href="#6">Imports</a></h1>
<a class="reference external" href="tim/engine/meta.html">tim/engine/meta</a>, <a class="reference external" href="tim/engine/parser.html">tim/engine/parser</a>, <a class="reference external" href="tim/engine/logging.html">tim/engine/logging</a>, <a class="reference external" href="tim/engine/compilers/html.html">tim/engine/compilers/html</a>
</dl>
</div>
<div class="section" id="10">
<h1><a class="toc-backref" href="#10">Consts</a></h1>
<dl class="item">
<div id="localStorage">
<dt><pre><a href="index.html#localStorage"><span class="Identifier">localStorage</span></a> <span class="Other">=</span> <span class="StringLit">r&quot;LocalStorage&quot;</span></pre></dt>
<dd>



</dd>
</div>

</dl>
</div>
<div class="section" id="12">
<h1><a class="toc-backref" href="#12">Procs</a></h1>
<dl class="item">
Expand Down Expand Up @@ -124,6 +171,40 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
</dd>
</div>

</div>

</dl>
</div>
<div class="section" id="17">
<h1><a class="toc-backref" href="#17">Macros</a></h1>
<dl class="item">
<div id="initCommonStorage-macros-all">
<div id="initCommonStorage.m,untyped">
<dt><pre><span class="Keyword">macro</span> <a href="#initCommonStorage.m%2Cuntyped"><span class="Identifier">initCommonStorage</span></a><span class="Other">(</span><span class="Identifier">x</span><span class="Other">:</span> <span class="Identifier">untyped</span><span class="Other">)</span></pre></dt>
<dd>



</dd>
</div>

</div>

</dl>
</div>
<div class="section" id="18">
<h1><a class="toc-backref" href="#18">Templates</a></h1>
<dl class="item">
<div id="&amp;*-templates-all">
<div id="&*.t,untyped">
<dt><pre><span class="Keyword">template</span> <a href="#%26%2A.t%2Cuntyped"><span class="Identifier">`&amp;*`</span></a><span class="Other">(</span><span class="Identifier">n</span><span class="Other">:</span> <span class="Identifier">untyped</span><span class="Other">)</span><span class="Other">:</span> <span class="Identifier">untyped</span></pre></dt>
<dd>



</dd>
</div>

</div>

</dl>
Expand All @@ -135,7 +216,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-06 03:53:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-10 13:04:49 UTC</small>
</div>
</div>
</div>
Expand Down
12 changes: 11 additions & 1 deletion theindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ <h1 class="title">Index</h1>
<li><a class="reference external"
data-doc-search-tag="ast: proc `$`(nodes: seq[Node]): string" href="tim/engine/ast.html#%24%2Cseq%5BNode%5D">ast: proc `$`(nodes: seq[Node]): string</a></li>
</ul></dd>
<dt><a name="%60%26amp%3B%2A%60" href="#%60%26amp%3B%2A%60"><span>`&amp;*`:</span></a></dt><dd><ul class="simple">
<li><a class="reference external"
data-doc-search-tag="tim: template `&amp;*`(n: untyped): untyped" href="index.html#%26%2A.t%2Cuntyped">tim: template `&amp;*`(n: untyped): untyped</a></li>
</ul></dd>
<dt><a name="add" href="#add"><span>add:</span></a></dt><dd><ul class="simple">
<li><a class="reference external"
data-doc-search-tag="tokens: proc add(lex`gensym0: var Lexer)" href="tim/engine/tokens.html#add%2CLexer">tokens: proc add(lex`gensym0: var Lexer)</a></li>
Expand Down Expand Up @@ -332,6 +336,10 @@ <h1 class="title">Index</h1>
<li><a class="reference external"
data-doc-search-tag="ast: enum InfixOp" href="tim/engine/ast.html#InfixOp">ast: enum InfixOp</a></li>
</ul></dd>
<dt><a name="initCommonStorage" href="#initCommonStorage"><span>initCommonStorage:</span></a></dt><dd><ul class="simple">
<li><a class="reference external"
data-doc-search-tag="tim: macro initCommonStorage(x: untyped)" href="index.html#initCommonStorage.m%2Cuntyped">tim: macro initCommonStorage(x: untyped)</a></li>
</ul></dd>
<dt><a name="internalError" href="#internalError"><span>internalError:</span></a></dt><dd><ul class="simple">
<li><a class="reference external"
data-doc-search-tag="logging: Message.internalError" href="tim/engine/logging.html#internalError">logging: Message.internalError</a></li>
Expand Down Expand Up @@ -398,6 +406,8 @@ <h1 class="title">Index</h1>
</ul></dd>
<dt><a name="localStorage" href="#localStorage"><span>localStorage:</span></a></dt><dd><ul class="simple">
<li><a class="reference external"
data-doc-search-tag="tim: const localStorage" href="index.html#localStorage">tim: const localStorage</a></li>
<li><a class="reference external"
data-doc-search-tag="ast: StorageType.localStorage" href="tim/engine/ast.html#localStorage">ast: StorageType.localStorage</a></li>
</ul></dd>
<dt><a name="Log" href="#Log"><span>Log:</span></a></dt><dd><ul class="simple">
Expand Down Expand Up @@ -868,7 +878,7 @@ <h1 class="title">Index</h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-06 03:53:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-10 13:04:49 UTC</small>
</div>
</div>
</div>
Expand Down
7 changes: 5 additions & 2 deletions tim.idx
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
nimTitle tim tim.html module tim 0
nim precompile tim.html#precompile,TimEngine,TimCallback,int,JsonNode proc precompile(engine: TimEngine; callback: TimCallback = nil; flush = true;\n waitThread = false; browserSyncPort = Port(6502);\n browserSyncDelay = 550; global: JsonNode = newJObject();\n watchoutNotify = true) 111
nim render tim.html#render,TimEngine,string proc render(engine: TimEngine; viewName: string; layoutName = defaultLayout;\n global, local = newJObject()): string 204
nim localStorage tim.html#localStorage const localStorage 22
nim initCommonStorage tim.html#initCommonStorage.m,untyped macro initCommonStorage(x: untyped) 24
nim `&*` tim.html#&*.t,untyped template `&*`(n: untyped): untyped 31
nim precompile tim.html#precompile,TimEngine,TimCallback,int,JsonNode proc precompile(engine: TimEngine; callback: TimCallback = nil; flush = true;\n waitThread = false; browserSyncPort = Port(6502);\n browserSyncDelay = 550; global: JsonNode = newJObject();\n watchoutNotify = true) 139
nim render tim.html#render,TimEngine,string proc render(engine: TimEngine; viewName: string; layoutName = defaultLayout;\n global, local = newJObject()): string 232
2 changes: 1 addition & 1 deletion tim/engine/ast.html
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-06 03:53:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-10 13:04:49 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion tim/engine/compilers/html.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-06 03:53:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-10 13:04:49 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion tim/engine/compilers/js.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-06 03:53:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-10 13:04:49 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion tim/engine/compilers/tim.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h1><a class="toc-backref" href="#19">Exports</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-06 03:53:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-10 13:04:49 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion tim/engine/logging.html
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ <h1><a class="toc-backref" href="#18">Templates</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-06 03:53:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-10 13:04:49 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion tim/engine/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ <h1><a class="toc-backref" href="#15">Iterators</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-06 03:53:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-10 13:04:49 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion tim/engine/parser.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-06 03:53:34 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-10 13:04:49 UTC</small>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion tim/engine/tokens.html
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ <h1><a class="toc-backref" href="#12">Procs</a></h1>
<div class="twelve-columns footer">
<span class="nim-sprite"></span>
<br>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-06 03:53:33 UTC</small>
<small style="color: var(--hint);">Made with Nim. Generated: 2024-03-10 13:04:49 UTC</small>
</div>
</div>
</div>
Expand Down

0 comments on commit b38276f

Please sign in to comment.