Home
last modified time | relevance | path

Searched refs:bin2hex (Results 1 – 8 of 8) sorted by relevance

/webtrees/tests/app/Encodings/
H A DAnselTest.php29 use function bin2hex; alias
169 …self::assertSame($utf8, $encoding->toUtf8($ansel), bin2hex($utf8) . ' ' . bin2hex($encoding->toUtf…
/webtrees/app/
H A DMediaFile.php29 use function bin2hex; alias
239 $glide_key = bin2hex(random_bytes(128));
402 $glide_key = bin2hex(random_bytes(128));
/webtrees/resources/views/statistics/other/charts/
H A Dcolumn.phtml14 $id = 'google-chart-' . bin2hex(random_bytes(8));
15 $name = 'callback_' . bin2hex(random_bytes(12));
H A Dcombo.phtml13 $id = 'google-chart-' . bin2hex(random_bytes(8));
14 $name = 'callback_' . bin2hex(random_bytes(12));
H A Dpie.phtml14 $id = 'google-chart-' . bin2hex(random_bytes(8));
15 $name = 'callback_' . bin2hex(random_bytes(12));
H A Dgeo.phtml16 $id = 'google-chart-' . bin2hex(random_bytes(8));
17 $name = 'callback_' . bin2hex(random_bytes(12));
/webtrees/app/Cli/Commands/
H A DUserCreate.php31 use function bin2hex; alias
110 $password = bin2hex(string: random_bytes(length: 8));
H A DTreeCreate.php31 use function bin2hex; alias