Searched refs:PATHINFO_EXTENSION (Results 1 – 10 of 10) sorted by relevance
/webtrees/app/Factories/ |
H A D | ImageFactory.php | 55 use const PATHINFO_EXTENSION; 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 | 28 use const PATHINFO_EXTENSION; alias 50 $extension = strtolower(pathinfo($value, PATHINFO_EXTENSION));
|
/webtrees/app/Services/ |
H A D | MediaFileService.php | 58 use const PATHINFO_EXTENSION; alias 212 $extension = pathinfo($uploaded_file->getClientFilename(), PATHINFO_EXTENSION); 247 $format = strtoupper(pathinfo($file, PATHINFO_EXTENSION));
|
H A D | GedcomExportService.php | 66 use const PATHINFO_EXTENSION; alias 283 if (strtolower(pathinfo($filename, PATHINFO_EXTENSION)) !== 'ged') {
|
/webtrees/app/Http/Middleware/ |
H A D | PublicFiles.php | 37 use const PATHINFO_EXTENSION; alias 52 $extension = strtoupper(pathinfo($file, PATHINFO_EXTENSION));
|
/webtrees/app/Http/RequestHandlers/ |
H A D | ExportGedcomPage.php | 36 use const PATHINFO_EXTENSION; alias 60 if (strtolower(pathinfo($filename, PATHINFO_EXTENSION)) === 'ged') {
|
H A D | MapDataImportPage.php | 35 use const PATHINFO_EXTENSION; alias 59 $extension = pathinfo($attributes->path(), PATHINFO_EXTENSION);
|
H A D | ExportGedcomServer.php | 41 use const PATHINFO_EXTENSION; alias 74 if (strtolower(pathinfo($filename, PATHINFO_EXTENSION)) !== 'ged') {
|
/webtrees/app/ |
H A D | MediaFile.php | 42 use const PATHINFO_EXTENSION; 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));
|