html/template.context.attr (field)
12 uses
html/template (current package)
context.go#L23: attr attr
context.go#L33: return fmt.Sprintf("{%v %v %v %v %v %v %v}", c.state, c.delim, c.urlPart, c.jsCtx, c.attr, c.element, err)
context.go#L42: c.attr == d.attr &&
context.go#L64: if c.attr != attrNone {
context.go#L65: s += "_" + c.attr.String()
escape.go#L412: c.state, c.delim, c.attr = attrStartStates[c.attr], delimSpaceOrTagEnd, attrNone
escape.go#L415: c.state, c.attr = stateAttrName, attrNone
escape.go#L765: if c.state == stateAttr && c.element == elementScript && c.attr == attrScriptType && !isJSType(string(s[:i])) {
transition.go#L131: return context{state: state, element: c.element, attr: attr}, j
transition.go#L184: c.state, c.delim = attrStartStates[c.attr], 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. |