Home
last modified time | relevance | path

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

/plugin/structgantt/meta/
H A DGantt.php17 protected $colrefStart = -1;
88 if ($this->colrefStart == -1) {
89 $this->colrefStart = $ref;
107 if ($this->colrefStart === -1 || $this->colrefEnd === -1) {
132 $start = $row[$this->colrefStart]->getCompareValue();
303 $start = $row[$this->colrefStart]->getCompareValue();
38 protected $colrefStart = -1; global() variable in dokuwiki\\plugin\\structgantt\\meta\\Gantt