Home
last modified time | relevance | path

Searched refs:store_name (Results 1 – 25 of 802) sorted by relevance

12345678910>>...33

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glean-core/src/event_database/
H A Dmod.rs138 store_name, in load_events_from_disk()
156 for store_name in store_names { in send_all_events()
160 store_name, in send_all_events()
208 stores_to_submit.push(&store_name); in record()
215 for store_name in stores_to_submit { in record()
220 store_name, in record()
238 .open(self.path.join(store_name)) in write_event_to_disk()
282 .remove(&store_name.to_string()); in snapshot_as_json()
321 .get(&store_name.to_string()) in test_has_value()
336 store_name: &str, in test_get_value()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/glean-core/src/event_database/
H A Dmod.rs141 let store_name = entry.file_name().into_string()?; in load_events_from_disk() localVariable
144 store_name, in load_events_from_disk()
162 for store_name in store_names { in send_all_events()
206 for store_name in meta.send_in_pings.iter() { in record()
211 stores_to_submit.push(store_name); in record()
218 for store_name in stores_to_submit { in record()
234 .open(self.path.join(store_name)) in write_event_to_disk()
280 .remove(&store_name.to_string()); in snapshot_as_json()
321 .get(&store_name.to_string()) in test_has_value()
336 store_name: &str, in test_get_value()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glean-core/src/event_database/
H A Dmod.rs141 let store_name = entry.file_name().into_string()?; in load_events_from_disk() localVariable
144 store_name, in load_events_from_disk()
162 for store_name in store_names { in send_all_events()
206 for store_name in meta.send_in_pings.iter() { in record()
211 stores_to_submit.push(&store_name); in record()
218 for store_name in stores_to_submit { in record()
234 .open(self.path.join(store_name)) in write_event_to_disk()
280 .remove(&store_name.to_string()); in snapshot_as_json()
321 .get(&store_name.to_string()) in test_has_value()
336 store_name: &str, in test_get_value()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glean-core/src/event_database/
H A Dmod.rs141 let store_name = entry.file_name().into_string()?; in load_events_from_disk() localVariable
144 store_name, in load_events_from_disk()
162 for store_name in store_names { in send_all_events()
206 for store_name in meta.send_in_pings.iter() { in record()
211 stores_to_submit.push(&store_name); in record()
218 for store_name in stores_to_submit { in record()
234 .open(self.path.join(store_name)) in write_event_to_disk()
280 .remove(&store_name.to_string()); in snapshot_as_json()
321 .get(&store_name.to_string()) in test_has_value()
336 store_name: &str, in test_get_value()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/plasma/
H A Dexternal_store.cc28 std::string* store_name) { in ExtractStoreName() argument
33 *store_name = endpoint.substr(0, off); in ExtractStoreName()
37 void ExternalStores::RegisterStore(const std::string& store_name, in RegisterStore() argument
39 Stores().insert({store_name, store}); in RegisterStore()
42 void ExternalStores::DeregisterStore(const std::string& store_name) { in DeregisterStore() argument
43 auto it = Stores().find(store_name); in DeregisterStore()
50 std::shared_ptr<ExternalStore> ExternalStores::GetStore(const std::string& store_name) { in GetStore() argument
51 auto it = Stores().find(store_name); in GetStore()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/plasma/
H A Dexternal_store.cc28 std::string* store_name) { in ExtractStoreName() argument
33 *store_name = endpoint.substr(0, off); in ExtractStoreName()
37 void ExternalStores::RegisterStore(const std::string& store_name, in RegisterStore() argument
39 Stores().insert({store_name, store}); in RegisterStore()
42 void ExternalStores::DeregisterStore(const std::string& store_name) { in DeregisterStore() argument
43 auto it = Stores().find(store_name); in DeregisterStore()
50 std::shared_ptr<ExternalStore> ExternalStores::GetStore(const std::string& store_name) { in GetStore() argument
51 auto it = Stores().find(store_name); in GetStore()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/plasma/
H A Dexternal_store.cc28 std::string* store_name) { in ExtractStoreName() argument
33 *store_name = endpoint.substr(0, off); in ExtractStoreName()
37 void ExternalStores::RegisterStore(const std::string& store_name, in RegisterStore() argument
39 Stores().insert({store_name, store}); in RegisterStore()
42 void ExternalStores::DeregisterStore(const std::string& store_name) { in DeregisterStore() argument
43 auto it = Stores().find(store_name); in DeregisterStore()
50 std::shared_ptr<ExternalStore> ExternalStores::GetStore(const std::string& store_name) { in GetStore() argument
51 auto it = Stores().find(store_name); in GetStore()
/dports/www/opencart/opencart-3.0.3.8/upload/admin/controller/mail/
H A Daffiliate.php14 $store_name = html_entity_decode($store_info['name'], ENT_QUOTES, 'UTF-8');
17 $store_name = html_entity_decode($this->config->get('config_name'), ENT_QUOTES, 'UTF-8');
35 $subject = sprintf($language->get('text_subject'), $store_name);
37 $data['text_welcome'] = sprintf($language->get('text_welcome'), $store_name);
40 $data['store'] = $store_name;
52 $mail->setSender($store_name);
70 $store_name = html_entity_decode($store_info['name'], ENT_QUOTES, 'UTF-8');
91 $subject = sprintf($language->get('text_subject'), $store_name);
93 $data['text_welcome'] = sprintf($language->get('text_welcome'), $store_name);
96 $data['store'] = $store_name;
[all …]
H A Dcustomer.php14 $store_name = html_entity_decode($store_info['name'], ENT_QUOTES, 'UTF-8');
17 $store_name = html_entity_decode($this->config->get('config_name'), ENT_QUOTES, 'UTF-8');
35 $subject = sprintf($language->get('text_subject'), $store_name);
37 $data['text_welcome'] = sprintf($language->get('text_welcome'), $store_name);
40 $data['store'] = $store_name;
52 $mail->setSender($store_name);
70 $store_name = html_entity_decode($store_info['name'], ENT_QUOTES, 'UTF-8');
91 $subject = sprintf($language->get('text_subject'), $store_name);
93 $data['text_welcome'] = sprintf($language->get('text_welcome'), $store_name);
96 $data['store'] = $store_name;
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/glean-core/src/storage/
H A Dmod.rs59 store_name: &str, in snapshot()
62 self.snapshot_as_json(storage, store_name, clear_store) in snapshot()
81 store_name: &str, in snapshot_as_json()
98 storage.iter_store_from(Lifetime::Ping, store_name, None, &mut snapshotter); in snapshot_as_json()
100 storage.iter_store_from(Lifetime::User, store_name, None, &mut snapshotter); in snapshot_as_json()
103 if let Err(e) = storage.clear_ping_lifetime_storage(store_name) { in snapshot_as_json()
129 store_name: &str, in snapshot_metric()
142 storage.iter_store_from(metric_lifetime, store_name, None, &mut snapshotter); in snapshot_metric()
164 store_name: &str, in snapshot_metric_for_test()
169 self.snapshot_metric(storage, store_name, metric_id, metric_lifetime) in snapshot_metric_for_test()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glean-core/src/storage/
H A Dmod.rs59 store_name: &str, in snapshot()
62 self.snapshot_as_json(storage, store_name, clear_store) in snapshot()
81 store_name: &str, in snapshot_as_json()
98 storage.iter_store_from(Lifetime::Ping, &store_name, None, &mut snapshotter); in snapshot_as_json()
100 storage.iter_store_from(Lifetime::User, &store_name, None, &mut snapshotter); in snapshot_as_json()
103 if let Err(e) = storage.clear_ping_lifetime_storage(store_name) { in snapshot_as_json()
129 store_name: &str, in snapshot_metric()
142 storage.iter_store_from(metric_lifetime, &store_name, None, &mut snapshotter); in snapshot_metric()
164 store_name: &str, in snapshot_metric_for_test()
169 self.snapshot_metric(storage, store_name, metric_id, metric_lifetime) in snapshot_metric_for_test()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glean-core/src/storage/
H A Dmod.rs59 store_name: &str, in snapshot()
62 self.snapshot_as_json(storage, store_name, clear_store) in snapshot()
81 store_name: &str, in snapshot_as_json()
98 storage.iter_store_from(Lifetime::Ping, &store_name, None, &mut snapshotter); in snapshot_as_json()
100 storage.iter_store_from(Lifetime::User, &store_name, None, &mut snapshotter); in snapshot_as_json()
103 if let Err(e) = storage.clear_ping_lifetime_storage(store_name) { in snapshot_as_json()
129 store_name: &str, in snapshot_metric()
142 storage.iter_store_from(metric_lifetime, &store_name, None, &mut snapshotter); in snapshot_metric()
164 store_name: &str, in snapshot_metric_for_test()
169 self.snapshot_metric(storage, store_name, metric_id, metric_lifetime) in snapshot_metric_for_test()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glean-core/src/storage/
H A Dmod.rs58 store_name: &str, in snapshot()
61 self.snapshot_as_json(storage, store_name, clear_store) in snapshot()
80 store_name: &str, in snapshot_as_json()
97 storage.iter_store_from(Lifetime::Ping, &store_name, None, &mut snapshotter); in snapshot_as_json()
98 storage.iter_store_from(Lifetime::Application, &store_name, None, &mut snapshotter); in snapshot_as_json()
99 storage.iter_store_from(Lifetime::User, &store_name, None, &mut snapshotter); in snapshot_as_json()
102 if let Err(e) = storage.clear_ping_lifetime_storage(store_name) { in snapshot_as_json()
130 store_name: &str, in snapshot_metric()
142 storage.iter_store_from(Lifetime::Ping, &store_name, None, &mut snapshotter); in snapshot_metric()
144 storage.iter_store_from(Lifetime::User, &store_name, None, &mut snapshotter); in snapshot_metric()
[all …]
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_measure_storage/
H A Dmod_measure_storage.lua8 local function time_method(module, store_name, store_type, method_name, method_function)
13 …_operation", ("store_name:%s,store_type:%s,store_operation:%s"):format(store_name, store_type, met…
15 metric_name = store_name.."_"..store_type.."_"..method_name;
26 local function wrap_store(module, store_name, store_type, store)
36 local timed_method = time_method(module, store_name, store_type, method_name, original_method);
46 event.store = wrap_store(module, event.store_name, event.store_type or "keyval", event.store);
/dports/www/firefox/firefox-99.0/third_party/rust/glean-core/src/metrics/
H A Devent.rs114 pub fn test_has_value(&self, glean: &Glean, store_name: &str) -> bool { in test_has_value()
115 glean.event_storage().test_has_value(&self.meta, store_name) in test_has_value()
123 pub fn test_get_value(&self, glean: &Glean, store_name: &str) -> Option<Vec<RecordedEvent>> { in test_get_value()
124 glean.event_storage().test_get_value(&self.meta, store_name) in test_get_value()
132 pub fn test_get_value_as_json_string(&self, glean: &Glean, store_name: &str) -> String { in test_get_value_as_json_string()
133 match self.test_get_value(glean, store_name) { in test_get_value_as_json_string()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/glean-core/src/metrics/
H A Devent.rs114 pub fn test_has_value(&self, glean: &Glean, store_name: &str) -> bool { in test_has_value()
115 glean.event_storage().test_has_value(&self.meta, store_name) in test_has_value()
123 pub fn test_get_value(&self, glean: &Glean, store_name: &str) -> Option<Vec<RecordedEvent>> { in test_get_value()
124 glean.event_storage().test_get_value(&self.meta, store_name) in test_get_value()
132 pub fn test_get_value_as_json_string(&self, glean: &Glean, store_name: &str) -> String { in test_get_value_as_json_string()
133 match self.test_get_value(glean, store_name) { in test_get_value_as_json_string()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/glean-core/src/metrics/
H A Devent.rs114 pub fn test_has_value(&self, glean: &Glean, store_name: &str) -> bool { in test_has_value()
115 glean.event_storage().test_has_value(&self.meta, store_name) in test_has_value()
123 pub fn test_get_value(&self, glean: &Glean, store_name: &str) -> Option<Vec<RecordedEvent>> { in test_get_value()
124 glean.event_storage().test_get_value(&self.meta, store_name) in test_get_value()
132 pub fn test_get_value_as_json_string(&self, glean: &Glean, store_name: &str) -> String { in test_get_value_as_json_string()
133 match self.test_get_value(glean, store_name) { in test_get_value_as_json_string()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glean-core/src/metrics/
H A Devent.rs110 pub fn test_has_value(&self, glean: &Glean, store_name: &str) -> bool { in test_has_value()
111 glean.event_storage().test_has_value(&self.meta, store_name) in test_has_value()
119 pub fn test_get_value(&self, glean: &Glean, store_name: &str) -> Option<Vec<RecordedEvent>> { in test_get_value()
120 glean.event_storage().test_get_value(&self.meta, store_name) in test_get_value()
128 pub fn test_get_value_as_json_string(&self, glean: &Glean, store_name: &str) -> String { in test_get_value_as_json_string()
129 match self.test_get_value(glean, store_name) { in test_get_value_as_json_string()
/dports/www/phprecipebook/phprecipebook/modules/admin/
H A Dupdate_stores.php12 $store_name = htmlentities($_POST['store_name'], ENT_QUOTES); variable
14 …res (store_name, store_layout, store_owner) VALUES ('".$DB_LINK->addq($store_name, get_magic_quote…
21 $store_name = "store_name_"; variable
24 $this_store_name = $store_name . $iterator;
42 $this_store_name = $store_name . $iterator;
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/redis/
H A Dwrapper.rb77 ENV["GITLAB_REDIS_#{store_name.underscore.upcase}_CONFIG_FILE"],
78 config_file_path("redis.#{store_name.underscore}.yml"),
94 def store_name singletonMethod in Gitlab.Redis.Wrapper
105 "::Gitlab::Instrumentation::Redis::#{store_name}".constantize
182 …:url] = legacy_fallback_urls[self.class.store_name] || legacy_fallback_urls[self.class.config_fall…
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_readonly/
H A Dmod_readonly.lua15 local store_name = namespaces[xmlns_and_tag];
16 if store_name then
17 module:log("warn", "Preventing modification of %s store by %s", store_name, stanza.attr.from);
18 …event.origin.send(st.error_reply(stanza, "cancel", "not-allowed", store_name.." data is read-only"…
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Configuration/
H A DX509PeerCertificateElement.cs65 static ConfigurationProperty store_name; field in System.ServiceModel.Configuration.X509PeerCertificateElement
79 store_name = new ConfigurationProperty ("storeName", in X509PeerCertificateElement()
89 properties.Add (store_name); in X509PeerCertificateElement()
127 get { return (StoreName) base [store_name]; }
128 set { base [store_name] = value; }
H A DX509RecipientCertificateServiceElement.cs65 static ConfigurationProperty store_name; field in System.ServiceModel.Configuration.X509RecipientCertificateServiceElement
79 store_name = new ConfigurationProperty ("storeName", in X509RecipientCertificateServiceElement()
89 properties.Add (store_name); in X509RecipientCertificateServiceElement()
127 get { return (StoreName) base [store_name]; }
128 set { base [store_name] = value; }
H A DX509ClientCertificateCredentialsElement.cs65 static ConfigurationProperty store_name; field in System.ServiceModel.Configuration.X509ClientCertificateCredentialsElement
79 store_name = new ConfigurationProperty ("storeName", in X509ClientCertificateCredentialsElement()
89 properties.Add (store_name); in X509ClientCertificateCredentialsElement()
127 get { return (StoreName) base [store_name]; }
128 set { base [store_name] = value; }
H A DX509InitiatorCertificateClientElement.cs65 static ConfigurationProperty store_name; field in System.ServiceModel.Configuration.X509InitiatorCertificateClientElement
79 store_name = new ConfigurationProperty ("storeName", in X509InitiatorCertificateClientElement()
89 properties.Add (store_name); in X509InitiatorCertificateClientElement()
127 get { return (StoreName) base [store_name]; }
128 set { base [store_name] = value; }

12345678910>>...33