text/template/parse.IdentifierNode.Ident (field)
14 uses
text/template/parse (current package)
node.go#L345: Ident string // The identifier's name.
node.go#L350: return &IdentifierNode{NodeType: NodeIdentifier, Ident: ident}
node.go#L370: return i.Ident
node.go#L382: return NewIdentifier(i.Ident).SetTree(i.tr).SetPos(i.Pos)
text/template
exec.go#L575: name := node.Ident
github.com/google/safehtml/template
escape.go#L140: ident := node.Ident
escape.go#L185: if esc := idNode.Ident; predefinedEscapers[esc] {
escape.go#L202: s[i] = idNode.Ident
html/template
escape.go#L165: ident := node.Ident
escape.go#L257: if esc := idNode.Ident; predefinedEscapers[esc] {
escape.go#L274: s[i] = idNode.Ident
escape.go#L293: insertedIdents[normalizeEscFn(idNode.Ident)] = true
escape.go#L378: if okLast && okNext && redundantFuncs[last.Ident][next.Ident] {
![]() |
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. |