Lines Matching refs:vars
182 private array $vars; variable in Fisharebest\\Webtrees\\Report\\ReportParserGenerate
194 …public function __construct(string $report, AbstractRenderer $report_root, array $vars, Tree $tree) argument
200 $this->vars = $vars;
305 … if (isset($this->vars[$match[1]]['id']) && !isset($this->vars[$match[1]]['gedcom'])) {
306 $value = $this->vars[$match[1]]['id'];
706 if (isset($this->vars[$match[1]]['gedcom'])) {
707 $newgedrec = $this->vars[$match[1]]['gedcom'];
961 if (isset($this->vars[$match[1]]['id'])) {
962 $id = $this->vars[$match[1]]['id'];
1257 if (!empty($this->vars[$var]['id'])) {
1258 $var = $this->vars[$var]['id'];
1325 $tag = $this->vars[$match[1]]['id'];
1480 $name = $this->vars["'" . $match[1] . "'"]['id'];
1485 $t = $this->vars[$match[$i][1]]['id'];
1510 $this->vars[$name]['id'] = $value;
1881 $sortby = $this->vars[$match[1]]['id'];
2121 $val = $this->vars[$match[1]]['id'];
2394 $sortby = $this->vars[$match[1]]['id'];
2406 $group = $this->vars[$match[1]]['id'];
2413 $id = $this->vars[$match[1]]['id'];
2834 if (isset($this->vars[$matches[1]]['id'])) {
2836 return "'" . addcslashes($this->vars[$matches[1]]['id'], "'") . "'";
2839 return $this->vars[$matches[1]]['id'];