Searched refs:StorageAttributes (Results 1 – 5 of 5) sorted by relevance
36 use League\Flysystem\StorageAttributes; alias287 ->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() . '/')
37 use League\Flysystem\StorageAttributes; alias130 ->filter(static fn (StorageAttributes $attributes): bool => $attributes->isFile())131 ->map(static fn (StorageAttributes $attributes): string => $attributes->path());
39 use League\Flysystem\StorageAttributes; alias250 ->filter(static function (StorageAttributes $attributes) use ($filesystem) {262 ->map(fn (StorageAttributes $attributes) => $attributes->path())
28 use League\Flysystem\StorageAttributes; alias58 ->filter(static function (StorageAttributes $attributes): bool {63 …->map(static fn (StorageAttributes $attributes): string => pathinfo($attributes->path(), PATHINFO_…
30 use League\Flysystem\StorageAttributes; alias87 ->map(static function (StorageAttributes $attributes): string {