Home
last modified time | relevance | path

Searched refs:pathinfo (Results 1 – 11 of 11) sorted by relevance

/webtrees/app/Http/RequestHandlers/
H A DMapDataImportPage.php33 use function pathinfo; alias
59 $extension = pathinfo($attributes->path(), PATHINFO_EXTENSION);
63 …->map(static fn (StorageAttributes $attributes): string => pathinfo($attributes->path(), PATHINFO_…
H A DExportGedcomPage.php32 use function pathinfo; alias
60 if (strtolower(pathinfo($filename, PATHINFO_EXTENSION)) === 'ged') {
H A DExportGedcomServer.php36 use function pathinfo; alias
74 if (strtolower(pathinfo($filename, PATHINFO_EXTENSION)) !== 'ged') {
/webtrees/app/Factories/
H A DImageFactory.php50 use function pathinfo; alias
124 … ->replacementImageResponse(text: '.' . pathinfo(path: $path, flags: PATHINFO_EXTENSION))
156 … return $this->replacementImageResponse(text: pathinfo(path: $path, flags: PATHINFO_EXTENSION))
217 … ->replacementImageResponse(text: '.' . pathinfo(path: $path, flags: PATHINFO_EXTENSION))
/webtrees/app/Elements/
H A DNameOfFamilyFile.php25 use function pathinfo; alias
50 $extension = strtolower(pathinfo($value, PATHINFO_EXTENSION));
/webtrees/app/Http/Middleware/
H A DPublicFiles.php32 use function pathinfo; alias
52 $extension = strtoupper(pathinfo($file, PATHINFO_EXTENSION));
/webtrees/app/Services/
H A DMediaFileService.php49 use function pathinfo; alias
212 $extension = pathinfo($uploaded_file->getClientFilename(), PATHINFO_EXTENSION);
247 $format = strtoupper(pathinfo($file, PATHINFO_EXTENSION));
H A DGedcomExportService.php55 use function pathinfo; alias
283 if (strtolower(pathinfo($filename, PATHINFO_EXTENSION)) !== 'ged') {
/webtrees/app/
H A DMediaFile.php37 use function pathinfo; alias
275 $extension = strtoupper(pathinfo($this->multimedia_file_refn, PATHINFO_EXTENSION));
/webtrees/app/Module/
H A DModuleCustomTrait.php192 $extension = strtoupper(pathinfo($asset, PATHINFO_EXTENSION));
/webtrees/
H A Dphpstan-baseline.neon7264 message: '#^Parameter \#1 \$path of function pathinfo expects string, mixed given\.$#'