Lines Matching refs:show
130 $show = Validator::queryParams($request)->string('show', 'surn');
144 'show' => $show,
190 $show = 'indi';
194 $show = 'indi';
201 $show = 'indi'; // The surname list makes no sense with only one surname.
229 $show = 'indi'; // SURN list makes no sense here
234 $show = 'indi'; // SURN list makes no sense here
243 $show = 'none'; // Don't show lists until something is chosen
277 <?php if ($show !== 'none' && Session::has('initiated')) : ?>
280 … <a href="<?= e($this->listUrl($tree, ['show' => $show, 'show_marnm' => 'no'] + $params)) ?>">
286 … <a href="<?= e($this->listUrl($tree, ['show' => $show, 'show_marnm' => 'yes'] + $params)) ?>">
293 <?php if ($show === 'surn') : ?>
311 <?php if ($show === 'indi' || $show === 'surn') {
337 if ($show === 'surn') {
387 … $show = $falpha !== '' || $show_all_firstnames === 'yes' ? 'indi' : 'none';
392 … if ($show === 'indi' && $givn_initial === $falpha && $show_all_firstnames !== 'yes') {
415 if ($show === 'indi') {