Home
last modified time | relevance | path

Searched refs:parts (Results 1 – 25 of 90) sorted by relevance

1234

/webtrees/app/
H A DPlace.php45 private Collection $parts; variable in Fisharebest\\Webtrees\\Place
59 …$this->parts = new Collection(preg_split(Gedcom::PLACE_SEPARATOR_REGEX, $place_name, -1, PREG_SPLI…
62 $this->place_name = $this->parts->implode(Gedcom::PLACE_SEPARATOR);
77 $parts = new Collection();
87 $parts->add($row->p_place);
93 $place_name = $parts->implode(Gedcom::PLACE_SEPARATOR);
105 return new self($this->parts->slice(1)->implode(Gedcom::PLACE_SEPARATOR), $this->tree);
118 if ($this->parts->isEmpty()) {
126 ->where('p_place', '=', mb_substr($this->parts->first(), 0, 120))
131 $place = $this->parts->first();
[all …]
H A DPlaceLocation.php41 private Collection $parts; variable in Fisharebest\\Webtrees\\PlaceLocation
52 …$this->parts = new Collection(preg_split(Gedcom::PLACE_SEPARATOR_REGEX, $location_name, -1, PREG…
55 $this->location_name = $this->parts->implode(Gedcom::PLACE_SEPARATOR);
65 return new self($this->parts->slice(1)->implode(Gedcom::PLACE_SEPARATOR));
77 if ($this->parts->isEmpty()) {
84 $place = $this->parts->first();
118 foreach ($this->parts->reverse() as $place) {
146 if ($this->parts->isEmpty()) {
191 return (string) $this->parts->first();
239 switch ($this->parts->count()) {
/webtrees/app/Services/
H A DSearchService.php659 $parts = explode(':', $field_name . ':::');
752 … $like = "%\n1 NAME%\n2 " . $parts[2] . ' %' . preg_quote($field_value, '/') . '%';
761 ->where('date_' . $parts[1] . '.d_fact', '=', $parts[1])
762 … ->where('date_' . $parts[1] . '.d_julianday1', '>=', $date->minimumJulianDay() - $delta)
763 … ->where('date_' . $parts[1] . '.d_julianday2', '<=', $date->maximumJulianDay() + $delta);
771 ->where('date_' . $parts[1] . '.d_fact', '=', $parts[1])
772 … ->where('date_' . $parts[1] . '.d_julianday1', '>=', $date->minimumJulianDay() - $delta)
773 … ->where('date_' . $parts[1] . '.d_julianday2', '<=', $date->maximumJulianDay() + $delta);
784 switch ($parts[2]) {
854 …$query->where('spouse_families.f_gedcom', DB::iLike(), "%\n1 " . $parts[1] . ' %' . $field_value .…
[all …]
H A DGedcomEditService.php268 $parts = preg_split('/\n(?=' . $next_level . ')/', $gedcom);
269 $return = array_shift($parts) ?? '';
291 foreach ($parts as $n => $part) {
295 unset($parts[$n]);
316 if ($parts !== []) {
317 $return .= "\n" . implode("\n", $parts);
/webtrees/app/SurnameTradition/
H A DDefaultSurnameTradition.php134 protected function buildName(string $name, array $parts): string argument
136 $parts = array_filter($parts);
138 $parts = array_map(
140 array_keys($parts),
141 $parts
145 return '1 NAME' . implode($parts);
148 return '1 NAME ' . $name . implode($parts);
/webtrees/app/Census/
H A DAbstractCensusColumn.php165 $parts = explode(', ', $place);
167 return end($parts);
179 $parts = explode(', ', $place);
181 if (end($parts) === $this->place()) {
182 return implode(', ', array_slice($parts, 0, -1));
/webtrees/public/ckeditor-4.15.1-custom/plugins/wsc/dialogs/
H A Dwsc.js16 b.parts.tabs.removeListener("click",h);b.parts.tabs.on("click",h)};a.buildSelectLang=function(a){va…
36 …or.focusManager.currentActive.focusNext();c=g.misc.findFocusable(a.dialog.parts.contents);if(g.mis…
37 …og._.editor.focusManager.currentActive.focusNext();c=g.misc.findFocusable(a.dialog.parts.contents);
39 …n.height-a.parts.contents.getSize("height",!(CKEDITOR.env.gecko||CKEDITOR.env.opera||CKEDITOR.env.…
48 …name;g.postMessage.init(H);a.dataTemp=b.getData();a.OverlayPlace=a.dialog.parts.tabs.getParent().$…
51 …"+a.loadIcon+") no-repeat 50% 50%",target:a.OverlayPlace});var d=a.dialog.parts.tabs.getId(),d=CKE…
90 …tion;a.onLoadOverlay=new C({opacity:"1",background:"#fff",target:d.dialog.parts.tabs.getParent().$…
/webtrees/public/ckeditor-4.15.1-custom/plugins/clipboard/dialogs/
H A Dpaste.js7parts.dialog.$.offsetHeight;this.setupContent();this._.committed=!1},onLoad:function(){(CKEDITOR.e…
/webtrees/public/ckeditor-4.15.1-custom/skins/moono/
H A Dreadme.md23 CSS parts:
38 Other parts:
/webtrees/
H A DSECURITY.md20 Remember that not all emails get delivered, and that some parts of the world do
H A DLICENSE.md148 subprograms and other parts of the work.
151 can regenerate automatically from other parts of the Corresponding
228 additional terms, to the whole of the work, and all its parts,
246 parts of the aggregate.
263 long as you offer spare parts or customer support for that product
664 parts of the General Public License. Of course, your program’s commands
/webtrees/resources/css/
H A D_charts.css107 /* Buttons to expand/collapse other parts of the chart */
/webtrees/public/ckeditor-4.15.1-custom/plugins/colordialog/dialogs/
H A Dcolordialog.js12 …olor&&"back"==a.data.type)l(),B();else{var c=a.data.selectionColor;a=this.parts.contents.getElemen…
/webtrees/public/ckeditor-4.15.1-custom/
H A Dckeditor.js562 …||(b.on("load",function(){this.getInputElement().on("change",function(){b.parts.dialog.isVisible()…
602 return{element:b,parts:{dialog:b.getChild(0),title:e,close:d,tabs:c.getChild(2),contents:c.getChild…
603 …R.tools.extend(this,b)}function ca(a){function b(b){var c=a.getSize(),k=a.parts.dialog.getParent()…
605 …stance,h=CKEDITOR.skin.margins||[0,0,0,0];"undefined"==typeof g&&(g=20);a.parts.title.on("mousedow…
608 …tion(function(d){function e(a){return a.isVisible()}k=a.getSize();var f=a.parts.contents,l=f.$.get…
609 a.parts.contents.getFirst(e).getSize("height",w);g=k.width-a.parts.contents.getFirst(e).getSize("wi…
610 …x3c/div\x3e");a.parts.footer.append(b,1)});f.on("destroy",function(){CKEDITOR.tools.removeFunction…
621parts=h.parts;CKEDITOR.tools.setTimeout(function(){a.fire("ariaWidget",this.parts.contents)},0,thi…
624 …rm(a.lang.common.confirmCancel)||(b.data.hide=!1),!0})},this,null,0);this.parts.close.on("click",f…
626 …DITOR.document)).appendTo(this.parts.title);for(m=0;m<g.contents.length;m++)(k=g.contents[m])&&thi…
[all …]
H A DCHANGES.md119 …et.html#property-mask) and [parts](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_plugins…
780 …om/cke4/addon/copyformatting) feature to enable easy copying of styles between your document parts.
942 …ellChecker/ckeditor-plugin-scayt/issues/107): SCAYT should not check non-editable parts of content.
1660 * [#11066](https://dev.ckeditor.com/ticket/11066): Widget's private parts use CSS reset.
1793 …dev.ckeditor.com/ticket/10298): Fixed: Data processor breaks attributes containing protected parts.
H A DLICENSE.md321 10. If you wish to incorporate parts of the Program into other free
783 14. If you wish to incorporate parts of the Library into other free
/webtrees/resources/lang/ku/
H A Dmessages.po5307 msgid "Different calendar systems are used in different parts of the world, and many other calendar…
5308 msgstr "Different calendar systems are used in different parts of the world, and many other calenda…
11216 …charts, lists, etc. They can be abbreviated by showing just the first few parts of the name, such …
11217 …charts, lists, etc. They can be abbreviated by showing just the first few parts of the name, such …
13238 #. I18N: The placeholders are edit controls. Show the [first/last] [1/2/3/4/5] parts of a place name
13241 msgid "Show the %1$s %2$s parts of a place name."
13242 msgstr "Show the %1$s %2$s parts of a place name."
14186 …splayed on screen. It uses standard genealogy annotations to identify different parts of the name."
14187 …splayed on screen. It uses standard genealogy annotations to identify different parts of the name."
15985 msgid "Update the higher-level parts of place names, while keeping the lower-level parts."
[all …]
/webtrees/resources/lang/en-GB/
H A Dmessages.po5308 msgid "Different calendar systems are used in different parts of the world, and many other calendar…
5309 msgstr "Different calendar systems are used in different parts of the world, and many other calenda…
11217 …charts, lists, etc. They can be abbreviated by showing just the first few parts of the name, such …
11218 …charts, lists, etc. They can be abbreviated by showing just the first few parts of the name, such …
13239 #. I18N: The placeholders are edit controls. Show the [first/last] [1/2/3/4/5] parts of a place name
13242 msgid "Show the %1$s %2$s parts of a place name."
13243 msgstr "Show the %1$s %2$s parts of a place name."
14187 …splayed on screen. It uses standard genealogy annotations to identify different parts of the name."
14188 …splayed on screen. It uses standard genealogy annotations to identify different parts of the name."
15986 msgid "Update the higher-level parts of place names, while keeping the lower-level parts."
[all …]
/webtrees/resources/lang/en-AU/
H A Dmessages.po5308 msgid "Different calendar systems are used in different parts of the world, and many other calendar…
5309 msgstr "Different calendar systems are used in different parts of the world, and many other calenda…
11217 …charts, lists, etc. They can be abbreviated by showing just the first few parts of the name, such …
11218 …charts, lists, etc. They can be abbreviated by showing just the first few parts of the name, such …
13239 #. I18N: The placeholders are edit controls. Show the [first/last] [1/2/3/4/5] parts of a place name
13242 msgid "Show the %1$s %2$s parts of a place name."
13243 msgstr "Show the %1$s %2$s parts of a place name."
14187 …splayed on screen. It uses standard genealogy annotations to identify different parts of the name."
14188 …splayed on screen. It uses standard genealogy annotations to identify different parts of the name."
15986 msgid "Update the higher-level parts of place names, while keeping the lower-level parts."
[all …]
/webtrees/resources/lang/ca/
H A Dmessages.po5312 msgid "Different calendar systems are used in different parts of the world, and many other calendar…
11221 …charts, lists, etc. They can be abbreviated by showing just the first few parts of the name, such …
13243 #. I18N: The placeholders are edit controls. Show the [first/last] [1/2/3/4/5] parts of a place name
13246 msgid "Show the %1$s %2$s parts of a place name."
13247 msgstr "Mostra %1$s %2$s parts del nom de l’indret."
14191 …splayed on screen. It uses standard genealogy annotations to identify different parts of the name."
14192 …ntalla. S’utilitza l’estàndard d’anotacions genealògiques per identificar diferents parts del nom."
15990 msgid "Update the higher-level parts of place names, while keeping the lower-level parts."
15991 msgstr "Actualitza les parts dels noms d'indret de nivell superior, mantenint les parts de nivell i…
17456 msgctxt "Show the [first/last] [N] parts of a place name."
[all …]
/webtrees/resources/lang/hi/
H A Dmessages.po5312 msgid "Different calendar systems are used in different parts of the world, and many other calendar…
11221 …charts, lists, etc. They can be abbreviated by showing just the first few parts of the name, such …
13243 #. I18N: The placeholders are edit controls. Show the [first/last] [1/2/3/4/5] parts of a place name
13246 msgid "Show the %1$s %2$s parts of a place name."
14191 …splayed on screen. It uses standard genealogy annotations to identify different parts of the name."
15990 msgid "Update the higher-level parts of place names, while keeping the lower-level parts."
17456 msgctxt "Show the [first/last] [N] parts of a place name."
19465 msgctxt "Show the [first/last] [N] parts of a place name."
21629 #~ msgid "This will update the highest-level part or parts of the place name. For example, “Mexico”…
/webtrees/resources/lang/zh-Hans/
H A Dmessages.po5681 msgid "Different calendar systems are used in different parts of the world, and many other calendar…
12094 …charts, lists, etc. They can be abbreviated by showing just the first few parts of the name, such …
14287 # I18N: The placeholders are edit controls. Show the [first/last] [1/2/3/4/5] parts of a place name
14288 #. I18N: The placeholders are edit controls. Show the [first/last] [1/2/3/4/5] parts of a place name
14291 msgid "Show the %1$s %2$s parts of a place name."
15329 …splayed on screen. It uses standard genealogy annotations to identify different parts of the name."
17238 msgid "Update the higher-level parts of place names, while keeping the lower-level parts."
18803 # I18N: The placeholders are edit controls. Show the [first/last] [1/2/3/4/5] parts of a place name
18805 msgctxt "Show the [first/last] [N] parts of a place name."
20847 msgctxt "Show the [first/last] [N] parts of a place name."
[all …]
/webtrees/resources/lang/zh-Hant/
H A Dmessages.po5676 msgid "Different calendar systems are used in different parts of the world, and many other calendar…
12082 …charts, lists, etc. They can be abbreviated by showing just the first few parts of the name, such …
14272 # I18N: The placeholders are edit controls. Show the [first/last] [1/2/3/4/5] parts of a place name
14273 #. I18N: The placeholders are edit controls. Show the [first/last] [1/2/3/4/5] parts of a place name
14276 msgid "Show the %1$s %2$s parts of a place name."
15313 …splayed on screen. It uses standard genealogy annotations to identify different parts of the name."
17221 msgid "Update the higher-level parts of place names, while keeping the lower-level parts."
18784 # I18N: The placeholders are edit controls. Show the [first/last] [1/2/3/4/5] parts of a place name
18786 msgctxt "Show the [first/last] [N] parts of a place name."
20828 msgctxt "Show the [first/last] [N] parts of a place name."
[all …]
/webtrees/resources/lang/kk/
H A Dmessages.po5307 msgid "Different calendar systems are used in different parts of the world, and many other calendar…
11216 …charts, lists, etc. They can be abbreviated by showing just the first few parts of the name, such …
13238 #. I18N: The placeholders are edit controls. Show the [first/last] [1/2/3/4/5] parts of a place name
13241 msgid "Show the %1$s %2$s parts of a place name."
14186 …splayed on screen. It uses standard genealogy annotations to identify different parts of the name."
15985 msgid "Update the higher-level parts of place names, while keeping the lower-level parts."
17451 msgctxt "Show the [first/last] [N] parts of a place name."
19460 msgctxt "Show the [first/last] [N] parts of a place name."
22113 #~ msgid "This will update the highest-level part or parts of the place name. For example, “Mexico”…
/webtrees/resources/lang/uk/
H A Dmessages.po5326 msgid "Different calendar systems are used in different parts of the world, and many other calendar…
11237 …charts, lists, etc. They can be abbreviated by showing just the first few parts of the name, such …
13259 #. I18N: The placeholders are edit controls. Show the [first/last] [1/2/3/4/5] parts of a place name
13262 msgid "Show the %1$s %2$s parts of a place name."
14207 …splayed on screen. It uses standard genealogy annotations to identify different parts of the name."
16012 msgid "Update the higher-level parts of place names, while keeping the lower-level parts."
17479 msgctxt "Show the [first/last] [N] parts of a place name."
19489 msgctxt "Show the [first/last] [N] parts of a place name."
22874 #~ msgid "This will update the highest-level part or parts of the place name. For example, “Mexico”…

1234