const golang.org/x/net/html/atom.Template
34 uses
golang.org/x/net/html/atom (current package)
table.go#L351: Template Atom = 0x71408
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#L264: if p.oe[j].DataAtom == a.Template {
parse.go#L455: case a.Template:
parse.go#L480: case a.Template:
parse.go#L665: case a.Template:
parse.go#L682: case a.Template:
parse.go#L683: if !p.oe.contains(a.Template) {
parse.go#L691: if n := p.oe[i]; n.Namespace == "" && n.DataAtom == a.Template {
parse.go#L794: case a.Base, a.Basefont, a.Bgsound, a.Link, a.Meta, a.Noframes, a.Script, a.Style, a.Template, a.Title:
parse.go#L806: case a.Template:
parse.go#L875: if p.oe.contains(a.Template) {
parse.go#L879: case a.Base, a.Basefont, a.Bgsound, a.Link, a.Meta, a.Noframes, a.Script, a.Style, a.Template, a.Title:
parse.go#L882: if p.oe.contains(a.Template) {
parse.go#L921: if p.form != nil && !p.oe.contains(a.Template) {
parse.go#L927: if !p.oe.contains(a.Template) {
parse.go#L1120: if p.oe.contains(a.Template) {
parse.go#L1163: case a.Template:
parse.go#L1440: case a.Style, a.Script, a.Template:
parse.go#L1452: if p.oe.contains(a.Template) || p.form != nil {
parse.go#L1482: case a.Template:
parse.go#L1579: case a.Template:
parse.go#L1593: case a.Template:
parse.go#L1797: case a.Script, a.Template:
parse.go#L1827: case a.Template:
parse.go#L1879: case a.Base, a.Basefont, a.Bgsound, a.Link, a.Meta, a.Noframes, a.Script, a.Style, a.Template, a.Title:
parse.go#L1909: case a.Template:
parse.go#L1916: if !p.oe.contains(a.Template) {
parse.go#L1925: if n := p.oe[i]; n.Namespace == "" && n.DataAtom == a.Template {
parse.go#L2409: if context != nil && context.DataAtom == a.Template {
 |
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. |