Home
last modified time | relevance | path

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

/plugin/structgantt/meta/
H A DGantt.php132 $start = $row[$this->colrefStart]->getCompareValue();
138 $end = $row[$this->colrefEnd]->getCompareValue();
303 $start = $row[$this->colrefStart]->getCompareValue();
304 $end = $row[$this->colrefEnd]->getCompareValue();
/plugin/struct/meta/
H A DSearchConfig.php189 $value = $data[$label]->getCompareValue();
H A DValue.php91 public function getCompareValue() function in dokuwiki\\plugin\\struct\\meta\\Value