Home
last modified time | relevance | path

Searched refs:getDeathDate (Results 1 – 16 of 16) sorted by relevance

/dports/www/webtrees/webtrees-1.7.18/webtrees/app/Census/
H A DCensusColumnChildrenDied.php46 $child->getBirthDate() != $child->getDeathDate() &&
47 $child->getDeathDate()->isOK() &&
48 Date::compare($child->getDeathDate(), $this->date()) < 0
H A DCensusColumnChildrenLiving.php46 $child->getBirthDate() != $child->getDeathDate() &&
47 … (!$child->getDeathDate()->isOK() || Date::compare($child->getDeathDate(), $this->date()) > 0)
H A DAbstractCensusColumnCondition.php193 …return $individual->getDeathDate()->isOK() && Date::compare($individual->getDeathDate(), $this->da…
H A DCensusColumnChildrenBornAlive.php46 $child->getBirthDate() != $child->getDeathDate()
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Census/
H A DCensusColumnChildrenDied.php51 … $child->getBirthDate()->minimumJulianDay() !== $child->getDeathDate()->minimumJulianDay() &&
52 $child->getDeathDate()->isOK() &&
53 Date::compare($child->getDeathDate(), $this->date()) < 0;
H A DAbstractCensusColumnCondition.php168 …return $individual->getDeathDate()->isOK() && Date::compare($individual->getDeathDate(), $this->da…
H A DCensusColumnChildrenBornAlive.php51 … $child->getBirthDate()->minimumJulianDay() !== $child->getDeathDate()->minimumJulianDay();
H A DCensusColumnChildrenLiving.php49 $death = $child->getDeathDate();
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/
H A DIndividual.php497 public function getDeathDate(): Date function in Fisharebest\\Webtrees\\Individual
531 return $this->getDeathDate()->minimumDate()->format('%Y');
550 $death_date = strip_tags($this->getDeathDate()->display());
554 $death_year = $this->getDeathDate()->maximumDate()->format('%Y');
653 $tmp = $this->getDeathDate();
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/
H A DIndividual.php520 public function getDeathDate() function in Fisharebest\\Webtrees\\Individual
554 return $this->getDeathDate()->minimumDate()->format('%Y');
571 …'<span title="' . strip_tags($this->getDeathDate()->display()) . '">' . $this->getDeathDate()->min…
660 $tmp = $this->getDeathDate();
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Http/RequestHandlers/
H A DIndividualPage.php166 $age = (string) new Age($individual->getBirthDate(), $individual->getDeathDate());
215 $death_date = $individual->getDeathDate();
/dports/www/webtrees/webtrees-1.7.18/webtrees/
H A Dindividual.php167 $ddate = $controller->record->getDeathDate();
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/Functions/
H A DFunctionsPrint.php268 $deatdate = $parent->getDeathDate();
399 $death_date = $indi->getDeathDate();
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Functions/
H A DFunctionsPrint.php208 $deatdate = $parent->getDeathDate();
/dports/deskutils/belcard/belcard-1.0.2-0/include/belcard/
H A Dbelcard.hpp181 BELCARD_PUBLIC const std::shared_ptr<BelCardDeathDate> &getDeathDate() const;
/dports/deskutils/belcard/belcard-1.0.2-0/src/
H A Dbelcard.cpp281 const shared_ptr<BelCardDeathDate> &BelCard::getDeathDate() const { in getDeathDate() function in BelCard