Searched refs:labelData (Results 1 – 4 of 4) sorted by relevance
| /plugin/issuelinks/classes/ |
| D | Issue.php | 27 private $labelData = []; variable in dokuwiki\\plugin\\issuelinks\\classes\\Issue 529 if (!empty($this->labelData)) { 535 if (isset($this->labelData[$label])) { 536 … $colors = "style=\"background-color: {$this->labelData[$label]['background-color']};"; 537 $colors .= " color: {$this->labelData[$label]['color']};\""; 691 $this->labelData[$labelName] = [
|
| /plugin/issuelinks/services/ |
| D | GitLab.service.php | 327 foreach ($projectLabelData as $labelData) { 328 $issue->setLabelData($labelData['name'], $labelData['color']);
|
| /plugin/dirtylittlehelper/script/ |
| D | mermaid.min.js.map | 1 …labelData","drawActorLegend","getStyles","themes","ganttFontSize","classDiagram","stateDiagram","u…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …labelData = {\n x: 40,\n y: yPos + 7,\n fill: '#666',\n text: person,\n t…
|