/webtrees/app/Http/RequestHandlers/ |
H A D | SearchGeneralPage.php | 46 use const PREG_SET_ORDER; alias 237 preg_match_all('/"([^"]+)"/', $query, $matches, PREG_SET_ORDER); 248 preg_match_all('/[\S]+/', $query, $matches, PREG_SET_ORDER);
|
/webtrees/app/ |
H A D | GedcomRecord.php | 61 use const PREG_SET_ORDER; alias 323 preg_match_all($pattern, $gedcom, $matches, PREG_SET_ORDER); 957 …('/\n(\d) ' . Gedcom::REGEX_TAG . ' ' . $value . '/', $fact->gedcom(), $matches, PREG_SET_ORDER)) { 1031 …fact_type . ') (.+)((\n[' . $sublevel . '-9].+)*)/m', $fact->gedcom(), $matches, PREG_SET_ORDER)) { 1039 …OMN|FONE|_\w+) (.+)((\n[' . $subsublevel . '-9].+)*)/m', $match[3], $submatches, PREG_SET_ORDER)) {
|
H A D | Individual.php | 102 …edcom::BIRTH_EVENTS) . ').*(?:\n[2-9].*)*\n2 DATE (.+)/', $this->gedcom, $matches, PREG_SET_ORDER); 113 …edcom::DEATH_EVENTS) . ').*(?:\n[2-9].*)*\n2 DATE (.+)/', $this->gedcom, $matches, PREG_SET_ORDER);
|
H A D | Statistics.php | 2847 preg_match_all('/#([^#\n]+)(?=#)/', $text, $matches, PREG_SET_ORDER);
|
/webtrees/app/Services/ |
H A D | GedcomImportService.php | 65 use const PREG_SET_ORDER; alias 88 …match_all('/^[ \t]*(\d+)[ \t]*(@[^@]*@)?[ \t]*(\w+)[ \t]?(.*)$/m', $rec, $matches, PREG_SET_ORDER); 579 …h_all("/\n1 (\w+).*(?:\n[2-9].*)*\n2 DATE (.+)(?:\n[2-9].*)*/", $gedrec, $matches, PREG_SET_ORDER); 631 …+ (' . Gedcom::REGEX_TAG . ') @(' . Gedcom::REGEX_XREF . ')@/', $gedrec, $matches, PREG_SET_ORDER);
|
H A D | GedcomExportService.php | 67 use const PREG_SET_ORDER; alias 246 preg_match_all('/\n1 FILE (.+)/', $gedcom, $matches, PREG_SET_ORDER);
|
/webtrees/resources/views/ |
H A D | fact-media.phtml | 13 <?php if (preg_match_all('/\n(2 OBJE\b.*(?:\n[^2].*)*)/', $fact->gedcom(), $matches, PREG_SET_ORDER…
|
H A D | fact-sources.phtml | 13 <?php if (preg_match_all('/\n(2 SOUR\b.*(?:\n[^2].*)*)/', $fact->gedcom(), $matches, PREG_SET_ORDER…
|
H A D | fact-notes.phtml | 13 <?php if (preg_match_all('/\n(2 NOTE\b.*(?:\n[^2].*)*)/', $fact->gedcom(), $matches, PREG_SET_ORDER…
|
H A D | fact-place.phtml | 41 … if (preg_match_all('/\n(3 NOTE\b.*(?:\n[^3].*)*)/', $placerec, $matches, PREG_SET_ORDER) > 0) : ?>
|
H A D | individual-page-name.phtml | 59 … <?php preg_match_all('/\n2 (\w+) (.+)/', $fact->gedcom(), $matches, PREG_SET_ORDER) ?>
|
H A D | fact-association-structure.phtml | 36 …?ASSO) @(' . Gedcom::REGEX_XREF . ')@((\n[3-9].*)*)/', $fact->gedcom(), $amatches, PREG_SET_ORDER);
|
H A D | fact.phtml | 145 …n2 (' . Gedcom::REGEX_TAG . ')( .*)?((\n[3-9].*)*)/', $fact->gedcom(), $matches, PREG_SET_ORDER) ?>
|
/webtrees/resources/views/modules/media/ |
H A D | tab.phtml | 50 …?php if (preg_match_all('/\n([2-4] OBJE .*)/', $fact->gedcom(), $matches, PREG_SET_ORDER) > 0) : ?>
|
/webtrees/resources/views/modules/sources_tab/ |
H A D | tab.phtml | 52 …reg_match_all('/\n(2 SOUR\b.*(?:\n[^2].*)*)/', $fact->gedcom(), $matches, PREG_SET_ORDER) > 0) : ?>
|
/webtrees/resources/views/modules/notes/ |
H A D | tab.phtml | 56 …reg_match_all("/\n[1-9] NOTE ?(.*(?:\n\d CONT.*)*)/", $fact->gedcom(), $matches, PREG_SET_ORDER) ?>
|
/webtrees/app/Report/ |
H A D | ReportParserGenerate.php | 95 use const PREG_SET_ORDER; alias 237 …$ct = preg_match_all($searchTarget, $gedrec, $match, PREG_SET_ORDER | PREG_OFFSET_CAPTUR… 1132 $count = preg_match_all("/$level $t(.*)/", $subrec, $match, PREG_SET_ORDER); 1482 $count = preg_match_all("/\\$(\w+)/", $value, $match, PREG_SET_ORDER); 1540 $count = preg_match_all("/@([\w:.]+)/", $condition, $match, PREG_SET_ORDER);
|
/webtrees/app/Module/ |
H A D | ClippingsCartModule.php | 76 use const PREG_SET_ORDER; alias 276 preg_match_all($pattern, $gedcom, $matches, PREG_SET_ORDER);
|