Home
last modified time | relevance | path

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

12345678910>>...96

/dports/devel/gitlist/gitlist/vendor/symfony/http-kernel/Tests/Profiler/
H A DAbstractProfilerStorageTest.php65 $this->getStorage()->write($profile);
70 $this->getStorage()->write($profile);
75 $this->getStorage()->write($profile);
104 $this->getStorage()->write($profile);
117 $this->getStorage()->write($profile);
123 $this->getStorage()->write($profile);
129 $this->getStorage()->write($profile);
135 $this->getStorage()->write($profile);
190 $this->getStorage()->purge();
205 $this->getStorage()->purge();
[all …]
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Config/
H A DManagedStorage.php46 return $this->getStorage()->exists($name);
53 return $this->getStorage()->read($name);
60 return $this->getStorage()->readMultiple($names);
67 return $this->getStorage()->write($name, $data);
74 return $this->getStorage()->delete($name);
88 return $this->getStorage()->encode($data);
95 return $this->getStorage()->decode($raw);
102 return $this->getStorage()->listAll($prefix);
109 return $this->getStorage()->deleteAll($prefix);
134 return $this->getStorage()->getCollectionName();
[all …]
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Config/
H A DManagedStorage.php46 return $this->getStorage()->exists($name);
53 return $this->getStorage()->read($name);
60 return $this->getStorage()->readMultiple($names);
67 return $this->getStorage()->write($name, $data);
74 return $this->getStorage()->delete($name);
88 return $this->getStorage()->encode($data);
95 return $this->getStorage()->decode($raw);
102 return $this->getStorage()->listAll($prefix);
109 return $this->getStorage()->deleteAll($prefix);
134 return $this->getStorage()->getCollectionName();
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/config/tests/src/Functional/
H A DConfigOtherModuleTest.php34 …$this->assertNotEmpty($this->getStorage()->load('other_module_test'), 'Default configuration has b…
45 $other_module_config_entity = $this->getStorage()->load('other_module_test');
58 …$this->assertNotEmpty($this->getStorage()->load('dotted.default'), 'The configuration is not delet…
85 $entity = $this->getStorage()->load('other_module_test_optional_entity_unmet');
100 …$this->assertNull($this->getStorage()->load('other_module_test'), 'Default configuration provided …
103 …$this->assertNotEmpty($this->getStorage()->load('other_module_test'), 'Default configuration provi…
111 …$this->assertNull($this->getStorage('view')->load('frontpage'), 'After installing Views, frontpage…
113 …$this->assertNotNull($this->getStorage('view')->load('frontpage'), 'After installing Node, frontpa…
115 …$this->assertNull($this->getStorage('view')->load('frontpage'), 'After uninstalling Node, frontpag…
150 protected function getStorage($entity_type_id = 'config_test') { function in Drupal\\Tests\\config\\Functional\\ConfigOtherModuleTest
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/config/tests/src/Functional/
H A DConfigOtherModuleTest.php34 …$this->assertNotEmpty($this->getStorage()->load('other_module_test'), 'Default configuration has b…
45 $other_module_config_entity = $this->getStorage()->load('other_module_test');
55 …$this->assertNotEmpty($this->getStorage()->load('other_module_test'), 'Default configuration for o…
58 …$this->assertNotEmpty($this->getStorage()->load('dotted.default'), 'The configuration is not delet…
84 $entity = $this->getStorage()->load('other_module_test_optional_entity_unmet');
99 …$this->assertNull($this->getStorage()->load('other_module_test'), 'Default configuration provided …
102 …$this->assertNotEmpty($this->getStorage()->load('other_module_test'), 'Default configuration provi…
110 …$this->assertTrue($this->getStorage('view')->load('frontpage') === NULL, 'After installing Views, …
112 …$this->assertTrue($this->getStorage('view')->load('frontpage') !== NULL, 'After installing Node, f…
149 protected function getStorage($entity_type_id = 'config_test') { function in Drupal\\Tests\\config\\Functional\\ConfigOtherModuleTest
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/CAS/classes/
H A Dclass.ilCASSettings.php133 $this->getStorage()->set('cas_server', $this->getServer());
134 $this->getStorage()->set('cas_port', $this->getPort());
135 $this->getStorage()->set('cas_uri', $this->getUri());
137 $this->getStorage()->set('cas_active', $this->isActive());
138 $this->getStorage()->set('cas_create_users', $this->isUserCreationEnabled());
140 $this->getStorage()->set('cas_user_default_role', $this->getDefaultRole());
148 $this->setServer($this->getStorage()->get('cas_server', $this->server));
149 $this->setPort($this->getStorage()->get('cas_port', $this->port));
150 $this->setUri($this->getStorage()->get('cas_uri', $this->uri));
151 $this->setActive($this->getStorage()->get('cas_active', $this->active));
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/CAS/classes/
H A Dclass.ilCASSettings.php133 $this->getStorage()->set('cas_server', $this->getServer());
134 $this->getStorage()->set('cas_port', $this->getPort());
135 $this->getStorage()->set('cas_uri', $this->getUri());
137 $this->getStorage()->set('cas_active', $this->isActive());
138 $this->getStorage()->set('cas_create_users', $this->isUserCreationEnabled());
140 $this->getStorage()->set('cas_user_default_role', $this->getDefaultRole());
148 $this->setServer($this->getStorage()->get('cas_server', $this->server));
149 $this->setPort($this->getStorage()->get('cas_port', $this->port));
150 $this->setUri($this->getStorage()->get('cas_uri', $this->uri));
151 $this->setActive($this->getStorage()->get('cas_active', $this->active));
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/WebServices/ECS/classes/Mapping/
H A Dclass.ilECSNodeMappingSettings.php214 $this->getStorage()->set('create_empty', $this->isEmptyContainerCreationEnabled());
215 $this->getStorage()->set('course_active', $this->isCourseAllocationEnabled());
216 $this->getStorage()->set('default_category', $this->getDefaultCourseCategory());
217 $this->getStorage()->set('allinone', $this->isAllInOneCategoryEnabled());
218 $this->getStorage()->set('allinone_cat', $this->getAllInOneCategory());
219 $this->getStorage()->set('attributes', $this->isAttributeMappingEnabled());
220 $this->getStorage()->set('role_mappings', serialize($this->getRoleMappings()));
221 $this->getStorage()->set('auth_mode', $this->getAuthMode());
229 protected function getStorage() function in ilECSNodeMappingSettings
255 $this->enableAllInOne($this->getStorage()->get('allinone'), $this->allinone);
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/WebServices/ECS/classes/Mapping/
H A Dclass.ilECSNodeMappingSettings.php214 $this->getStorage()->set('create_empty', $this->isEmptyContainerCreationEnabled());
215 $this->getStorage()->set('course_active', $this->isCourseAllocationEnabled());
216 $this->getStorage()->set('default_category', $this->getDefaultCourseCategory());
217 $this->getStorage()->set('allinone', $this->isAllInOneCategoryEnabled());
218 $this->getStorage()->set('allinone_cat', $this->getAllInOneCategory());
219 $this->getStorage()->set('attributes', $this->isAttributeMappingEnabled());
220 $this->getStorage()->set('role_mappings', serialize($this->getRoleMappings()));
221 $this->getStorage()->set('auth_mode', $this->getAuthMode());
229 protected function getStorage() function in ilECSNodeMappingSettings
255 $this->enableAllInOne($this->getStorage()->get('allinone'), $this->allinone);
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/
H A DNativeSessionStorageTest.php69 $storage = $this->getStorage();
78 $storage = $this->getStorage();
85 $storage = $this->getStorage();
92 $storage = $this->getStorage();
106 $storage = $this->getStorage();
117 $storage = $this->getStorage();
128 $storage = $this->getStorage();
187 $this->getStorage($options);
209 $this->getStorage($options);
275 $this->getStorage();
[all …]
/dports/audio/ampache/ampache-php74-5.0.0/vendor/symfony/http-foundation/Tests/Session/Storage/
H A DNativeSessionStorageTest.php69 $storage = $this->getStorage();
78 $storage = $this->getStorage();
85 $storage = $this->getStorage();
92 $storage = $this->getStorage();
106 $storage = $this->getStorage();
117 $storage = $this->getStorage();
128 $storage = $this->getStorage();
187 $this->getStorage($options);
209 $this->getStorage($options);
275 $this->getStorage();
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/
H A DNativeSessionStorageTest.php69 $storage = $this->getStorage();
78 $storage = $this->getStorage();
85 $storage = $this->getStorage();
92 $storage = $this->getStorage();
106 $storage = $this->getStorage();
117 $storage = $this->getStorage();
128 $storage = $this->getStorage();
187 $this->getStorage($options);
209 $this->getStorage($options);
275 $this->getStorage();
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/symfony/http-foundation/Tests/Session/Storage/
H A DNativeSessionStorageTest.php69 $storage = $this->getStorage();
78 $storage = $this->getStorage();
85 $storage = $this->getStorage();
92 $storage = $this->getStorage();
106 $storage = $this->getStorage();
117 $storage = $this->getStorage();
128 $storage = $this->getStorage();
187 $this->getStorage($options);
209 $this->getStorage($options);
275 $this->getStorage();
[all …]
/dports/deskutils/egroupware/egroupware/vendor/symfony/http-foundation/Tests/Session/Storage/
H A DNativeSessionStorageTest.php66 $storage = $this->getStorage();
75 $storage = $this->getStorage();
82 $storage = $this->getStorage();
89 $storage = $this->getStorage();
103 $storage = $this->getStorage();
114 $storage = $this->getStorage();
125 $storage = $this->getStorage();
171 $this->getStorage($options);
193 $this->getStorage($options);
259 $this->getStorage();
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Logging/classes/
H A Dclass.ilLoggingDBSettings.php91 protected function getStorage() function in ilLoggingDBSettings
234 $this->getStorage()->set('level', $this->getLevel());
235 $this->getStorage()->set('cache', (int) $this->isCacheEnabled());
236 $this->getStorage()->set('cache_level', $this->getCacheLevel());
237 $this->getStorage()->set('memory_usage', $this->isMemoryUsageEnabled());
238 $this->getStorage()->set('browser', $this->isBrowserLogEnabled());
239 $this->getStorage()->set('browser_users', serialize($this->getBrowserLogUsers()));
250 $this->setLevel($this->getStorage()->get('level', $this->level));
251 $this->enableCaching($this->getStorage()->get('cache', $this->cache));
252 $this->setCacheLevel($this->getStorage()->get('cache_level', $this->cache_level));
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/Logging/classes/
H A Dclass.ilLoggingDBSettings.php91 protected function getStorage() function in ilLoggingDBSettings
234 $this->getStorage()->set('level', $this->getLevel());
235 $this->getStorage()->set('cache', (int) $this->isCacheEnabled());
236 $this->getStorage()->set('cache_level', $this->getCacheLevel());
237 $this->getStorage()->set('memory_usage', $this->isMemoryUsageEnabled());
238 $this->getStorage()->set('browser', $this->isBrowserLogEnabled());
239 $this->getStorage()->set('browser_users', serialize($this->getBrowserLogUsers()));
250 $this->setLevel($this->getStorage()->get('level', $this->level));
251 $this->enableCaching($this->getStorage()->get('cache', $this->cache));
252 $this->setCacheLevel($this->getStorage()->get('cache_level', $this->cache_level));
[all …]
/dports/www/itop/web/lib/silex/vendor/symfony/http-foundation/Tests/Session/Storage/
H A DNativeSessionStorageTest.php69 $storage = $this->getStorage();
80 $storage = $this->getStorage();
89 $storage = $this->getStorage();
96 $storage = $this->getStorage();
110 $storage = $this->getStorage();
121 $storage = $this->getStorage();
132 $storage = $this->getStorage();
143 $storage = $this->getStorage();
174 $this->getStorage($options);
249 $this->getStorage();
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Resource/
H A DAbstractFile.php221 return $this->getStorage()->hashFile($this, 'sha1');
336 return $this->getStorage()->getFileContents($this);
352 $this->getStorage()->setFileContents($this, $contents);
366 public function getStorage() function in TYPO3\\CMS\\Core\\Resource\\AbstractFile
428 $combinedIdentifier = $this->getStorage()->getUid() . ':' . $this->getIdentifier();
441 $wasDeleted = $this->getStorage()->deleteFile($this);
484 return $this->getStorage()->renameFile($this, $newName, $conflictMode);
502 …return $targetFolder->getStorage()->copyFile($this, $targetFolder, $targetFileName, $conflictMode);
540 return $this->getStorage()->getPublicUrl($this, $relativeToCurrentScript);
558 return $this->getStorage()->getFileForLocalProcessing($this, $writable);
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Resource/
H A DAbstractFile.php195 … $fileInfo = $this->getStorage()->getFileInfoByIdentifier($this->getIdentifier(), ['size']);
224 return $this->getStorage()->hashFile($this, 'sha1');
370 return $this->getStorage()->getFileContents($this);
386 $this->getStorage()->setFileContents($this, $contents);
400 public function getStorage() function in TYPO3\\CMS\\Core\\Resource\\AbstractFile
462 $combinedIdentifier = $this->getStorage()->getUid() . ':' . $this->getIdentifier();
475 $wasDeleted = $this->getStorage()->deleteFile($this);
518 return $this->getStorage()->renameFile($this, $newName, $conflictMode);
575 return $this->getStorage()->getPublicUrl($this, $relativeToCurrentScript);
593 return $this->getStorage()->getFileForLocalProcessing($this, $writable);
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Resource/
H A DAbstractFile.php195 … $size = array_pop($this->getStorage()->getFileInfoByIdentifier($this->getIdentifier(), ['size']));
223 return $this->getStorage()->hashFile($this, 'sha1');
365 return $this->getStorage()->getFileContents($this);
381 $this->getStorage()->setFileContents($this, $contents);
395 public function getStorage() function in TYPO3\\CMS\\Core\\Resource\\AbstractFile
457 $combinedIdentifier = $this->getStorage()->getUid() . ':' . $this->getIdentifier();
470 $wasDeleted = $this->getStorage()->deleteFile($this);
513 return $this->getStorage()->renameFile($this, $newName, $conflictMode);
569 return $this->getStorage()->getPublicUrl($this, $relativeToCurrentScript);
587 return $this->getStorage()->getFileForLocalProcessing($this, $writable);
[all …]
/dports/games/einstein/einstein-2.0/
H A Doptions.cpp23 bool oldFullscreen = (getStorage()->get(L"fullscreen", 1) != 0); in doAction()
24 bool oldCursor = (getStorage()->get(L"niceCursor", 1) != 0); in doAction()
25 float oldVolume = (float)getStorage()->get(L"volume", 20) / 100.0f; in doAction()
27 getStorage()->set(L"fullscreen", fullscreen); in doAction()
32 getStorage()->set(L"niceCursor", niceCursor); in doAction()
37 getStorage()->set(L"volume", (int)(volume * 100.0f)); in doAction()
40 getStorage()->flush(); in doAction()
59 bool fullscreen = (getStorage()->get(L"fullscreen", 1) != 0); in showOptionsWindow()
60 bool niceCursor = (getStorage()->get(L"niceCursor", 1) != 0); in showOptionsWindow()
61 float volume = ((float)getStorage()->get(L"volume", 20)) / 100.0f; in showOptionsWindow()
/dports/devel/gitlist/gitlist/vendor/symfony/http-foundation/Tests/Session/Storage/
H A DNativeSessionStorageTest.php70 $storage = $this->getStorage();
81 $storage = $this->getStorage();
90 $storage = $this->getStorage();
97 $storage = $this->getStorage();
111 $storage = $this->getStorage();
122 $storage = $this->getStorage();
133 $storage = $this->getStorage();
144 $storage = $this->getStorage();
175 $this->getStorage($options);
191 $storage = $this->getStorage();
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/field/tests/src/Kernel/
H A DBulkDeleteTest.php133 ->getStorage($this->entityTypeId)
142 ->getStorage($this->entityTypeId)->loadMultiple();
166 $storage = \Drupal::entityTypeManager()->getStorage('entity_test');
239 ->getStorage($this->entityTypeId)
268 …$fields = \Drupal::entityTypeManager()->getStorage('field_config')->loadByProperties(['uuid' => $d…
274 ->getStorage($this->entityTypeId)
281 $storage = \Drupal::entityTypeManager()->getStorage($this->entityTypeId);
399 …$fields = \Drupal::entityTypeManager()->getStorage('field_config')->loadByProperties(['uuid' => $f…
406 …$fields = \Drupal::entityTypeManager()->getStorage('field_config')->loadByProperties(['uuid' => $f…
431 …$fields = \Drupal::entityTypeManager()->getStorage('field_config')->loadByProperties(['uuid' => $f…
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/WebServices/FileManager/classes/
H A Dclass.ilFMSettings.php43 protected function getStorage() function in ilFMSettings
100 $this->getStorage()->set('enabled', (int) $this->isEnabled());
101 $this->getStorage()->set('local', (int) $this->isLocalFSEnabled());
102 $this->getStorage()->set('maxFileSize', (int) $this->getMaxFileSize());
110 $this->enable($this->getStorage()->get('enabled', $this->enabled));
111 $this->enableLocalFS($this->getStorage()->get('local'), $this->localFS);
112 $this->setMaxFileSize($this->getStorage()->get('maxFileSize', $this->maxFileSize));
/dports/www/ilias6/ILIAS-6.14/Services/WebServices/FileManager/classes/
H A Dclass.ilFMSettings.php43 protected function getStorage() function in ilFMSettings
100 $this->getStorage()->set('enabled', (int) $this->isEnabled());
101 $this->getStorage()->set('local', (int) $this->isLocalFSEnabled());
102 $this->getStorage()->set('maxFileSize', (int) $this->getMaxFileSize());
110 $this->enable($this->getStorage()->get('enabled', $this->enabled));
111 $this->enableLocalFS($this->getStorage()->get('local'), $this->localFS);
112 $this->setMaxFileSize($this->getStorage()->get('maxFileSize', $this->maxFileSize));

12345678910>>...96