Home
last modified time | relevance | path

Searched refs:uid (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Factories/
H A DIdFactory.php71 $uid = strtoupper(strtr($this->uuid(), ['-' => '']));
73 if ($uid === '') {
77 return $uid . $this->pafUidChecksum($uid);
81 * @param string $uid exactly 32 hex characters
85 public function pafUidChecksum(string $uid): string argument
91 $checksum_a += hexdec(substr($uid, $i, 2));
/webtrees/app/Contracts/
H A DIdFactoryInterface.php49 * @param string $uid exactly 32 hex characters
53 public function pafUidChecksum(string $uid): string; argument
/webtrees/
H A Dcomposer.lock1478 "symfony/uid": "Required to use Str::ulid() (^7.0).",