generated from openpeeps/pistachio
-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
eba7bcd
commit 9c54fa7
Showing
13 changed files
with
165 additions
and
112 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
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
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
nimTitle tim tim.html module tim 0 | ||
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 | ||
nim localStorage tim.html#localStorage const localStorage 25 | ||
nim initCommonStorage tim.html#initCommonStorage.m,untyped macro initCommonStorage(x: untyped) 27 | ||
nim `&*` tim.html#&*.t,untyped template `&*`(n: untyped): untyped 34 | ||
nim toHtml tim.html#toHtml,string,string proc toHtml(name, code: string): string 62 | ||
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) 259 | ||
nim render tim.html#render,TimEngine,string proc render(engine: TimEngine; viewName: string; layoutName = defaultLayout;\n global, local = newJObject()): string 351 |
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
Oops, something went wrong.