Home
last modified time | relevance | path

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

123

/dports/www/drupal8/drupal-8.9.20/core/modules/migrate/tests/src/Unit/process/
H A DFileCopyTest.php42 [['rename' => FALSE], FileSystemInterface::EXISTS_REPLACE],
68 [['reuse' => FALSE], FileSystemInterface::EXISTS_REPLACE],
91 [['file_exists' => 'replace'], FileSystemInterface::EXISTS_REPLACE],
94 [['file_exists' => 'foobar'], FileSystemInterface::EXISTS_REPLACE],
95 [[], FileSystemInterface::EXISTS_REPLACE],
/dports/www/drupal9/drupal-9.2.10/core/modules/migrate/tests/src/Unit/process/
H A DFileCopyTest.php38 [['file_exists' => 'replace'], FileSystemInterface::EXISTS_REPLACE],
41 [['file_exists' => 'foobar'], FileSystemInterface::EXISTS_REPLACE],
42 [[], FileSystemInterface::EXISTS_REPLACE],
/dports/www/drupal9/drupal-9.2.10/core/modules/migrate/src/Plugin/migrate/process/
H A DFileProcessBase.php43 $configuration['file_exists'] = FileSystemInterface::EXISTS_REPLACE;
46 $configuration += ['file_exists' => FileSystemInterface::EXISTS_REPLACE];
/dports/www/drupal9/drupal-9.2.10/core/modules/file/tests/src/Functional/
H A DSaveUploadTest.php83 'file_test_replace' => FileSystemInterface::EXISTS_REPLACE,
202 'file_test_replace' => FileSystemInterface::EXISTS_REPLACE,
222 'file_test_replace' => FileSystemInterface::EXISTS_REPLACE,
241 'file_test_replace' => FileSystemInterface::EXISTS_REPLACE,
260 'file_test_replace' => FileSystemInterface::EXISTS_REPLACE,
284 'file_test_replace' => FileSystemInterface::EXISTS_REPLACE,
352 'file_test_replace' => FileSystemInterface::EXISTS_REPLACE,
376 'file_test_replace' => FileSystemInterface::EXISTS_REPLACE,
603 'file_test_replace' => FileSystemInterface::EXISTS_REPLACE,
H A DSaveUploadFormTest.php88 'file_test_replace' => FileSystemInterface::EXISTS_REPLACE,
174 'file_test_replace' => FileSystemInterface::EXISTS_REPLACE,
194 'file_test_replace' => FileSystemInterface::EXISTS_REPLACE,
213 'file_test_replace' => FileSystemInterface::EXISTS_REPLACE,
237 'file_test_replace' => FileSystemInterface::EXISTS_REPLACE,
276 'file_test_replace' => FileSystemInterface::EXISTS_REPLACE,
416 'file_test_replace' => FileSystemInterface::EXISTS_REPLACE,
/dports/www/drupal8/drupal-8.9.20/core/modules/migrate/src/Plugin/migrate/process/
H A DFileProcessBase.php43 $configuration['file_exists'] = FileSystemInterface::EXISTS_REPLACE;
58 $configuration += ['file_exists' => FileSystemInterface::EXISTS_REPLACE];
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Asset/
H A DAssetDumper.php48 …e_exists($uri) && !$this->fileSystem->saveData($data, $uri, FileSystemInterface::EXISTS_REPLACE)) {
65 …tem->saveData(gzencode($data, 9, FORCE_GZIP), $uri . '.gz', FileSystemInterface::EXISTS_REPLACE)) {
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Asset/
H A DAssetDumper.php48 …sts($uri) && !$this->getFileSystem()->saveData($data, $uri, FileSystemInterface::EXISTS_REPLACE)) {
65 …m()->saveData(gzencode($data, 9, FORCE_GZIP), $uri . '.gz', FileSystemInterface::EXISTS_REPLACE)) {
/dports/www/drupal8/drupal-8.9.20/core/modules/file/tests/src/Functional/
H A DSaveUploadTest.php80 'file_test_replace' => FileSystemInterface::EXISTS_REPLACE,
181 'file_test_replace' => FileSystemInterface::EXISTS_REPLACE,
201 'file_test_replace' => FileSystemInterface::EXISTS_REPLACE,
219 'file_test_replace' => FileSystemInterface::EXISTS_REPLACE,
237 'file_test_replace' => FileSystemInterface::EXISTS_REPLACE,
261 'file_test_replace' => FileSystemInterface::EXISTS_REPLACE,
498 'file_test_replace' => FileSystemInterface::EXISTS_REPLACE,
H A DSaveUploadFormTest.php85 'file_test_replace' => FileSystemInterface::EXISTS_REPLACE,
161 'file_test_replace' => FileSystemInterface::EXISTS_REPLACE,
181 'file_test_replace' => FileSystemInterface::EXISTS_REPLACE,
199 'file_test_replace' => FileSystemInterface::EXISTS_REPLACE,
222 'file_test_replace' => FileSystemInterface::EXISTS_REPLACE,
376 'file_test_replace' => FileSystemInterface::EXISTS_REPLACE,
/dports/www/drupal8/drupal-8.9.20/core/modules/locale/tests/src/Functional/
H A DLocaleExportTest.php46 …py(__DIR__ . '/../../../tests/test.de.po', 'translations://', FileSystemInterface::EXISTS_REPLACE);
47 …py(__DIR__ . '/../../../tests/test.xx.po', 'translations://', FileSystemInterface::EXISTS_REPLACE);
H A DLocaleImportFunctionalTest.php55 …py(__DIR__ . '/../../../tests/test.de.po', 'translations://', FileSystemInterface::EXISTS_REPLACE);
56 …py(__DIR__ . '/../../../tests/test.xx.po', 'translations://', FileSystemInterface::EXISTS_REPLACE);
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/KernelTests/Core/File/
H A DDirectoryTest.php170 $path = $file_system->getDestinationFilename($destination, FileSystemInterface::EXISTS_REPLACE);
178 $path = $file_system->getDestinationFilename($destination, FileSystemInterface::EXISTS_REPLACE);
188 …ystem->getDestinationFilename("core/misc/a\xFFtest\x80€.txt", FileSystemInterface::EXISTS_REPLACE);
H A DFileSaveDataTest.php26 …path = $file_system->saveData($contents, 'public://asdf.txt', FileSystemInterface::EXISTS_REPLACE);
/dports/www/drupal9/drupal-9.2.10/core/modules/locale/tests/src/Functional/
H A DLocaleExportTest.php46 …py(__DIR__ . '/../../../tests/test.de.po', 'translations://', FileSystemInterface::EXISTS_REPLACE);
47 …py(__DIR__ . '/../../../tests/test.xx.po', 'translations://', FileSystemInterface::EXISTS_REPLACE);
H A DLocaleImportFunctionalTest.php54 …py(__DIR__ . '/../../../tests/test.de.po', 'translations://', FileSystemInterface::EXISTS_REPLACE);
55 …py(__DIR__ . '/../../../tests/test.xx.po', 'translations://', FileSystemInterface::EXISTS_REPLACE);
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/KernelTests/Core/File/
H A DDirectoryTest.php157 $path = $file_system->getDestinationFilename($destination, FileSystemInterface::EXISTS_REPLACE);
165 $path = $file_system->getDestinationFilename($destination, FileSystemInterface::EXISTS_REPLACE);
175 …ystem->getDestinationFilename("core/misc/a\xFFtest\x80€.txt", FileSystemInterface::EXISTS_REPLACE);
H A DFileSaveDataTest.php26 …path = $file_system->saveData($contents, 'public://asdf.txt', FileSystemInterface::EXISTS_REPLACE);
/dports/www/drupal8/drupal-8.9.20/core/modules/file/tests/src/Kernel/
H A DMoveTest.php93 $result = file_move(clone $source, $target->getFileUri(), FileSystemInterface::EXISTS_REPLACE);
123 $result = file_move(clone $source, $source->getFileUri(), FileSystemInterface::EXISTS_REPLACE);
/dports/www/drupal9/drupal-9.2.10/core/modules/file/tests/src/Kernel/
H A DMoveTest.php93 $result = file_move(clone $source, $target->getFileUri(), FileSystemInterface::EXISTS_REPLACE);
123 $result = file_move(clone $source, $source->getFileUri(), FileSystemInterface::EXISTS_REPLACE);
/dports/www/drupal9/drupal-9.2.10/core/modules/image/tests/src/Functional/ImageEffect/
H A DConvertTest.php46 …->copy('core/tests/fixtures/files/image-test.png', $test_uri, FileSystemInterface::EXISTS_REPLACE);
/dports/devel/cgit/cgit-1.2.3/git/
H A Dtrailer.h20 EXISTS_REPLACE, enumerator
/dports/devel/git-p4/git-2.34.1/
H A Dtrailer.h19 EXISTS_REPLACE, enumerator
/dports/devel/git-gui/git-2.34.1/
H A Dtrailer.h19 EXISTS_REPLACE, enumerator
/dports/devel/git-svn/git-2.34.1/
H A Dtrailer.h19 EXISTS_REPLACE, enumerator

123