Home
last modified time | relevance | path

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

/plugin/structgantt/meta/
H A DGantt.php20 protected $colrefEnd = -1;
91 $this->colrefEnd = $ref;
107 if ($this->colrefStart === -1 || $this->colrefEnd === -1) {
138 $end = $row[$this->colrefEnd]->getCompareValue();
304 $end = $row[$this->colrefEnd]->getCompareValue();
41 protected $colrefEnd = -1; global() variable in dokuwiki\\plugin\\structgantt\\meta\\Gantt