Home
last modified time | relevance | path

Searched refs:PopValueInto (Results 1 – 6 of 6) sorted by relevance

/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/alecthomas/kong/
H A Dmapper.go69 err := ctx.Scan.PopValueInto("value", &value)
83 err := ctx.Scan.PopValueInto("value", &value)
97 err := ctx.Scan.PopValueInto("value", &value)
463 err := childScanner.PopValueInto("map", &token)
553 err := ctx.Scan.PopValueInto("file", &path)
571 err := ctx.Scan.PopValueInto("file", &path)
599 err := ctx.Scan.PopValueInto("file", &path)
627 err := ctx.Scan.PopValueInto("file", &path)
688 err := ctx.Scan.PopValueInto("url", &urlStr)
752 err := ctx.Scan.PopValueInto("filename", &filename)
[all …]
H A Dscanner.go169 func (s *Scanner) PopValueInto(context string, target interface{}) error { func
/dports/devel/chroma/chroma-0.9.2/vendor/github.com/alecthomas/kong/
H A Dmapper.go67 err := ctx.Scan.PopValueInto("value", &value)
81 err := ctx.Scan.PopValueInto("value", &value)
241 err := ctx.Scan.PopValueInto("string", target.Addr().Interface())
291 if err := ctx.Scan.PopValueInto("duration", &value); err != nil {
310 if err := ctx.Scan.PopValueInto("time", &value); err != nil {
445 err := childScanner.PopValueInto("map", &token)
535 err := ctx.Scan.PopValueInto("file", &path)
554 err := ctx.Scan.PopValueInto("file", &path)
580 err := ctx.Scan.PopValueInto("file", &path)
619 err := ctx.Scan.PopValueInto("url", &urlStr)
[all …]
H A Dscanner.go166 func (s *Scanner) PopValueInto(context string, target interface{}) error { func
H A Dresolver_test.go126 err := ctx.Scan.PopValueInto("lowercase", &value)
H A Dmapper_test.go201 err := ctx.Scan.PopValueInto("mapped", &m.decoded)