/webtrees/app/Report/ |
H A D | RightToLeftSupport.php | 28 use function str_replace; alias 95 return str_replace([ 125 $workingText = str_replace("\n", '<br>', $inputText); 126 $workingText = str_replace([ 417 …$result = str_replace(self::UTF8_PDF . '.' . self::END_RTL, self::UTF8_PDF . self::END_RTL . self:… 423 $result = str_replace(' <LTRbr>', '<LTRbr>', $result); 427 $result = str_replace(' <LTRbr>', '<LTRbr>', $result); 431 $result = str_replace(' <br>', '<br>', $result); 435 $result = str_replace(' <br>', '<br>', $result); 444 $result = str_replace(' <RTLbr>', '<RTLbr>', $result); [all …]
|
H A D | ReportPdfText.php | 26 use function str_replace; alias 47 $temptext = str_replace('#PAGENUM#', (string) $renderer->tcpdf->PageNo(), $this->text); 49 $temptext = str_replace([ 68 $temptext = str_replace(
|
H A D | ReportParserGenerate.php | 75 use function str_replace; alias 694 $tag = str_replace('@fact', $this->fact, $tag); 1030 $tag = str_replace('@fact', $this->fact, $tag); 1054 $value = str_replace('(', '<br>(', $value); 1055 $value = str_replace('<span dir="ltr"><br>', '<br><span dir="ltr">', $value); 1056 $value = str_replace('<span dir="rtl"><br>', '<br><span dir="rtl">', $value); 1104 $tag = str_replace('@fact', $this->fact, $tag); 1476 $value = str_replace('@', '', trim($gmatch[1])); 1530 $condition = str_replace([ 1538 $condition = str_replace('@fact:', $this->fact . ':', $condition); [all …]
|
H A D | ReportHtmlCell.php | 23 use function str_replace; alias 42 $temptext = str_replace('#PAGENUM#', (string) $renderer->pageNo(), $this->text); 44 $temptext = str_replace([
|
H A D | ReportPdfFootnote.php | 25 use function str_replace; alias 59 $temptext = str_replace('#PAGENUM#', (string) $renderer->tcpdf->PageNo(), $this->text); 70 $temptext = str_replace([
|
H A D | ReportHtmlFootnote.php | 24 use function str_replace; alias 61 $temptext = str_replace('#PAGENUM#', (string) $renderer->pageNo(), $this->text); 63 $temptext = str_replace([
|
H A D | ReportHtmlText.php | 24 use function str_replace; alias 46 $temptext = str_replace('#PAGENUM#', (string) $renderer->pageNo(), $this->text); 48 $temptext = str_replace([
|
H A D | ReportPdfCell.php | 25 use function str_replace; alias 41 $temptext = str_replace('#PAGENUM#', (string) $renderer->tcpdf->PageNo(), $this->text); 43 $temptext = str_replace([
|
H A D | ReportHtmlTextbox.php | 26 use function str_replace; alias 65 $lastelement->addText(str_replace("\n", '<br>', $element->getValue()));
|
/webtrees/app/ |
H A D | Soundex.php | 652 $soundex_array[] = soundex(str_replace(' ', '', $text)); 678 …$soundex_array = array_merge($soundex_array, self::daitchMokotoffWord(str_replace(' ', '', $text))… 699 $name = str_replace($transformRule[0], $transformRule[1], $name); 782 $tempResult = str_replace('!', '', implode('', $workingEntry)); 796 $tempResult = str_replace('!', '', implode('', $workingEntry));
|
H A D | Individual.php | 954 $GIVN = str_replace('/ *, */', ' ', $GIVN); 971 $surname = str_replace('/', '', $match[0]); 1013 $fullNN = str_replace('/', '', $full); 1016 … $full = str_replace(self::NOMEN_NESCIO, I18N::translateContext('Unknown surname', '…'), $full); 1017 …$full = str_replace(self::PRAENOMEN_NESCIO, I18N::translateContext('Unknown given name', '…'), $fu… 1027 $GIVN = str_replace('*', '', $GIVN); 1028 $fullNN = str_replace('*', '', $fullNN);
|
/webtrees/app/Http/RequestHandlers/ |
H A D | SiteLogsDownload.php | 29 use function str_replace; alias 58 '"' . str_replace('"', '""', $row->log_message) . '",' . 60 '"' . str_replace('"', '""', $row->user_name) . '",' . 61 '"' . str_replace('"', '""', $row->gedcom_name) . '"' .
|
H A D | PendingChangesLogDownload.php | 65 '"' . str_replace('"', '""', $row->old_gedcom) . '"', 66 '"' . str_replace('"', '""', $row->new_gedcom) . '"', 67 '"' . str_replace('"', '""', $row->user_name) . '"', 68 '"' . str_replace('"', '""', $row->gedcom_name) . '"',
|
H A D | EditMediaFileAction.php | 41 use function str_replace; alias 99 $new_file = str_replace('\\', '/', $new_file); 100 $folder = str_replace('\\', '/', $folder);
|
H A D | UploadMediaAction.php | 41 use function str_replace; alias 97 $filename = str_replace('\\', '/', $filename);
|
H A D | MergeFactsAction.php | 40 use function str_replace; alias 107 $gedcom = str_replace('@' . $xref2 . '@', '@' . $xref1 . '@', $record->gedcom());
|
H A D | GedcomLoad.php | 37 use function str_replace; alias 192 $data->chunk_data = str_replace("\r", "\n", $data->chunk_data);
|
/webtrees/resources/views/lists/ |
H A D | families-table.phtml | 176 …<td colspan="2" data-sort="<?= e(str_replace([',', Individual::PRAENOMEN_NESCIO, Individual::NOMEN… 192 …<td hidden data-sort="<?= e(str_replace([',', Individual::PRAENOMEN_NESCIO, Individual::NOMEN_NESC… 201 …<td colspan="2" data-sort="<?= e(str_replace([',', Individual::PRAENOMEN_NESCIO, Individual::NOMEN… 217 …<td hidden data-sort="<?= e(str_replace([',', Individual::PRAENOMEN_NESCIO, Individual::NOMEN_NESC…
|
/webtrees/app/Services/ |
H A D | GedcomImportService.php | 57 use function str_replace; alias 119 $date = str_replace(' CIR ', ' ABT ', $date); 120 $date = str_replace(' APX ', ' ABT ', $date); 122 $date = str_replace(' B.C. ', ' BC ', $date); 137 $date = str_replace(' BC ', ' B.C. ', $date); 242 $gedrec = str_replace('@@', '@', $gedrec);
|
H A D | EmailService.php | 44 use function str_replace; alias 101 $message_text = str_replace("\n", "\r\n", $message_text); 102 $message_html = str_replace("\n", "\r\n", $message_html);
|
H A D | IndividualFactsService.php | 33 use function str_replace; alias 507 … if (str_contains($SHOW_RELATIVES_EVENTS, '_BIRT' . str_replace('_HSIB', '_SIBL', $option))) { 539 … if (str_contains($SHOW_RELATIVES_EVENTS, '_DEAT' . str_replace('_HSIB', '_SIBL', $option))) { 571 … if (str_contains($SHOW_RELATIVES_EVENTS, '_MARR' . str_replace('_HSIB', '_SIBL', $option))) {
|
/webtrees/app/Statistics/Repository/ |
H A D | LatestUserRepository.php | 34 use function str_replace; alias 129 $format ??= str_replace('%', '', I18N::timeFormat());
|
/webtrees/app/Module/ |
H A D | FixNameTags.php | 34 use function str_replace; alias 188 $gedcom = str_replace($match[0], '', $gedcom);
|
H A D | CensusAssistantModule.php | 35 use function str_replace; alias 138 $note_gedcom = '0 @@ NOTE ' . str_replace("\n", "\n1 CONT ", $note_text);
|
/webtrees/app/Http/Middleware/ |
H A D | HandleExceptions.php | 46 use function str_replace; alias 214 $trace = str_replace($base_path, '…', $trace);
|