const golang.org/x/net/html/atom.Option
12 uses
golang.org/x/net/html/atom (current package)
table.go#L281: Option Atom = 0x6e306
golang.org/x/net/html
parse.go#L135: if tagAtom != a.Optgroup && tagAtom != a.Option {
parse.go#L210: case a.Dd, a.Dt, a.Li, a.Optgroup, a.Option, a.P, a.Rb, a.Rp, a.Rt, a.Rtc:
parse.go#L1068: case a.Optgroup, a.Option:
parse.go#L1069: if p.top().DataAtom == a.Option {
parse.go#L1181: case a.Dd, a.Dt, a.Li, a.Optgroup, a.Option, a.P, a.Rb, a.Rp, a.Rt, a.Rtc, a.Tbody, a.Td, a.Tfoot, a.Th,
parse.go#L1769: case a.Option:
parse.go#L1770: if p.top().DataAtom == a.Option {
parse.go#L1775: if p.top().DataAtom == a.Option {
parse.go#L1809: case a.Option:
parse.go#L1810: if p.top().DataAtom == a.Option {
parse.go#L1815: if p.oe[i].DataAtom == a.Option {
 |
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. |