Home / page
Module: page
Module Dependencies
graph LR
page[page]
page --> std[std]
std --> cstd[cstd]
std --> core[core]
Symbols
Public Only
HtmlPage (struct)
- append_html (function)
- append_html_char_ptr (function)
- append_html_char (function)
- append_html_integer (function)
- append_html_uinteger (function)
- append_html_float (function)
- append_html_double (function)
- append_head (function)
- append_head_char_ptr (function)
- append_head_char (function)
- append_head_integer (function)
- append_head_uinteger (function)
- append_head_float (function)
- append_head_double (function)
- append_css (function)
- require_css_hash (function)
- set_css_hash (function)
- require_component (function)
- set_component_hash (function)
- require_random_css_hash (function)
- set_random_css_hash (function)
- append_css_char_ptr (function)
- append_css_char (function)
- append_css_integer (function)
- append_css_uinteger (function)
- append_css_float (function)
- append_css_double (function)
- append_js (function)
- append_js_char_ptr (function)
- append_js_char (function)
- append_js_integer (function)
- append_js_uinteger (function)
- append_js_float (function)
- append_js_double (function)
- append_head_js (function)
- append_head_js_char_ptr (function)
- append_head_js_char (function)
- append_head_js_integer (function)
- append_head_js_uinteger (function)
- append_head_js_float (function)
- append_head_js_double (function)
- toString (function)
- toStringHeadOnly (function)
- toStringHeadJsOnly (function)
- toStringHtmlOnly (function)
- toStringCssOnly (function)
- toStringJsOnly (function)
- appendTitle (function)
- appendFavicon (function)
- appendPngFavicon (function)
- appendViewportMeta (function)
- appendCharsetUTF8Meta (function)
- defaultPrepare (function)
- defaultPreactSetup (function)
- defaultDevelopmentReactSetup (function)
- defaultReactSetup (function)
- asynchronousSolidSetup (function)
- defaultSolidSetup (function)
- htmlPageToString (function)
- writeToFile (function)
- writeToDirectory (function)
- make (function)
- delete (function)
PageExportConfig (struct) Private
- make (function)
HtmlPageWriter (interface)
- writeToPageHead (function)
- writeToPageBody (function)