Home
last modified time | relevance | path

Searched refs:StorageAttributes (Results 1 – 5 of 5) sorted by relevance

/webtrees/app/Services/
H A DMediaFileService.php36 use League\Flysystem\StorageAttributes; alias
287 ->filter(fn (StorageAttributes $attributes): bool => $attributes->isFile())
288 … ->filter(fn (StorageAttributes $attributes): bool => !$this->ignorePath($attributes->path()))
289 ->map(fn (StorageAttributes $attributes): string => $attributes->path())
337 ->filter(fn (StorageAttributes $attributes): bool => $attributes->isDir())
338 … ->filter(fn (StorageAttributes $attributes): bool => !$this->ignorePath($attributes->path()))
339 ->map(fn (StorageAttributes $attributes): string => $attributes->path())
381 ->filter(fn (StorageAttributes $attributes): bool => $attributes->isDir())
382 … ->filter(fn (StorageAttributes $attributes): bool => !$this->ignorePath($attributes->path()))
383 ->map(fn (StorageAttributes $attributes): string => $attributes->path() . '/')
H A DUpgradeService.php37 use League\Flysystem\StorageAttributes; alias
130 ->filter(static fn (StorageAttributes $attributes): bool => $attributes->isFile())
131 ->map(static fn (StorageAttributes $attributes): string => $attributes->path());
H A DAdminService.php39 use League\Flysystem\StorageAttributes; alias
250 ->filter(static function (StorageAttributes $attributes) use ($filesystem) {
262 ->map(fn (StorageAttributes $attributes) => $attributes->path())
/webtrees/app/Http/RequestHandlers/
H A DMapDataImportPage.php28 use League\Flysystem\StorageAttributes; alias
58 ->filter(static function (StorageAttributes $attributes): bool {
63 …->map(static fn (StorageAttributes $attributes): string => pathinfo($attributes->path(), PATHINFO_…
H A DCleanDataFolder.php30 use League\Flysystem\StorageAttributes; alias
87 ->map(static function (StorageAttributes $attributes): string {