const golang.org/x/net/html.TextToken
30 uses
golang.org/x/net/html (current package)
parse.go#L517: case TextToken:
parse.go#L547: case TextToken:
parse.go#L582: case TextToken:
parse.go#L625: case TextToken:
parse.go#L748: case TextToken:
parse.go#L771: case TextToken:
parse.go#L848: case TextToken:
parse.go#L1373: case TextToken:
parse.go#L1400: case TextToken:
parse.go#L1551: case TextToken:
parse.go#L1763: case TextToken:
parse.go#L1875: case TextToken, CommentToken, DoctypeToken:
parse.go#L1944: case TextToken:
parse.go#L1984: case TextToken:
parse.go#L2034: case TextToken:
parse.go#L2071: case TextToken:
parse.go#L2102: case TextToken:
parse.go#L2135: case TextToken:
parse.go#L2236: if p.tok.Type == TextToken {
parse.go#L2243: if htmlIntegrationPoint(n) && (p.tok.Type == StartTagToken || p.tok.Type == TextToken) {
token.go#L24: TextToken
token.go#L45: case TextToken:
token.go#L104: case TextToken:
token.go#L683: return TextToken
token.go#L970: z.tt = TextToken
token.go#L1016: z.tt = TextToken
token.go#L1061: z.tt = TextToken
token.go#L1120: case TextToken, CommentToken, DoctypeToken:
token.go#L1174: case TextToken, CommentToken, DoctypeToken:
github.com/microcosm-cc/bluemonday
sanitize.go#L228: case html.TextToken:
![]() |
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. |