const github.com/google/safehtml/template.stateAttr
8 uses
github.com/google/safehtml/template (current package)
context.go#L86: stateAttr
context.go#L105: case stateTag, stateAttrName, stateAfterName, stateBeforeValue, stateAttr:
escape.go#L143: c.state == stateAttr && c.delim == delimSpaceOrTagEnd && ident == "html" {
escape.go#L292: c.state, c.delim = stateAttr, delimSpaceOrTagEnd
escape.go#L711: if c.state == stateAttr && c.element.name == "script" && c.attr.name == "type" {
escape.go#L715: if c.state == stateAttr && c.element.name == "link" && c.attr.name == "rel" {
transition.go#L24: stateAttr: tAttr,
transition.go#L185: c.state, c.delim = stateAttr, delim
![]() |
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. |