/webtrees/app/Services/ |
H A D | SearchService.php | 59 use function str_starts_with; alias 533 if (str_starts_with($field_name, 'FATHER:NAME')) { 535 } elseif (str_starts_with($field_name, 'MOTHER:NAME')) { 537 } elseif (str_starts_with($field_name, 'INDI:NAME:GIVN')) { 539 } elseif (str_starts_with($field_name, 'INDI:NAME:SURN')) { 541 } elseif (str_starts_with($field_name, 'FAM:')) { 548 } elseif (str_starts_with($field_name, 'INDI:')) { 660 if (str_starts_with($field_name, 'INDI:NAME:')) { 756 … } elseif (str_starts_with($field_name, 'INDI:') && str_ends_with($field_name, ':DATE')) { 766 } elseif (str_starts_with($field_name, 'FAM:') && str_ends_with($field_name, ':DATE')) { [all …]
|
H A D | GedcomImportService.php | 58 use function str_starts_with; alias 207 if ($GEDCOM_MEDIA_PATH !== '' && str_starts_with($data, $GEDCOM_MEDIA_PATH)) { 251 } elseif (str_starts_with($gedrec, '0 HEAD')) { 254 } elseif (str_starts_with($gedrec, '0 TRLR')) { 258 } elseif (str_starts_with($gedrec, '0 _PLAC_DEFN')) { 262 } elseif (str_starts_with($gedrec, '0 _PLAC ')) {
|
H A D | RomanNumeralsService.php | 22 use function str_starts_with; alias 83 while (str_starts_with($roman, $value)) {
|
/webtrees/app/Module/ |
H A D | LanguageUzbek.php | 83 if (str_starts_with($string, 'O' . UTF8::MODIFIER_LETTER_TURNED_COMMA)) { 87 if (str_starts_with($string, 'G' . UTF8::MODIFIER_LETTER_TURNED_COMMA)) { 91 if (str_starts_with($string, 'SH')) { 95 if (str_starts_with($string, 'CH')) { 99 if (str_starts_with($string, 'NG')) {
|
H A D | LanguageDutch.php | 27 use function str_starts_with; alias 83 if (str_starts_with($string, 'IJ')) {
|
H A D | LanguageNorwegianBokmal.php | 27 use function str_starts_with; alias 85 if (str_starts_with($string, 'AA')) {
|
H A D | LanguageDanish.php | 28 use function str_starts_with; alias 86 if (str_starts_with($string, 'AA')) {
|
H A D | LanguageHungarian.php | 28 use function str_starts_with; alias 112 if (str_starts_with($string, $digraph)) {
|
H A D | LanguageCzech.php | 28 use function str_starts_with; alias 99 if (str_starts_with($string, 'CS')) {
|
/webtrees/resources/views/ |
H A D | search-advanced-page.phtml | 37 …<?php if (!str_starts_with($field_name, 'FATHER:') && !str_starts_with($field_name, 'MOTHER:')) : … 64 <?php if (str_starts_with($field_name, 'FATHER:')) : ?> 78 <?php if (str_starts_with($field_name, 'MOTHER:')) : ?>
|
H A D | fact-date.phtml | 87 $fact_age !== '' && !str_starts_with($fact_age, $age) || 89 … $husb_age !== '' && !str_starts_with($husb_age, $age) && $record->sex() === 'M' || 90 … $wife_age !== '' && !str_starts_with($wife_age, $age) && $record->sex() === 'F'
|
/webtrees/app/Http/RequestHandlers/ |
H A D | ManageMediaData.php | 51 use function str_starts_with; alias 118 $is_http = str_starts_with($row->multimedia_file_refn, 'http://'); 138 if (str_starts_with($mime_type, 'image/')) { 235 if (str_starts_with($mime_type, 'image/')) { 248 if (str_starts_with($row[0], $media_directory)) {
|
H A D | GedcomLoad.php | 38 use function str_starts_with; alias 175 if (str_starts_with($data->chunk_data, UTF8::BYTE_ORDER_MARK)) { 182 if (!str_starts_with($data->chunk_data, '0 HEAD')) {
|
H A D | CheckTree.php | 68 use function str_starts_with; alias 138 if ($row->type === '' && str_starts_with($row->gedcom, '0 HEAD')) { 214 …if (str_starts_with($tag, '_') || str_starts_with($full_tag, '_') || str_contains($full_tag, ':_')… 302 …} elseif (str_starts_with($mime, 'image/') && !array_key_exists($mime, ImageFactory::SUPPORTED_FOR…
|
/webtrees/app/Report/ |
H A D | RightToLeftSupport.php | 318 if (str_starts_with($workingText, ' ')) { 324 if (str_starts_with($workingText, ' ')) { 464 …ubstr($result . "\n", 0, self::LENGTH_START) !== self::START_RTL && !str_starts_with($result . "\n… 921 if (str_starts_with($textSpan, ' ')) { 926 if (str_starts_with($textSpan, ' ')) { 931 if (str_starts_with($textSpan, '-')) { 1082 if (str_starts_with($textSpan, ' ')) { 1087 if (str_starts_with($textSpan, ' ')) {
|
/webtrees/app/ |
H A D | Tree.php | 31 use function str_starts_with; alias 404 if (!str_starts_with($gedcom, '0 @@ FAM')) { 449 if (!str_starts_with($gedcom, '0 @@ INDI')) { 494 if (!str_starts_with($gedcom, '0 @@ OBJE')) {
|
H A D | Fact.php | 38 use function str_starts_with; alias 322 if (str_starts_with($restriction, RestrictionNotice::VALUE_CONFIDENTIAL)) { 326 if (str_starts_with($restriction, RestrictionNotice::VALUE_PRIVACY)) { 329 if (str_starts_with($restriction, RestrictionNotice::VALUE_NONE)) {
|
H A D | Validator.php | 37 use function str_starts_with; alias 188 … $path_ok = str_starts_with($value_info['path'] ?? '/', $base_url_info['path'] ?? '/'); 327 } elseif (str_starts_with($value, '-') && ctype_digit(substr($value, 1))) {
|
/webtrees/tests/ |
H A D | TestCase.php | 49 use function str_starts_with; alias 235 if (str_starts_with($html, '>')) { 239 if (str_starts_with($html, '<')) {
|
/webtrees/app/Elements/ |
H A D | RoleInEvent.php | 26 use function str_starts_with; alias 58 if (!str_starts_with($value, '(')) {
|
H A D | XrefSource.php | 31 use function str_starts_with; alias 94 if (str_starts_with($value, '@') && str_ends_with($value, '@')) {
|
/webtrees/tests/views/ |
H A D | AbstractViewTest.php | 24 use function str_starts_with; alias 73 if (str_starts_with($html, '<!DOCTYPE html>')) {
|
/webtrees/app/Factories/ |
H A D | AbstractGedcomRecordFactory.php | 29 use function str_starts_with; alias 72 if (str_starts_with($gedcom, '0 HEAD')) {
|
/webtrees/app/Http/Middleware/ |
H A D | PublicFiles.php | 34 use function str_starts_with; alias 47 if (str_starts_with($path, '/public/') && !str_contains($path, '..')) {
|
/webtrees/app/CommonMark/ |
H A D | CensusTableContinueParser.php | 35 use function str_starts_with; alias 85 if (str_starts_with($text, CensusTableExtension::TH_PREFIX)) {
|