Searched refs:pathinfo (Results 1 – 11 of 11) sorted by relevance
/webtrees/app/Http/RequestHandlers/ |
H A D | MapDataImportPage.php | 33 use function pathinfo; alias 59 $extension = pathinfo($attributes->path(), PATHINFO_EXTENSION); 63 …->map(static fn (StorageAttributes $attributes): string => pathinfo($attributes->path(), PATHINFO_…
|
H A D | ExportGedcomPage.php | 32 use function pathinfo; alias 60 if (strtolower(pathinfo($filename, PATHINFO_EXTENSION)) === 'ged') {
|
H A D | ExportGedcomServer.php | 36 use function pathinfo; alias 74 if (strtolower(pathinfo($filename, PATHINFO_EXTENSION)) !== 'ged') {
|
/webtrees/app/Factories/ |
H A D | ImageFactory.php | 50 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 D | NameOfFamilyFile.php | 25 use function pathinfo; alias 50 $extension = strtolower(pathinfo($value, PATHINFO_EXTENSION));
|
/webtrees/app/Http/Middleware/ |
H A D | PublicFiles.php | 32 use function pathinfo; alias 52 $extension = strtoupper(pathinfo($file, PATHINFO_EXTENSION));
|
/webtrees/app/Services/ |
H A D | MediaFileService.php | 49 use function pathinfo; alias 212 $extension = pathinfo($uploaded_file->getClientFilename(), PATHINFO_EXTENSION); 247 $format = strtoupper(pathinfo($file, PATHINFO_EXTENSION));
|
H A D | GedcomExportService.php | 55 use function pathinfo; alias 283 if (strtolower(pathinfo($filename, PATHINFO_EXTENSION)) !== 'ged') {
|
/webtrees/app/ |
H A D | MediaFile.php | 37 use function pathinfo; alias 275 $extension = strtoupper(pathinfo($this->multimedia_file_refn, PATHINFO_EXTENSION));
|
/webtrees/app/Module/ |
H A D | ModuleCustomTrait.php | 192 $extension = strtoupper(pathinfo($asset, PATHINFO_EXTENSION));
|
/webtrees/ |
H A D | phpstan-baseline.neon | 7264 message: '#^Parameter \#1 \$path of function pathinfo expects string, mixed given\.$#'
|