/webtrees/app/Module/ |
H A D | RecentChangesModule.php | 103 $days = (int) $this->getBlockSetting($block_id, 'days', self::DEFAULT_DAYS); 113 $rows = $this->getRecentChangesFromDatabase($tree, $days); 115 $rows = $this->getRecentChangesFromGenealogy($tree, $days); 137 … last %s day.', 'There have been no changes within the last %s days.', $days, I18N::number($days)); 163 …N::plural('Changes in the last %s day', 'Changes in the last %s days', $days, I18N::number($days)), 213 $days = Validator::parsedBody($request)->integer('days'); 220 $this->setBlockSetting($block_id, 'days', (string) $days); 238 $days = (int) $this->getBlockSetting($block_id, 'days', self::DEFAULT_DAYS); 269 'days' => $days, 286 * @param int $days Number of days [all …]
|
H A D | YahrzeitModule.php | 90 $days = (int) $this->getBlockSetting($block_id, 'days', self::DEFAULT_DAYS); 98 $endjd = Registry::timestampFactory()->now()->addDays($days - 1)->julianDay(); 104 for ($jd = $startjd - 1; $jd <= $endjd + $days; ++$jd) { 132 if ($jd_yahrtzeit >= $startjd && $jd_yahrtzeit < $startjd + $days) { 230 $days = Validator::parsedBody($request)->string('days', self::DEFAULT_DAYS); 234 $this->setBlockSetting($block_id, 'days', $days); 250 $days = $this->getBlockSetting($block_id, 'days', self::DEFAULT_DAYS); 268 'days' => $days,
|
H A D | ReviewChangesModule.php | 104 $days = (int) $this->getBlockSetting($block_id, 'days', '1'); 114 $next_email_timestamp = $last_email_timestamp + 86400 * $days; 154 $next_email_timestamp = $last_email_timestamp->addDays($days); 238 $days = Validator::parsedBody($request)->integer('days'); 241 $this->setBlockSetting($block_id, 'days', (string) $days); 256 $days = $this->getBlockSetting($block_id, 'days', '1'); 259 'days' => $days,
|
H A D | UpcomingAnniversariesModule.php | 145 $days = (int)$this->getBlockSetting($block_id, 'days', self::DEFAULT_DAYS); 163 $endjd = Registry::timestampFactory()->now()->addDays($days)->julianDay(); 254 … $days = Validator::parsedBody($request)->isBetween(1, self::MAX_DAYS)->integer('days'); 260 $this->setBlockSetting($block_id, 'days', (string)$days); 279 $days = (int) $this->getBlockSetting($block_id, 'days', self::DEFAULT_DAYS); 294 'days' => $days,
|
/webtrees/app/ |
H A D | Age.php | 33 private int $days; variable in Fisharebest\\Webtrees\\Age 51 [$this->years, $this->months, $this->days] = $start->ageDifference($end); 57 $this->days = 0; 97 if ($this->days > 0 || $this->is_exact) { 98 return I18N::plural('%s day', '%s days', $this->days, I18N::number($this->days));
|
H A D | Timestamp.php | 108 public function addDays(int $days): TimestampInterface argument 111 $this->carbon->addDays($days)->getTimestamp(), 162 public function subtractDays(int $days): TimestampInterface argument 165 $this->carbon->subDays($days)->getTimestamp(),
|
/webtrees/app/Statistics/Repository/ |
H A D | IndividualRepository.php | 864 return I18N::number((int) ($row->days / 365.25)); 964 * @param int $days The age from the database record 968 private function calculateAge(int $days): string argument 970 if ($days < 31) { 971 return I18N::plural('%s day', '%s days', $days, I18N::number($days)); 974 if ($days < 365) { 975 $months = (int) ($days / 30.5); 979 $years = (int) ($days / 365.25); 1008 'age' => $this->calculateAge((int) $row->days), 1284 $days = (int) $this->birthAndDeathQuery($sex) [all …]
|
/webtrees/app/Contracts/ |
H A D | TimestampInterface.php | 92 * @param int $days 96 public function addDays(int $days): TimestampInterface; argument 134 * @param int $days 138 public function subtractDays(int $days): TimestampInterface; argument
|
/webtrees/resources/views/modules/relatives/ |
H A D | family.phtml | 188 … <?php $days = $next->maximumJulianDay() - $prev->minimumJulianDay(); ?> variable 189 … <?php if ($days < 0 || $child_number > 1 && $days > 1 && $days < 240) : ?> 193 <?php $months = intdiv($days + 15, 30); ?>
|
/webtrees/app/Date/ |
H A D | AbstractCalendarDate.php | 365 $days = $day2 - $day1; 367 if ($days < 0) { 368 $days += $this->calendar->daysInMonth($year1, $month1); 377 return [$years, $months, $days];
|
/webtrees/resources/js/ |
H A D | treeview.js | 349 function createCookie (name, value, days) { argument 350 if (days) { 352 date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000));
|
/webtrees/resources/views/modules/review_changes/ |
H A D | config.phtml | 32 …<input class="form-control" type="number" min="1" name="days" id="days" value="<?= e($days) ?>" re…
|
/webtrees/resources/views/modules/yahrzeit/ |
H A D | config.phtml | 23 <input class="form-control" type="text" id="days" name="days" value="<?= e($days) ?>">
|
/webtrees/resources/views/modules/upcoming_events/ |
H A D | config.phtml | 26 …<input type="number" class="form-control" name="days" id="days" size="2" value="<?= $days ?>" min=…
|
/webtrees/resources/views/modules/recent_changes/ |
H A D | config.phtml | 26 …s" name="days" type="number" min="1" max="<?= $max_days ?>" value="<?= e($days) ?>" required="requ…
|
/webtrees/ |
H A D | SECURITY.md | 27 a fix within 2-7 days.
|
H A D | LICENSE.md | 423 prior to 60 days after the cessation. 429 copyright holder, and you cure the violation prior to 30 days after
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | LICENSE.md | 1142 such breach within 30 days of becoming aware of the breach. All 1156 shall, upon 60 days notice from Participant terminate prospectively, 1157 unless if within 60 days after receipt of notice You either: (i) 1161 the Contributor Version against such Participant. If within 60 days
|
/webtrees/resources/lang/en-GB/ |
H A D | messages.po | 224 msgid_plural "%s days" 226 msgstr[1] "%s days" 3436 msgid_plural "Changes in the last %s days" 3438 msgstr[1] "Changes in the last %s days" 7749 msgid "In some calendars, days start at midnight. In other calendars, days start at sunset. The con… 7750 msgstr "In some calendars, days start at midnight. In other calendars, days start at sunset. The co… 10270 msgid_plural "No events exist for the next %s days." 10272 msgstr[1] "No events exist for the next %s days." 10293 msgid_plural "No events for living people exist for the next %s days." 10295 msgstr[1] "No events for living people exist for the next %s days." [all …]
|
/webtrees/resources/lang/en-AU/ |
H A D | messages.po | 224 msgid_plural "%s days" 226 msgstr[1] "%s days" 3436 msgid_plural "Changes in the last %s days" 3438 msgstr[1] "Changes in the last %s days" 7749 msgid "In some calendars, days start at midnight. In other calendars, days start at sunset. The con… 7750 msgstr "In some calendars, days start at midnight. In other calendars, days start at sunset. The co… 10270 msgid_plural "No events exist for the next %s days." 10272 msgstr[1] "No events exist for the next %s days." 10293 msgid_plural "No events for living people exist for the next %s days." 10295 msgstr[1] "No events for living people exist for the next %s days." [all …]
|
/webtrees/resources/lang/ku/ |
H A D | messages.po | 223 msgid_plural "%s days" 3435 msgid_plural "Changes in the last %s days" 7748 msgid "In some calendars, days start at midnight. In other calendars, days start at sunset. The con… 7749 msgstr "In some calendars, days start at midnight. In other calendars, days start at sunset. The co… 10269 msgid_plural "No events exist for the next %s days." 10292 msgid_plural "No events for living people exist for the next %s days." 10600 msgid "Number of days to show" 10601 msgstr "Number of days to show" 12018 msgid "Reminder email frequency (days)" 12019 msgstr "Reminder email frequency (days)" [all …]
|
/webtrees/resources/lang/zh-Hans/ |
H A D | messages.po | 236 # I18N: Part of an age string. e.g. 5 years, 4 months and 3 days 242 msgid_plural "%s days" 301 # I18N: Part of an age string. e.g. 5 years, 4 months and 3 days 391 # I18N: Part of an age string. e.g. 5 years, 4 months and 3 days 398 # I18N: Part of an age string. e.g. 5 years, 4 months and 3 days 3702 msgid_plural "Changes in the last %s days" 8319 msgid "In some calendars, days start at midnight. In other calendars, days start at sunset. The con… 11078 msgid_plural "No events exist for the next %s days." 11100 msgid_plural "No events for living people exist for the next %s days." 11421 msgid "Number of days to show" [all …]
|
/webtrees/resources/lang/zh-Hant/ |
H A D | messages.po | 235 # I18N: Part of an age string. e.g. 5 years, 4 months and 3 days 241 msgid_plural "%s days" 300 # I18N: Part of an age string. e.g. 5 years, 4 months and 3 days 390 # I18N: Part of an age string. e.g. 5 years, 4 months and 3 days 397 # I18N: Part of an age string. e.g. 5 years, 4 months and 3 days 3698 msgid_plural "Changes in the last %s days" 8313 msgid "In some calendars, days start at midnight. In other calendars, days start at sunset. The con… 11069 msgid_plural "No events exist for the next %s days." 11091 msgid_plural "No events for living people exist for the next %s days." 11412 msgid "Number of days to show" [all …]
|
/webtrees/resources/lang/ms/ |
H A D | messages.po | 220 msgid_plural "%s days" 3417 msgid_plural "Changes in the last %s days" 7730 msgid "In some calendars, days start at midnight. In other calendars, days start at sunset. The con… 10251 msgid_plural "No events exist for the next %s days." 10274 msgid_plural "No events for living people exist for the next %s days." 10581 msgid "Number of days to show" 11999 msgid "Reminder email frequency (days)" 14783 msgid_plural "There have been no changes within the last %s days." 16092 msgid "User didn’t verify within 7 days." 16354 …nfirmation email. If you do not confirm your account request within seven days, your application w… [all …]
|
/webtrees/resources/lang/sw/ |
H A D | messages.po | 223 msgid_plural "%s days" 3440 msgid_plural "Changes in the last %s days" 7760 msgid "In some calendars, days start at midnight. In other calendars, days start at sunset. The con… 10284 msgid_plural "No events exist for the next %s days." 10309 msgid_plural "No events for living people exist for the next %s days." 10618 msgid "Number of days to show" 12038 msgid "Reminder email frequency (days)" 14821 msgid_plural "There have been no changes within the last %s days." 16135 msgid "User didn’t verify within 7 days." 16397 …nfirmation email. If you do not confirm your account request within seven days, your application w… [all …]
|