Searched refs:preg_split (Results 1 – 12 of 12) sorted by relevance
/webtrees/app/Encodings/ |
H A D | AbstractEncoding.php | 26 use function preg_split; alias 55 $chars = preg_split('//u', $text, -1, PREG_SPLIT_NO_EMPTY);
|
/webtrees/tests/app/Encodings/ |
H A D | AnselTest.php | 34 use function preg_split; alias 147 $chars = preg_split('//u', $norm, -1, PREG_SPLIT_NO_EMPTY);
|
/webtrees/app/ |
H A D | PlaceLocation.php | 27 use function preg_split; alias 52 …$this->parts = new Collection(preg_split(Gedcom::PLACE_SEPARATOR_REGEX, $location_name, -1, PREG…
|
H A D | Place.php | 30 use function preg_split; alias 59 …$this->parts = new Collection(preg_split(Gedcom::PLACE_SEPARATOR_REGEX, $place_name, -1, PREG_SPLI…
|
H A D | GedcomRecord.php | 47 use function preg_split; alias 1060 $gedcom_facts = preg_split('/\n(?=1)/', $this->gedcom); 1066 $pending_facts = preg_split('/\n(?=1)/', $this->pending);
|
H A D | Individual.php | 948 $SURNS = preg_split('/ *, */', $SURN);
|
/webtrees/app/Http/RequestHandlers/ |
H A D | GedcomLoad.php | 36 use function preg_split; alias 195 foreach (preg_split('/\n+(?=0)/', $data->chunk_data) as $rec) {
|
/webtrees/app/Services/ |
H A D | GedcomEditService.php | 47 use function preg_split; alias 268 $parts = preg_split('/\n(?=' . $next_level . ')/', $gedcom);
|
/webtrees/resources/views/ |
H A D | chart-box.phtml | 159 …$opt_tags = preg_split('/\W/', $individual->tree()->getPreference('CHART_BOX_TAGS'), 0, PREG_SPLIT…
|
/webtrees/app/Module/ |
H A D | ModuleThemeTrait.php | 81 …$opt_tags = preg_split('/\W/', $individual->tree()->getPreference('CHART_BOX_TAGS'), 0, PREG_SPLIT…
|
/webtrees/app/Report/ |
H A D | ReportParserGenerate.php | 69 use function preg_split; alias 1039 $tags = preg_split('/[: ]/', $tag);
|
/webtrees/ |
H A D | phpstan-baseline.neon | 13078 message: '#^Parameter \#2 \$subject of function preg_split expects string, mixed given\.$#'
|