Home
last modified time | relevance | path

Searched refs:digits (Results 1 – 25 of 89) sorted by relevance

1234

/webtrees/app/Date/
H A DAbstractCalendarDate.php578 return I18N::digits($this->day);
581 return I18N::digits('0' . $this->day);
591 return I18N::digits($this->day);
621 return I18N::digits($this->minimum_julian_day % 7 + 1);
631 return I18N::digits(($this->minimum_julian_day + 1) % $this->calendar->daysInWeek());
641 … return I18N::digits($this->minimum_julian_day - $this->calendar->ymdToJd($this->year, 1, 1));
651 return I18N::digits($this->month);
662 return I18N::digits($this->month);
665 return I18N::digits('0' . $this->month);
823 return I18N::digits($this->year);
H A DJulianDate.php98 I18N::translate('%s BCE', I18N::digits(-$this->year));
102 …return I18N::translate('%s CE', I18N::digits(sprintf('%d/%02d', $this->year - 1, $this->year …
106 return I18N::translate('%s CE', I18N::digits($this->year));
/webtrees/resources/views/modules/statistics-chart/
H A Dcustom.phtml101 …rom %1$s interval %2$s year', 'from %1$s interval %2$s years', 50, I18N::digits(1700), I18N::numbe…
104 …rom %1$s interval %2$s year', 'from %1$s interval %2$s years', 40, I18N::digits(1800), I18N::numbe…
107 …rom %1$s interval %2$s year', 'from %1$s interval %2$s years', 50, I18N::digits(1800), I18N::numbe…
110 …rom %1$s interval %2$s year', 'from %1$s interval %2$s years', 20, I18N::digits(1900), I18N::numbe…
113 …rom %1$s interval %2$s year', 'from %1$s interval %2$s years', 25, I18N::digits(1900), I18N::numbe…
116 …rom %1$s interval %2$s year', 'from %1$s interval %2$s years', 10, I18N::digits(1940), I18N::numbe…
/webtrees/app/
H A DI18N.php251 public static function digits(string|int $n): string function in Fisharebest\\Webtrees\\I18N
253 return self::$locale->digits((string) $n);
453 $digits = '';
458 $digits .= $letter;
460 $reversed = $letter . $digits . $reversed;
461 $digits = '';
465 return $digits . $reversed;
/webtrees/app/Module/
H A DHitCountFooterModule.php105 $digits = '<span class="odometer">' . I18N::digits($this->page_hits) . '</span>';
108 … page has been viewed %s time.', 'This page has been viewed %s times.', $this->page_hits, $digits),
H A DStatisticsChartModule.php812 $axis[$boundary - 1] = '–' . I18N::digits($boundary);
814 … $axis[$boundary - 1] = I18N::digits($boundaries[$n - 1]) . '–' . I18N::digits($boundary);
818 $axis[PHP_INT_MAX] = I18N::digits($boundaries[count($boundaries) - 1]) . '–';
/webtrees/resources/css/
H A D_base.css41 td.align-digits,
42 th.align-digits {
/webtrees/resources/views/statistics/
H A Dhit-count.phtml13 <?= I18N::digits($count) ?>
/webtrees/public/css/
H A Dminimal.min.css1 …y:none}[dir=rtl] .wt-icon-flip-rtl{transform:scaleX(-1)}td.align-digits,th.align-digits{text-align…
H A Dfab.min.css1 …y:none}[dir=rtl] .wt-icon-flip-rtl{transform:scaleX(-1)}td.align-digits,th.align-digits{text-align…
H A Dadministration.min.css1 …y:none}[dir=rtl] .wt-icon-flip-rtl{transform:scaleX(-1)}td.align-digits,th.align-digits{text-align…
H A Dclouds.min.css1 …y:none}[dir=rtl] .wt-icon-flip-rtl{transform:scaleX(-1)}td.align-digits,th.align-digits{text-align…
H A Dwebtrees.min.css1 …y:none}[dir=rtl] .wt-icon-flip-rtl{transform:scaleX(-1)}td.align-digits,th.align-digits{text-align…
H A Dxenea.min.css1 …y:none}[dir=rtl] .wt-icon-flip-rtl{transform:scaleX(-1)}td.align-digits,th.align-digits{text-align…
H A Dcolors.min.css1 …y:none}[dir=rtl] .wt-icon-flip-rtl{transform:scaleX(-1)}td.align-digits,th.align-digits{text-align…
/webtrees/resources/lang/en-GB/
H A Dmessages.po16059 msgid "Use letters A-Z, a-z, digits 0-9, or underscores"
16060 msgstr "Use letters A-Z, a-z, digits 0-9, or underscores"
21812 #~ msgid "Here you can enter the precision. Based on this setting the number of digits that will be…
21813 #~ msgstr "Here you can enter the precision. Based on this setting the number of digits that will b…
22733 …in a given decade or century, you can use <b>?</b> in place of the final digits. For example, <b>1…
22734 …in a given decade or century, you can use <b>?</b> in place of the final digits. For example, <b>1…
22872 …ntry will be specified with precision 0 (=0 digits after the decimal point), while a town needs 3 …
22873 …ntry will be specified with precision 0 (=0 digits after the decimal point), while a town needs 3 …
/webtrees/resources/lang/en-AU/
H A Dmessages.po16059 msgid "Use letters A-Z, a-z, digits 0-9, or underscores"
16060 msgstr "Use letters A-Z, a-z, digits 0-9, or underscores"
21809 #~ msgid "Here you can enter the precision. Based on this setting the number of digits that will be…
21810 #~ msgstr "Here you can enter the precision. Based on this setting the number of digits that will b…
22723 …in a given decade or century, you can use <b>?</b> in place of the final digits. For example, <b>1…
22724 …in a given decade or century, you can use <b>?</b> in place of the final digits. For example, <b>1…
22862 …ntry will be specified with precision 0 (=0 digits after the decimal point), while a town needs 3 …
22863 …ntry will be specified with precision 0 (=0 digits after the decimal point), while a town needs 3 …
/webtrees/resources/lang/uk/
H A Dmessages.po16086 msgid "Use letters A-Z, a-z, digits 0-9, or underscores"
21829 #~ msgid "Here you can enter the precision. Based on this setting the number of digits that will be…
22729 …in a given decade or century, you can use <b>?</b> in place of the final digits. For example, <b>1…
22868 …ntry will be specified with precision 0 (=0 digits after the decimal point), while a town needs 3 …
/webtrees/resources/lang/ar/
H A Dmessages.po16175 msgid "Use letters A-Z, a-z, digits 0-9, or underscores"
21951 #~ msgid "Here you can enter the precision. Based on this setting the number of digits that will be…
22806 …in a given decade or century, you can use <b>?</b> in place of the final digits. For example, <b>1…
22942 …ntry will be specified with precision 0 (=0 digits after the decimal point), while a town needs 3 …
/webtrees/resources/lang/ru/
H A Dmessages.po16097 msgid "Use letters A-Z, a-z, digits 0-9, or underscores"
21819 #~ msgid "Here you can enter the precision. Based on this setting the number of digits that will be…
22690 …in a given decade or century, you can use <b>?</b> in place of the final digits. For example, <b>1…
22831 …ntry will be specified with precision 0 (=0 digits after the decimal point), while a town needs 3 …
/webtrees/resources/lang/he/
H A Dmessages.po16063 msgid "Use letters A-Z, a-z, digits 0-9, or underscores"
21815 #~ msgid "Here you can enter the precision. Based on this setting the number of digits that will be…
22731 …in a given decade or century, you can use <b>?</b> in place of the final digits. For example, <b>1…
22870 …ntry will be specified with precision 0 (=0 digits after the decimal point), while a town needs 3 …
/webtrees/resources/lang/tt/
H A Dmessages.po16042 msgid "Use letters A-Z, a-z, digits 0-9, or underscores"
21231 #~ msgid "Here you can enter the precision. Based on this setting the number of digits that will be…
21604 …ntry will be specified with precision 0 (=0 digits after the decimal point), while a town needs 3 …
/webtrees/resources/lang/ja/
H A Dmessages.po16032 msgid "Use letters A-Z, a-z, digits 0-9, or underscores"
21061 #~ msgid "Here you can enter the precision. Based on this setting the number of digits that will be…
21190 …ntry will be specified with precision 0 (=0 digits after the decimal point), while a town needs 3 …
/webtrees/resources/lang/bg/
H A Dmessages.po16058 msgid "Use letters A-Z, a-z, digits 0-9, or underscores"
21404 #~ msgid "Here you can enter the precision. Based on this setting the number of digits that will be…
21763 …ntry will be specified with precision 0 (=0 digits after the decimal point), while a town needs 3 …
/webtrees/resources/lang/hr/
H A Dmessages.po16092 msgid "Use letters A-Z, a-z, digits 0-9, or underscores"
21753 #~ msgid "Here you can enter the precision. Based on this setting the number of digits that will be…
22568 …in a given decade or century, you can use <b>?</b> in place of the final digits. For example, <b>1…
22704 …ntry will be specified with precision 0 (=0 digits after the decimal point), while a town needs 3 …

1234