Home
last modified time | relevance | path

Searched refs:str_starts_with (Results 1 – 25 of 41) sorted by relevance

12

/webtrees/app/Services/
H A DSearchService.php59 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 DGedcomImportService.php58 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 DRomanNumeralsService.php22 use function str_starts_with; alias
83 while (str_starts_with($roman, $value)) {
/webtrees/app/Module/
H A DLanguageUzbek.php83 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 DLanguageDutch.php27 use function str_starts_with; alias
83 if (str_starts_with($string, 'IJ')) {
H A DLanguageNorwegianBokmal.php27 use function str_starts_with; alias
85 if (str_starts_with($string, 'AA')) {
H A DLanguageDanish.php28 use function str_starts_with; alias
86 if (str_starts_with($string, 'AA')) {
H A DLanguageHungarian.php28 use function str_starts_with; alias
112 if (str_starts_with($string, $digraph)) {
H A DLanguageCzech.php28 use function str_starts_with; alias
99 if (str_starts_with($string, 'CS')) {
/webtrees/resources/views/
H A Dsearch-advanced-page.phtml37 …<?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 Dfact-date.phtml87 $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 DManageMediaData.php51 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 DGedcomLoad.php38 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 DCheckTree.php68 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 DRightToLeftSupport.php318 if (str_starts_with($workingText, ' ')) {
324 if (str_starts_with($workingText, '&nbsp;')) {
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, '&nbsp;')) {
931 if (str_starts_with($textSpan, '-')) {
1082 if (str_starts_with($textSpan, ' ')) {
1087 if (str_starts_with($textSpan, '&nbsp;')) {
/webtrees/app/
H A DTree.php31 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 DFact.php38 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 DValidator.php37 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 DTestCase.php49 use function str_starts_with; alias
235 if (str_starts_with($html, '>')) {
239 if (str_starts_with($html, '<')) {
/webtrees/app/Elements/
H A DRoleInEvent.php26 use function str_starts_with; alias
58 if (!str_starts_with($value, '(')) {
H A DXrefSource.php31 use function str_starts_with; alias
94 if (str_starts_with($value, '@') && str_ends_with($value, '@')) {
/webtrees/tests/views/
H A DAbstractViewTest.php24 use function str_starts_with; alias
73 if (str_starts_with($html, '<!DOCTYPE html>')) {
/webtrees/app/Factories/
H A DAbstractGedcomRecordFactory.php29 use function str_starts_with; alias
72 if (str_starts_with($gedcom, '0 HEAD')) {
/webtrees/app/Http/Middleware/
H A DPublicFiles.php34 use function str_starts_with; alias
47 if (str_starts_with($path, '/public/') && !str_contains($path, '..')) {
/webtrees/app/CommonMark/
H A DCensusTableContinueParser.php35 use function str_starts_with; alias
85 if (str_starts_with($text, CensusTableExtension::TH_PREFIX)) {

12