Home
last modified time | relevance | path

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

/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Entity/KeyValueStore/
H A DKeyValueEntityStorageTest.php35 protected $keyValueStore; variable in Drupal\\Tests\\Core\\Entity\\KeyValueStore\\KeyValueEntityStorageTest
241 $this->keyValueStore->expects($this->never())
243 $this->keyValueStore->expects($this->never())
258 $this->keyValueStore->expects($this->once())
287 $this->keyValueStore->expects($this->once())
306 $this->keyValueStore->expects($this->once())
338 $this->keyValueStore->expects($this->once())
373 $this->keyValueStore->expects($this->once())
377 $this->keyValueStore->expects($this->once())
380 $this->keyValueStore->expects($this->once())
[all …]
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Entity/KeyValueStore/
H A DKeyValueEntityStorageTest.php35 protected $keyValueStore; variable in Drupal\\Tests\\Core\\Entity\\KeyValueStore\\KeyValueEntityStorageTest
250 $this->keyValueStore->expects($this->never())
252 $this->keyValueStore->expects($this->never())
271 $this->keyValueStore->expects($this->once())
300 $this->keyValueStore->expects($this->once())
327 $this->keyValueStore->expects($this->once())
359 $this->keyValueStore->expects($this->once())
398 $this->keyValueStore->expects($this->once())
402 $this->keyValueStore->expects($this->once())
405 $this->keyValueStore->expects($this->once())
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/locale/src/
H A DLocaleProjectStorage.php17 protected $keyValueStore; variable in Drupal\\locale\\LocaleProjectStorage
40 $this->keyValueStore = $key_value_factory->get('locale.project');
69 $loaded_values = $this->keyValueStore->getMultiple($load);
100 $this->keyValueStore->setMultiple($data);
117 $this->keyValueStore->deleteMultiple($keys);
132 $this->keyValueStore->deleteAll();
140 $projects = $this->keyValueStore->getAll();
147 $this->keyValueStore->setMultiple($projects);
163 $this->cache = $this->keyValueStore->getAll();
/dports/www/drupal9/drupal-9.2.10/core/modules/locale/src/
H A DLocaleProjectStorage.php17 protected $keyValueStore; variable in Drupal\\locale\\LocaleProjectStorage
40 $this->keyValueStore = $key_value_factory->get('locale.project');
69 $loaded_values = $this->keyValueStore->getMultiple($load);
100 $this->keyValueStore->setMultiple($data);
117 $this->keyValueStore->deleteMultiple($keys);
132 $this->keyValueStore->deleteAll();
140 $projects = $this->keyValueStore->getAll();
147 $this->keyValueStore->setMultiple($projects);
163 $this->cache = $this->keyValueStore->getAll();
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Entity/KeyValueStore/
H A DKeyValueEntityStorage.php37 protected $keyValueStore; variable in Drupal\\Core\\Entity\\KeyValueStore\\KeyValueEntityStorage
69 $this->keyValueStore = $key_value_store;
122 $entities = $this->keyValueStore->getAll();
125 $entities = $this->keyValueStore->getMultiple($ids);
149 $this->keyValueStore->deleteMultiple($entity_ids);
177 $this->keyValueStore->set($entity->id(), $entity->toArray());
181 $this->keyValueStore->delete($id);
191 return $this->keyValueStore->has($id);
198 return (bool) $this->keyValueStore->getAll();
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Entity/KeyValueStore/
H A DKeyValueEntityStorage.php37 protected $keyValueStore; variable in Drupal\\Core\\Entity\\KeyValueStore\\KeyValueEntityStorage
69 $this->keyValueStore = $key_value_store;
122 $entities = $this->keyValueStore->getAll();
125 $entities = $this->keyValueStore->getMultiple($ids);
149 $this->keyValueStore->deleteMultiple($entity_ids);
177 $this->keyValueStore->set($entity->id(), $entity->toArray());
181 $this->keyValueStore->delete($id);
191 return $this->keyValueStore->has($id);
198 return (bool) $this->keyValueStore->getAll();
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/State/
H A DState.php17 protected $keyValueStore; variable in Drupal\\Core\\State\\State
33 $this->keyValueStore = $key_value_factory->get('state');
62 $loaded_values = $this->keyValueStore->getMultiple($load);
84 $this->keyValueStore->set($key, $value);
94 $this->keyValueStore->setMultiple($data);
111 $this->keyValueStore->deleteMultiple($keys);
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/State/
H A DState.php17 protected $keyValueStore; variable in Drupal\\Core\\State\\State
33 $this->keyValueStore = $key_value_factory->get('state');
62 $loaded_values = $this->keyValueStore->getMultiple($load);
84 $this->keyValueStore->set($key, $value);
94 $this->keyValueStore->setMultiple($data);
111 $this->keyValueStore->deleteMultiple($keys);
/dports/www/drupal9/drupal-9.2.10/core/modules/update/src/
H A DUpdateManager.php55 protected $keyValueStore; variable in Drupal\\update\\UpdateManager
101 $this->keyValueStore = $key_value_expirable_factory->get('update');
119 $this->keyValueStore->delete('update_project_projects');
120 $this->keyValueStore->delete('update_project_data');
155 $this->keyValueStore->setWithExpire('update_project_projects', $this->projects, 3600);
185 $this->keyValueStore->delete($key);
188 $projects = $this->keyValueStore->get($key, []);
/dports/www/drupal8/drupal-8.9.20/core/modules/update/src/
H A DUpdateManager.php55 protected $keyValueStore; variable in Drupal\\update\\UpdateManager
102 $this->keyValueStore = $key_value_expirable_factory->get('update');
124 $this->keyValueStore->delete('update_project_projects');
125 $this->keyValueStore->delete('update_project_data');
160 $this->keyValueStore->setWithExpire('update_project_projects', $this->projects, 3600);
190 $this->keyValueStore->delete($key);
193 $projects = $this->keyValueStore->get($key, []);
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/validators/schema/identity/
H A DValueStore.cpp286 …ValueStore* keyValueStore = valueStoreCache->getGlobalValueStoreFor(((IC_KeyRef*) fIdentityConstra… in endDocumentFragment() local
288 if (!keyValueStore) { in endDocumentFragment()
305 if (!keyValueStore->contains(&valueMap) && fDoReportError) { in endDocumentFragment()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/validators/schema/identity/
H A DValueStore.cpp286 …ValueStore* keyValueStore = valueStoreCache->getGlobalValueStoreFor(((IC_KeyRef*) fIdentityConstra… in endDocumentFragment() local
288 if (!keyValueStore) { in endDocumentFragment()
305 if (!keyValueStore->contains(&valueMap) && fDoReportError) { in endDocumentFragment()
/dports/games/SpaceCadetPinball/SpaceCadetPinball-Release_2.0/SpaceCadetPinball/
H A Doptions.cpp408 auto& keyValueStore = *static_cast<std::map<std::string, std::string>*>(entry); in MyUserData_ReadLine() local
415 keyValueStore[key] = value; in MyUserData_ReadLine()
/dports/devel/py-filebytes/filebytes-0.10.2/filebytes/
H A Doat.py178 …return OatHeaderData(header=header, keyValueStoreRaw=key_value_store_bytes, keyValueStore=key_valu…
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java3919 public KeyRefValueStore(KeyRef keyRef, KeyValueStore keyValueStore) { in KeyRefValueStore() argument
3921 fKeyValueStore = keyValueStore; in KeyRefValueStore()
4111 KeyValueStore keyValueStore = in initValueStoresFor() local
4113 if (keyValueStore == null) { in initValueStoresFor()
4114 keyValueStore = new KeyValueStore(key); in initValueStoresFor()
4115 fIdentityConstraint2ValueStoreMap.put(toHash, keyValueStore); in initValueStoresFor()
4117 keyValueStore.clear(); in initValueStoresFor()
4119 fValueStores.addElement(keyValueStore); in initValueStoresFor()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java3919 public KeyRefValueStore(KeyRef keyRef, KeyValueStore keyValueStore) { in KeyRefValueStore() argument
3921 fKeyValueStore = keyValueStore; in KeyRefValueStore()
4111 KeyValueStore keyValueStore = in initValueStoresFor() local
4113 if (keyValueStore == null) { in initValueStoresFor()
4114 keyValueStore = new KeyValueStore(key); in initValueStoresFor()
4115 fIdentityConstraint2ValueStoreMap.put(toHash, keyValueStore); in initValueStoresFor()
4117 keyValueStore.clear(); in initValueStoresFor()
4119 fValueStores.addElement(keyValueStore); in initValueStoresFor()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java4230 public KeyRefValueStore(KeyRef keyRef, KeyValueStore keyValueStore) { in KeyRefValueStore() argument
4232 fKeyValueStore = keyValueStore; in KeyRefValueStore()
4422 KeyValueStore keyValueStore = in initValueStoresFor() local
4424 if (keyValueStore == null) { in initValueStoresFor()
4425 keyValueStore = new KeyValueStore(key); in initValueStoresFor()
4426 fIdentityConstraint2ValueStoreMap.put(toHash, keyValueStore); in initValueStoresFor()
4428 keyValueStore.clear(); in initValueStoresFor()
4430 fValueStores.add(keyValueStore); in initValueStoresFor()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java4232 public KeyRefValueStore(KeyRef keyRef, KeyValueStore keyValueStore) { in KeyRefValueStore() argument
4234 fKeyValueStore = keyValueStore; in KeyRefValueStore()
4424 KeyValueStore keyValueStore = in initValueStoresFor() local
4426 if (keyValueStore == null) { in initValueStoresFor()
4427 keyValueStore = new KeyValueStore(key); in initValueStoresFor()
4428 fIdentityConstraint2ValueStoreMap.put(toHash, keyValueStore); in initValueStoresFor()
4430 keyValueStore.clear(); in initValueStoresFor()
4432 fValueStores.add(keyValueStore); in initValueStoresFor()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java4232 public KeyRefValueStore(KeyRef keyRef, KeyValueStore keyValueStore) { in KeyRefValueStore() argument
4234 fKeyValueStore = keyValueStore; in KeyRefValueStore()
4424 KeyValueStore keyValueStore = in initValueStoresFor() local
4426 if (keyValueStore == null) { in initValueStoresFor()
4427 keyValueStore = new KeyValueStore(key); in initValueStoresFor()
4428 fIdentityConstraint2ValueStoreMap.put(toHash, keyValueStore); in initValueStoresFor()
4430 keyValueStore.clear(); in initValueStoresFor()
4432 fValueStores.add(keyValueStore); in initValueStoresFor()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java4233 public KeyRefValueStore(KeyRef keyRef, KeyValueStore keyValueStore) { in KeyRefValueStore() argument
4235 fKeyValueStore = keyValueStore; in KeyRefValueStore()
4425 KeyValueStore keyValueStore = in initValueStoresFor() local
4427 if (keyValueStore == null) { in initValueStoresFor()
4428 keyValueStore = new KeyValueStore(key); in initValueStoresFor()
4429 fIdentityConstraint2ValueStoreMap.put(toHash, keyValueStore); in initValueStoresFor()
4431 keyValueStore.clear(); in initValueStoresFor()
4433 fValueStores.add(keyValueStore); in initValueStoresFor()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java4230 public KeyRefValueStore(KeyRef keyRef, KeyValueStore keyValueStore) { in KeyRefValueStore() argument
4232 fKeyValueStore = keyValueStore; in KeyRefValueStore()
4422 KeyValueStore keyValueStore = in initValueStoresFor() local
4424 if (keyValueStore == null) { in initValueStoresFor()
4425 keyValueStore = new KeyValueStore(key); in initValueStoresFor()
4426 fIdentityConstraint2ValueStoreMap.put(toHash, keyValueStore); in initValueStoresFor()
4428 keyValueStore.clear(); in initValueStoresFor()
4430 fValueStores.add(keyValueStore); in initValueStoresFor()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java4230 public KeyRefValueStore(KeyRef keyRef, KeyValueStore keyValueStore) { in KeyRefValueStore() argument
4232 fKeyValueStore = keyValueStore; in KeyRefValueStore()
4422 KeyValueStore keyValueStore = in initValueStoresFor() local
4424 if (keyValueStore == null) { in initValueStoresFor()
4425 keyValueStore = new KeyValueStore(key); in initValueStoresFor()
4426 fIdentityConstraint2ValueStoreMap.put(toHash, keyValueStore); in initValueStoresFor()
4428 keyValueStore.clear(); in initValueStoresFor()
4430 fValueStores.add(keyValueStore); in initValueStoresFor()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java4232 public KeyRefValueStore(KeyRef keyRef, KeyValueStore keyValueStore) { in KeyRefValueStore() argument
4234 fKeyValueStore = keyValueStore; in KeyRefValueStore()
4424 KeyValueStore keyValueStore = in initValueStoresFor() local
4426 if (keyValueStore == null) { in initValueStoresFor()
4427 keyValueStore = new KeyValueStore(key); in initValueStoresFor()
4428 fIdentityConstraint2ValueStoreMap.put(toHash, keyValueStore); in initValueStoresFor()
4430 keyValueStore.clear(); in initValueStoresFor()
4432 fValueStores.add(keyValueStore); in initValueStoresFor()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java4232 public KeyRefValueStore(KeyRef keyRef, KeyValueStore keyValueStore) { in KeyRefValueStore() argument
4234 fKeyValueStore = keyValueStore; in KeyRefValueStore()
4424 KeyValueStore keyValueStore = in initValueStoresFor() local
4426 if (keyValueStore == null) { in initValueStoresFor()
4427 keyValueStore = new KeyValueStore(key); in initValueStoresFor()
4428 fIdentityConstraint2ValueStoreMap.put(toHash, keyValueStore); in initValueStoresFor()
4430 keyValueStore.clear(); in initValueStoresFor()
4432 fValueStores.add(keyValueStore); in initValueStoresFor()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/jms/serializer/doc/reference/
H A Dannotations.rst464 private $keyValueStore;