Home
last modified time | relevance | path

Searched refs:mb_substr (Results 1 – 22 of 22) sorted by relevance

/webtrees/app/Services/
H A DGedcomImportService.php51 use function mb_substr; alias
379 's_name' => mb_substr($name, 0, 255),
425 'multimedia_file_refn' => mb_substr($media_file->filename(), 0, 248),
426 'multimedia_format' => mb_substr($media_file->format(), 0, 4),
427 'source_media_type' => mb_substr($media_file->type(), 0, 15),
428 'descriptive_title' => mb_substr($media_file->title(), 0, 248),
437 'o_type' => mb_substr($type, 0, 15),
635 $link = mb_substr($match[1], 0, 15);
685 'n_sort' => mb_substr($name['sort'], 0, 255),
686 'n_full' => mb_substr($name['fullNN'], 0, 255),
[all …]
H A DGedcomExportService.php343 while (mb_substr($line, $pos - 1, 1) === ' ') {
350 $lines[] = mb_substr($line, 0, $pos);
351 $line = $level . ' CONC ' . mb_substr($line, $pos);
/webtrees/app/Elements/
H A DMaidenheadLocator.php25 use function mb_substr; alias
48 $value = mb_strtoupper(mb_substr($value, 0, 2)) . mb_substr($value, 2);
53 … $value = mb_substr($value, 0, 4) . mb_strtolower(mb_substr($value, 4, 2)) . mb_substr($value, 6);
H A DNameOfFamilyFile.php24 use function mb_substr; alias
48 $value = mb_substr($tree->name(), 0, self::MAXIMUM_LENGTH);
53 $value = mb_substr($tree->name(), 0, self::MAXIMUM_LENGTH - 4) . '.ged';
/webtrees/resources/views/modules/timeline-chart/
H A Dchart.phtml143 …rHTML = year + " " + month + " <?= mb_substr(I18N::translate('Month:'), 0, 1) ?> " + day + …
145mb_substr(I18N::translate('years'), 0, 1) ?> " + (ba * mage) + " <?= mb_substr(I18N::translate('…
147mb_substr(I18N::translate('Year:'), 0, 1) ?> " + (ba * mage) + " <?= mb_substr(I18N::translate('…
/webtrees/app/
H A DPlaceLocation.php85 $place = mb_substr($place, 0, 120);
122 ->where('place', '=', mb_substr($place, 0, 120))
127 ->where('place', '=', mb_substr($place, 0, 120))
H A DSite.php23 use function mb_substr; alias
117 $setting_value = mb_substr($setting_value, 0, 2000);
H A DI18N.php40 use function mb_substr; alias
455 $letter = mb_substr($text, 0, 1);
456 $text = mb_substr($text, 1);
H A DPlace.php126 ->where('p_place', '=', mb_substr($this->parts->first(), 0, 120))
135 'p_place' => mb_substr($place, 0, 120),
/webtrees/app/Report/
H A DHtmlRenderer.php669 $sub1 = mb_substr($string, 0, $width + 1);
670 if (mb_substr($string, mb_strlen($sub1) - 1, 1) === ' ') {
674 $sub = mb_substr($string, 0, $width);
680 $string = mb_substr($string, mb_strlen($sub));
/webtrees/app/Module/
H A DLanguageDutch.php26 use function mb_substr; alias
87 return mb_substr($string, 0, 1);
H A DLanguageNorwegianNynorsk.php26 use function mb_substr; alias
88 return mb_substr($string, 0, 1);
H A DLanguageNorwegianBokmal.php26 use function mb_substr; alias
89 return mb_substr($string, 0, 1);
H A DLanguageDanish.php27 use function mb_substr; alias
90 return mb_substr($string, 0, 1);
H A DModuleLanguageTrait.php30 use function mb_substr; alias
193 return mb_substr($string, 0, 1);
H A DLanguageHungarian.php27 use function mb_substr; alias
117 return mb_substr($string, 0, 1);
H A DLanguageCzech.php27 use function mb_substr; alias
103 return mb_substr($string, 0, 1);
H A DLanguageSlovakian.php26 use function mb_substr; alias
104 return mb_substr($string, 0, 1);
H A DFanChartModule.php53 use function mb_substr; alias
522 $text = mb_substr($text, 0, -1);
H A DLanguageUzbek.php103 return mb_substr($string, 0, 1);
/webtrees/app/Http/RequestHandlers/
H A DMapDataSave.php53 $name = mb_substr($name, 0, 120);
/webtrees/
H A Dphpstan-baseline.neon7060 message: '#^Parameter \#1 \$string of function mb_substr expects string, string\|null given\.$#'