const golang.org/x/net/html/atom.Select
14 uses
golang.org/x/net/html/atom (current package)
table.go#L319: Select Atom = 0x63c06
golang.org/x/net/html
parse.go#L450: case a.Select:
parse.go#L1062: case a.Select:
parse.go#L1458: case a.Select:
parse.go#L1517: case a.Select:
parse.go#L1724: case a.Select:
parse.go#L1782: case a.Select:
parse.go#L1783: if !p.popUntil(selectScope, a.Select) {
parse.go#L1789: if p.elementInScope(selectScope, a.Select) {
parse.go#L1790: p.parseImpliedToken(EndTagToken, a.Select, a.Select.String())
parse.go#L1821: case a.Select:
parse.go#L1822: if !p.popUntil(selectScope, a.Select) {
parse.go#L1860: if n := p.oe[i]; n.DataAtom == a.Select {
![]() |
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. |