Home
last modified time | relevance | path

Searched refs:tags (Results 1 – 25 of 116) sorted by relevance

12345

/webtrees/app/Services/
H A DGedcomEditService.php72 $tags = (new Collection(explode(',', $tree->getPreference('QUICK_REQUIRED_FAMFACTS'))))
74 $facts = $tags->map(fn (string $tag): Fact => $this->createNewFact($dummy, $tag));
89 $tags = (new Collection(explode(',', $tree->getPreference('QUICK_REQUIRED_FACTS'))))
91 $facts = $tags->map(fn (string $tag): Fact => $this->createNewFact($dummy, $tag));
124 …public function editLinesToGedcom(string $record_type, array $levels, array $tags, array $values, … argument
129 assert(count($tags) === $count);
136 $hierarchy[$levels[$i]] = $tags[$i];
145 … if ($levels[$j] === '2' && ($tags[$j] === 'DATE' || $tags[$j] === 'PLAC') && $values[$j] !== '') {
162 $gedcom_lines[] = $levels[$i] . ' ' . $tags[$i];
165 if ($tags[$i] === 'CONC') {
[all …]
/webtrees/app/Http/RequestHandlers/
H A DTreePrivacyPage.php146 $tags = [];
153 … $tags[$subtag] = Registry::elementFactory()->make($record_type . ':' . $subtag)->label();
162 $tags[$tag] = Registry::elementFactory()->make($tag) -> label();
165 uasort($tags, I18N::comparator());
169 $tags
H A DAddSpouseToIndividualAction.php63 $tags = Validator::parsedBody($request)->array('itags');
65 … = $this->gedcom_edit_service->editLinesToGedcom(Individual::RECORD_TYPE, $levels, $tags, $values);
70 $tags = Validator::parsedBody($request)->array('ftags');
72 …$gedcom = $this->gedcom_edit_service->editLinesToGedcom(Family::RECORD_TYPE, $levels, $tags, $valu…
H A DAddSpouseToFamilyAction.php63 $tags = Validator::parsedBody($request)->array('itags');
65 … = $this->gedcom_edit_service->editLinesToGedcom(Individual::RECORD_TYPE, $levels, $tags, $values);
90 $tags = Validator::parsedBody($request)->array('ftags');
92 …$gedcom = $this->gedcom_edit_service->editLinesToGedcom(Family::RECORD_TYPE, $levels, $tags, $valu…
H A DAddUnlinkedAction.php56 $tags = Validator::parsedBody($request)->array('itags');
58 … = $this->gedcom_edit_service->editLinesToGedcom(Individual::RECORD_TYPE, $levels, $tags, $values);
H A DAddChildToFamilyAction.php61 $tags = Validator::parsedBody($request)->array('itags');
63 … = $this->gedcom_edit_service->editLinesToGedcom(Individual::RECORD_TYPE, $levels, $tags, $values);
H A DEditRecordAction.php61 $tags = Validator::parsedBody($request)->array('tags');
70 …om .= $this->gedcom_edit_service->editLinesToGedcom($record::RECORD_TYPE, $levels, $tags, $values);
H A DAddParentToIndividualAction.php61 $tags = Validator::parsedBody($request)->array('itags');
63 … = $this->gedcom_edit_service->editLinesToGedcom(Individual::RECORD_TYPE, $levels, $tags, $values);
H A DAddChildToIndividualAction.php61 $tags = Validator::parsedBody($request)->array('itags');
63 … = $this->gedcom_edit_service->editLinesToGedcom(Individual::RECORD_TYPE, $levels, $tags, $values);
H A DLinkSpouseToIndividualAction.php61 $tags = Validator::parsedBody($request)->array('ftags');
75 …com .= $this->gedcom_edit_service->editLinesToGedcom(Family::RECORD_TYPE, $levels, $tags, $values);
H A DEditFactAction.php70 $tags = Validator::parsedBody($request)->array('tags');
72 …this->gedcom_edit_service->editLinesToGedcom($record::RECORD_TYPE, $levels, $tags, $values, false);
/webtrees/resources/views/edit/
H A Dedit-gedcom-fields.phtml17 [, $levels, $tags, $values] = $matches;
26 $hierarchy[$levels[$key]] = $tags[$key];
59 <input type="hidden" name="<?= e($prefix) ?>tags[]" value="<?= e($tags[$key]) ?>">
75 <input type="hidden" name="<?= e($prefix) ?>tags[]" value="<?= e($tags[$key]) ?>">
/webtrees/app/CustomTags/
H A DGedcom7.php72 public function tags(): array function in Fisharebest\\Webtrees\\CustomTags\\Gedcom7
74 $tags = [
183 $tags['FAM:RESI'] = new ResidenceWithValue(I18N::translate('Family residence'));
186 $tags['INDI:RESI'] = new ResidenceWithValue(I18N::translate('Residence'));
189 return $tags;
/webtrees/app/Module/
H A DFixNameTags.php120 $tags = implode('|', array_keys(self::CONVERT));
122 … return preg_match('/\n1 NAME.*(?:\n[2-9] .*)*\n2 (' . $tags . ')/', $record->gedcom()) === 1;
181 $tags = implode('|', array_keys(self::CONVERT));
183 while (preg_match('/\n2 (' . $tags . ') (.+)((?:\n[3-9].*)*)/', $gedcom, $match)) {
/webtrees/app/Report/
H A DReportParserGenerate.php695 $tags = explode(':', $tag);
697 if (count($tags) < 2) {
704 foreach ($tags as $tag) {
1039 $tags = preg_split('/[: ]/', $tag);
1041 switch (end($tags)) {
1105 $tags = explode(':', $tag);
1112 $count = count($tags);
1115 $t = $tags[$i];
2126 $tags = explode(':', $tag);
2128 if (count($tags) > 1) {
[all …]
/webtrees/app/Factories/
H A DElementFactory.php76 foreach ($this->elements as $tags => $element) {
77 if (str_contains($tags, '*')) {
78 $regex = '/^' . strtr($tags, ['*' => '[^:]+']) . '$/';
/webtrees/app/Elements/
H A DEventsRecorded.php158 $tags = explode(',', $this->canonical($value));
170 }, $tags);
/webtrees/resources/lang/ko/
H A Dmessages.po1481 #: resources/views/admin/tags.phtml:264
3902 #: resources/views/admin/tags.phtml:27
3941 msgid "Convert %s tags to GEDCOM 5.5.1"
4282 #: app/CustomTags/Gedcom7.php:104 resources/views/admin/tags.phtml:1020
4283 msgid "Custom GEDCOM tags"
4284 msgstr "사용자정의 GEDCOM tags"
4287 msgid "Custom GEDCOM tags are discouraged. Try to use only standard GEDCOM tags."
5159 #: resources/views/admin/tags.phtml:53 resources/views/admin/tags.phtml:183
5160 #: resources/views/admin/tags.phtml:275 resources/views/admin/tags.phtml:337
5161 #: resources/views/admin/tags.phtml:412 resources/views/admin/tags.phtml:451
[all …]
/webtrees/resources/views/
H A Dfact-gedcom-fields.phtml26 [, $levels, $tags, $values] = $matches;
34 $hierarchy[$levels[$key]] = $tags[$key];
/webtrees/resources/lang/hi/
H A Dmessages.po1503 #: resources/views/admin/tags.phtml:264
3925 #: resources/views/admin/tags.phtml:27
3964 msgid "Convert %s tags to GEDCOM 5.5.1"
4305 #: app/CustomTags/Gedcom7.php:104 resources/views/admin/tags.phtml:1020
4306 msgid "Custom GEDCOM tags"
4310 msgid "Custom GEDCOM tags are discouraged. Try to use only standard GEDCOM tags."
5182 #: resources/views/admin/tags.phtml:53 resources/views/admin/tags.phtml:183
5183 #: resources/views/admin/tags.phtml:275 resources/views/admin/tags.phtml:337
5184 #: resources/views/admin/tags.phtml:412 resources/views/admin/tags.phtml:451
5185 #: resources/views/admin/tags.phtml:735 resources/views/admin/tags.phtml:789
[all …]
/webtrees/resources/lang/bg/
H A Dmessages.po1498 #: resources/views/admin/tags.phtml:264
3920 #: resources/views/admin/tags.phtml:27
3959 msgid "Convert %s tags to GEDCOM 5.5.1"
4300 #: app/CustomTags/Gedcom7.php:104 resources/views/admin/tags.phtml:1020
4301 msgid "Custom GEDCOM tags"
4305 msgid "Custom GEDCOM tags are discouraged. Try to use only standard GEDCOM tags."
5177 #: resources/views/admin/tags.phtml:53 resources/views/admin/tags.phtml:183
5178 #: resources/views/admin/tags.phtml:275 resources/views/admin/tags.phtml:337
5179 #: resources/views/admin/tags.phtml:412 resources/views/admin/tags.phtml:451
5180 #: resources/views/admin/tags.phtml:735 resources/views/admin/tags.phtml:789
[all …]
/webtrees/resources/lang/fa/
H A Dmessages.po1501 #: resources/views/admin/tags.phtml:264
3923 #: resources/views/admin/tags.phtml:27
3962 msgid "Convert %s tags to GEDCOM 5.5.1"
4303 #: app/CustomTags/Gedcom7.php:104 resources/views/admin/tags.phtml:1020
4304 msgid "Custom GEDCOM tags"
4308 msgid "Custom GEDCOM tags are discouraged. Try to use only standard GEDCOM tags."
5180 #: resources/views/admin/tags.phtml:53 resources/views/admin/tags.phtml:183
5181 #: resources/views/admin/tags.phtml:275 resources/views/admin/tags.phtml:337
5182 #: resources/views/admin/tags.phtml:412 resources/views/admin/tags.phtml:451
5183 #: resources/views/admin/tags.phtml:735 resources/views/admin/tags.phtml:789
[all …]
/webtrees/resources/lang/tt/
H A Dmessages.po1482 #: resources/views/admin/tags.phtml:264
3903 #: resources/views/admin/tags.phtml:27
3942 msgid "Convert %s tags to GEDCOM 5.5.1"
4283 #: app/CustomTags/Gedcom7.php:104 resources/views/admin/tags.phtml:1020
4284 msgid "Custom GEDCOM tags"
4288 msgid "Custom GEDCOM tags are discouraged. Try to use only standard GEDCOM tags."
5160 #: resources/views/admin/tags.phtml:53 resources/views/admin/tags.phtml:183
5161 #: resources/views/admin/tags.phtml:275 resources/views/admin/tags.phtml:337
5162 #: resources/views/admin/tags.phtml:412 resources/views/admin/tags.phtml:451
5163 #: resources/views/admin/tags.phtml:735 resources/views/admin/tags.phtml:789
[all …]
/webtrees/resources/lang/ur/
H A Dmessages.po1503 #: resources/views/admin/tags.phtml:264
3925 #: resources/views/admin/tags.phtml:27
3964 msgid "Convert %s tags to GEDCOM 5.5.1"
4305 #: app/CustomTags/Gedcom7.php:104 resources/views/admin/tags.phtml:1020
4306 msgid "Custom GEDCOM tags"
4310 msgid "Custom GEDCOM tags are discouraged. Try to use only standard GEDCOM tags."
5182 #: resources/views/admin/tags.phtml:53 resources/views/admin/tags.phtml:183
5183 #: resources/views/admin/tags.phtml:275 resources/views/admin/tags.phtml:337
5184 #: resources/views/admin/tags.phtml:412 resources/views/admin/tags.phtml:451
5185 #: resources/views/admin/tags.phtml:735 resources/views/admin/tags.phtml:789
[all …]
/webtrees/resources/lang/yi/
H A Dmessages.po1499 #: resources/views/admin/tags.phtml:264
3921 #: resources/views/admin/tags.phtml:27
3960 msgid "Convert %s tags to GEDCOM 5.5.1"
4301 #: app/CustomTags/Gedcom7.php:104 resources/views/admin/tags.phtml:1020
4302 msgid "Custom GEDCOM tags"
4306 msgid "Custom GEDCOM tags are discouraged. Try to use only standard GEDCOM tags."
5178 #: resources/views/admin/tags.phtml:53 resources/views/admin/tags.phtml:183
5179 #: resources/views/admin/tags.phtml:275 resources/views/admin/tags.phtml:337
5180 #: resources/views/admin/tags.phtml:412 resources/views/admin/tags.phtml:451
5181 #: resources/views/admin/tags.phtml:735 resources/views/admin/tags.phtml:789
[all …]

12345