Home
last modified time | relevance | path

Searched refs:getSortString (Results 1 – 3 of 3) sorted by last modified time

/plugin/struct/meta/
H A DAggregationCloud.php105 $asort = $a['tag']->getColumn()->getType()->getSortString($a['tag']);
106 $bsort = $b['tag']->getColumn()->getType()->getSortString($b['tag']);
/plugin/struct/types/
H A DAbstractBaseType.php447 public function getSortString($value)
441 public function getSortString($value) global() function in dokuwiki\\plugin\\struct\\types\\AbstractBaseType
H A DColor.php103 public function getSortString($value) function in dokuwiki\\plugin\\struct\\types\\Color
105 $hue = $this->getHue(parent::getSortString($value));