github.com/google/safehtml/template.attr.names (field)
7 uses
github.com/google/safehtml/template (current package)
context.go#L172: names []string
escape.go#L314: a.attr.names = joinNames(a.attr.name, b.attr.name, a.attr.names, b.attr.names)
sanitize.go#L26: if c.attr.name != "" || len(c.attr.names) > 0 {
sanitize.go#L60: if len(c.attr.names) == 0 {
sanitize.go#L63: attrs = c.attr.names
![]() |
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. |