Home
last modified time | relevance | path

Searched refs:SplitAfterN (Results 1 – 25 of 433) sorted by relevance

12345678910>>...18

/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/honnef.co/go/tools/quickfix/testdata/src/CheckStringsReplaceAll/
H A DCheckStringsReplaceAll.go17 strings.SplitAfterN("", "", -1) // want `could use strings.SplitAfter instead`
18 strings.SplitAfterN("", "", 0)
19 strings.SplitAfterN("", "", 1)
29 bytes.SplitAfterN(nil, nil, -1) // want `could use bytes.SplitAfter instead`
30 bytes.SplitAfterN(nil, nil, 0)
31 bytes.SplitAfterN(nil, nil, 1)
H A DCheckStringsReplaceAll.go.golden18 strings.SplitAfterN("", "", 0)
19 strings.SplitAfterN("", "", 1)
30 bytes.SplitAfterN(nil, nil, 0)
31 bytes.SplitAfterN(nil, nil, 1)
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/github.com/go-kit/kit/log/logrus/
H A Dlogrus_logger_test.go32 …if want, have := "a=1 err=error", strings.TrimSpace(strings.SplitAfterN(buf.String(), " ", 4)[3]);…
40 …if want, have := "a=1 b=\"(MISSING)\"", strings.TrimSpace(strings.SplitAfterN(buf.String(), " ", 4…
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/go-kit/kit/log/logrus/
H A Dlogrus_logger_test.go32 …if want, have := "a=1 err=error", strings.TrimSpace(strings.SplitAfterN(buf.String(), " ", 4)[3]);…
40 …if want, have := "a=1 b=\"(MISSING)\"", strings.TrimSpace(strings.SplitAfterN(buf.String(), " ", 4…
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/go-kit/kit/log/logrus/
H A Dlogrus_logger_test.go32 …if want, have := "a=1 err=error", strings.TrimSpace(strings.SplitAfterN(buf.String(), " ", 4)[3]);…
40 …if want, have := "a=1 b=\"(MISSING)\"", strings.TrimSpace(strings.SplitAfterN(buf.String(), " ", 4…
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/go-kit/kit/log/logrus/
H A Dlogrus_logger_test.go32 …if want, have := "a=1 err=error", strings.TrimSpace(strings.SplitAfterN(buf.String(), " ", 4)[3]);…
40 …if want, have := "a=1 b=\"(MISSING)\"", strings.TrimSpace(strings.SplitAfterN(buf.String(), " ", 4…
/dports/sysutils/snmp_exporter/snmp_exporter-0.20.0/vendor/github.com/go-kit/kit/log/logrus/
H A Dlogrus_logger_test.go32 …if want, have := "a=1 err=error", strings.TrimSpace(strings.SplitAfterN(buf.String(), " ", 4)[3]);…
40 …if want, have := "a=1 b=\"(MISSING)\"", strings.TrimSpace(strings.SplitAfterN(buf.String(), " ", 4…
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-kit/kit/log/logrus/
H A Dlogrus_logger_test.go32 …if want, have := "a=1 err=error", strings.TrimSpace(strings.SplitAfterN(buf.String(), " ", 4)[3]);…
40 …if want, have := "a=1 b=\"(MISSING)\"", strings.TrimSpace(strings.SplitAfterN(buf.String(), " ", 4…
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/go-kit/kit/log/logrus/
H A Dlogrus_logger_test.go32 …if want, have := "a=1 err=error", strings.TrimSpace(strings.SplitAfterN(buf.String(), " ", 4)[3]);…
40 …if want, have := "a=1 b=\"(MISSING)\"", strings.TrimSpace(strings.SplitAfterN(buf.String(), " ", 4…
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/go-critic/go-critic/checkers/testdata/dupArg/
H A Dnegative_tests.go34 _ = strings.SplitAfterN(s, s2, 2)
48 _ = bytes.SplitAfterN(b, b2, 2)
H A Dpositive_tests.go48 _ = strings.SplitAfterN(s, s, 2)
75 _ = bytes.SplitAfterN(b, b, 2)
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/pkg/strings/
H A Dstrings.go93 func SplitAfterN(s, sep string, n int) []string { func
94 return strings.SplitAfterN(s, sep, n)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-kit/kit/log/logrus/
H A Dlogrus_logger_test.go33 …if want, have := "a=1 err=error", strings.TrimSpace(strings.SplitAfterN(buf.String(), " ", 4)[3]);…
41 …if want, have := "a=1 b=\"(MISSING)\"", strings.TrimSpace(strings.SplitAfterN(buf.String(), " ", 4…
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/integration-cli/
H A Ddocker_cli_commit_test.go73 chunks = strings.SplitAfterN(strings.TrimSpace(firstOutput), " ", 2)
82 chunks = strings.SplitAfterN(strings.TrimSpace(secondOutput), " ", 2)
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/integration-cli/
H A Ddocker_cli_commit_test.go73 chunks = strings.SplitAfterN(strings.TrimSpace(firstOutput), " ", 2)
83 chunks = strings.SplitAfterN(strings.TrimSpace(secondOutput), " ", 2)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/integration-cli/
H A Ddocker_cli_commit_test.go73 chunks = strings.SplitAfterN(strings.TrimSpace(firstOutput), " ", 2)
83 chunks = strings.SplitAfterN(strings.TrimSpace(secondOutput), " ", 2)
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/integration-cli/
H A Ddocker_cli_commit_test.go73 chunks = strings.SplitAfterN(strings.TrimSpace(firstOutput), " ", 2)
83 chunks = strings.SplitAfterN(strings.TrimSpace(secondOutput), " ", 2)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/integration-cli/
H A Ddocker_cli_commit_test.go73 chunks = strings.SplitAfterN(strings.TrimSpace(firstOutput), " ", 2)
82 chunks = strings.SplitAfterN(strings.TrimSpace(secondOutput), " ", 2)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/integration-cli/
H A Ddocker_cli_commit_test.go73 chunks = strings.SplitAfterN(strings.TrimSpace(firstOutput), " ", 2)
82 chunks = strings.SplitAfterN(strings.TrimSpace(secondOutput), " ", 2)
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/integration-cli/
H A Ddocker_cli_commit_test.go73 chunks = strings.SplitAfterN(strings.TrimSpace(firstOutput), " ", 2)
83 chunks = strings.SplitAfterN(strings.TrimSpace(secondOutput), " ", 2)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/integration-cli/
H A Ddocker_cli_commit_test.go73 chunks = strings.SplitAfterN(strings.TrimSpace(firstOutput), " ", 2)
82 chunks = strings.SplitAfterN(strings.TrimSpace(secondOutput), " ", 2)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/integration-cli/
H A Ddocker_cli_commit_test.go74 chunks = strings.SplitAfterN(strings.TrimSpace(firstOutput), " ", 2)
84 chunks = strings.SplitAfterN(strings.TrimSpace(secondOutput), " ", 2)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/integration-cli/
H A Ddocker_cli_commit_test.go73 chunks = strings.SplitAfterN(strings.TrimSpace(firstOutput), " ", 2)
82 chunks = strings.SplitAfterN(strings.TrimSpace(secondOutput), " ", 2)
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/integration-cli/
H A Ddocker_cli_commit_test.go73 chunks = strings.SplitAfterN(strings.TrimSpace(firstOutput), " ", 2)
83 chunks = strings.SplitAfterN(strings.TrimSpace(secondOutput), " ", 2)
/dports/lang/gcc8/gcc-8.5.0/libgo/go/cmd/go/internal/base/
H A Denv.go27 k := strings.SplitAfterN(inkv, "=", 2)[0]

12345678910>>...18