/webtrees/public/js/ |
H A D | webtrees.min.js | 1 …n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.wri… argument
|
/webtrees/app/Module/ |
H A D | LanguageFrench.php | 116 $degree = static fn (int $n, string $suffix, string $genitive_link): array => 117 $genitive($suffix . ' au ' . $n . '<sup>e</sup> degré', $genitive_link); 119 $great = static fn (int $n, string $suffix, string $genitive_link): array => 120 … $n <= 1 ? $genitive('arrière-' . $suffix, 'de l’') : $degree($n + 1, $suffix, $genitive_link); 122 $firstCompound = static fn (int $n, string $suffix, string $genitive_link): array => 123 … $n <= 1 ? $genitive($suffix, $genitive_link) : $great($n - 1, $suffix, $genitive_link); 126 …static fn (int $n, string $first_level, string $suffix, string $genitive_none, string $genitive_fi… 127 …$n <= 1 ? $genitive($suffix, $genitive_none) : $firstCompound($n - 1, $first_level . $suffix, $gen… 130 …$symmetricCousin = static fn (int $n, string $sex): array => self::SYMMETRIC_COUSINS[$n][$sex] ?? … 131 …$sex === 'F' ? 'cousine au ' . $n . '<sup>e</sup> degré' : 'cousin au ' . $n . '<sup>e</sup> degré… [all …]
|
H A D | LanguageSlovakian.php | 119 $pra = static fn (int $n, string $nominative, string $genitive): array => [ 120 ($n > 3 ? 'pra ×' . $n . ' ' : str_repeat('pra-', $n)) . $nominative, 121 ($n > 3 ? 'pra ×' . $n . ' ' : str_repeat('pra-', $n)) . $genitive, 124 …$cousin = static fn (int $n, array $cousins, string $nominative, string $genitive): array => $cous… 125 $nominative . ' z ' . $n . '. kolena', 126 $genitive . '%s z ' . $n . '. kolena', 180 …Relationship::dynamic(static fn (int $n) => $pra($n - 1, 'prastarý otec', '%s prastarého otca'))->… 181 …Relationship::dynamic(static fn (int $n) => $pra($n - 1, 'prastará matka', '%s prastarej matky'))-… 182 …Relationship::dynamic(static fn (int $n) => $pra($n - 1, 'prastarý rodič', '%s prastarého rodiča')… 192 …Relationship::dynamic(static fn (int $n) => $pra($n - 1, 'pravnuk', '%s pravnuka'))->ancestor()->m… [all …]
|
H A D | LanguageEnglishUnitedStates.php | 142 $great = static fn (int $n, string $prefix, string $suffix): array => $genitive( 143 $prefix . ($n > 3 ? 'great ×' . $n . ' ' : str_repeat('great-', $n)) . $suffix 237 … Relationship::dynamic(static fn (int $n) => $great($n - 1, '', 'aunt'))->ancestor()->sister(), 238 …Relationship::dynamic(static fn (int $n) => $great($n - 1, '', 'aunt'))->ancestor()->sibling()->wi… 239 … Relationship::dynamic(static fn (int $n) => $great($n - 1, '', 'uncle'))->ancestor()->brother(), 240 …Relationship::dynamic(static fn (int $n) => $great($n - 1, '', 'uncle'))->ancestor()->sibling()->h… 241 …Relationship::dynamic(static fn (int $n) => $great($n - 1, '', 'niece'))->sibling()->descendant()-… 242 …Relationship::dynamic(static fn (int $n) => $great($n - 1, '', 'niece'))->married()->spouse()->sib… 243 …Relationship::dynamic(static fn (int $n) => $great($n - 1, '', 'nephew'))->sibling()->descendant()… 244 …Relationship::dynamic(static fn (int $n) => $great($n - 1, '', 'nephew'))->married()->spouse()->si… [all …]
|
H A D | RelationshipsChartModule.php | 342 foreach ($path as $n => $xref) { 343 if ($n % 2 === 1) { 344 switch ($relationships[$n]) { 351 …orithm($relationships[$n], Registry::individualFactory()->make($path[$n - 1], $tree), Registry::in… 357 if ($n > 2 && preg_match('/fat|mot|par/', $relationships[$n - 2])) { 358 …orithm($relationships[$n], Registry::individualFactory()->make($path[$n - 1], $tree), Registry::in… 361 …orithm($relationships[$n], Registry::individualFactory()->make($path[$n - 1], $tree), Registry::in… 368 if ($n > 2 && preg_match('/son|dau|chi/', $relationships[$n - 2])) { 369 …orithm($relationships[$n], Registry::individualFactory()->make($path[$n - 1], $tree), Registry::in… 372 …orithm($relationships[$n], Registry::individualFactory()->make($path[$n - 1], $tree), Registry::in… [all …]
|
/webtrees/resources/lang/vi/ |
H A D | messages.po | 3 "Project-Id-Version: webtrees vietnamese Version 1.5.3\n" 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2024-03-19 13:12+0000\n" 6 "PO-Revision-Date: 2022-12-11 18:42+0000\n" 7 "Last-Translator: Greg Roach <greg@subaqua.co.uk>\n" 8 "Language-Team: Vietnamese <https://translate.webtrees.net/projects/webtrees/webtrees/vi/>\n" 9 "Language: vi\n" 10 "MIME-Version: 1.0\n" 11 "Content-Type: text/plain; charset=UTF-8\n" 12 "Content-Transfer-Encoding: 8bit\n" [all …]
|
/webtrees/resources/views/edit/ |
H A D | edit-gedcom-fields.phtml | 35 for ($n = $key + 1; $n < count($keys) && $levels[$n] > $levels[$key]; ++$n) { variable 36 if ($values[$n] !== '') { 81 <?php for ($n = $key; $levels[$n] >= ($levels[$key + 1] ?? $levels[0]); $n--) : ?> variable 82 <?php if ($indent[$n]) : ?> 83 <?php $indent[$n] = false ?> 86 <?php if ($levels[$n] === ($levels[$key + 1] ?? $levels[0])) : ?>
|
/webtrees/app/ |
H A D | Individual.php | 173 for ($n = 0; $n <= $distance; ++$n) { 174 if (array_key_exists($n, $cache)) { 176 if ($n % 2 === 0 && in_array($target, $cache[$n], true)) { 181 $cache[$n] = []; 182 if ($n % 2 === 0) { 184 foreach ($cache[$n - 1] as $family) { 188 … if ($individual instanceof self && !in_array($individual, $cache[$n - 2], true)) { 189 $cache[$n][] = $individual; 193 if (in_array($target, $cache[$n], true)) { 198 foreach ($cache[$n - 1] as $individual) { [all …]
|
H A D | I18N.php | 247 * @param string|int $n 251 public static function digits(string|int $n): string argument 253 return self::$locale->digits((string) $n); 379 * @param float $n 384 public static function number(float $n, int $precision = 0): string argument 386 return self::$locale->number(round($n, $precision)); 396 * @param float $n 401 public static function percentage(float $n, int $precision = 0): string argument 403 return self::$locale->percent(round($n, $precision + 2));
|
H A D | Relationship.php | 462 $n = 0; 465 while ($n < $count && in_array($patterns[$n], Relationship::PARENTS, true)) { 466 $n++; 470 if ($n === 0 || $n * 2 + 1 !== $count) { 475 if (!in_array($patterns[$n], Relationship::SIBLINGS, true)) { 480 for ($descendants = $n + 1; $descendants < $count; ++$descendants) { 486 $nodes = array_slice($nodes, 2 * (2 * $n + 1)); 488 $captures[] = $n;
|
/webtrees/resources/views/lists/ |
H A D | notes-table.phtml | 33 ->map(static fn ($n) => (int) $n) 45 ->map(static fn ($n) => (int) $n) 57 ->map(static fn ($n) => (int) $n) 69 ->map(static fn ($n) => (int) $n)
|
H A D | sources-table.phtml | 34 ->map(static fn ($n) => (int) $n) 46 ->map(static fn ($n) => (int) $n) 58 ->map(static fn ($n) => (int) $n) 71 ->map(static fn ($n) => (int) $n)
|
H A D | media-table.phtml | 33 ->map(static fn ($n) => (int) $n) 45 ->map(static fn ($n) => (int) $n) 57 ->map(static fn ($n) => (int) $n)
|
/webtrees/resources/lang/af/ |
H A D | messages.po | 3 "Project-Id-Version: webtrees\n" 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2024-03-19 13:12+0000\n" 6 "PO-Revision-Date: 2024-04-08 16:59+0000\n" 7 "Last-Translator: Chris <tronsmit@gmail.com>\n" 9 "webtrees/af/>\n" 10 "Language: af\n" 11 "MIME-Version: 1.0\n" 12 "Content-Type: text/plain; charset=UTF-8\n" 13 "Content-Transfer-Encoding: 8bit\n" [all …]
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | ckeditor.js | 132 …h;var H=a.$.clientHeight,n=a.$.clientWidth;w=d.x-m(this,"left")-y.x||0;f=d.y-m(this,"top")-y.y||0;… 143 …Container;e=c.endContainer;var f=c.startOffset,z=c.endOffset,h,g=this.guard,n=this.type,C=a?"getPr… 144 …ction(a,b){return!1===D(a,b)?!1:g(a,b)}:D;this.current?e=this.current[C](!1,n,h):(a?e.type==CKEDIT… 145 …n,h)):(e=d,e.type==CKEDITOR.NODE_ELEMENT&&((e=e.getChild(f))||(e=!1===h(d,!0)?null:d.getNextSource… 154 …[a],c=t[a],!b.equals(c))return a;return a-1}function g(){var b=P-1,c=D&&r&&!n.equals(C);b<I-1||b<p… 155 …)):a.collapse(!0)}a.optimizeBookmark();var k=0===b,v=1==b,l=2==b;b=l||v;var n=a.startContainer,C=a… 156 …n.equals(C)||n.type===CKEDITOR.NODE_ELEMENT&&n.getFirst().equals(C)))c.append(a.document.createTex… 172 …n,C,L=!1,B,N;B=this.startContainer;var q=this.startOffset;B.type==CKEDITOR.NODE_TEXT?(q&&(B=!CKEDI… 173 …n;){if(l&&!n){!C&&l.equals(m)&&(C=!0);if(f?l.isBlockBoundary():!g.contains(l))break;L&&"inline"==l… 174 …n=null;else for(var q=n.$.getElementsByTagName("*"),D=0,r;r=q[D++];)if(!CKEDITOR.dtd.$removeEmpty[… [all …]
|
/webtrees/app/Encodings/ |
H A D | AbstractUTF16Encoding.php | 48 for ($n = 0; $n < $len; ++$n) { 49 $code_point = ord($text[$n]); 57 $byte2 = ord($text[++$n]); 66 $byte2 = ord($text[++$n]); 67 $byte3 = ord($text[++$n]);
|
/webtrees/resources/lang/tr/ |
H A D | messages.po | 3 "Project-Id-Version: webtrees\n" 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2024-03-19 13:12+0000\n" 6 "PO-Revision-Date: 2024-03-04 12:16+0000\n" 7 "Last-Translator: Greg Roach <greg@subaqua.co.uk>\n" 8 "Language-Team: Turkish <https://translate.webtrees.net/projects/webtrees/webtrees/tr/>\n" 9 "Language: tr\n" 10 "MIME-Version: 1.0\n" 11 "Content-Type: text/plain; charset=UTF-8\n" 12 "Content-Transfer-Encoding: 8bit\n" [all …]
|
/webtrees/resources/lang/es/ |
H A D | messages.po | 3 "Project-Id-Version: webtrees\n" 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2024-03-19 13:12+0000\n" 6 "PO-Revision-Date: 2024-09-05 17:14+0000\n" 7 "Last-Translator: Franz Frese <arbor95@gmx.de>\n" 9 "webtrees/es/>\n" 10 "Language: es\n" 11 "MIME-Version: 1.0\n" 12 "Content-Type: text/plain; charset=UTF-8\n" 13 "Content-Transfer-Encoding: 8bit\n" [all …]
|
/webtrees/resources/views/ |
H A D | search-trees.phtml | 34 <?php foreach ($search_trees as $n => $tree) : ?> 35 …iew('components/checkbox', ['name' => 'search_trees[]', 'id' => 'chkbx-' . $n, 'checked' => $searc… 38 <?php foreach ($all_trees as $n => $tree) : ?> 40 …iew('components/checkbox', ['name' => 'search_trees[]', 'id' => 'chkbx-' . $n, 'checked' => $searc… 60 <?php foreach ($all_trees as $n => $tree) : ?> 61 …mponents/checkbox-inline', ['name' => 'search_trees[]', 'id' => 'chkbx-' . $n, 'checked' => $searc…
|
/webtrees/app/Http/RequestHandlers/ |
H A D | ReportSetupPage.php | 84 foreach ($report_array['inputs'] ?? [] as $n => $input) { 93 'id' => 'input-' . $n, 101 'id' => 'input-' . $n, 111 'id' => 'input-' . $n, 121 'id' => 'input-' . $n, 140 $input['extra'] = view('edit/input-addon-calendar', ['id' => 'input-' . $n]); 175 …nts/select', ['name' => 'vars[' . $input['name'] . ']', 'id' => 'input-' . $n, 'selected' => $inpu…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/pastetools/filter/ |
H A D | common.js | 13 …INDENT"],delete d["text-indent"]);for(var n=l.object.keys(d),k=0;k<n.length;k++){var m=n[k].toLowe… 14 m.replace(/\-.*$/,"-"))||f(a.name,m)||f(h))&&delete d[n[k]]}var t=CKEDITOR.plugins.pastetools.getCo… 15 …der|padding/i))if(g)g=!1;else{var n=new CKEDITOR.htmlParser.element("span");n.attributes.style=d+"… variable 17 …ce(/\-.*$/,"-")]||g.toLowerCase()in b)){for(var d=!1,n=0;n<a.children.length;n++){var k=a.children…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/table/dialogs/ |
H A D | table.js | 5 (function(){function w(a){for(var f=0,p=0,n=0,q,d=a.$.rows.length;n<d;n++){q=a.$.rows[n];for(var e=… 11 …Attribute("style")}if(this._.selectedElement)try{d.selectBookmarks(e)}catch(n){}else a.insertEleme… 12 …n},{type:"text",id:"txtCols","default":2,label:a.lang.table.columns,required:!0,controlStyle:"widt… 14 "col":"")},commit:n},{type:"text",id:"txtBorder",requiredContent:"table[border]","default":a.filter… 16 …tValue())},setup:function(a){a=a.getStyle("width");this.setValue(a)},commit:n}]},{type:"hbox",widt… 17 …ue())},setup:function(a){(a=a.getStyle("height"))&&this.setValue(a)},commit:n}]},{type:"html",html… 21 …}]},q&&q.createAdvancedTab(a,null,"table")]}}var v=CKEDITOR.tools.cssLength,n=function(a){var f=th… function
|
/webtrees/resources/lang/sq/ |
H A D | messages.po | 3 "Project-Id-Version: Albanian (webtrees)\n" 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2024-03-19 13:12+0000\n" 6 "PO-Revision-Date: 2021-07-01 09:22+0000\n" 7 "Last-Translator: Greg Roach <greg@subaqua.co.uk>\n" 8 "Language-Team: Albanian <https://translate.webtrees.net/projects/webtrees/webtrees/sq/>\n" 9 "Language: sq\n" 10 "MIME-Version: 1.0\n" 11 "Content-Type: text/plain; charset=UTF-8\n" 12 "Content-Transfer-Encoding: 8bit\n" [all …]
|
/webtrees/resources/lang/cs/ |
H A D | messages.po | 3 "Project-Id-Version: webtrees\n" 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2024-03-19 13:12+0000\n" 6 "PO-Revision-Date: 2023-09-03 10:31+0000\n" 7 "Last-Translator: jprause <josef.prause@gmail.com>\n" 8 "Language-Team: Czech <https://translate.webtrees.net/projects/webtrees/webtrees/cs/>\n" 9 "Language: cs\n" 10 "MIME-Version: 1.0\n" 11 "Content-Type: text/plain; charset=UTF-8\n" 12 "Content-Transfer-Encoding: 8bit\n" [all …]
|
/webtrees/resources/lang/fi/ |
H A D | messages.po | 3 "Project-Id-Version: webtrees\n" 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2024-03-19 13:12+0000\n" 6 "PO-Revision-Date: 2024-10-07 12:22+0000\n" 7 "Last-Translator: Greg Roach <greg@subaqua.co.uk>\n" 9 "webtrees/fi/>\n" 10 "Language: fi\n" 11 "MIME-Version: 1.0\n" 12 "Content-Type: text/plain; charset=UTF-8\n" 13 "Content-Transfer-Encoding: 8bit\n" [all …]
|