Lines Matching full:if

15  * along with this program. If not, see <https://www.gnu.org/licenses/>.
89 if ($xref !== '') {
92 if ($individual instanceof Individual && $individual->canShow()) {
129 // What type of list to display, if any
151 if ($surname_param !== $surname) {
157 if ($show_all_firstnames === 'yes') {
161 if ($show_all === 'yes') {
166 if ($surname !== '') {
176 if ($surname !== '' && !array_key_exists($surname, $all_surns)) {
186 if ($show_all === 'yes') {
187 if ($show_all_firstnames === 'yes') {
204 if ($surname === Individual::NOMEN_NESCIO) {
247 if ($this->showFamilies()) {
259 <?php if ($count > 0) : ?>
268 <?php if (Session::has('initiated')) : ?>
277 <?php if ($show !== 'none' && Session::has('initiated')) : ?>
278 <?php if ($show_marnm === 'yes') : ?>
292 <?php if ($alpha !== '@' && $alpha !== ',' && $surname === '') : ?>
293 <?php if ($show === 'surn') : ?>
311 <?php if ($show === 'indi' || $show === 'surn') {
320 if ($show_all === 'yes') {
327 if ($surname === '') {
337 if ($show === 'surn') {
376 if ($sublist_threshold === 0 || $count < $sublist_threshold) {
384 if ($surname !== '' || $show_all === 'yes') {
391 if ($given_count > 0) {
392if ($show === 'indi' && $givn_initial === $falpha && $show_all_firstnames !== 'yes') {
403 if (Session::has('initiated')) {
405 if ($show_all_firstnames === 'yes') {
415 if ($show === 'indi') {
416 if ($alpha === '@') {
434 if ($this->showFamilies()) {
466 if ($initial === '@') {
478 if ($initial === '@') {
482 if ($initial === ',') {
494 if ($fams) {
509 if (!$marnm) {
517 * @param array<string> $surns if set, only consider people with this surname
518 * @param bool $marnm if set, include married names
519 * @param bool $fams if set, only consider individuals with FAMS records
538 if ($surns !== []) {
555 if ($count_unknown > 0) {
665 if ($count_none > 0) {
672 if ($count_unknown > 0) {
685 * @param array<string> $surns_to_show if set, only fetch people with this n_surn
686 * @param string $galpha if set, only fetch given names starting with this letter
687 * @param bool $marnm if set, include married names
688 * @param bool $fams if set, only fetch individuals with FAMS records
706 if ($surns_to_show === []) {
720 if ($name['givn'] === $row->n_givn && $name['surn'] === $row->n_surn) {
721if ($galpha === '' || I18N::language()->initialLetter(I18N::language()->normalize(I18N::strtoupper…
741 * @param array<string> $surnames if set, only fetch people with this n_surname
742 * @param string $galpha if set, only fetch given names starting with this letter
743 * @param bool $marnm if set, include married names