Home
last modified time | relevance | path

Searched defs:backend (Results 176 – 200 of 12830) sorted by relevance

12345678910>>...514

/dports/security/vault/vault-1.8.2/builtin/logical/rabbitmq/
H A Dbackend.go55 type backend struct { struct
56 *framework.Backend
58 client *rabbithole.Client
59 lock sync.RWMutex
63 func (b *backend) Client(ctx context.Context, s logical.Storage) (*rabbithole.Client, error) {
99 func (b *backend) resetClient(_ context.Context) {
106 func (b *backend) invalidate(ctx context.Context, key string) {
114 func (b *backend) Lease(ctx context.Context, s logical.Storage) (*configLease, error) {
/dports/sysutils/helmfile/helmfile-0.138.7/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/helmfile/vault-f6547fa8e820/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/vault-sdk-v0.1.13/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/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/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/devel/gitlab-runner/vault-sdk-v0.1.13/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/istio/vault-sdk-v0.1.12/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/istio/istio-1.6.7/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/security/py-cryptography/cryptography-3.3.2/tests/hazmat/primitives/
H A Dtest_scrypt.py51 def test_derive(self, backend, params): argument
89 def test_salt_not_bytes(self, backend): argument
106 def test_scrypt_malloc_failure(self, backend): argument
126 def test_password_not_bytes(self, backend): argument
146 def test_buffer_protocol(self, backend): argument
166 def test_verify(self, backend, params): argument
186 def test_invalid_verify(self, backend): argument
207 def test_already_finalized(self, backend): argument
227 def test_invalid_n(self, backend): argument
236 def test_invalid_r(self, backend): argument
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/acl/
H A Dacl-backend.c40 struct acl_backend *backend; in acl_backend_init() local
93 struct acl_backend *backend = *_backend; in acl_backend_deinit() local
103 const char *acl_backend_get_acl_username(struct acl_backend *backend) in acl_backend_get_acl_username()
108 bool acl_backend_user_is_authenticated(struct acl_backend *backend) in acl_backend_user_is_authenticated()
113 bool acl_backend_user_is_owner(struct acl_backend *backend) in acl_backend_user_is_owner()
118 bool acl_backend_user_name_equals(struct acl_backend *backend, in acl_backend_user_name_equals()
129 bool acl_backend_user_is_in_group(struct acl_backend *backend, in acl_backend_user_is_in_group()
136 bool acl_backend_rights_match_me(struct acl_backend *backend, in acl_backend_rights_match_me()
157 unsigned int acl_backend_lookup_right(struct acl_backend *backend, in acl_backend_lookup_right()
163 struct acl_object *acl_backend_get_default_object(struct acl_backend *backend) in acl_backend_get_default_object()
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/builtin/logical/postgresql/
H A Dbackend.go40 type backend struct { struct
41 *framework.Backend
43 db *sql.DB
44 lock sync.Mutex
48 func (b *backend) DB(s logical.Storage) (*sql.DB, error) {
102 func (b *backend) ResetDB() {
114 func (b *backend) Lease(s logical.Storage) (*configLease, error) {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/builtin/logical/rabbitmq/
H A Dbackend.go43 type backend struct { struct
44 *framework.Backend
46 client *rabbithole.Client
47 lock sync.RWMutex
51 func (b *backend) Client(s logical.Storage) (*rabbithole.Client, error) {
95 func (b *backend) resetClient() {
103 func (b *backend) Lease(s logical.Storage) (*configLease, error) {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/builtin/logical/mysql/
H A Dbackend.go39 type backend struct { struct
40 *framework.Backend
42 db *sql.DB
43 lock sync.Mutex
47 func (b *backend) DB(s logical.Storage) (*sql.DB, error) {
89 func (b *backend) ResetDB() {
101 func (b *backend) Lease(s logical.Storage) (*configLease, error) {
/dports/devel/orc/orc-0.4.31/testsuite/
H A Dmeson.build24 if backend == 'neon' or backend == 'all' variable
28 if backend == 'c64x' or backend == 'all' variable
32 if backend == 'mips' or backend == 'all' variable
/dports/mail/evolution/evolution-3.42.1/src/mail/
H A De-mail-config-service-backend.c135 EMailConfigServiceBackend *backend; in mail_config_service_backend_constructed() local
145 mail_config_service_backend_get_selectable (EMailConfigServiceBackend *backend) in mail_config_service_backend_get_selectable()
161 mail_config_service_backend_new_collection (EMailConfigServiceBackend *backend) in mail_config_service_backend_new_collection()
168 mail_config_service_backend_insert_widgets (EMailConfigServiceBackend *backend, in mail_config_service_backend_insert_widgets()
175 mail_config_service_backend_setup_defaults (EMailConfigServiceBackend *backend) in mail_config_service_backend_setup_defaults()
181 mail_config_service_backend_auto_configure (EMailConfigServiceBackend *backend, in mail_config_service_backend_auto_configure()
190 mail_config_service_backend_check_complete (EMailConfigServiceBackend *backend) in mail_config_service_backend_check_complete()
262 e_mail_config_service_backend_init (EMailConfigServiceBackend *backend) in e_mail_config_service_backend_init()
268 e_mail_config_service_backend_get_page (EMailConfigServiceBackend *backend) in e_mail_config_service_backend_get_page()
280 e_mail_config_service_backend_get_source (EMailConfigServiceBackend *backend) in e_mail_config_service_backend_get_source()
[all …]
/dports/www/py-wagtail/wagtail-2.14.2/wagtail/search/tests/
H A Dtest_index_functions.py51 def test_inserts_object(self, backend): argument
59 def test_doesnt_insert_unsaved_object(self, backend): argument
67 def test_converts_to_specific_page(self, backend): argument
81 def test_catches_index_error(self, backend): argument
103 def test_removes_object(self, backend): argument
111 def test_removes_unsaved_object(self, backend): argument
119 def test_catches_index_error(self, backend): argument
141 def test_index_on_create(self, backend): argument
146 def test_index_on_update(self, backend): argument
157 def test_index_on_delete(self, backend): argument
[all …]
/dports/x11-toolkits/unique/libunique-1.1.6/unique/
H A Duniquebackend.c54 UniqueBackend *backend = UNIQUE_BACKEND (gobject); in unique_backend_finalize() local
71 unique_backend_init (UniqueBackend *backend) in unique_backend_init()
87 unique_backend_set_name (UniqueBackend *backend, in unique_backend_set_name()
115 unique_backend_get_name (UniqueBackend *backend) in unique_backend_get_name()
130 unique_backend_set_startup_id (UniqueBackend *backend, in unique_backend_set_startup_id()
158 unique_backend_get_startup_id (UniqueBackend *backend) in unique_backend_get_startup_id()
173 unique_backend_set_screen (UniqueBackend *backend, in unique_backend_set_screen()
194 unique_backend_get_screen (UniqueBackend *backend) in unique_backend_get_screen()
210 unique_backend_get_workspace (UniqueBackend *backend) in unique_backend_get_workspace()
261 unique_backend_request_name (UniqueBackend *backend) in unique_backend_request_name()
[all …]
/dports/x11-toolkits/libunique3/libunique-3.0.2/unique/
H A Duniquebackend.c52 UniqueBackend *backend = UNIQUE_BACKEND (gobject); in unique_backend_finalize() local
69 unique_backend_init (UniqueBackend *backend) in unique_backend_init()
85 unique_backend_set_name (UniqueBackend *backend, in unique_backend_set_name()
113 unique_backend_get_name (UniqueBackend *backend) in unique_backend_get_name()
128 unique_backend_set_startup_id (UniqueBackend *backend, in unique_backend_set_startup_id()
156 unique_backend_get_startup_id (UniqueBackend *backend) in unique_backend_get_startup_id()
171 unique_backend_set_screen (UniqueBackend *backend, in unique_backend_set_screen()
192 unique_backend_get_screen (UniqueBackend *backend) in unique_backend_get_screen()
208 unique_backend_get_workspace (UniqueBackend *backend) in unique_backend_get_workspace()
259 unique_backend_request_name (UniqueBackend *backend) in unique_backend_request_name()
[all …]
/dports/devel/gvfs/gvfs-1.46.2/daemon/
H A Dgvfsbackend.c144 GVfsBackend *backend; in g_vfs_backend_finalize() local
202 g_vfs_backend_init (GVfsBackend *backend) in g_vfs_backend_init()
220 GVfsBackend *backend = G_VFS_BACKEND (object); in g_vfs_backend_set_property() local
242 GVfsBackend *backend = G_VFS_BACKEND (object); in g_vfs_backend_get_property() local
316 GVfsBackend *backend; in g_vfs_backend_constructor() local
332 g_vfs_backend_get_daemon (GVfsBackend *backend) in g_vfs_backend_get_daemon()
338 g_vfs_backend_is_mounted (GVfsBackend *backend) in g_vfs_backend_is_mounted()
395 g_vfs_backend_set_icon_name (GVfsBackend *backend, in g_vfs_backend_set_icon_name()
403 g_vfs_backend_set_icon (GVfsBackend *backend, in g_vfs_backend_set_icon()
497 g_vfs_backend_get_icon (GVfsBackend *backend) in g_vfs_backend_get_icon()
[all …]
/dports/security/py-cryptography/cryptography-3.3.2/tests/hazmat/primitives/twofactor/
H A Dtest_totp.py33 def test_generate_sha1(self, backend, params): argument
48 def test_generate_sha256(self, backend, params): argument
63 def test_generate_sha512(self, backend, params): argument
78 def test_verify_sha1(self, backend, params): argument
94 def test_verify_sha256(self, backend, params): argument
110 def test_verify_sha512(self, backend, params): argument
119 def test_invalid_verify(self, backend): argument
128 def test_floating_point_time_generate(self, backend): argument
136 def test_get_provisioning_uri(self, backend): argument
151 def test_buffer_protocol(self, backend): argument
/dports/sysutils/py-salt/salt-3004.1/salt/runners/
H A Dqueue.py70 def insert(queue, items, backend="sqlite"): argument
91 def delete(queue, items, backend="sqlite"): argument
111 def list_queues(backend="sqlite"): argument
130 def list_length(queue, backend="sqlite"): argument
149 def list_items(queue, backend="sqlite"): argument
168 def pop(queue, quantity=1, backend="sqlite", is_runner=False): argument
190 def process_queue(queue, quantity=1, backend="sqlite", is_runner=False): argument
229 def __get_queue_opts(queue=None, backend=None): argument
240 def insert_runner(fun, args=None, kwargs=None, queue=None, backend=None): argument
278 def process_runner(quantity=1, queue=None, backend=None): argument
/dports/math/amgcl/amgcl-1.4.2/docs/components/
H A Dbackends.rst77 .. _Thrust: https://docs.nvidia.com/cuda/thrust/index.html
78 .. _cuSPARSE: https://docs.nvidia.com/cuda/cusparse/index.html
79 .. _nvcc: https://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/index.html
80 .. _cusparseCreate(): https://docs.nvidia.com/cuda/cusparse/index.html#cusparseCreate
110 .. _VexCL: https://github.com/ddemidov/vexcl
133 .. _ViennaCL: http://viennacl.sourceforge.net/
153 .. _Eigen: http://eigen.tuxfamily.org
172 .. _Blaze: https://bitbucket.org/blaze-lib/blaze
/dports/misc/concourse/vault-bdd38fca2cff/builtin/logical/ssh/
H A Dbackend.go13 type backend struct { struct
14 *framework.Backend
15 view logical.Storage
16 salt *salt.Salt
17 saltMutex sync.RWMutex
78 func (b *backend) Salt(ctx context.Context) (*salt.Salt, error) {
101 func (b *backend) invalidate(_ context.Context, key string) {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/builtin/logical/ssh/
H A Dbackend.go13 type backend struct { struct
14 *framework.Backend
15 view logical.Storage
16 salt *salt.Salt
17 saltMutex sync.RWMutex
78 func (b *backend) Salt(ctx context.Context) (*salt.Salt, error) {
101 func (b *backend) invalidate(_ context.Context, key string) {
/dports/security/vault/vault-1.8.2/builtin/logical/ssh/
H A Dbackend.go13 type backend struct { struct
14 *framework.Backend
15 view logical.Storage
16 salt *salt.Salt
17 saltMutex sync.RWMutex
78 func (b *backend) Salt(ctx context.Context) (*salt.Salt, error) {
101 func (b *backend) invalidate(_ context.Context, key string) {

12345678910>>...514