Home
last modified time | relevance | path

Searched refs:total (Results 1 – 25 of 93) sorted by relevance

1234

/webtrees/app/Statistics/Repository/
H A DFamilyRepository.php144 * @param int $total
148 private function topTenGrandFamilyQuery(int $total): array argument
171 ->limit($total)
194 * @param int $total
198 public function topTenLargestGrandFamily(int $total = 10): string argument
201 'records' => $this->topTenGrandFamilyQuery($total),
208 * @param int $total
212 public function topTenLargestGrandFamilyList(int $total = 10): string argument
215 'records' => $this->topTenGrandFamilyQuery($total),
300 * @param int $total The total number of records to query
[all …]
H A DIndividualRepository.php146 foreach ($nameList as $given => $total) {
147 if ($total < $threshold) {
988 * @param int $total
992 private function topTenOldestQuery(string $sex, int $total): array argument
998 ->take($total)
1019 * @param int $total
1023 public function topTenOldest(int $total = 10): string argument
1025 $records = $this->topTenOldestQuery('BOTH', $total);
1035 * @param int $total
1039 public function topTenOldestList(int $total = 10): string argument
[all …]
H A DMessageRepository.php37 $total = DB::table('message')
41 return I18N::number($total);
/webtrees/app/
H A DStatistics.php1149 * @param string $total
1153 public function topTenOldest(string $total = '10'): string argument
1155 return $this->individual_repository->topTenOldest((int) $total);
1159 * @param string $total
1163 public function topTenOldestList(string $total = '10'): string argument
1165 return $this->individual_repository->topTenOldestList((int) $total);
1169 * @param string $total
1173 public function topTenOldestFemale(string $total = '10'): string argument
1175 return $this->individual_repository->topTenOldestFemale((int) $total);
1179 * @param string $total
[all …]
/webtrees/app/Statistics/Google/
H A DChartFamilyLargest.php56 * @param int $total
60 private function queryRecords(int $total): array argument
66 ->limit($total);
76 * @param int $total
83 int $total = 10 argument
95 foreach ($this->queryRecords($total) as $record) {
101 $record->total
H A DChartNoChildrenFamilies.php101 $total = 0;
104 $total += (int) $record->total;
108 (int) $record->total
112 if ($total > 0) {
115 $no_child_fam - $total,
H A DChartChildren.php71 'total' => (float) $row->total,
92 round($record->total, 2),
H A DChartDivorce.php74 'total' => (float) $row->total,
101 $record->total
H A DChartDeath.php74 'total' => (float) $row->total,
101 $record->total
H A DChartBirth.php74 'total' => (float) $row->total,
101 $record->total
H A DChartMarriage.php74 'total' => (float) $row->total,
101 $record->total
/webtrees/app/Module/
H A DStatisticsChartModule.php291 … $this->fillYData($row->d_month, 0, $row->total, $x_axis, $z_axis, $ydata);
298 … $this->fillYData($row->d_month, $row->i_sex, $row->total, $x_axis, $z_axis, $ydata);
308 … $this->fillYData($row->d_month, $boundary, $row->total, $x_axis, $z_axis, $ydata);
340 … $this->fillYData($row->d_month, 0, $row->total, $x_axis, $z_axis, $ydata);
347 … $this->fillYData($row->d_month, $row->i_sex, $row->total, $x_axis, $z_axis, $ydata);
357 … $this->fillYData($row->d_month, $boundary, $row->total, $x_axis, $z_axis, $ydata);
389 … $this->fillYData($row->d_month, 0, $row->total, $x_axis, $z_axis, $ydata);
399 … $this->fillYData($row->d_month, $boundary, $row->total, $x_axis, $z_axis, $ydata);
431 … $this->fillYData($row->d_month, 0, $row->total, $x_axis, $z_axis, $ydata);
438 … $this->fillYData($row->d_month, $row->i_sex, $row->total, $x_axis, $z_axis, $ydata);
[all …]
H A DAbstractIndividualListModule.php588 …ect => (object) ['n_surn' => $x->n_surn, 'n_surname' => $x->n_surname, 'total' => (int) $x->total])
631 $list[$n_surn][$row->n_surname] += $row->total;
659 $initials[$initial] += $row->total;
H A DTopSurnamesModule.php121 $top_surnames[$row->n_surn][$row->n_surname] += (int) $row->total;
H A DFamilyTreeStatisticsModule.php138 $top_surnames[$row->n_surn][$row->n_surname] += (int) $row->total;
/webtrees/app/Http/RequestHandlers/
H A DDataFixUpdateAll.php116 $total = $rows->count();
120 … ->map(static function (Collection $chunk) use ($module, $params, $tree, $total): object {
136 'percent' => (100.0 * $count / $total) . '%',
137 'progress' => I18N::percentage($count / $total, 1),
/webtrees/resources/views/components/
H A Dbadge.phtml17 <?php if (($total ?? $count) > $count) : ?>
18 / <?= I18N::number($total) ?>
/webtrees/
H A Dphpstan-baseline.neon3664 message: '#^Access to an undefined property object\:\:\$total\.$#'
3706 …surn\: string, n_surname\: string, total\: int\}\> but returns array\<object\{n_surn\: mixed, n_su…
3718 …: mixed, n_surname\: mixed, total\: int\}&stdClass\), Closure\(object\)\: \(object\{n_surn\: mixed…
3754 …t\\Collection\<\(int\|string\),object\{n_surn\: mixed, n_surname\: mixed, total\: int\}&stdClass\>…
4300 message: '#^Cannot access property \$total on mixed\.$#'
6238 message: '#^Access to an undefined property object\:\:\$total\.$#'
6298 message: '#^Cannot access property \$total on mixed\.$#'
6532 message: '#^Cannot access property \$total on mixed\.$#'
9424 message: '#^Access to an undefined property object\:\:\$total\.$#'
9442 …|string\)\: \(object\{century\: int, total\: float\}&stdClass\), Closure\(object\)\: \(object\{cen…
[all …]
/webtrees/resources/lang/fr-CA/
H A Dmessages.po526 msgid "(filtered from %s total entries)"
527 msgstr "(filtrés parmi %s entrées au total)"
15596 msgstr "Nombre total de naissances"
15598 #: resources/views/modules/statistics-chart/total-individuals.phtml:59
15604 msgstr "Nombre total de décès"
15608 msgstr "Nombre total de divorces"
15614 msgstr "Nombre total d’événements"
15624 msgstr "Nombre total de familles"
15626 #: resources/views/modules/statistics-chart/total-individuals.phtml:30
15634 #: resources/views/modules/statistics-chart/total-individuals.phtml:10
[all …]
/webtrees/resources/lang/fr/
H A Dmessages.po529 msgid "(filtered from %s total entries)"
530 msgstr "(filtrés parmi %s entrées au total)"
15599 msgstr "Nombre total de naissances"
15601 #: resources/views/modules/statistics-chart/total-individuals.phtml:59
15607 msgstr "Nombre total de décès"
15611 msgstr "Nombre total de divorces"
15617 msgstr "Nombre total d’événements"
15627 msgstr "Nombre total de familles"
15629 #: resources/views/modules/statistics-chart/total-individuals.phtml:30
15637 #: resources/views/modules/statistics-chart/total-individuals.phtml:10
[all …]
/webtrees/resources/lang/gl/
H A Dmessages.po524 msgid "(filtered from %s total entries)"
525 msgstr "(filtrado de %s entradas en total)"
15607 #: resources/views/modules/statistics-chart/total-individuals.phtml:59
15635 #: resources/views/modules/statistics-chart/total-individuals.phtml:30
15643 #: resources/views/modules/statistics-chart/total-individuals.phtml:10
15658 #: resources/views/modules/statistics-chart/total-individuals.phtml:50
15662 #: resources/views/modules/statistics-chart/total-individuals.phtml:21
21045 #~ msgid "%1$s individual displayed, out of the normal total of %2$s, from %3$s generations."
21046 #~ msgid_plural "%1$s individuals displayed, out of the normal total of %2$s, from %3$s generations…
21047 #~ msgstr[0] "%1$s persoa amosadas, do total normal de %2$s, de %3$s xeracións."
[all …]
/webtrees/resources/lang/ro/
H A Dmessages.po547 msgid "(filtered from %s total entries)"
15637 #: resources/views/modules/statistics-chart/total-individuals.phtml:59
15665 #: resources/views/modules/statistics-chart/total-individuals.phtml:30
15673 #: resources/views/modules/statistics-chart/total-individuals.phtml:10
15688 #: resources/views/modules/statistics-chart/total-individuals.phtml:50
15692 #: resources/views/modules/statistics-chart/total-individuals.phtml:21
21084 #~ msgid "%1$s individual displayed, out of the normal total of %2$s, from %3$s generations."
21085 #~ msgid_plural "%1$s individuals displayed, out of the normal total of %2$s, from %3$s generations…
21086 #~ msgstr[0] "%1$s individ afişat dintr-un total normal de %2$s, din %3$s generaţii."
21087 #~ msgstr[1] "%1$s indivizi afişaţi dintr-un total normal de %2$s, din %3$s generaţii."
[all …]
/webtrees/resources/lang/ca/
H A Dmessages.po529 msgid "(filtered from %s total entries)"
530 msgstr "(filtrat de %s entrades en total)"
15601 #: resources/views/modules/statistics-chart/total-individuals.phtml:59
15629 #: resources/views/modules/statistics-chart/total-individuals.phtml:30
15637 #: resources/views/modules/statistics-chart/total-individuals.phtml:10
15652 #: resources/views/modules/statistics-chart/total-individuals.phtml:50
15656 #: resources/views/modules/statistics-chart/total-individuals.phtml:21
21036 #~ msgid "%1$s individual displayed, out of the normal total of %2$s, from %3$s generations."
21037 #~ msgid_plural "%1$s individuals displayed, out of the normal total of %2$s, from %3$s generations…
21038 #~ msgstr[0] "surt %1$s persona, d’un total normal de %2$s per a %3$s generacions."
[all …]
/webtrees/resources/lang/pt-BR/
H A Dmessages.po528 msgid "(filtered from %s total entries)"
15600 #: resources/views/modules/statistics-chart/total-individuals.phtml:59
15628 #: resources/views/modules/statistics-chart/total-individuals.phtml:30
15636 #: resources/views/modules/statistics-chart/total-individuals.phtml:10
15651 #: resources/views/modules/statistics-chart/total-individuals.phtml:50
15655 #: resources/views/modules/statistics-chart/total-individuals.phtml:21
21035 #~ msgid "%1$s individual displayed, out of the normal total of %2$s, from %3$s generations."
21036 #~ msgid_plural "%1$s individuals displayed, out of the normal total of %2$s, from %3$s generations…
21037 #~ msgstr[0] "%1$s pessoa apresentada, do total normal de %2$s, de %3$s gerações."
21038 #~ msgstr[1] "%1$s pessoas apresentadas, do total normal de %2$s, de %3$s gerações."
[all …]
/webtrees/resources/lang/es/
H A Dmessages.po530 msgid "(filtered from %s total entries)"
531 msgstr "(filtrado de %s entradas en total)"
15602 #: resources/views/modules/statistics-chart/total-individuals.phtml:59
15630 #: resources/views/modules/statistics-chart/total-individuals.phtml:30
15638 #: resources/views/modules/statistics-chart/total-individuals.phtml:10
15653 #: resources/views/modules/statistics-chart/total-individuals.phtml:50
15657 #: resources/views/modules/statistics-chart/total-individuals.phtml:21
21037 #~ msgid "%1$s individual displayed, out of the normal total of %2$s, from %3$s generations."
21038 #~ msgid_plural "%1$s individuals displayed, out of the normal total of %2$s, from %3$s generations…
21039 #~ msgstr[0] "%1$s Individuo mostrado, de un total normal de %2$s, de %3$s generaciones."
[all …]

1234