Home
last modified time | relevance | path

Searched refs:PREG_SET_ORDER (Results 1 – 18 of 18) sorted by relevance

/webtrees/app/Http/RequestHandlers/
H A DSearchGeneralPage.php46 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 DGedcomRecord.php61 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 DIndividual.php102 …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 DStatistics.php2847 preg_match_all('/#([^#\n]+)(?=#)/', $text, $matches, PREG_SET_ORDER);
/webtrees/app/Services/
H A DGedcomImportService.php65 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 DGedcomExportService.php67 use const PREG_SET_ORDER; alias
246 preg_match_all('/\n1 FILE (.+)/', $gedcom, $matches, PREG_SET_ORDER);
/webtrees/resources/views/
H A Dfact-media.phtml13 <?php if (preg_match_all('/\n(2 OBJE\b.*(?:\n[^2].*)*)/', $fact->gedcom(), $matches, PREG_SET_ORDER
H A Dfact-sources.phtml13 <?php if (preg_match_all('/\n(2 SOUR\b.*(?:\n[^2].*)*)/', $fact->gedcom(), $matches, PREG_SET_ORDER
H A Dfact-notes.phtml13 <?php if (preg_match_all('/\n(2 NOTE\b.*(?:\n[^2].*)*)/', $fact->gedcom(), $matches, PREG_SET_ORDER
H A Dfact-place.phtml41 … if (preg_match_all('/\n(3 NOTE\b.*(?:\n[^3].*)*)/', $placerec, $matches, PREG_SET_ORDER) > 0) : ?>
H A Dindividual-page-name.phtml59 … <?php preg_match_all('/\n2 (\w+) (.+)/', $fact->gedcom(), $matches, PREG_SET_ORDER) ?>
H A Dfact-association-structure.phtml36 …?ASSO) @(' . Gedcom::REGEX_XREF . ')@((\n[3-9].*)*)/', $fact->gedcom(), $amatches, PREG_SET_ORDER);
H A Dfact.phtml145 …n2 (' . Gedcom::REGEX_TAG . ')( .*)?((\n[3-9].*)*)/', $fact->gedcom(), $matches, PREG_SET_ORDER) ?>
/webtrees/resources/views/modules/media/
H A Dtab.phtml50 …?php if (preg_match_all('/\n([2-4] OBJE .*)/', $fact->gedcom(), $matches, PREG_SET_ORDER) > 0) : ?>
/webtrees/resources/views/modules/sources_tab/
H A Dtab.phtml52 …reg_match_all('/\n(2 SOUR\b.*(?:\n[^2].*)*)/', $fact->gedcom(), $matches, PREG_SET_ORDER) > 0) : ?>
/webtrees/resources/views/modules/notes/
H A Dtab.phtml56 …reg_match_all("/\n[1-9] NOTE ?(.*(?:\n\d CONT.*)*)/", $fact->gedcom(), $matches, PREG_SET_ORDER) ?>
/webtrees/app/Report/
H A DReportParserGenerate.php95 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 DClippingsCartModule.php76 use const PREG_SET_ORDER; alias
276 preg_match_all($pattern, $gedcom, $matches, PREG_SET_ORDER);