Searched refs:basename (Results 1 – 10 of 10) sorted by relevance
/webtrees/tests/ |
H A D | TestCase.php | 44 use function basename; alias 184 … $tree = $tree_service->create(basename($gedcom_file), basename($gedcom_file)); 210 $client_name = basename($filename);
|
/webtrees/app/Factories/ |
H A D | ImageFactory.php | 46 use function basename; alias 91 … $filename = $download ? addcslashes(string: basename(path: $path), characters: '"') : ''; 150 $filename = $download ? basename(path: $path) : ''; 300 …r('content-disposition', 'attachment; filename="' . addcslashes(string: basename(path: $filename),…
|
/webtrees/app/Http/RequestHandlers/ |
H A D | RedirectReportEnginePhp.php | 33 use function basename; alias 55 'report' => basename(dirname($report)),
|
H A D | UpgradeWizardPage.php | 32 use function basename; alias 122 …:STEP_UNZIP]) => I18N::translate('Unzip %s to a temporary folder…', e(basename($download_url))),
|
H A D | ImportGedcomAction.php | 35 use function basename; alias 96 …$this->tree_service->importGedcomFile($tree, $client_file->getStream(), basename($client_file->get…
|
/webtrees/app/Cli/Commands/ |
H A D | CompilePoFiles.php | 29 use function basename; alias 66 … $php_file = dirname(path: $po_file) . '/' . basename(path: $po_file, suffix: '.po') . '.php';
|
/webtrees/app/Services/ |
H A D | ModuleService.php | 266 use function basename; alias 691 $module_name = basename(dirname($filename)); 705 $module->setName('_' . basename(dirname($filename)) . '_'); 724 $module_name = basename(dirname($filename));
|
/webtrees/resources/views/modals/ |
H A D | media-file-fields.phtml | 71 …ceholder="<?= I18N::translate('Same as uploaded file') ?>" value="<?= e(basename($media_file ? $me…
|
/webtrees/resources/views/layouts/ |
H A D | default.phtml | 70 …ontainer()->get(ModuleThemeInterface::class)->name()) ?> wt-route-<?= e(basename(strtr(Validator::…
|
/webtrees/ |
H A D | phpstan-baseline.neon | 82 message: '#^Parameter \$path of function basename expects string, string\|false given\.$#' 2092 message: '#^Parameter \#1 \$path of function basename expects string, mixed given\.$#'
|