Home
last modified time | relevance | path

Searched refs:PATHINFO_EXTENSION (Results 1 – 10 of 10) sorted by relevance

/webtrees/app/Factories/
H A DImageFactory.php55 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 DNameOfFamilyFile.php28 use const PATHINFO_EXTENSION; alias
50 $extension = strtolower(pathinfo($value, PATHINFO_EXTENSION));
/webtrees/app/Services/
H A DMediaFileService.php58 use const PATHINFO_EXTENSION; alias
212 $extension = pathinfo($uploaded_file->getClientFilename(), PATHINFO_EXTENSION);
247 $format = strtoupper(pathinfo($file, PATHINFO_EXTENSION));
H A DGedcomExportService.php66 use const PATHINFO_EXTENSION; alias
283 if (strtolower(pathinfo($filename, PATHINFO_EXTENSION)) !== 'ged') {
/webtrees/app/Http/Middleware/
H A DPublicFiles.php37 use const PATHINFO_EXTENSION; alias
52 $extension = strtoupper(pathinfo($file, PATHINFO_EXTENSION));
/webtrees/app/Http/RequestHandlers/
H A DExportGedcomPage.php36 use const PATHINFO_EXTENSION; alias
60 if (strtolower(pathinfo($filename, PATHINFO_EXTENSION)) === 'ged') {
H A DMapDataImportPage.php35 use const PATHINFO_EXTENSION; alias
59 $extension = pathinfo($attributes->path(), PATHINFO_EXTENSION);
H A DExportGedcomServer.php41 use const PATHINFO_EXTENSION; alias
74 if (strtolower(pathinfo($filename, PATHINFO_EXTENSION)) !== 'ged') {
/webtrees/app/
H A DMediaFile.php42 use const PATHINFO_EXTENSION; alias
275 $extension = strtoupper(pathinfo($this->multimedia_file_refn, PATHINFO_EXTENSION));
/webtrees/app/Module/
H A DModuleCustomTrait.php192 $extension = strtoupper(pathinfo($asset, PATHINFO_EXTENSION));