Home
last modified time | relevance | path

Searched refs:str_ends_with (Results 1 – 21 of 21) sorted by relevance

/webtrees/app/Report/
H A DRightToLeftSupport.php745 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, '&nbsp;')) {
837 if (str_ends_with($textSpan, ' ')) {
[all …]
H A DReportParserGenerate.php74 use function str_ends_with; alias
1342 …if (($fact->isPendingAddition() || $fact->isPendingDeletion()) && !str_ends_with($fact->tag(), ':C…
/webtrees/app/Services/
H A DSearchService.php58 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 DGedcomEditService.php48 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 DServerCheckService.php35 use function str_ends_with; alias
267 if (str_ends_with($path, '/')) {
/webtrees/resources/views/
H A Dsearch-advanced-field.phtml26 <?php if (str_ends_with($field_name, ':PLAC')) : ?>
28 <?php elseif (str_ends_with($field_name, ':DATE')) : ?>
H A Dpending-changes-page.phtml67 … <?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 DRoleInEvent.php25 use function str_ends_with; alias
62 if (!str_ends_with($value, ')')) {
H A DXrefSource.php30 use function str_ends_with; alias
94 if (str_starts_with($value, '@') && str_ends_with($value, '@')) {
/webtrees/app/Http/RequestHandlers/
H A DDeletePath.php37 use function str_ends_with; alias
79 if (str_ends_with($path, '/')) {
H A DMergeFactsPage.php81 if (!$fact->isPendingDeletion() && !str_ends_with($fact->tag(), ':CHAN')) {
87 if (!$fact->isPendingDeletion() && !str_ends_with($fact->tag(), ':CHAN')) {
H A DSitePreferencesAction.php53 if (!str_ends_with($index_directory, '/')) {
/webtrees/app/
H A DView.php38 use function str_ends_with; alias
206 if (!str_ends_with($path, '/')) {
H A DFact.php37 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 DGedcomRecord.php51 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 DMatomoAnalyticsModule.php25 use function str_ends_with; alias
/webtrees/resources/views/modules/media/
H A Dtab.phtml30 <?php if (str_ends_with($fact->tag(), ':OBJE')) : ?>
/webtrees/resources/views/modules/sources_tab/
H A Dtab.phtml32 <?php if (str_ends_with($fact->tag(), ':SOUR')) : ?>
/webtrees/app/Http/Middleware/
H A DBadBotBlocker.php48 use function str_ends_with; alias
/webtrees/app/Helpers/
H A Dfunctions.php40 if (str_ends_with($path, '/')) {
/webtrees/
H A Dphpstan-baseline.neon12568 message: '#^Parameter \#1 \$haystack of function str_ends_with expects string, mixed given\.$#'