Home
last modified time | relevance | path

Searched defs:backend (Results 151 – 175 of 12702) sorted by relevance

12345678910>>...509

/dports/sysutils/helmfile/vault-f6547fa8e820/builtin/logical/mongodb/
H A Dbackend.go55 type backend struct { struct
56 *framework.Backend
58 session *mgo.Session
59 lock sync.Mutex
63 func (b *backend) Session(ctx context.Context, s logical.Storage) (*mgo.Session, error) {
103 func (b *backend) ResetSession(_ context.Context) {
114 func (b *backend) invalidate(ctx context.Context, key string) {
122 func (b *backend) LeaseConfig(ctx context.Context, s logical.Storage) (*configLease, error) {
/dports/misc/concourse/vault-bdd38fca2cff/builtin/logical/mongodb/
H A Dbackend.go55 type backend struct { struct
56 *framework.Backend
58 session *mgo.Session
59 lock sync.Mutex
63 func (b *backend) Session(ctx context.Context, s logical.Storage) (*mgo.Session, error) {
103 func (b *backend) ResetSession(_ context.Context) {
114 func (b *backend) invalidate(ctx context.Context, key string) {
122 func (b *backend) LeaseConfig(ctx context.Context, s logical.Storage) (*configLease, error) {
/dports/misc/concourse/vault-bdd38fca2cff/builtin/logical/aws/
H A Dbackend.go58 type backend struct { struct
59 *framework.Backend
62 roleMutex sync.RWMutex
65 clientMutex sync.RWMutex
69 iamClient iamiface.IAMAPI
70 stsClient stsiface.STSAPI
85 func (b *backend) clientIAM(ctx context.Context, s logical.Storage) (iamiface.IAMAPI, error) {
112 func (b *backend) clientSTS(ctx context.Context, s logical.Storage) (stsiface.STSAPI, error) {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/builtin/logical/mongodb/
H A Dbackend.go55 type backend struct { struct
56 *framework.Backend
58 session *mgo.Session
59 lock sync.Mutex
63 func (b *backend) Session(ctx context.Context, s logical.Storage) (*mgo.Session, error) {
103 func (b *backend) ResetSession(_ context.Context) {
114 func (b *backend) invalidate(ctx context.Context, key string) {
122 func (b *backend) LeaseConfig(ctx context.Context, s logical.Storage) (*configLease, error) {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/builtin/logical/aws/
H A Dbackend.go58 type backend struct { struct
59 *framework.Backend
62 roleMutex sync.RWMutex
65 clientMutex sync.RWMutex
69 iamClient iamiface.IAMAPI
70 stsClient stsiface.STSAPI
85 func (b *backend) clientIAM(ctx context.Context, s logical.Storage) (iamiface.IAMAPI, error) {
112 func (b *backend) clientSTS(ctx context.Context, s logical.Storage) (stsiface.STSAPI, error) {
/dports/security/vault/vault-1.8.2/builtin/logical/mongodb/
H A Dbackend.go55 type backend struct { struct
56 *framework.Backend
58 session *mgo.Session
59 lock sync.Mutex
63 func (b *backend) Session(ctx context.Context, s logical.Storage) (*mgo.Session, error) {
103 func (b *backend) ResetSession(_ context.Context) {
114 func (b *backend) invalidate(ctx context.Context, key string) {
122 func (b *backend) LeaseConfig(ctx context.Context, s logical.Storage) (*configLease, error) {
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/builtin/logical/aws/
H A Dbackend.go58 type backend struct { struct
59 *framework.Backend
62 roleMutex sync.RWMutex
65 clientMutex sync.RWMutex
69 iamClient iamiface.IAMAPI
70 stsClient stsiface.STSAPI
85 func (b *backend) clientIAM(ctx context.Context, s logical.Storage) (iamiface.IAMAPI, error) {
112 func (b *backend) clientSTS(ctx context.Context, s logical.Storage) (stsiface.STSAPI, error) {
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/builtin/logical/mongodb/
H A Dbackend.go55 type backend struct { struct
56 *framework.Backend
58 session *mgo.Session
59 lock sync.Mutex
63 func (b *backend) Session(ctx context.Context, s logical.Storage) (*mgo.Session, error) {
103 func (b *backend) ResetSession(_ context.Context) {
114 func (b *backend) invalidate(ctx context.Context, key string) {
122 func (b *backend) LeaseConfig(ctx context.Context, s logical.Storage) (*configLease, error) {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/builtin/logical/aws/
H A Dbackend.go58 type backend struct { struct
59 *framework.Backend
62 roleMutex sync.RWMutex
65 clientMutex sync.RWMutex
69 iamClient iamiface.IAMAPI
70 stsClient stsiface.STSAPI
85 func (b *backend) clientIAM(ctx context.Context, s logical.Storage) (iamiface.IAMAPI, error) {
112 func (b *backend) clientSTS(ctx context.Context, s logical.Storage) (stsiface.STSAPI, error) {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/builtin/logical/mongodb/
H A Dbackend.go55 type backend struct { struct
56 *framework.Backend
58 session *mgo.Session
59 lock sync.Mutex
63 func (b *backend) Session(ctx context.Context, s logical.Storage) (*mgo.Session, error) {
103 func (b *backend) ResetSession(_ context.Context) {
114 func (b *backend) invalidate(ctx context.Context, key string) {
122 func (b *backend) LeaseConfig(ctx context.Context, s logical.Storage) (*configLease, error) {
/dports/sysutils/gomplate/vault-sdk-v0.1.13/builtin/logical/aws/
H A Dbackend.go58 type backend struct { struct
59 *framework.Backend
62 roleMutex sync.RWMutex
65 clientMutex sync.RWMutex
69 iamClient iamiface.IAMAPI
70 stsClient stsiface.STSAPI
85 func (b *backend) clientIAM(ctx context.Context, s logical.Storage) (iamiface.IAMAPI, error) {
112 func (b *backend) clientSTS(ctx context.Context, s logical.Storage) (stsiface.STSAPI, error) {
/dports/sysutils/gomplate/vault-sdk-v0.1.13/builtin/logical/mongodb/
H A Dbackend.go55 type backend struct { struct
56 *framework.Backend
58 session *mgo.Session
59 lock sync.Mutex
63 func (b *backend) Session(ctx context.Context, s logical.Storage) (*mgo.Session, error) {
103 func (b *backend) ResetSession(_ context.Context) {
114 func (b *backend) invalidate(ctx context.Context, key string) {
122 func (b *backend) LeaseConfig(ctx context.Context, s logical.Storage) (*configLease, error) {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/builtin/logical/mongodb/
H A Dbackend.go55 type backend struct { struct
56 *framework.Backend
58 session *mgo.Session
59 lock sync.Mutex
63 func (b *backend) Session(ctx context.Context, s logical.Storage) (*mgo.Session, error) {
103 func (b *backend) ResetSession(_ context.Context) {
114 func (b *backend) invalidate(ctx context.Context, key string) {
122 func (b *backend) LeaseConfig(ctx context.Context, s logical.Storage) (*configLease, error) {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/builtin/logical/aws/
H A Dbackend.go58 type backend struct { struct
59 *framework.Backend
62 roleMutex sync.RWMutex
65 clientMutex sync.RWMutex
69 iamClient iamiface.IAMAPI
70 stsClient stsiface.STSAPI
85 func (b *backend) clientIAM(ctx context.Context, s logical.Storage) (iamiface.IAMAPI, error) {
112 func (b *backend) clientSTS(ctx context.Context, s logical.Storage) (stsiface.STSAPI, error) {
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/builtin/logical/aws/
H A Dbackend.go58 type backend struct { struct
59 *framework.Backend
62 roleMutex sync.RWMutex
65 clientMutex sync.RWMutex
69 iamClient iamiface.IAMAPI
70 stsClient stsiface.STSAPI
85 func (b *backend) clientIAM(ctx context.Context, s logical.Storage) (iamiface.IAMAPI, error) {
112 func (b *backend) clientSTS(ctx context.Context, s logical.Storage) (stsiface.STSAPI, error) {
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/builtin/logical/mongodb/
H A Dbackend.go55 type backend struct { struct
56 *framework.Backend
58 session *mgo.Session
59 lock sync.Mutex
63 func (b *backend) Session(ctx context.Context, s logical.Storage) (*mgo.Session, error) {
103 func (b *backend) ResetSession(_ context.Context) {
114 func (b *backend) invalidate(ctx context.Context, key string) {
122 func (b *backend) LeaseConfig(ctx context.Context, s logical.Storage) (*configLease, error) {
/dports/sysutils/istio/vault-sdk-v0.1.12/builtin/logical/aws/
H A Dbackend.go58 type backend struct { struct
59 *framework.Backend
62 roleMutex sync.RWMutex
65 clientMutex sync.RWMutex
69 iamClient iamiface.IAMAPI
70 stsClient stsiface.STSAPI
85 func (b *backend) clientIAM(ctx context.Context, s logical.Storage) (iamiface.IAMAPI, error) {
112 func (b *backend) clientSTS(ctx context.Context, s logical.Storage) (stsiface.STSAPI, error) {
/dports/sysutils/istio/vault-sdk-v0.1.12/builtin/logical/mongodb/
H A Dbackend.go55 type backend struct { struct
56 *framework.Backend
58 session *mgo.Session
59 lock sync.Mutex
63 func (b *backend) Session(ctx context.Context, s logical.Storage) (*mgo.Session, error) {
103 func (b *backend) ResetSession(_ context.Context) {
114 func (b *backend) invalidate(ctx context.Context, key string) {
122 func (b *backend) LeaseConfig(ctx context.Context, s logical.Storage) (*configLease, error) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/builtin/logical/mongodb/
H A Dbackend.go55 type backend struct { struct
56 *framework.Backend
58 session *mgo.Session
59 lock sync.Mutex
63 func (b *backend) Session(ctx context.Context, s logical.Storage) (*mgo.Session, error) {
103 func (b *backend) ResetSession(_ context.Context) {
114 func (b *backend) invalidate(ctx context.Context, key string) {
122 func (b *backend) LeaseConfig(ctx context.Context, s logical.Storage) (*configLease, error) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/builtin/logical/aws/
H A Dbackend.go58 type backend struct { struct
59 *framework.Backend
62 roleMutex sync.RWMutex
65 clientMutex sync.RWMutex
69 iamClient iamiface.IAMAPI
70 stsClient stsiface.STSAPI
85 func (b *backend) clientIAM(ctx context.Context, s logical.Storage) (iamiface.IAMAPI, error) {
112 func (b *backend) clientSTS(ctx context.Context, s logical.Storage) (stsiface.STSAPI, error) {
/dports/devel/py-pyvisa/PyVISA-1.11.3/docs/source/faq/
H A Dcontributing.rst93 .. _easy_install: http://pypi.python.org/pypi/setuptools
94 .. _Python: http://www.python.org/
95 .. _pip: http://www.pip-installer.org/
96 .. _`Anaconda`: https://www.anaconda.com/distribution/
97 .. _PyPI: https://pypi.python.org/pypi/PyVISA
98 .. _`National Instruments's VISA`: http://ni.com/visa/
99 .. _github: http://github.com/pyvisa/pyvisa
100 .. _`issue tracker`: https://github.com/pyvisa/pyvisa/issues
/dports/archivers/py-zstandard/zstandard-0.16.0/zstandard/
H A D__init__.py41 backend = "cext" variable
45 backend = "cffi" variable
50 backend = "cext" variable
54 backend = "cffi" variable
59 backend = "cext" variable
63 backend = "cffi" variable
67 backend = "rust" variable
71 backend = "cext" variable
75 backend = "cffi" variable
/dports/misc/concourse/vault-bdd38fca2cff/builtin/logical/rabbitmq/
H A Dbackend.go56 type backend struct { struct
57 *framework.Backend
59 client *rabbithole.Client
60 lock sync.RWMutex
64 func (b *backend) Client(ctx context.Context, s logical.Storage) (*rabbithole.Client, error) {
108 func (b *backend) resetClient(_ context.Context) {
115 func (b *backend) invalidate(ctx context.Context, key string) {
123 func (b *backend) Lease(ctx context.Context, s logical.Storage) (*configLease, error) {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/builtin/logical/rabbitmq/
H A Dbackend.go56 type backend struct { struct
57 *framework.Backend
59 client *rabbithole.Client
60 lock sync.RWMutex
64 func (b *backend) Client(ctx context.Context, s logical.Storage) (*rabbithole.Client, error) {
108 func (b *backend) resetClient(_ context.Context) {
115 func (b *backend) invalidate(ctx context.Context, key string) {
123 func (b *backend) Lease(ctx context.Context, s logical.Storage) (*configLease, error) {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/builtin/logical/rabbitmq/
H A Dbackend.go56 type backend struct { struct
57 *framework.Backend
59 client *rabbithole.Client
60 lock sync.RWMutex
64 func (b *backend) Client(ctx context.Context, s logical.Storage) (*rabbithole.Client, error) {
108 func (b *backend) resetClient(_ context.Context) {
115 func (b *backend) invalidate(ctx context.Context, key string) {
123 func (b *backend) Lease(ctx context.Context, s logical.Storage) (*configLease, error) {

12345678910>>...509