/webtrees/app/Statistics/Service/ |
H A D | CenturyService.php | 45 return strip_tags(I18N::translateContext('CENTURY', '21st')); 47 return strip_tags(I18N::translateContext('CENTURY', '20th')); 49 return strip_tags(I18N::translateContext('CENTURY', '19th')); 51 return strip_tags(I18N::translateContext('CENTURY', '18th')); 53 return strip_tags(I18N::translateContext('CENTURY', '17th')); 55 return strip_tags(I18N::translateContext('CENTURY', '16th')); 57 return strip_tags(I18N::translateContext('CENTURY', '15th')); 59 return strip_tags(I18N::translateContext('CENTURY', '14th')); 61 return strip_tags(I18N::translateContext('CENTURY', '13th')); 63 return strip_tags(I18N::translateContext('CENTURY', '12th')); [all …]
|
/webtrees/app/Elements/ |
H A D | NoteStructure.php | 30 use function strip_tags; alias 127 if ($html === '<p>' . strip_tags($note->fullName()) . '</p>') { 128 $value = '<a href="' . e($note->url()) . '">' . strip_tags($html) . '</a>'; 150 … if ($html === strip_tags($html, ['a', 'em', 'p', 'strong']) && substr_count($html, '<p>') === 1) { 151 $html = strip_tags($html, ['a', 'em', 'strong']);
|
H A D | AbstractElement.php | 35 use function strip_tags; alias 164 $values = array_map(static fn (string $x): string => strip_tags($x), $values); 338 $html = strip_tags($html, ['a', 'br']);
|
/webtrees/tests/feature/ |
H A D | Privacy.php | 25 use function strip_tags; alias 38 self::assertSame('Queen Elizabeth II', strip_tags($queen_elizabeth->fullName())); 42 self::assertSame('Charles, Prince of Wales', strip_tags($prince_charles->fullName())); 46 self::assertSame('Savannah Anne Kathleen Phillips', strip_tags($savannah->fullName())); 50 self::assertSame('Princess Beatrice of York', strip_tags($beatrice->fullName()));
|
/webtrees/resources/views/ |
H A D | pending-changes-page.phtml | 69 <?= strip_tags($fact->summary()) ?> 73 <?= strip_tags($fact->summary()) ?> 80 …->user_name, 'subject' => I18N::translate('Pending changes') . ' - ' . strip_tags($record_change->…
|
/webtrees/app/Http/RequestHandlers/ |
H A D | FamilyPage.php | 42 use function strip_tags; alias 137 $value = strip_tags($fact->date()->display()); 154 $meta_facts = array_map(static fn (string $x): string => strip_tags($x), $meta_facts);
|
H A D | HelpText.php | 31 use function strip_tags; alias 309 $dates[$gedcom_date] = strip_tags($date->display());
|
H A D | IndividualPage.php | 50 use function strip_tags; alias 226 $meta_facts = array_map(static fn (string $x): string => strip_tags($x), $meta_facts);
|
/webtrees/app/Module/ |
H A D | DescendancyModule.php | 175 …'<a href="' . e($person->url()) . '" title="' . strip_tags($person->fullName()) . '">' . view('ico… 194 …$spouse_link = '<a href="' . e($spouse->url()) . '" title="' . strip_tags($spouse->fullName()) . '… 200 …$family_link = '<a href="' . e($family->url()) . '" title="' . strip_tags($family->fullName()) . '…
|
H A D | MapLinkBing.php | 25 use function strip_tags; alias 63 $label = strip_tags($fact->record()->fullName()) . ' — ' . $fact->label();
|
H A D | BranchesListModule.php | 52 use function strip_tags; alias 373 …return '<li title="' . strip_tags($individual->fullName()) . '" class="wt-branch-split"><small>' .… 425 …$fam_html .= ' <a href="' . e($family->url()) . '" title="' . strip_tags($family->getMarriageDate(…
|
H A D | FanChartModule.php | 63 use function strip_tags; alias 440 $areas .= ' alt="' . strip_tags($individual->fullName()) . '"'; 441 $areas .= ' title="' . strip_tags($individual->fullName()) . '">';
|
H A D | ShareAnniversaryModule.php | 40 use function strip_tags; alias 144 'SUMMARY' => strip_tags($record->fullName()) . ' — ' . $fact->label(),
|
H A D | PedigreeChartModule.php | 274 …return '<a class="px-2" href="' . e($url) . '" title="' . strip_tags($title) . '">' . $icon . '<sp… 342 …return '<a class="dropdown-item" href="' . e($url) . '" title="' . strip_tags($title) . '">' . $te…
|
/webtrees/resources/views/edit/ |
H A D | icon-fact-delete.phtml | 16 …-confirm="<?= I18N::translate('Are you sure you want to delete “%s”?', strip_tags($fact->name())) … 21 …= I18N::translate('Are you sure you want to delete the link to “%s”?', strip_tags($fact->target()-…
|
/webtrees/app/Factories/ |
H A D | SlugFactory.php | 29 use function strip_tags; alias 57 $slug = strip_tags($record->fullName());
|
H A D | MarkdownFactory.php | 44 use function strip_tags; alias 108 $html = strip_tags($html, ['a', 'br', 'p']);
|
/webtrees/app/Report/ |
H A D | ReportBaseElement.php | 22 use function strip_tags; alias 83 $this->text .= strip_tags($t);
|
/webtrees/app/ |
H A D | I18N.php | 46 use function strip_tags; alias 440 $text = strip_tags($text); 499 $string = strip_tags($string); // otherwise HTML tags show up as latin
|
H A D | Note.php | 30 use function strip_tags; alias 129 $html = strip_tags($html, ['br']);
|
H A D | Individual.php | 428 $birth_place = strip_tags($this->getBirthPlace()->shortName()); 429 $death_place = strip_tags($this->getDeathPlace()->shortName()); 433 $birth_date = "\u{2068}" . strip_tags($this->getBirthDate()->display()) . "\u{2069}"; 434 $death_date = "\u{2068}" . strip_tags($this->getDeathDate()->display()) . "\u{2069}";
|
H A D | Place.php | 31 use function strip_tags; alias 290 $title = strip_tags($this->fullName());
|
H A D | MediaFile.php | 195 'alt' => strip_tags($this->media->fullName()), 202 'data-title' => strip_tags($this->media->fullName()),
|
/webtrees/app/Statistics/Google/ |
H A D | ChartFamilyLargest.php | 31 use function strip_tags; alias 100 htmlspecialchars_decode(strip_tags($family->fullName())),
|
/webtrees/app/Services/ |
H A D | DataFixService.php | 39 use function strip_tags; alias 115 $title = strip_tags($record->fullName());
|