Home
last modified time | relevance | path

Searched refs:strcmp (Results 1 – 6 of 6) sorted by path

/dokuwiki/inc/Ui/
H A DAdmin.php175 $strcmp = Sort::strcmp($a['prompt'], $b['prompt']);
176 if ($strcmp != 0) return $strcmp;
/dokuwiki/inc/Utf8/
H A DSort.php82 * Drop-in replacement for strcmp(), strcasecmp(), strnatcmp() and strnatcasecmp().
91 public static function strcmp($str1, $str2)
89 public static function strcmp($str1, $str2) global() function in dokuwiki\\Utf8\\Sort
/dokuwiki/inc/
H A Dfulltext.php423 return Sort::strcmp($a, $b);
H A Dmedia.php1703 ($data[$pos]['level'] <= $level + 1 && Sort::strcmp($data[$pos]['id'], $tmp_ns) > 0)
H A Dsearch.php439 return Sort::strcmp($a['id'], $b['id']);
/dokuwiki/lib/plugins/acl/
H A Dadmin.php315 $cur_result = Sort::strcmp(array_shift($a_ids), array_shift($b_ids));