/webtrees/app/Report/ |
H A D | RightToLeftSupport.php | 745 if (str_ends_with($textSpan, ' ')) { 750 if (str_ends_with($textSpan, ' ')) { 771 if (str_ends_with($textSpan, ' ')) { 776 if (str_ends_with($textSpan, ' ')) { 792 if (str_ends_with($textSpan, ' ')) { 797 if (str_ends_with('......' . $textSpan, ' ')) { 804 while (str_ends_with($textSpan, '<LTRbr>')) { 810 if (str_ends_with($textSpan, ' ')) { 815 if (str_ends_with($textSpan, ' ')) { 837 if (str_ends_with($textSpan, ' ')) { [all …]
|
H A D | ReportParserGenerate.php | 74 use function str_ends_with; alias 1342 …if (($fact->isPendingAddition() || $fact->isPendingDeletion()) && !str_ends_with($fact->tag(), ':C…
|
/webtrees/app/Services/ |
H A D | SearchService.php | 58 use function str_ends_with; alias 543 if (str_ends_with($field_name, ':DATE')) { 545 } elseif (str_ends_with($field_name, ':PLAC')) { 549 if (str_ends_with($field_name, ':DATE')) { 551 } elseif (str_ends_with($field_name, ':PLAC')) { 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')) { 776 … } elseif (str_starts_with($field_name, 'INDI:') && str_ends_with($field_name, ':PLAC')) { 779 } elseif (str_starts_with($field_name, 'FAM:') && str_ends_with($field_name, ':PLAC')) { 855 … } elseif (str_starts_with($field_name, 'INDI:') && str_ends_with($field_name, ':TYPE')) { [all …]
|
H A D | GedcomEditService.php | 48 use function str_ends_with; alias 238 …$subtags = array_filter($subtags, static fn (string $v, string $k) => !str_ends_with($v, ':1') || … 272 $hidden = str_ends_with($occurrences, ':?') || $this->isHiddenTag($tag . ':' . $subtag);
|
H A D | ServerCheckService.php | 35 use function str_ends_with; alias 267 if (str_ends_with($path, '/')) {
|
/webtrees/resources/views/ |
H A D | search-advanced-field.phtml | 26 <?php if (str_ends_with($field_name, ':PLAC')) : ?> 28 <?php elseif (str_ends_with($field_name, ':DATE')) : ?>
|
H A D | pending-changes-page.phtml | 67 … <?php if (!str_ends_with($fact->tag(), ':CHAN') && $fact->isPendingAddition()) : ?> 71 … <?php elseif (!str_ends_with($fact->tag(), ':CHAN') && $fact->isPendingDeletion()) : ?>
|
/webtrees/app/Elements/ |
H A D | RoleInEvent.php | 25 use function str_ends_with; alias 62 if (!str_ends_with($value, ')')) {
|
H A D | XrefSource.php | 30 use function str_ends_with; alias 94 if (str_starts_with($value, '@') && str_ends_with($value, '@')) {
|
/webtrees/app/Http/RequestHandlers/ |
H A D | DeletePath.php | 37 use function str_ends_with; alias 79 if (str_ends_with($path, '/')) {
|
H A D | MergeFactsPage.php | 81 if (!$fact->isPendingDeletion() && !str_ends_with($fact->tag(), ':CHAN')) { 87 if (!$fact->isPendingDeletion() && !str_ends_with($fact->tag(), ':CHAN')) {
|
H A D | SitePreferencesAction.php | 53 if (!str_ends_with($index_directory, '/')) {
|
/webtrees/app/ |
H A D | View.php | 38 use function str_ends_with; alias 206 if (!str_ends_with($path, '/')) {
|
H A D | Fact.php | 37 use function str_ends_with; alias 372 …return Auth::isEditor($this->record->tree()) && !str_ends_with($this->attribute('RESN'), Restricti… 448 …if (str_ends_with($this->tag(), ':NOTE') && preg_match('/^@' . Gedcom::REGEX_XREF . '@$/', $this->…
|
H A D | GedcomRecord.php | 51 use function str_ends_with; alias 286 … $locked = $fact instanceof Fact && str_ends_with($fact->value(), RestrictionNotice::VALUE_LOCKED); 820 } elseif ($update_chan && str_ends_with($fact->tag(), ':CHAN')) {
|
/webtrees/app/Module/ |
H A D | MatomoAnalyticsModule.php | 25 use function str_ends_with; alias
|
/webtrees/resources/views/modules/media/ |
H A D | tab.phtml | 30 <?php if (str_ends_with($fact->tag(), ':OBJE')) : ?>
|
/webtrees/resources/views/modules/sources_tab/ |
H A D | tab.phtml | 32 <?php if (str_ends_with($fact->tag(), ':SOUR')) : ?>
|
/webtrees/app/Http/Middleware/ |
H A D | BadBotBlocker.php | 48 use function str_ends_with; alias
|
/webtrees/app/Helpers/ |
H A D | functions.php | 40 if (str_ends_with($path, '/')) {
|
/webtrees/ |
H A D | phpstan-baseline.neon | 12568 message: '#^Parameter \#1 \$haystack of function str_ends_with expects string, mixed given\.$#'
|