Home
last modified time | relevance | path

Searched refs:newErrorf (Results 1 – 25 of 255) sorted by last modified time

1234567891011

/dports/www/gitea/gitea-1.16.5/vendor/github.com/jessevdk/go-flags/
H A Dini.go513 return newErrorf(ErrUnknownGroup, "could not find option group `%s'", name)
H A Derror.go126 func newErrorf(tp ErrorType, format string, args ...interface{}) *Error { func
H A Dmultitag.go46 …return nil, newErrorf(ErrTag, "expected `:' after key name, but got end of tag (in `%v`)", x.value)
50 …return nil, newErrorf(ErrTag, "expected `:' after key name, but got `%v' (in `%v`)", v[i], x.value)
54 … return nil, newErrorf(ErrTag, "expected `\"' to start tag value at end of tag (in `%v`)", x.value)
58 …return nil, newErrorf(ErrTag, "expected `\"' to start tag value, but got `%v' (in `%v`)", v[i+1], …
69 return nil, newErrorf(ErrTag, "unexpected newline in tag value `%v' (in `%v`)", name, x.value)
79 return nil, newErrorf(ErrTag, "expected end of tag value `\"' at end of tag (in `%v`)", x.value)
85 …return nil, newErrorf(ErrTag, "Malformed value of tag `%v:%v` => %v (in `%v`)", name, v[:i+1], err…
H A Dparser.go525 return newErrorf(ErrNoArgumentForBool, "bool flag `%s' cannot have an argument", option)
538 return newErrorf(ErrExpectedArgument, validationErr.Error())
540 …return newErrorf(ErrExpectedArgument, "expected argument for flag `%s', but got double dash `--'",…
562 err = newErrorf(ErrExpectedArgument, "expected argument for flag `%s'", option)
583 return newErrorf(ErrMarshal, s+": %s",
607 return newErrorf(ErrUnknownFlag, "unknown flag `%s'", name)
644 return newErrorf(ErrUnknownFlag, "unknown flag `%s'", shortname)
688 return newErrorf(ErrUnknownCommand, "Unknown command `%s'", s.arg)
H A Dgroup.go268 return newErrorf(ErrShortNameTooLong,
311 return newErrorf(ErrInvalidTag,
334 …duplicateError = newErrorf(ErrDuplicatedFlag, "option `%s' uses the same long name as option `%s'"…
341 …duplicateError = newErrorf(ErrDuplicatedFlag, "option `%s' uses the same short name as option `%s'…
H A Doption.go270 return newErrorf(ErrInvalidChoice,
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/go/types/
H A Derrors.go173 func (check *Checker) newErrorf(at positioner, code errorCode, soft bool, format string, args ...an… func
187 check.err(check.newErrorf(at, code, true, format, args...))
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/go/types/
H A Derrors.go167 func (check *Checker) newErrorf(at positioner, code errorCode, soft bool, format string, args ...in… func
181 check.err(check.newErrorf(at, code, true, format, args...))
/dports/textproc/vgrep/vgrep-2.5.5/vendor/github.com/jessevdk/go-flags/
H A Dgroup.go268 return newErrorf(ErrShortNameTooLong,
311 return newErrorf(ErrInvalidTag,
334 …duplicateError = newErrorf(ErrDuplicatedFlag, "option `%s' uses the same long name as option `%s'"…
341 …duplicateError = newErrorf(ErrDuplicatedFlag, "option `%s' uses the same short name as option `%s'…
H A Dparser.go525 return newErrorf(ErrNoArgumentForBool, "bool flag `%s' cannot have an argument", option)
538 return newErrorf(ErrExpectedArgument, validationErr.Error())
540 …return newErrorf(ErrExpectedArgument, "expected argument for flag `%s', but got double dash `--'",…
562 err = newErrorf(ErrExpectedArgument, "expected argument for flag `%s'", option)
583 return newErrorf(ErrMarshal, s+": %s",
607 return newErrorf(ErrUnknownFlag, "unknown flag `%s'", name)
644 return newErrorf(ErrUnknownFlag, "unknown flag `%s'", shortname)
688 return newErrorf(ErrUnknownCommand, "Unknown command `%s'", s.arg)
H A Doption.go270 return newErrorf(ErrInvalidChoice,
H A Derror.go126 func newErrorf(tp ErrorType, format string, args ...interface{}) *Error { func
H A Dini.go513 return newErrorf(ErrUnknownGroup, "could not find option group `%s'", name)
H A Dmultitag.go46 …return nil, newErrorf(ErrTag, "expected `:' after key name, but got end of tag (in `%v`)", x.value)
50 …return nil, newErrorf(ErrTag, "expected `:' after key name, but got `%v' (in `%v`)", v[i], x.value)
54 … return nil, newErrorf(ErrTag, "expected `\"' to start tag value at end of tag (in `%v`)", x.value)
58 …return nil, newErrorf(ErrTag, "expected `\"' to start tag value, but got `%v' (in `%v`)", v[i+1], …
69 return nil, newErrorf(ErrTag, "unexpected newline in tag value `%v' (in `%v`)", name, x.value)
79 return nil, newErrorf(ErrTag, "expected end of tag value `\"' at end of tag (in `%v`)", x.value)
85 …return nil, newErrorf(ErrTag, "Malformed value of tag `%v:%v` => %v (in `%v`)", name, v[:i+1], err…
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/jessevdk/go-flags/
H A Doption.go270 return newErrorf(ErrInvalidChoice,
H A Derror.go126 func newErrorf(tp ErrorType, format string, args ...interface{}) *Error { func
H A Dgroup.go268 return newErrorf(ErrShortNameTooLong,
311 return newErrorf(ErrInvalidTag,
334 …duplicateError = newErrorf(ErrDuplicatedFlag, "option `%s' uses the same long name as option `%s'"…
341 …duplicateError = newErrorf(ErrDuplicatedFlag, "option `%s' uses the same short name as option `%s'…
H A Dmultitag.go46 …return nil, newErrorf(ErrTag, "expected `:' after key name, but got end of tag (in `%v`)", x.value)
50 …return nil, newErrorf(ErrTag, "expected `:' after key name, but got `%v' (in `%v`)", v[i], x.value)
54 … return nil, newErrorf(ErrTag, "expected `\"' to start tag value at end of tag (in `%v`)", x.value)
58 …return nil, newErrorf(ErrTag, "expected `\"' to start tag value, but got `%v' (in `%v`)", v[i+1], …
69 return nil, newErrorf(ErrTag, "unexpected newline in tag value `%v' (in `%v`)", name, x.value)
79 return nil, newErrorf(ErrTag, "expected end of tag value `\"' at end of tag (in `%v`)", x.value)
85 …return nil, newErrorf(ErrTag, "Malformed value of tag `%v:%v` => %v (in `%v`)", name, v[:i+1], err…
H A Dparser.go525 return newErrorf(ErrNoArgumentForBool, "bool flag `%s' cannot have an argument", option)
538 return newErrorf(ErrExpectedArgument, validationErr.Error())
540 …return newErrorf(ErrExpectedArgument, "expected argument for flag `%s', but got double dash `--'",…
562 err = newErrorf(ErrExpectedArgument, "expected argument for flag `%s'", option)
583 return newErrorf(ErrMarshal, s+": %s",
607 return newErrorf(ErrUnknownFlag, "unknown flag `%s'", name)
644 return newErrorf(ErrUnknownFlag, "unknown flag `%s'", shortname)
688 return newErrorf(ErrUnknownCommand, "Unknown command `%s'", s.arg)
H A Dini.go513 return newErrorf(ErrUnknownGroup, "could not find option group `%s'", name)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/ncw/swift/
H A Dauth.go64 return nil, newErrorf(500, "Can't find AuthVersion in AuthUrl - set explicitly")
80 return nil, newErrorf(500, "Auth Version %d not supported", AuthVersion)
H A Dswift.go164 return newErrorf(0, "can't set var of type %T", param)
264 return newErrorf(0, "failed to read env var %q: %v", item.name, err)
291 func newErrorf(StatusCode int, Text string, Parameters ...interface{}) *Error { func
377 return newErrorf(resp.StatusCode, "HTTP Error: %d: %s", resp.StatusCode, resp.Status)
1224 err = newErrorf(0, "Bad Header '%s': '%s': %s", header, value, err)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/jessevdk/go-flags/
H A Derror.go126 func newErrorf(tp ErrorType, format string, args ...interface{}) *Error { func
H A Dmultitag.go46 …return nil, newErrorf(ErrTag, "expected `:' after key name, but got end of tag (in `%v`)", x.value)
50 …return nil, newErrorf(ErrTag, "expected `:' after key name, but got `%v' (in `%v`)", v[i], x.value)
54 … return nil, newErrorf(ErrTag, "expected `\"' to start tag value at end of tag (in `%v`)", x.value)
58 …return nil, newErrorf(ErrTag, "expected `\"' to start tag value, but got `%v' (in `%v`)", v[i+1], …
69 return nil, newErrorf(ErrTag, "unexpected newline in tag value `%v' (in `%v`)", name, x.value)
79 return nil, newErrorf(ErrTag, "expected end of tag value `\"' at end of tag (in `%v`)", x.value)
85 …return nil, newErrorf(ErrTag, "Malformed value of tag `%v:%v` => %v (in `%v`)", name, v[:i+1], err…
H A Dgroup.go268 return newErrorf(ErrShortNameTooLong,
311 return newErrorf(ErrInvalidTag,
334 …duplicateError = newErrorf(ErrDuplicatedFlag, "option `%s' uses the same long name as option `%s'"…
341 …duplicateError = newErrorf(ErrDuplicatedFlag, "option `%s' uses the same short name as option `%s'…

1234567891011