const golang.org/x/net/html/atom.Html
42 uses
golang.org/x/net/html/atom (current package)
table.go#L122: Html Atom = 0x5604
golang.org/x/net/html
parse.go#L64: "": {a.Applet, a.Caption, a.Html, a.Table, a.Td, a.Th, a.Marquee, a.Object, a.Template},
parse.go#L131: if tagAtom == a.Html || tagAtom == a.Table || tagAtom == a.Template {
parse.go#L167: if tagAtom == a.Html || tagAtom == a.Table || tagAtom == a.Template {
parse.go#L172: if tagAtom == a.Html || tagAtom == a.Tr || tagAtom == a.Template {
parse.go#L177: if tagAtom == a.Html || tagAtom == a.Tbody || tagAtom == a.Tfoot || tagAtom == a.Thead || tagAtom == a.Template {
parse.go#L495: case a.Html:
parse.go#L554: if p.tok.DataAtom == a.Html {
parse.go#L561: case a.Head, a.Body, a.Html, a.Br:
parse.go#L562: p.parseImpliedToken(StartTagToken, a.Html, a.Html.String())
parse.go#L575: p.parseImpliedToken(StartTagToken, a.Html, a.Html.String())
parse.go#L595: case a.Html:
parse.go#L600: case a.Head, a.Body, a.Html, a.Br:
parse.go#L637: case a.Html:
parse.go#L679: case a.Body, a.Html, a.Br:
parse.go#L727: case a.Html:
parse.go#L783: case a.Html:
parse.go#L804: case a.Body, a.Html, a.Br:
parse.go#L874: case a.Html:
parse.go#L1111: case a.Html:
parse.go#L1182: a.Thead, a.Tr, a.Body, a.Html:
parse.go#L1479: case a.Body, a.Caption, a.Col, a.Colgroup, a.Html, a.Tbody, a.Td, a.Tfoot, a.Th, a.Thead, a.Tr:
parse.go#L1540: case a.Body, a.Col, a.Colgroup, a.Html, a.Tbody, a.Td, a.Tfoot, a.Th, a.Thead, a.Tr:
parse.go#L1572: case a.Html:
parse.go#L1644: case a.Body, a.Caption, a.Col, a.Colgroup, a.Html, a.Td, a.Th, a.Tr:
parse.go#L1701: case a.Body, a.Caption, a.Col, a.Colgroup, a.Html, a.Td, a.Th:
parse.go#L1741: case a.Body, a.Caption, a.Col, a.Colgroup, a.Html:
parse.go#L1767: case a.Html:
parse.go#L1951: if p.tok.DataAtom == a.Html {
parse.go#L1955: if p.tok.DataAtom == a.Html {
parse.go#L1963: if len(p.oe) < 1 || p.oe[0].DataAtom != a.Html {
parse.go#L1998: case a.Html:
parse.go#L2012: if p.oe.top().DataAtom != a.Html {
parse.go#L2048: case a.Html:
parse.go#L2055: case a.Html:
parse.go#L2078: if p.tok.DataAtom == a.Html {
parse.go#L2117: case a.Html:
parse.go#L2404: DataAtom: a.Html,
parse.go#L2405: Data: a.Html.String(),
golang.org/x/pkgsite/internal/frontend
overview.go#L182: if n.DataAtom != atom.Html {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |