github.com/google/safehtml/template.element.names (field)
9 uses
github.com/google/safehtml/template (current package)
context.go#L138: names []string
escape.go#L313: a.element.names = joinNames(a.element.name, b.element.name, a.element.names, b.element.names)
sanitize.go#L22: if len(c.element.names) == 0 && c.element.name == "" && c.state == stateText {
sanitize.go#L55: if len(c.element.names) == 0 {
sanitize.go#L58: elems = c.element.names
sanitize.go#L206: if len(c.element.names) == 0 {
sanitize.go#L209: elems = c.element.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. |