Lines Matching refs:desc
155 private string $desc = ''; variable in Fisharebest\\Webtrees\\Report\\ReportParserGenerate
732 $this->gedrec_stack[] = [$this->gedrec, $this->fact, $this->desc];
736 $this->desc = trim($match[3]);
753 [$this->gedrec, $this->fact, $this->desc] = array_pop($this->gedrec_stack);
1023 $value = $this->desc;
1100 $value = $this->desc;
1276 $var = strtr($var, ['@desc' => $this->desc, '@fact' => $tfact]);
1393 $this->desc = '';
1404 $this->desc = trim($match[2]);
1405 $this->desc .= self::getCont(2, $this->gedrec);
1470 $value = $this->desc;
1552 $value = '"' . addslashes($this->desc) . '"';
2107 $value = "'" . $this->desc . "'";