const html/template.stateRCDATA
9 uses
html/template (current package)
context.go#L106: stateRCDATA
escape.go#L214: case stateRCDATA:
escape.go#L653: if c.state == stateText || c.state == stateRCDATA {
html.go#L186: st = stateRCDATA
html.go#L190: if c.state == stateText || c.state == stateRCDATA {
html.go#L220: } else if c.state == stateText || c.state == stateRCDATA {
transition.go#L23: stateRCDATA: tSpecialTagEnd,
transition.go#L81: elementTextarea: stateRCDATA,
transition.go#L82: elementTitle: stateRCDATA,
![]() |
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. |