Home
last modified time | relevance | path

Searched refs:attrs (Results 1 – 6 of 6) sorted by relevance

/webtrees/app/Report/
H A DReportParserGenerate.php299 protected function startElement($parser, string $name, array $attrs): void argument
303 foreach ($attrs as $key => $value) {
311 $attrs = $newattrs;
316 $this->{$method}($attrs);
364 protected function styleStartHandler(array $attrs): void argument
366 if (empty($attrs['name'])) {
371 'name' => $attrs['name'],
372 'font' => $attrs['font'] ?? $this->wt_report->default_font,
373 'size' => (float) ($attrs['size'] ?? $this->wt_report->default_font_size),
374 'style' => $attrs['style'] ?? '',
[all …]
H A DReportParserSetup.php56 protected function varStartHandler(array $attrs): void argument
58 if (preg_match('/^I18N::number\((.+)\)$/', $attrs['var'], $match)) {
60 } elseif (preg_match('/^I18N::translate\(\'(.+)\'\)$/', $attrs['var'], $match)) {
62 …} elseif (preg_match('/^I18N::translateContext\(\'(.+)\', *\'(.+)\'\)$/', $attrs['var'], $match)) {
65 $this->text .= $attrs['var'];
110 protected function inputStartHandler(array $attrs): void argument
114 'name' => $attrs['name'] ?? '',
115 'type' => $attrs['type'] ?? '',
116 'lookup' => $attrs['lookup'] ?? '',
117 'options' => $attrs['options'] ?? '',
[all …]
H A DReportParserBase.php69 function ($parser, string $name, array $attrs): void {
70 $this->startElement($parser, $name, $attrs);
110 protected function startElement($parser, string $name, array $attrs): void argument
115 $this->$method($attrs);
/webtrees/app/
H A DMenu.php34 private array $attrs; variable in Fisharebest\\Webtrees\\Menu
52 array $attrs = [], argument
59 ->setAttrs($attrs)
70 return $this->attrs;
80 public function setAttrs(array $attrs): self argument
82 $this->attrs = $attrs;
/webtrees/
H A Dphpstan-baseline.neon7222 …message: '#^Parameter \#3 \$attrs of method Fisharebest\\Webtrees\\Report\\ReportParserBase\:\:sta…
7546 …message: '#^Parameter \#3 \$attrs of method Fisharebest\\Webtrees\\Report\\ReportParserGenerate\:\…
/webtrees/public/ckeditor-4.15.1-custom/
H A Dckeditor.js253 …*]+\]\s*|\s*\([!\w\-,\s\*]+\)\s*){0,3})(?:;\s*|$)/i,P={styles:/{([^}]+)}/,attrs:/\[([^\]]+)\]/,cla… property