Home
last modified time | relevance | path

Searched refs:cleanupFuncs (Results 1 – 25 of 53) sorted by relevance

123

/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/onsi/gocleanup/
H A Dcleanup.go24 var cleanupFuncs []func() var
32 cleanupFuncs = append(cleanupFuncs, f)
48 for _, f := range cleanupFuncs {
51 cleanupFuncs = []func(){}
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vault/external_tests/raft/
H A Draft_test.go26 var cleanupFuncs []func()
41 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
110 var cleanupFuncs []func()
125 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
212 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
287 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
327 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
462 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
649 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
848 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vault/external_tests/raft/
H A Draft_test.go26 var cleanupFuncs []func()
41 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
110 var cleanupFuncs []func()
125 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
212 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
287 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
327 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
462 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
649 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
848 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
[all …]
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vault/external_tests/raft/
H A Draft_test.go26 var cleanupFuncs []func()
41 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
110 var cleanupFuncs []func()
125 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
212 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
287 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
327 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
462 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
649 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
848 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
[all …]
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vault/external_tests/raft/
H A Draft_test.go26 var cleanupFuncs []func()
41 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
110 var cleanupFuncs []func()
125 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
212 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
287 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
327 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
462 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
649 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
848 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vault/external_tests/raft/
H A Draft_test.go26 var cleanupFuncs []func()
41 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
110 var cleanupFuncs []func()
125 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
212 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
287 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
327 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
462 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
649 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
848 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
[all …]
/dports/sysutils/istio/vault-sdk-v0.1.12/vault/external_tests/raft/
H A Draft_test.go26 var cleanupFuncs []func()
41 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
110 var cleanupFuncs []func()
125 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
212 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
287 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
327 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
462 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
649 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
848 cleanupFuncs = append(cleanupFuncs, cleanupFunc)
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/swarm/network/simulation/
H A Dsimulation.go47 cleanupFuncs []func() member
89 s.cleanupFuncs = append(s.cleanupFuncs, cleanup)
169 cleanupFuncs := make([]func(), len(s.cleanupFuncs))
170 for i, f := range s.cleanupFuncs {
172 cleanupFuncs[i] = f
177 for _, cleanup := range cleanupFuncs {
/dports/net/s5cmd/s5cmd-1.4.0/vendor/gotest.tools/v3/x/subtest/
H A Dcontext.go16 cleanupFuncs []cleanupFunc member
33 for _, f := range tc.cleanupFuncs {
38 tc.cleanupFuncs = nil
42 tc.cleanupFuncs = append(tc.cleanupFuncs, f)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/gotest.tools/v3/x/subtest/
H A Dcontext.go16 cleanupFuncs []cleanupFunc member
33 for _, f := range tc.cleanupFuncs {
38 tc.cleanupFuncs = nil
42 tc.cleanupFuncs = append(tc.cleanupFuncs, f)
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/gotest.tools/v3/x/subtest/
H A Dcontext.go25 cleanupFuncs []cleanupFunc member
42 for _, f := range tc.cleanupFuncs {
47 tc.cleanupFuncs = nil
51 tc.cleanupFuncs = append(tc.cleanupFuncs, f)
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/gotest.tools/x/subtest/
H A Dcontext.go16 cleanupFuncs []cleanupFunc member
33 for _, f := range tc.cleanupFuncs {
38 tc.cleanupFuncs = nil
42 tc.cleanupFuncs = append(tc.cleanupFuncs, f)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/gotest.tools/x/subtest/
H A Dcontext.go16 cleanupFuncs []cleanupFunc member
33 for _, f := range tc.cleanupFuncs {
38 tc.cleanupFuncs = nil
42 tc.cleanupFuncs = append(tc.cleanupFuncs, f)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/gotest.tools/x/subtest/
H A Dcontext.go16 cleanupFuncs []cleanupFunc member
33 for _, f := range tc.cleanupFuncs {
38 tc.cleanupFuncs = nil
42 tc.cleanupFuncs = append(tc.cleanupFuncs, f)
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/gotest.tools/x/subtest/
H A Dcontext.go16 cleanupFuncs []cleanupFunc member
33 for _, f := range tc.cleanupFuncs {
38 tc.cleanupFuncs = nil
42 tc.cleanupFuncs = append(tc.cleanupFuncs, f)
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/gotest.tools/x/subtest/
H A Dcontext.go16 cleanupFuncs []cleanupFunc member
33 for _, f := range tc.cleanupFuncs {
38 tc.cleanupFuncs = nil
42 tc.cleanupFuncs = append(tc.cleanupFuncs, f)
/dports/security/gopass/gopass-1.13.0/vendor/gotest.tools/x/subtest/
H A Dcontext.go16 cleanupFuncs []cleanupFunc member
33 for _, f := range tc.cleanupFuncs {
38 tc.cleanupFuncs = nil
42 tc.cleanupFuncs = append(tc.cleanupFuncs, f)
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/gotest.tools/v3/x/subtest/
H A Dcontext.go16 cleanupFuncs []cleanupFunc member
33 for _, f := range tc.cleanupFuncs {
38 tc.cleanupFuncs = nil
42 tc.cleanupFuncs = append(tc.cleanupFuncs, f)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/gotest.tools/x/subtest/
H A Dcontext.go16 cleanupFuncs []cleanupFunc member
33 for _, f := range tc.cleanupFuncs {
38 tc.cleanupFuncs = nil
42 tc.cleanupFuncs = append(tc.cleanupFuncs, f)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/gotest.tools/v3/x/subtest/
H A Dcontext.go25 cleanupFuncs []cleanupFunc member
42 for _, f := range tc.cleanupFuncs {
47 tc.cleanupFuncs = nil
51 tc.cleanupFuncs = append(tc.cleanupFuncs, f)
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/gotest.tools/x/subtest/
H A Dcontext.go16 cleanupFuncs []cleanupFunc member
33 for _, f := range tc.cleanupFuncs {
38 tc.cleanupFuncs = nil
42 tc.cleanupFuncs = append(tc.cleanupFuncs, f)
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/gotest.tools/x/subtest/
H A Dcontext.go16 cleanupFuncs []cleanupFunc member
33 for _, f := range tc.cleanupFuncs {
38 tc.cleanupFuncs = nil
42 tc.cleanupFuncs = append(tc.cleanupFuncs, f)
/dports/games/spring/spring_98.0/rts/System/Log/
H A DBackend.cpp23 static std::set<log_cleanup_ptr> cleanupFuncs; in log_formatter_getCleanupFuncs() local
24 return cleanupFuncs; in log_formatter_getCleanupFuncs()
71 const std::set<log_cleanup_ptr>& cleanupFuncs = log_formatter_getCleanupFuncs(); in log_backend_cleanup() local
73 for (auto si = cleanupFuncs.begin(); si != cleanupFuncs.end(); ++si) { in log_backend_cleanup()
/dports/misc/concourse/vault-bdd38fca2cff/helper/awsutil/
H A Dregion_test.go173 var cleanupFuncs []func()
176 for _, f := range cleanupFuncs {
199 cleanupFuncs = append(cleanupFuncs, func() {
205 cleanupFuncs = append(cleanupFuncs, func() {
219 cleanupFuncs = append(cleanupFuncs, func() {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/helper/awsutil/
H A Dregion_test.go173 var cleanupFuncs []func()
176 for _, f := range cleanupFuncs {
199 cleanupFuncs = append(cleanupFuncs, func() {
205 cleanupFuncs = append(cleanupFuncs, func() {
219 cleanupFuncs = append(cleanupFuncs, func() {

123