const text/template/parse.NodeWith
6 uses
text/template/parse (current package)
node.go#L72: NodeWith // A with action.
node.go#L864: case NodeWith:
node.go#L892: case NodeWith:
node.go#L965: return &WithNode{BranchNode{tr: t, NodeType: NodeWith, Pos: pos, Line: line, Pipe: pipe, List: list, ElseList: elseList}}
text/template
exec.go#L285: s.walkIfOrWith(parse.NodeWith, dot, node.Pipe, node.List, node.ElseList)
exec.go#L301: if typ == parse.NodeWith {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)