Home
last modified time | relevance | path

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

1234567

/dports/www/drupal8/drupal-8.9.20/core/modules/layout_builder/tests/src/Unit/
H A DLayoutTempstoreRepositoryTest.php26 $tempstore = $this->prophesize(SharedTempStore::class);
27 $tempstore->get('my_storage_id')->shouldBeCalled();
30 …e_factory->get('layout_builder.section_storage.my_storage_type')->willReturn($tempstore->reveal());
50 $tempstore = $this->prophesize(SharedTempStore::class);
51 …$tempstore->get('my_storage_id')->willReturn(['section_storage' => $tempstore_section_storage->rev…
53 …e_factory->get('layout_builder.section_storage.my_storage_type')->willReturn($tempstore->reveal());
72 $tempstore = $this->prophesize(SharedTempStore::class);
73 $tempstore->get('my_storage_id')->willReturn(['section_storage' => 'this_is_not_an_entity']);
76 …e_factory->get('layout_builder.section_storage.my_storage_type')->willReturn($tempstore->reveal());
/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/tests/src/Unit/
H A DLayoutTempstoreRepositoryTest.php26 $tempstore = $this->prophesize(SharedTempStore::class);
27 $tempstore->get('my_storage_id')->shouldBeCalled();
30 …e_factory->get('layout_builder.section_storage.my_storage_type')->willReturn($tempstore->reveal());
50 $tempstore = $this->prophesize(SharedTempStore::class);
51 …$tempstore->get('my_storage_id')->willReturn(['section_storage' => $tempstore_section_storage->rev…
53 …e_factory->get('layout_builder.section_storage.my_storage_type')->willReturn($tempstore->reveal());
72 $tempstore = $this->prophesize(SharedTempStore::class);
73 $tempstore->get('my_storage_id')->willReturn(['section_storage' => 'this_is_not_an_entity']);
76 …e_factory->get('layout_builder.section_storage.my_storage_type')->willReturn($tempstore->reveal());
/dports/print/tex-dvipsk/texlive-20150521-source/texk/dvipsk/
H A Drepack.c40 static unsigned char *tempstore, *tsp, *tsend; variable
67 if (tempstore == NULL) { in addts()
70 tsp = tempstore; in addts()
74 for (p=tempstore, q=tsp; p<tsend; p++, q++) in addts()
76 free((char *)tempstore); in addts()
77 tempstore = tsp; in addts()
80 tsend = tempstore + tslen; in addts()
300 tempstore[lcm] += MAXOUT; /* append END */ in dochar()
367 tsp = tempstore; in repack()
368 tsend = tempstore + tslen; in repack()
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/layout_builder/src/Entity/
H A DLayoutBuilderSampleEntityGenerator.php45 $tempstore = $this->tempStoreFactory->get('layout_builder.sample_entity');
46 if ($entity = $tempstore->get("$entity_type_id.$bundle_id")) {
58 $tempstore->set("$entity_type_id.$bundle_id", $entity);
66 $tempstore = $this->tempStoreFactory->get('layout_builder.sample_entity');
67 $tempstore->delete("$entity_type_id.$bundle_id");
/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/src/Entity/
H A DLayoutBuilderSampleEntityGenerator.php45 $tempstore = $this->tempStoreFactory->get('layout_builder.sample_entity');
46 if ($entity = $tempstore->get("$entity_type_id.$bundle_id")) {
58 $tempstore->set("$entity_type_id.$bundle_id", $entity);
66 $tempstore = $this->tempStoreFactory->get('layout_builder.sample_entity');
67 $tempstore->delete("$entity_type_id.$bundle_id");
/dports/www/drupal8/drupal-8.9.20/core/modules/layout_builder/src/
H A DLayoutTempstoreRepository.php34 $tempstore = $this->getTempstore($section_storage)->get($key);
35 if (!empty($tempstore['section_storage'])) {
37 $section_storage = $tempstore['section_storage'];
51 $tempstore = $this->getTempstore($section_storage)->get($key);
52 return !empty($tempstore['section_storage']);
/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/src/
H A DLayoutTempstoreRepository.php34 $tempstore = $this->getTempstore($section_storage)->get($key);
35 if (!empty($tempstore['section_storage'])) {
37 $section_storage = $tempstore['section_storage'];
51 $tempstore = $this->getTempstore($section_storage)->get($key);
52 return !empty($tempstore['section_storage']);
/dports/www/drupal8/drupal-8.9.20/core/modules/user/src/
H A DUserServiceProvider.php16 … $container->setParameter('tempstore.expire', $container->getParameter('user.tempstore.expire'));
21 … $container->setParameter('user.tempstore.expire', $container->getParameter('tempstore.expire'));
/dports/www/drupal8/drupal-8.9.20/core/modules/views_ui/
H A Dviews_ui.routing.yml95 tempstore: TRUE
107 tempstore: TRUE
120 tempstore: TRUE
141 tempstore: TRUE
154 tempstore: TRUE
167 tempstore: TRUE
180 tempstore: TRUE
193 tempstore: TRUE
206 tempstore: TRUE
219 tempstore: TRUE
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/views_ui/
H A Dviews_ui.routing.yml95 tempstore: TRUE
107 tempstore: TRUE
120 tempstore: TRUE
141 tempstore: TRUE
154 tempstore: TRUE
167 tempstore: TRUE
180 tempstore: TRUE
193 tempstore: TRUE
206 tempstore: TRUE
219 tempstore: TRUE
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/user/
H A Duser.services.yml53 …arguments: ['@keyvalue.expirable', '@lock', '@current_user', '@request_stack', '%tempstore.expire%…
54 …deprecated: The "%service_id%" service is deprecated. You should use the 'tempstore.private' servi…
59 arguments: ['@keyvalue.expirable', '@lock', '@request_stack', '%tempstore.expire%']
60 …deprecated: The "%service_id%" service is deprecated. You should use the 'tempstore.shared' servic…
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/FunctionalTests/Entity/
H A DDeleteMultipleFormTest.php90 $tempstore = \Drupal::service('tempstore.private')->get('entity_delete_multiple_confirm');
91 $tempstore->set($this->account->id() . ':entity_test_mulrevpub', $selection);
142 $tempstore = \Drupal::service('tempstore.private')->get('entity_delete_multiple_confirm');
143 $tempstore->set($this->account->id() . ':entity_test_rev', $selection);
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/FunctionalTests/Entity/
H A DDeleteMultipleFormTest.php90 $tempstore = \Drupal::service('tempstore.private')->get('entity_delete_multiple_confirm');
91 $tempstore->set($this->account->id() . ':entity_test_mulrevpub', $selection);
142 $tempstore = \Drupal::service('tempstore.private')->get('entity_delete_multiple_confirm');
143 $tempstore->set($this->account->id() . ':entity_test_rev', $selection);
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/lib/
H A Dhsts.c337 char *tempstore; in Curl_hsts_save() local
355 tempstore = aprintf("%s.%s.tmp", file, randsuffix); in Curl_hsts_save()
356 if(!tempstore) in Curl_hsts_save()
359 out = fopen(tempstore, FOPEN_WRITETEXT); in Curl_hsts_save()
374 if(!result && Curl_rename(tempstore, file)) in Curl_hsts_save()
378 unlink(tempstore); in Curl_hsts_save()
380 free(tempstore); in Curl_hsts_save()
H A Daltsvc.c332 char *tempstore; in Curl_altsvc_save() local
350 tempstore = aprintf("%s.%s.tmp", file, randsuffix); in Curl_altsvc_save()
351 if(!tempstore) in Curl_altsvc_save()
354 out = fopen(tempstore, FOPEN_WRITETEXT); in Curl_altsvc_save()
369 if(!result && Curl_rename(tempstore, file)) in Curl_altsvc_save()
373 unlink(tempstore); in Curl_altsvc_save()
375 free(tempstore); in Curl_altsvc_save()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/lib/
H A Dhsts.c321 char *tempstore; in Curl_hsts_save() local
339 tempstore = aprintf("%s.%s.tmp", file, randsuffix); in Curl_hsts_save()
340 if(!tempstore) in Curl_hsts_save()
343 out = fopen(tempstore, FOPEN_WRITETEXT); in Curl_hsts_save()
358 if(!result && Curl_rename(tempstore, file)) in Curl_hsts_save()
362 unlink(tempstore); in Curl_hsts_save()
364 free(tempstore); in Curl_hsts_save()
H A Daltsvc.c332 char *tempstore; in Curl_altsvc_save() local
350 tempstore = aprintf("%s.%s.tmp", file, randsuffix); in Curl_altsvc_save()
351 if(!tempstore) in Curl_altsvc_save()
354 out = fopen(tempstore, FOPEN_WRITETEXT); in Curl_altsvc_save()
369 if(!result && Curl_rename(tempstore, file)) in Curl_altsvc_save()
373 unlink(tempstore); in Curl_altsvc_save()
375 free(tempstore); in Curl_altsvc_save()
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmcurl/lib/
H A Dhsts.c337 char *tempstore; in Curl_hsts_save() local
355 tempstore = aprintf("%s.%s.tmp", file, randsuffix); in Curl_hsts_save()
356 if(!tempstore) in Curl_hsts_save()
359 out = fopen(tempstore, FOPEN_WRITETEXT); in Curl_hsts_save()
374 if(!result && Curl_rename(tempstore, file)) in Curl_hsts_save()
378 unlink(tempstore); in Curl_hsts_save()
380 free(tempstore); in Curl_hsts_save()
H A Daltsvc.c332 char *tempstore; in Curl_altsvc_save() local
350 tempstore = aprintf("%s.%s.tmp", file, randsuffix); in Curl_altsvc_save()
351 if(!tempstore) in Curl_altsvc_save()
354 out = fopen(tempstore, FOPEN_WRITETEXT); in Curl_altsvc_save()
369 if(!result && Curl_rename(tempstore, file)) in Curl_altsvc_save()
373 unlink(tempstore); in Curl_altsvc_save()
375 free(tempstore); in Curl_altsvc_save()
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmcurl/lib/
H A Dhsts.c337 char *tempstore; in Curl_hsts_save() local
355 tempstore = aprintf("%s.%s.tmp", file, randsuffix); in Curl_hsts_save()
356 if(!tempstore) in Curl_hsts_save()
359 out = fopen(tempstore, FOPEN_WRITETEXT); in Curl_hsts_save()
374 if(!result && Curl_rename(tempstore, file)) in Curl_hsts_save()
378 unlink(tempstore); in Curl_hsts_save()
380 free(tempstore); in Curl_hsts_save()
/dports/devel/cmake/cmake-3.22.1/Utilities/cmcurl/lib/
H A Dhsts.c337 char *tempstore; in Curl_hsts_save() local
355 tempstore = aprintf("%s.%s.tmp", file, randsuffix); in Curl_hsts_save()
356 if(!tempstore) in Curl_hsts_save()
359 out = fopen(tempstore, FOPEN_WRITETEXT); in Curl_hsts_save()
374 if(!result && Curl_rename(tempstore, file)) in Curl_hsts_save()
378 unlink(tempstore); in Curl_hsts_save()
380 free(tempstore); in Curl_hsts_save()
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/lib/
H A Dhsts.c337 char *tempstore; in Curl_hsts_save() local
355 tempstore = aprintf("%s.%s.tmp", file, randsuffix); in Curl_hsts_save()
356 if(!tempstore) in Curl_hsts_save()
359 out = fopen(tempstore, FOPEN_WRITETEXT); in Curl_hsts_save()
374 if(!result && Curl_rename(tempstore, file)) in Curl_hsts_save()
378 unlink(tempstore); in Curl_hsts_save()
380 free(tempstore); in Curl_hsts_save()
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/lib/
H A Dhsts.c321 char *tempstore; in Curl_hsts_save() local
339 tempstore = aprintf("%s.%s.tmp", file, randsuffix); in Curl_hsts_save()
340 if(!tempstore) in Curl_hsts_save()
343 out = fopen(tempstore, FOPEN_WRITETEXT); in Curl_hsts_save()
358 if(!result && Curl_rename(tempstore, file)) in Curl_hsts_save()
362 unlink(tempstore); in Curl_hsts_save()
364 free(tempstore); in Curl_hsts_save()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/lib/
H A Dhsts.c337 char *tempstore; in Curl_hsts_save() local
355 tempstore = aprintf("%s.%s.tmp", file, randsuffix); in Curl_hsts_save()
356 if(!tempstore) in Curl_hsts_save()
359 out = fopen(tempstore, FOPEN_WRITETEXT); in Curl_hsts_save()
374 if(!result && Curl_rename(tempstore, file)) in Curl_hsts_save()
378 unlink(tempstore); in Curl_hsts_save()
380 free(tempstore); in Curl_hsts_save()
H A Daltsvc.c332 char *tempstore; in Curl_altsvc_save() local
350 tempstore = aprintf("%s.%s.tmp", file, randsuffix); in Curl_altsvc_save()
351 if(!tempstore) in Curl_altsvc_save()
354 out = fopen(tempstore, FOPEN_WRITETEXT); in Curl_altsvc_save()
369 if(!result && Curl_rename(tempstore, file)) in Curl_altsvc_save()
373 unlink(tempstore); in Curl_altsvc_save()
375 free(tempstore); in Curl_altsvc_save()

1234567