Home
last modified time | relevance | path

Searched defs:store (Results 151 – 175 of 20763) sorted by relevance

12345678910>>...831

/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/dird/
H A Dstorage.cc63 void SetRwstorage(JobControlRecord *jcr, UnifiedStorageResource *store) in SetRwstorage()
87 StorageResource *store = nullptr; in CopyRstorage() local
109 void SetRstorage(JobControlRecord *jcr, UnifiedStorageResource *store) in SetRstorage()
175 void SetWstorage(JobControlRecord *jcr, UnifiedStorageResource *store) in SetWstorage()
223 StorageResource *store = nullptr, *paired_read_write_storage = nullptr; in SetPairedStorage() local
411 StorageResource *store = nullptr; in HasPairedStorage() local
520 void StorageStatus(UaContext *ua, StorageResource *store, char *cmd) in StorageStatus()
669 slot_number_t GetNumSlots(UaContext *ua, StorageResource *store) in GetNumSlots()
702 slot_number_t GetNumDrives(UaContext *ua, StorageResource *store) in GetNumDrives()
735 bool transfer_volume(UaContext *ua, StorageResource *store, in transfer_volume()
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/tests/store/
H A Dtest_store_io.h51 seqan::FragmentStore<> store; in SEQAN_DEFINE_TEST() local
173 seqan::FragmentStore<> store; in SEQAN_DEFINE_TEST() local
328 seqan::FragmentStore<> store; in SEQAN_DEFINE_TEST() local
349 seqan::FragmentStore<> store; in SEQAN_DEFINE_TEST() local
393 seqan::FragmentStore<> store; in SEQAN_DEFINE_TEST() local
412 seqan::FragmentStore<> store; in SEQAN_DEFINE_TEST() local
527 seqan::FragmentStore<> store; in SEQAN_DEFINE_TEST() local
542 FragmentStore<> store; in SEQAN_DEFINE_TEST() local
564 FragmentStore<> store; in SEQAN_DEFINE_TEST() local
615 FragmentStore<> store; in SEQAN_DEFINE_TEST() local
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/test/unittests/libdevcrypto/
H A DSecretStore.cpp44 SecretStore store(tmpDir.path()); in BOOST_FIXTURE_TEST_SUITE() local
79 SecretStore store(storeDir.path()); in BOOST_AUTO_TEST_CASE() local
90 SecretStore store(storeDir.path()); in BOOST_AUTO_TEST_CASE() local
105 SecretStore store(storeDir.path()); in BOOST_AUTO_TEST_CASE() local
113 SecretStore store(storeDir.path()); in BOOST_AUTO_TEST_CASE() local
148 SecretStore store(storeDir.path()); in BOOST_AUTO_TEST_CASE() local
154 SecretStore store(storeDir.path()); in BOOST_AUTO_TEST_CASE() local
164 SecretStore store(storeDir.path()); in BOOST_AUTO_TEST_CASE() local
173 SecretStore store(storeDir.path()); in BOOST_AUTO_TEST_CASE() local
180 SecretStore store(storeDir.path()); in BOOST_AUTO_TEST_CASE() local
[all …]
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgliststore.c93 GListStore *store = G_LIST_STORE (object); in g_list_store_dispose() local
106 GListStore *store = G_LIST_STORE (object); in g_list_store_get_property() local
164 GListStore *store = G_LIST_STORE (list); in g_list_store_get_item_type() local
172 GListStore *store = G_LIST_STORE (list); in g_list_store_get_n_items() local
181 GListStore *store = G_LIST_STORE (list); in g_list_store_get_item() local
216 g_list_store_init (GListStore *store) in g_list_store_init()
264 g_list_store_insert (GListStore *store, in g_list_store_insert()
362 g_list_store_append (GListStore *store, in g_list_store_append()
390 g_list_store_remove (GListStore *store, in g_list_store_remove()
451 g_list_store_splice (GListStore *store, in g_list_store_splice()
[all …]
/dports/deskutils/gnome-todo/gnome-todo-41.0/src/models/
H A Dgtd-list-store.c79 GtdListStore *store; in remove_item_from_sequence_cb() local
110 GtdListStore *store = GTD_LIST_STORE (object); in gtd_list_store_dispose() local
182 GtdListStore *store = GTD_LIST_STORE (list); in gtd_list_store_get_item_type() local
190 GtdListStore *store = GTD_LIST_STORE (list); in gtd_list_store_get_n_items() local
199 GtdListStore *store = GTD_LIST_STORE (list); in gtd_list_store_get_item() local
233 gtd_list_store_init (GtdListStore *store) in gtd_list_store_init()
278 gtd_list_store_insert (GtdListStore *store, in gtd_list_store_insert()
347 gtd_list_store_sort (GtdListStore *store, in gtd_list_store_sort()
375 gtd_list_store_append (GtdListStore *store, in gtd_list_store_append()
403 gtd_list_store_remove (GtdListStore *store, in gtd_list_store_remove()
[all …]
/dports/math/jacop/jacop-4.8.0/src/test/java/org/jacop/
H A DSingleConstraintTest.java100 Store store = new Store(); in testAnonymousConstraint() local
118 Store store = new Store(); in testNegatedIfThen() local
138 Store store = new Store(); in testInvalidTable() local
152 Store store = new Store(); in testInvalidSimpleTable() local
167 Store store = new Store(); in testSimpleTable() local
187 Store store = new Store(); in testBinpacking() local
212 Store store = new Store(); in testCheckForInputDuplicationSkippsingSingletons2() local
228 Store store = new Store(); in testCheckForInputDuplicationSkippsingSingletons1() local
243 Store store = new Store(); in testSubcircuit() local
260 Store store = new Store(); in testInvalidSubcircuit() local
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/etcdserver/api/v2auth/
H A Dauth.go96 type store struct { struct
97 lg *zap.Logger
98 server doer
99 timeout time.Duration
100 ensuredOnce bool
102 PasswordStore
171 func (s *store) AllUsers() ([]string, error) {
301 func (s *store) CreateRole(role Role) error {
364 func (s *store) AuthEnabled() bool {
368 func (s *store) EnableAuth() error {
[all …]
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/etcdserver/api/v2auth/
H A Dauth.go101 type store struct { struct
102 lg *zap.Logger
103 server doer
104 timeout time.Duration
105 ensuredOnce bool
107 PasswordStore
173 func (s *store) AllUsers() ([]string, error) {
315 func (s *store) CreateRole(role Role) error {
390 func (s *store) AuthEnabled() bool {
394 func (s *store) EnableAuth() error {
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/go.etcd.io/etcd/server/v3/etcdserver/api/v2auth/
H A Dauth.go96 type store struct { struct
97 lg *zap.Logger
98 server doer
99 timeout time.Duration
100 ensuredOnce bool
102 PasswordStore
171 func (s *store) AllUsers() ([]string, error) {
301 func (s *store) CreateRole(role Role) error {
364 func (s *store) AuthEnabled() bool {
368 func (s *store) EnableAuth() error {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.etcd.io/etcd/server/v3/etcdserver/api/v2auth/
H A Dauth.go96 type store struct { struct
97 lg *zap.Logger
98 server doer
99 timeout time.Duration
100 ensuredOnce bool
102 PasswordStore
171 func (s *store) AllUsers() ([]string, error) {
301 func (s *store) CreateRole(role Role) error {
364 func (s *store) AuthEnabled() bool {
368 func (s *store) EnableAuth() error {
[all …]
/dports/www/minio-client/etcd-3.5.0/server/etcdserver/api/v2auth/
H A Dauth.go96 type store struct { struct
97 lg *zap.Logger
98 server doer
99 timeout time.Duration
100 ensuredOnce bool
102 PasswordStore
171 func (s *store) AllUsers() ([]string, error) {
301 func (s *store) CreateRole(role Role) error {
364 func (s *store) AuthEnabled() bool {
368 func (s *store) EnableAuth() error {
[all …]
/dports/devel/etcd34/etcd-3.4.18/etcdserver/api/v2auth/
H A Dauth.go101 type store struct { struct
102 lg *zap.Logger
103 server doer
104 timeout time.Duration
105 ensuredOnce bool
107 PasswordStore
173 func (s *store) AllUsers() ([]string, error) {
315 func (s *store) CreateRole(role Role) error {
390 func (s *store) AuthEnabled() bool {
394 func (s *store) EnableAuth() error {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/etcdserver/api/v2auth/
H A Dauth.go101 type store struct { struct
102 lg *zap.Logger
103 server doer
104 timeout time.Duration
105 ensuredOnce bool
107 PasswordStore
173 func (s *store) AllUsers() ([]string, error) {
315 func (s *store) CreateRole(role Role) error {
390 func (s *store) AuthEnabled() bool {
394 func (s *store) EnableAuth() error {
[all …]
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DGLClientAndServerBuffer.cpp66 void GLClientAndServerBufferBase<vtype>::store(vtype item) in store() function in GG::GLClientAndServerBufferBase
73 void GLClientAndServerBufferBase<vtype>::store(vtype item1, vtype item2) in store() function in GG::GLClientAndServerBufferBase
81 void GLClientAndServerBufferBase<vtype>::store(vtype item1, vtype item2, vtype item3) in store() function in GG::GLClientAndServerBufferBase
90 void GLClientAndServerBufferBase<vtype>::store(vtype item1, vtype item2, vtype item3, vtype item4) in store() function in GG::GLClientAndServerBufferBase
130 void GLRGBAColorBuffer::store(const Clr& color) in store() function in GG::GLRGBAColorBuffer
153 void GL2DVertexBuffer::store(const Pt& pt) in store() function in GG::GL2DVertexBuffer
156 void GL2DVertexBuffer::store(X x, Y y) in store() function in GG::GL2DVertexBuffer
159 void GL2DVertexBuffer::store(X x, float y) in store() function in GG::GL2DVertexBuffer
162 void GL2DVertexBuffer::store(float x, Y y) in store() function in GG::GL2DVertexBuffer
165 void GL2DVertexBuffer::store(float x, float y) in store() function in GG::GL2DVertexBuffer
[all …]
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DPhotoSizeSource.hpp17 void store(const PhotoSizeSource::Legacy &source, StorerT &storer) { in store() function
28 void store(const PhotoSizeSource::Thumbnail &source, StorerT &storer) { in store() function
49 void store(const PhotoSizeSource::DialogPhoto &source, StorerT &storer) { in store() function
69 void store(const PhotoSizeSource::DialogPhotoSmall &source, StorerT &storer) { in store() function
79 void store(const PhotoSizeSource::DialogPhotoBig &source, StorerT &storer) { in store() function
89 void store(const PhotoSizeSource::StickerSetThumbnail &source, StorerT &storer) { in store() function
101 void store(const PhotoSizeSource::FullLegacy &source, StorerT &storer) { in store() function
116 void store(const PhotoSizeSource::DialogPhotoLegacy &source, StorerT &storer) { in store() function
133 void store(const PhotoSizeSource::DialogPhotoSmallLegacy &source, StorerT &storer) { in store() function
143 void store(const PhotoSizeSource::DialogPhotoBigLegacy &source, StorerT &storer) { in store() function
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/utils/
H A Dwin_lgpo_netsh.py125 def _netsh_command(command, store): argument
152 def get_settings(profile, section, store="local"): argument
231 def get_all_settings(profile, store="local"): argument
264 def get_all_profiles(store="local"): argument
289 def set_firewall_settings(profile, inbound=None, outbound=None, store="local"): argument
379 def set_logging_settings(profile, setting, value, store="local"): argument
477 def set_settings(profile, setting, value, store="local"): argument
547 def set_state(profile, state, store="local"): argument
/dports/devel/appstream-glib/appstream-glib-0.7.18/libappstream-glib/
H A Das-store.c113 AsStore *store = AS_STORE (object); in as_store_finalize() local
327 as_store_get_size (AsStore *store) in as_store_get_size()
349 as_store_get_apps (AsStore *store) in as_store_get_apps()
371 as_store_dup_apps (AsStore *store) in as_store_dup_apps()
1844 load_yaml (AsStore *store, in load_yaml()
2074 AsStore *store) in as_store_monitor_changed_cb()
2090 AsStore *store) in as_store_monitor_added_cb()
2106 AsStore *store) in as_store_monitor_removed_cb()
3199 AsStore *store = source_object; in store_load_path_thread() local
3956 as_store_init (AsStore *store) in as_store_init()
[all …]
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/
H A Dcamel-store.c69 GWeakRef store; member
132 CamelStore *store; in store_emit_folder_created_cb() local
151 CamelStore *store; in store_emit_folder_deleted_cb() local
170 CamelStore *store; in store_emit_folder_opened_cb() local
189 CamelStore *store; in store_emit_folder_renamed_cb() local
209 CamelStore *store; in store_emit_folder_info_stale_cb() local
346 CamelStore *store; in store_constructed() local
521 CamelStore *store; in store_initable_init() local
2374 CamelStore *store; in store_create_folder_thread() local
2563 CamelStore *store; in store_delete_folder_thread() local
[all …]
/dports/databases/libgda5-ui/libgda-5.2.10/providers/skel-implementation/capi/
H A Dgda-capi-meta.c101 GdaMetaStore *store, GdaMetaContext *context, GError **error) in _gda_capi_meta__info()
123 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta__btypes()
140 GdaMetaStore *store, GdaMetaContext *context, GError **error, in _gda_capi_meta_udt()
169 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta__udt_cols()
178 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta_udt_cols()
208 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta__domains()
217 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta_domains()
236 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta_constraints_dom()
256 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta_el_types()
285 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta__character_sets()
[all …]
/dports/databases/libgda5-mysql/libgda-5.2.10/providers/skel-implementation/capi/
H A Dgda-capi-meta.c101 GdaMetaStore *store, GdaMetaContext *context, GError **error) in _gda_capi_meta__info()
123 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta__btypes()
140 GdaMetaStore *store, GdaMetaContext *context, GError **error, in _gda_capi_meta_udt()
169 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta__udt_cols()
178 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta_udt_cols()
208 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta__domains()
217 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta_domains()
236 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta_constraints_dom()
256 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta_el_types()
285 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta__character_sets()
[all …]
/dports/databases/libgda5-postgresql/libgda-5.2.10/providers/skel-implementation/capi/
H A Dgda-capi-meta.c101 GdaMetaStore *store, GdaMetaContext *context, GError **error) in _gda_capi_meta__info()
123 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta__btypes()
140 GdaMetaStore *store, GdaMetaContext *context, GError **error, in _gda_capi_meta_udt()
169 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta__udt_cols()
178 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta_udt_cols()
208 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta__domains()
217 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta_domains()
236 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta_constraints_dom()
256 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta_el_types()
285 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta__character_sets()
[all …]
/dports/databases/libgda5-ldap/libgda-5.2.10/providers/skel-implementation/capi/
H A Dgda-capi-meta.c101 GdaMetaStore *store, GdaMetaContext *context, GError **error) in _gda_capi_meta__info()
123 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta__btypes()
140 GdaMetaStore *store, GdaMetaContext *context, GError **error, in _gda_capi_meta_udt()
169 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta__udt_cols()
178 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta_udt_cols()
208 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta__domains()
217 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta_domains()
236 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta_constraints_dom()
256 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta_el_types()
285 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta__character_sets()
[all …]
/dports/databases/libgda5-bdb/libgda-5.2.10/providers/skel-implementation/capi/
H A Dgda-capi-meta.c101 GdaMetaStore *store, GdaMetaContext *context, GError **error) in _gda_capi_meta__info()
123 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta__btypes()
140 GdaMetaStore *store, GdaMetaContext *context, GError **error, in _gda_capi_meta_udt()
169 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta__udt_cols()
178 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta_udt_cols()
208 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta__domains()
217 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta_domains()
236 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta_constraints_dom()
256 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta_el_types()
285 G_GNUC_UNUSED GdaMetaStore *store, G_GNUC_UNUSED GdaMetaContext *context, in _gda_capi_meta__character_sets()
[all …]
/dports/security/keybase/client-v5.7.1/go/chat/search/
H A Dstorage.go341 type store struct { struct
342 globals.Contextified
343 utils.DebugLabeler
344 sync.RWMutex
346 uid gregor1.UID
348 aliasCache *lru.Cache
349 tokenCache *lru.Cache
350 diskStorage diskStorage
625 func (s *store) addTokens(ctx context.Context,
836 func (s *store) ClearMemory() {
[all …]
/dports/graphics/eog/eog-41.1/src/
H A Deog-list-store.c51 EogListStore *store = EOG_LIST_STORE (object); in eog_list_store_dispose() local
74 EogListStore *store = EOG_LIST_STORE (object); in eog_list_store_finalize() local
194 is_file_in_list_store (EogListStore *store, in is_file_in_list_store()
235 is_file_in_list_store_file (EogListStore *store, in is_file_in_list_store_file()
254 EogListStore *store; in eog_job_thumbnail_cb() local
425 EogListStore *store) in file_monitor_changed_cb()
562 EogListStore *store) in directory_visit()
774 GtkListStore *store = eog_list_store_new (); in eog_list_store_new_from_glist() local
852 eog_list_store_get_pos_by_iter (EogListStore *store, in eog_list_store_get_pos_by_iter()
876 eog_list_store_length (EogListStore *store) in eog_list_store_length()
[all …]

12345678910>>...831