Searched refs:legacyNameAlgorithm (Results 1 – 4 of 4) sorted by relevance
/webtrees/app/Module/ |
H A D | RelationshipsChartModule.php | 351 …enter"><div style="height: 32px;">' . $this->relationship_service->legacyNameAlgorithm($relationsh… 358 …="height: 32px; text-align: end;">' . $this->relationship_service->legacyNameAlgorithm($relationsh… 361 …k; width:50%; line-height: 64px;">' . $this->relationship_service->legacyNameAlgorithm($relationsh… 369 …height: 32px; text-align: start;">' . $this->relationship_service->legacyNameAlgorithm($relationsh… 372 …; width: 50%; line-height: 64px;">' . $this->relationship_service->legacyNameAlgorithm($relationsh…
|
H A D | PedigreeMapModule.php | 338 return ucfirst($this->relationship_service->legacyNameAlgorithm($path));
|
/webtrees/app/Services/ |
H A D | RelationshipService.php | 218 … return $this->legacyNameAlgorithm(implode('', $pattern), $nodes[0], $nodes[count($nodes) - 1]); 326 …public function legacyNameAlgorithm(string $path, Individual|null $person1 = null, Individual|null… function in Fisharebest\\Webtrees\\Services\\RelationshipService 2127 … return self::legacyCousinName2($cousin + 1, $sex2, $this->legacyNameAlgorithm('sib' . $descent)); 2131 … return self::legacyCousinName2($cousin + 1, $sex2, $this->legacyNameAlgorithm('bro' . $descent)); 2135 … return self::legacyCousinName2($cousin + 1, $sex2, $this->legacyNameAlgorithm('sis' . $descent)); 2138 … return self::legacyCousinName2($cousin + 1, $sex2, $this->legacyNameAlgorithm('sib' . $descent)); 2204 $this->legacyNameAlgorithm($path1), 2205 $this->legacyNameAlgorithm($path2)
|
/webtrees/ |
H A D | phpstan-baseline.neon | 7408 …message: '#^Method Fisharebest\\Webtrees\\Services\\RelationshipService\:\:legacyNameAlgorithm\(\)… 7444 … of method Fisharebest\\Webtrees\\Services\\RelationshipService\:\:legacyNameAlgorithm\(\) expects… 7456 … of method Fisharebest\\Webtrees\\Services\\RelationshipService\:\:legacyNameAlgorithm\(\) expects…
|