Home
last modified time | relevance | path

Searched defs:days (Results 1 – 7 of 7) sorted by relevance

/webtrees/app/Contracts/
H A DTimestampInterface.php96 public function addDays(int $days): TimestampInterface;
138 public function subtractDays(int $days): TimestampInterface;
/webtrees/app/
H A DTimestamp.php108 public function addDays(int $days): TimestampInterface
162 public function subtractDays(int $days): TimestampInterface
H A DAge.php33 private int $days; variable in Fisharebest\\Webtrees\\Age
/webtrees/app/Module/
H A DRecentChangesModule.php290 private function getRecentChangesFromDatabase(Tree $tree, int $days): Collection
322 private function getRecentChangesFromGenealogy(Tree $tree, int $days): Collection
/webtrees/resources/views/modules/relatives/
H A Dfamily.phtml188 … <?php $days = $next->maximumJulianDay() - $prev->minimumJulianDay(); ?> variable
/webtrees/resources/js/
H A Dtreeview.js349 function createCookie (name, value, days) { argument
/webtrees/app/Statistics/Repository/
H A DIndividualRepository.php968 private function calculateAge(int $days): string