const golang.org/x/net/html/atom.Tr
28 uses
golang.org/x/net/html/atom (current package)
table.go#L358: Tr Atom = 0xcc02
golang.org/x/net/html
parse.go#L172: if tagAtom == a.Html || tagAtom == a.Tr || tagAtom == a.Template {
parse.go#L243: case a.Table, a.Tbody, a.Tfoot, a.Thead, a.Tr:
parse.go#L470: case a.Tr:
parse.go#L1099: case a.Caption, a.Col, a.Colgroup, a.Frame, a.Head, a.Tbody, a.Td, a.Tfoot, a.Th, a.Thead, a.Tr:
parse.go#L1182: a.Thead, a.Tr, a.Body, a.Html:
parse.go#L1319: case a.Table, a.Tbody, a.Tfoot, a.Thead, a.Tr:
parse.go#L1403: case a.Table, a.Tbody, a.Tfoot, a.Thead, a.Tr:
parse.go#L1430: case a.Td, a.Th, a.Tr:
parse.go#L1461: case a.Table, a.Tbody, a.Tfoot, a.Thead, a.Tr:
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#L1509: case a.Caption, a.Col, a.Colgroup, a.Tbody, a.Td, a.Tfoot, 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#L1612: case a.Tr:
parse.go#L1618: p.parseImpliedToken(StartTagToken, a.Tr, a.Tr.String())
parse.go#L1644: case a.Body, a.Caption, a.Col, a.Colgroup, a.Html, a.Td, a.Th, a.Tr:
parse.go#L1670: case a.Caption, a.Col, a.Colgroup, a.Tbody, a.Tfoot, a.Thead, a.Tr:
parse.go#L1671: if p.popUntil(tableScope, a.Tr) {
parse.go#L1680: case a.Tr:
parse.go#L1681: if p.popUntil(tableScope, a.Tr) {
parse.go#L1688: if p.popUntil(tableScope, a.Tr) {
parse.go#L1696: p.parseImpliedToken(EndTagToken, a.Tr, a.Tr.String())
parse.go#L1715: case a.Caption, a.Col, a.Colgroup, a.Tbody, a.Td, a.Tfoot, a.Th, a.Thead, a.Tr:
parse.go#L1744: case a.Table, a.Tbody, a.Tfoot, a.Thead, a.Tr:
parse.go#L1850: case a.Caption, a.Table, a.Tbody, a.Tfoot, a.Thead, a.Tr, a.Td, a.Th:
parse.go#L1891: case a.Tr:
 |
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. |