var github.com/google/safehtml.srcsetMetachars
8 uses
github.com/google/safehtml (current package)
urlset.go#L19: var srcsetMetachars [256]bool
urlset.go#L28: srcsetMetachars['\t'] = true
urlset.go#L29: srcsetMetachars[' '] = true
urlset.go#L30: srcsetMetachars['\n'] = true
urlset.go#L31: srcsetMetachars['\f'] = true
urlset.go#L32: srcsetMetachars['\r'] = true
urlset.go#L33: srcsetMetachars[','] = true
urlset.go#L49: metadata, str = consumeNotIn(str, srcsetMetachars)
![]() |
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. |