Searched refs:bocolor (Results 1 – 7 of 7) sorted by relevance
/webtrees/app/Report/ |
H A D | ReportBaseCell.php | 45 public string $bocolor; variable in Fisharebest\\Webtrees\\Report\\ReportBaseCell 117 * @param string $bocolor Border color 133 string $bocolor, argument 140 $this->bocolor = $bocolor;
|
H A D | ReportHtmlCell.php | 91 echo ' border:solid ', $this->bocolor ?: 'black', ' 1pt;'; 96 echo ' border-top:solid ', $this->bocolor ?: 'black', ' 1pt;'; 100 echo ' border-bottom:solid ', $this->bocolor ?: 'black', ' 1pt;'; 104 echo ' border-right:solid ', $this->bocolor ?: 'black', ' 1pt;'; 108 echo ' border-left:solid ', $this->bocolor ?: 'black', ' 1pt;';
|
H A D | PdfRenderer.php | 416 * @param string $bocolor Border color 422 …yle, int $ln, float $top, float $left, bool $fill, int $stretch, string $bocolor, string $tcolor, … argument 424 …, $border, $align, $bgcolor, $style, $ln, $top, $left, $fill, $stretch, $bocolor, $tcolor, $reseth…
|
H A D | HtmlRenderer.php | 233 * @param string $bocolor Border color 239 …yle, int $ln, float $top, float $left, bool $fill, int $stretch, string $bocolor, string $tcolor, … argument 241 …, $border, $align, $bgcolor, $style, $ln, $top, $left, $fill, $stretch, $bocolor, $tcolor, $reseth…
|
H A D | AbstractRenderer.php | 193 * @param string $bocolor Border color 211 string $bocolor, argument
|
H A D | ReportPdfCell.php | 76 if (preg_match('/#?(..)(..)(..)/', $this->bocolor, $match)) {
|
H A D | ReportParserGenerate.php | 556 $bocolor = $attrs['bocolor'] ?? ''; 631 $bocolor,
|