gopkg.in/yaml.v2.yaml_emitter_t.column (field)
16 uses
gopkg.in/yaml.v2 (current package)
emitterc.go#L23: emitter.column++
emitterc.go#L46: emitter.column = 0
emitterc.go#L73: emitter.column++
emitterc.go#L100: emitter.column = 0
emitterc.go#L298: emitter.column = 0
emitterc.go#L495: if emitter.canonical || emitter.column > emitter.best_width {
emitterc.go#L541: if emitter.canonical || emitter.column > emitter.best_width {
emitterc.go#L565: if emitter.canonical || emitter.column > emitter.best_width {
emitterc.go#L1206: if !emitter.indention || emitter.column > indent || (emitter.column == indent && !emitter.whitespace) {
emitterc.go#L1211: for emitter.column < indent {
emitterc.go#L1324: if allow_breaks && !spaces && emitter.column > emitter.best_width && !is_space(value, i+1) {
emitterc.go#L1380: if allow_breaks && !spaces && emitter.column > emitter.best_width && i > 0 && i < len(value)-1 && !is_space(value, i+1) {
emitterc.go#L1521: if allow_breaks && !spaces && emitter.column > emitter.best_width && i > 0 && i < len(value)-1 {
emitterc.go#L1670: if !breaks && is_space(value, i) && !is_space(value, i+1) && emitter.column > emitter.best_width {
yamlh.go#L696: column int // The current column.
![]() |
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. |