const golang.org/x/net/html.CommentToken
33 uses
golang.org/x/net/html (current package)
parse.go#L523: case CommentToken:
parse.go#L568: case CommentToken:
parse.go#L607: case CommentToken:
parse.go#L704: case CommentToken:
parse.go#L754: case CommentToken:
parse.go#L812: case CommentToken:
parse.go#L1168: case CommentToken:
parse.go#L1485: case CommentToken:
parse.go#L1561: case CommentToken:
parse.go#L1648: case CommentToken:
parse.go#L1830: case CommentToken:
parse.go#L1875: case TextToken, CommentToken, DoctypeToken:
parse.go#L1961: case CommentToken:
parse.go#L1979: case CommentToken:
parse.go#L2029: case CommentToken:
parse.go#L2081: case CommentToken:
parse.go#L2097: case CommentToken:
parse.go#L2141: case CommentToken:
token.go#L32: CommentToken
token.go#L53: case CommentToken:
token.go#L112: case CommentToken:
token.go#L670: return CommentToken
token.go#L675: return CommentToken
token.go#L687: return CommentToken
token.go#L1003: tokenType = CommentToken
token.go#L1032: z.tt = CommentToken
token.go#L1046: z.tt = CommentToken
token.go#L1048: case CommentToken:
token.go#L1055: z.tt = CommentToken
token.go#L1120: case TextToken, CommentToken, DoctypeToken:
token.go#L1125: if (z.convertNUL || z.tt == CommentToken) && bytes.Contains(s, nul) {
token.go#L1174: case TextToken, CommentToken, DoctypeToken:
github.com/microcosm-cc/bluemonday
sanitize.go#L130: case html.CommentToken:
![]() |
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. |