Home
last modified time | relevance | path

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

/plugin/gtime/gtlib/util/
H A DGTBaseX.php77 $this->addMinMax($alphabet);
89 $this->addMinMax(strtoupper($alphabet));
90 $this->addMinMax(strtolower($alphabet));
275 private function addMinMax($string) { function in GTBaseX