Results for “Std.Html.destination”
9 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Html.Destination
A destination an attribute may carry.
- Std.Html.destination
Str -> Result[Std.Html.Destination, Std.Html.Unsafe]A destination, checked, or the reason it is refused.
- Std.Html.Stream.prepareHead
Str -> &Array[(Str, Str)] -> &Std.Html.Stream.TrustedCss -> &Array[Std.Html.Destination] -> Std.Html.Stream.PreparedHeadPrepares a reusable head from typed destinations, escaped text, and explicit CSS.
- Std.Html.anchor
&Std.Html.Destination -> &Array[(Str, Str)] -> &Array[Std.Html.Html] -> Std.Html.HtmlA link to a destination, with attributes and children.
- Std.Html.destinationText
&Std.Html.Destination -> StrHow a destination is written.
- Std.Html.form
&Std.Html.Destination -> Str -> &Array[Std.Html.Html] -> Std.Html.HtmlA form posting to a destination by the given method.
- Std.Html.here
Str -> Result[Std.Html.Destination, Std.Html.Unsafe]A destination within this site, which names no scheme and so needs no
- Std.Html.image
&Std.Html.Destination -> Str -> &Array[(Str, Str)] -> Std.Html.HtmlAn image from a destination, with the description screen readers read.
- Std.Html.trustedDestination
Str -> Std.Html.DestinationA destination the caller has taken responsibility for.
