gopkg.in/yaml.v2.yaml_event_t.quoted_implicit (field)
7 uses
gopkg.in/yaml.v2 (current package)
apic.go#L324: quoted_implicit: quoted_implicit,
emitterc.go#L801: if no_tag && !event.implicit && !event.quoted_implicit {
emitterc.go#L839: if no_tag && !event.quoted_implicit && style != yaml_PLAIN_SCALAR_STYLE {
emitterc.go#L1152: if len(event.tag) > 0 && (emitter.canonical || (!event.implicit && !event.quoted_implicit)) {
parserc.go#L486: quoted_implicit: quoted_implicit,
parserc.go#L560: quoted_implicit: false,
yamlh.go#L296: quoted_implicit bool
![]() |
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. |