Searched refs:isNotEmpty (Results 1 – 25 of 45) sorted by relevance
12
156 'has_associate_facts' => $associate_facts->isNotEmpty(),157 'has_historic_facts' => $historic_facts->isNotEmpty(),158 'has_relative_facts' => $relative_facts->isNotEmpty(),
408 if ($spouse_families->isNotEmpty()) {426 } elseif ($family->facts(['MARR'])->isNotEmpty()) {
86 return $individual->facts(static::HANDLED_FACTS)->isNotEmpty();
97 …rn $individual->canEdit() || $individual->facts(['FAMC', 'FAMS'], false, null, true)->isNotEmpty();
86 return $individual->canEdit() || $this->getFactsWithNotes($individual)->isNotEmpty();
84 return $individual->canEdit() || $this->getFactsWithSources($individual)->isNotEmpty();
120 … <?= e($source->facts(['ABBR'])->isNotEmpty() ? $source->facts(['ABBR'])->first()->value() : '') ?>125 … <?= e($source->facts(['AUTH'])->isNotEmpty() ? $source->facts(['AUTH'])->first()->value() : '') ?>130 …::elementFactory()->make('SOUR:PUBL')->value($source->facts(['PUBL'])->isNotEmpty() ? $source->fac…
233 <?php elseif ($family->facts(['MARR'])->isNotEmpty()) : ?>265 <?php elseif ($family->facts(['MARR'])->isNotEmpty()) : ?>270 <?php if ($family->facts(['DIV'])->isNotEmpty()) : ?>
51 if ($this->server_check_service->serverErrors()->isNotEmpty()) {55 if ($this->server_check_service->serverWarnings()->isNotEmpty()) {
64 $body = Validator::parsedBody($request)->isNotEmpty()->string('body');65 $subject = Validator::parsedBody($request)->isNotEmpty()->string('subject');
298 if ($data['errors']->isNotEmpty()) {312 if ($data['errors']->isNotEmpty()) {
42 $name = Validator::parsedBody($request)->isNotEmpty()->string('location_name');
42 $note = Validator::parsedBody($request)->isNotEmpty()->string('note');
45 $name = Validator::parsedBody($request)->isNotEmpty()->string('name');
42 $name = Validator::parsedBody($request)->isNotEmpty()->string('submitter_name');
36 <?php elseif ($spouse->childFamilies()->isNotEmpty()) : ?>84 <?php elseif ($child->spouseFamilies()->isNotEmpty()) : ?>
28 <?php if ($users->isNotEmpty()) : ?>56 <?php if ($messages->isNotEmpty()) : ?>
34 <?php if ($shares->isNotEmpty()) : ?>113 <?php if ($clipboard_facts->isNotEmpty()) : ?>
38 <?php if ($clipboard_facts->isNotEmpty()) : ?>
30 <?php if ($individual_media->isNotEmpty() || $tree->getPreference('USE_SILHOUETTE') === '1') : ?>
297 … self::assertSame('foo', Validator::queryParams($request)->isNotEmpty()->string('not-empty'));301 Validator::queryParams($request)->isNotEmpty()->string('empty');
21 <?php if ($generations > 1 && $grandchildren->isNotEmpty()) : ?>
29 <?php if ($record->facts(['CHAN'])->isNotEmpty()) : ?>
22 <?php if ($grandchildren->isNotEmpty()) : ?>
43 <?php if ($analytics->isNotEmpty()) : ?>