Packages
lustre
5.7.1
5.7.1
5.7.0
5.6.0
5.5.2
5.5.1
5.5.0
5.4.0
5.3.5
5.3.4
5.3.3
5.3.2
5.3.1
5.3.0
5.2.1
5.2.0
5.1.1
5.1.0
5.0.3
5.0.2
5.0.1
5.0.0
4.6.4
4.6.3
4.6.2
4.6.1
4.6.0
4.5.1
4.5.0
4.4.4
4.4.3
4.4.1
4.4.0
4.3.6
4.3.5
4.3.4
4.3.3
4.3.2
4.3.1
4.3.0
4.2.6
4.2.5
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.8
4.1.7
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.0
4.0.0-rc1
4.0.0-rc.2
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.12
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0-rc.8
3.0.0-rc.7
3.0.0-rc.6
3.0.0-rc.5
3.0.0-rc.4
3.0.0-rc.3
3.0.0-rc.2
3.0.0-rc.1
2.0.1
2.0.0
1.3.0
1.2.0
1.1.0
1.0.0
Create HTML templates, single page applications, Web Components, and real-time server components in Gleam!
Current section
Files
Jump to
Current section
Files
src/lustre@element@mathml.erl
-module(lustre@element@mathml).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch, inline]).
-define(FILEPATH, "src/lustre/element/mathml.gleam").
-export([merror/2, mphantom/2, mprescripts/2, mrow/2, mstyle/2, semantics/2, mmultiscripts/2, mover/2, msub/2, msubsup/2, msup/2, munder/2, munderover/2, mroot/2, msqrt/2, annotation/2, annotation_xml/2, mfrac/2, mn/2, mo/2, mi/2, mpadded/2, ms/2, mspace/1, mtable/2, mtd/2, mtext/2, mtr/2]).
-if(?OTP_RELEASE >= 27).
-define(MODULEDOC(Str), -moduledoc(Str)).
-define(DOC(Str), -doc(Str)).
-else.
-define(MODULEDOC(Str), -compile([])).
-define(DOC(Str), -compile([])).
-endif.
-file("src/lustre/element/mathml.gleam", 23).
?DOC("\n").
-spec merror(
list(lustre@vdom@vattr:attribute(NSJ)),
list(lustre@vdom@vnode:element(NSJ))
) -> lustre@vdom@vnode:element(NSJ).
merror(Attrs, Children) ->
lustre@element:namespaced(
<<"http://www.w3.org/1998/Math/MathML"/utf8>>,
<<"merror"/utf8>>,
Attrs,
Children
).
-file("src/lustre/element/mathml.gleam", 31).
?DOC("\n").
-spec mphantom(
list(lustre@vdom@vattr:attribute(NSP)),
list(lustre@vdom@vnode:element(NSP))
) -> lustre@vdom@vnode:element(NSP).
mphantom(Attrs, Children) ->
lustre@element:namespaced(
<<"http://www.w3.org/1998/Math/MathML"/utf8>>,
<<"mphantom"/utf8>>,
Attrs,
Children
).
-file("src/lustre/element/mathml.gleam", 39).
?DOC("\n").
-spec mprescripts(
list(lustre@vdom@vattr:attribute(NSV)),
list(lustre@vdom@vnode:element(NSV))
) -> lustre@vdom@vnode:element(NSV).
mprescripts(Attrs, Children) ->
lustre@element:namespaced(
<<"http://www.w3.org/1998/Math/MathML"/utf8>>,
<<"mprescripts"/utf8>>,
Attrs,
Children
).
-file("src/lustre/element/mathml.gleam", 47).
?DOC("\n").
-spec mrow(
list(lustre@vdom@vattr:attribute(NTB)),
list(lustre@vdom@vnode:element(NTB))
) -> lustre@vdom@vnode:element(NTB).
mrow(Attrs, Children) ->
lustre@element:namespaced(
<<"http://www.w3.org/1998/Math/MathML"/utf8>>,
<<"mrow"/utf8>>,
Attrs,
Children
).
-file("src/lustre/element/mathml.gleam", 55).
?DOC("\n").
-spec mstyle(
list(lustre@vdom@vattr:attribute(NTH)),
list(lustre@vdom@vnode:element(NTH))
) -> lustre@vdom@vnode:element(NTH).
mstyle(Attrs, Children) ->
lustre@element:namespaced(
<<"http://www.w3.org/1998/Math/MathML"/utf8>>,
<<"mstyle"/utf8>>,
Attrs,
Children
).
-file("src/lustre/element/mathml.gleam", 63).
?DOC("\n").
-spec semantics(
list(lustre@vdom@vattr:attribute(NTN)),
list(lustre@vdom@vnode:element(NTN))
) -> lustre@vdom@vnode:element(NTN).
semantics(Attrs, Children) ->
lustre@element:namespaced(
<<"http://www.w3.org/1998/Math/MathML"/utf8>>,
<<"semantics"/utf8>>,
Attrs,
Children
).
-file("src/lustre/element/mathml.gleam", 73).
?DOC("\n").
-spec mmultiscripts(
list(lustre@vdom@vattr:attribute(NTT)),
list(lustre@vdom@vnode:element(NTT))
) -> lustre@vdom@vnode:element(NTT).
mmultiscripts(Attrs, Children) ->
lustre@element:namespaced(
<<"http://www.w3.org/1998/Math/MathML"/utf8>>,
<<"mmultiscripts"/utf8>>,
Attrs,
Children
).
-file("src/lustre/element/mathml.gleam", 81).
?DOC("\n").
-spec mover(
list(lustre@vdom@vattr:attribute(NTZ)),
list(lustre@vdom@vnode:element(NTZ))
) -> lustre@vdom@vnode:element(NTZ).
mover(Attrs, Children) ->
lustre@element:namespaced(
<<"http://www.w3.org/1998/Math/MathML"/utf8>>,
<<"mover"/utf8>>,
Attrs,
Children
).
-file("src/lustre/element/mathml.gleam", 89).
?DOC("\n").
-spec msub(
list(lustre@vdom@vattr:attribute(NUF)),
list(lustre@vdom@vnode:element(NUF))
) -> lustre@vdom@vnode:element(NUF).
msub(Attrs, Children) ->
lustre@element:namespaced(
<<"http://www.w3.org/1998/Math/MathML"/utf8>>,
<<"msub"/utf8>>,
Attrs,
Children
).
-file("src/lustre/element/mathml.gleam", 97).
?DOC("\n").
-spec msubsup(
list(lustre@vdom@vattr:attribute(NUL)),
list(lustre@vdom@vnode:element(NUL))
) -> lustre@vdom@vnode:element(NUL).
msubsup(Attrs, Children) ->
lustre@element:namespaced(
<<"http://www.w3.org/1998/Math/MathML"/utf8>>,
<<"msubsup"/utf8>>,
Attrs,
Children
).
-file("src/lustre/element/mathml.gleam", 105).
?DOC("\n").
-spec msup(
list(lustre@vdom@vattr:attribute(NUR)),
list(lustre@vdom@vnode:element(NUR))
) -> lustre@vdom@vnode:element(NUR).
msup(Attrs, Children) ->
lustre@element:namespaced(
<<"http://www.w3.org/1998/Math/MathML"/utf8>>,
<<"msup"/utf8>>,
Attrs,
Children
).
-file("src/lustre/element/mathml.gleam", 113).
?DOC("\n").
-spec munder(
list(lustre@vdom@vattr:attribute(NUX)),
list(lustre@vdom@vnode:element(NUX))
) -> lustre@vdom@vnode:element(NUX).
munder(Attrs, Children) ->
lustre@element:namespaced(
<<"http://www.w3.org/1998/Math/MathML"/utf8>>,
<<"munder"/utf8>>,
Attrs,
Children
).
-file("src/lustre/element/mathml.gleam", 121).
?DOC("\n").
-spec munderover(
list(lustre@vdom@vattr:attribute(NVD)),
list(lustre@vdom@vnode:element(NVD))
) -> lustre@vdom@vnode:element(NVD).
munderover(Attrs, Children) ->
lustre@element:namespaced(
<<"http://www.w3.org/1998/Math/MathML"/utf8>>,
<<"munderover"/utf8>>,
Attrs,
Children
).
-file("src/lustre/element/mathml.gleam", 131).
?DOC("\n").
-spec mroot(
list(lustre@vdom@vattr:attribute(NVJ)),
list(lustre@vdom@vnode:element(NVJ))
) -> lustre@vdom@vnode:element(NVJ).
mroot(Attrs, Children) ->
lustre@element:namespaced(
<<"http://www.w3.org/1998/Math/MathML"/utf8>>,
<<"mroot"/utf8>>,
Attrs,
Children
).
-file("src/lustre/element/mathml.gleam", 139).
?DOC("\n").
-spec msqrt(
list(lustre@vdom@vattr:attribute(NVP)),
list(lustre@vdom@vnode:element(NVP))
) -> lustre@vdom@vnode:element(NVP).
msqrt(Attrs, Children) ->
lustre@element:namespaced(
<<"http://www.w3.org/1998/Math/MathML"/utf8>>,
<<"msqrt"/utf8>>,
Attrs,
Children
).
-file("src/lustre/element/mathml.gleam", 149).
?DOC("\n").
-spec annotation(
list(lustre@vdom@vattr:attribute(NVV)),
list(lustre@vdom@vnode:element(NVV))
) -> lustre@vdom@vnode:element(NVV).
annotation(Attrs, Children) ->
lustre@element:namespaced(
<<"http://www.w3.org/1998/Math/MathML"/utf8>>,
<<"annotation"/utf8>>,
Attrs,
Children
).
-file("src/lustre/element/mathml.gleam", 157).
?DOC("\n").
-spec annotation_xml(
list(lustre@vdom@vattr:attribute(NWB)),
list(lustre@vdom@vnode:element(NWB))
) -> lustre@vdom@vnode:element(NWB).
annotation_xml(Attrs, Children) ->
lustre@element:namespaced(
<<"http://www.w3.org/1998/Math/MathML"/utf8>>,
<<"annotation-xml"/utf8>>,
Attrs,
Children
).
-file("src/lustre/element/mathml.gleam", 165).
?DOC("\n").
-spec mfrac(
list(lustre@vdom@vattr:attribute(NWH)),
list(lustre@vdom@vnode:element(NWH))
) -> lustre@vdom@vnode:element(NWH).
mfrac(Attrs, Children) ->
lustre@element:namespaced(
<<"http://www.w3.org/1998/Math/MathML"/utf8>>,
<<"mfrac"/utf8>>,
Attrs,
Children
).
-file("src/lustre/element/mathml.gleam", 173).
?DOC("\n").
-spec mn(list(lustre@vdom@vattr:attribute(NWN)), binary()) -> lustre@vdom@vnode:element(NWN).
mn(Attrs, Text) ->
lustre@element:namespaced(
<<"http://www.w3.org/1998/Math/MathML"/utf8>>,
<<"mn"/utf8>>,
Attrs,
[lustre@element:text(Text)]
).
-file("src/lustre/element/mathml.gleam", 178).
?DOC("\n").
-spec mo(list(lustre@vdom@vattr:attribute(NWR)), binary()) -> lustre@vdom@vnode:element(NWR).
mo(Attrs, Text) ->
lustre@element:namespaced(
<<"http://www.w3.org/1998/Math/MathML"/utf8>>,
<<"mo"/utf8>>,
Attrs,
[lustre@element:text(Text)]
).
-file("src/lustre/element/mathml.gleam", 183).
?DOC("\n").
-spec mi(list(lustre@vdom@vattr:attribute(NWV)), binary()) -> lustre@vdom@vnode:element(NWV).
mi(Attrs, Text) ->
lustre@element:namespaced(
<<"http://www.w3.org/1998/Math/MathML"/utf8>>,
<<"mi"/utf8>>,
Attrs,
[lustre@element:text(Text)]
).
-file("src/lustre/element/mathml.gleam", 188).
?DOC("\n").
-spec mpadded(
list(lustre@vdom@vattr:attribute(NWZ)),
list(lustre@vdom@vnode:element(NWZ))
) -> lustre@vdom@vnode:element(NWZ).
mpadded(Attrs, Children) ->
lustre@element:namespaced(
<<"http://www.w3.org/1998/Math/MathML"/utf8>>,
<<"mpadded"/utf8>>,
Attrs,
Children
).
-file("src/lustre/element/mathml.gleam", 196).
?DOC("\n").
-spec ms(list(lustre@vdom@vattr:attribute(NXF)), binary()) -> lustre@vdom@vnode:element(NXF).
ms(Attrs, Text) ->
lustre@element:namespaced(
<<"http://www.w3.org/1998/Math/MathML"/utf8>>,
<<"ms"/utf8>>,
Attrs,
[lustre@element:text(Text)]
).
-file("src/lustre/element/mathml.gleam", 201).
?DOC("\n").
-spec mspace(list(lustre@vdom@vattr:attribute(NXJ))) -> lustre@vdom@vnode:element(NXJ).
mspace(Attrs) ->
lustre@element:namespaced(
<<"http://www.w3.org/1998/Math/MathML"/utf8>>,
<<"mspace"/utf8>>,
Attrs,
[]
).
-file("src/lustre/element/mathml.gleam", 206).
?DOC("\n").
-spec mtable(
list(lustre@vdom@vattr:attribute(NXN)),
list(lustre@vdom@vnode:element(NXN))
) -> lustre@vdom@vnode:element(NXN).
mtable(Attrs, Children) ->
lustre@element:namespaced(
<<"http://www.w3.org/1998/Math/MathML"/utf8>>,
<<"mtable"/utf8>>,
Attrs,
Children
).
-file("src/lustre/element/mathml.gleam", 214).
?DOC("\n").
-spec mtd(
list(lustre@vdom@vattr:attribute(NXT)),
list(lustre@vdom@vnode:element(NXT))
) -> lustre@vdom@vnode:element(NXT).
mtd(Attrs, Children) ->
lustre@element:namespaced(
<<"http://www.w3.org/1998/Math/MathML"/utf8>>,
<<"mtd"/utf8>>,
Attrs,
Children
).
-file("src/lustre/element/mathml.gleam", 222).
?DOC("\n").
-spec mtext(list(lustre@vdom@vattr:attribute(NXZ)), binary()) -> lustre@vdom@vnode:element(NXZ).
mtext(Attrs, Text) ->
lustre@element:namespaced(
<<"http://www.w3.org/1998/Math/MathML"/utf8>>,
<<"mtext"/utf8>>,
Attrs,
[lustre@element:text(Text)]
).
-file("src/lustre/element/mathml.gleam", 230).
?DOC("\n").
-spec mtr(
list(lustre@vdom@vattr:attribute(NYD)),
list(lustre@vdom@vnode:element(NYD))
) -> lustre@vdom@vnode:element(NYD).
mtr(Attrs, Children) ->
lustre@element:namespaced(
<<"http://www.w3.org/1998/Math/MathML"/utf8>>,
<<"mtr"/utf8>>,
Attrs,
Children
).