Lines Matching refs:result
850 $result = $person->formatList();
852 $result = I18N::translate('This information is private and cannot be shown.');
857 $result = '<a href="' . e($person->url()) . '">' . $person->fullName() . '</a>';
864 $result = $this->calculateAge((int) $row->age);
866 $result = (string) floor($age / 365.25);
872 return $result;
1498 $result = $family->formatList();
1500 $result = I18N::translate('This information is private and cannot be shown.');
1505 $result = '<a href="' . e($family->url()) . '">' . $person->fullName() . '</a>';
1512 $result = $this->calculateAge((int) $row->age);
1514 $result = I18N::number((int) ($age / 365.25));
1520 return $result;