Lines Matching refs:alpha
124 $alpha = Validator::queryParams($request)->string('alpha', '');
142 'alpha' => $alpha,
162 $alpha = '';
167 $alpha = I18N::language()->initialLetter($surname);
224 } elseif ($alpha === '@') {
227 $params = ['alpha' => $alpha, 'tree' => $tree->name(), 'show_marnm' => $show_marnm];
230 } elseif ($alpha === ',') {
233 $params = ['alpha' => $alpha, 'tree' => $tree->name(), 'show_marnm' => $show_marnm];
235 } elseif ($alpha !== '') {
237 $legend = e($alpha) . '…';
238 $params = ['alpha' => $alpha, 'tree' => $tree->name(), 'show_marnm' => $show_marnm];
260 …nm, 'tree' => $tree->name()])) ?>" class="wt-initial px-1<?= $letter === $alpha ? ' active' : '' ?…
292 <?php if ($alpha !== '@' && $alpha !== ',' && $surname === '') : ?>
312 switch ($alpha) {
328 … $filter = static fn (string $x): bool => I18N::language()->initialLetter($x) === $alpha;
416 if ($alpha === '@') {
418 } elseif ($alpha === ',') {
422 } elseif ($alpha !== '') {
425 … static fn (string $x): bool => I18N::language()->initialLetter($x) === $alpha,