Home
last modified time | relevance | path

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

/dokuwiki/inc/Ui/
H A DAdmin.php177 $strcmp = Sort::strcmp($a['prompt'], $b['prompt']);
178 if ($strcmp != 0) return $strcmp;
/dokuwiki/inc/Utf8/
H A DSort.php91 public static function strcmp($str1, $str2) function in dokuwiki\\Utf8\\Sort
/dokuwiki/inc/TreeBuilder/
H A DTreeSort.php65 return Sort::strcmp($a->getTitle(), $b->getTitle());
/dokuwiki/_test/tests/inc/
H A Dsort_with_collator.test.php223 $this->assertLessThan(0, Sort::strcmp($word1, $word2));
/dokuwiki/inc/
H A Dsearch.php439 return Sort::strcmp($a['id'], $b['id']);
H A Dfulltext.php423 return Sort::strcmp($a, $b);
H A Dmedia.php1707 ($data[$pos]['level'] <= $level + 1 && Sort::strcmp($data[$pos]['id'], $tmp_ns) > 0)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php136 return strcmp($a, $b);
/dokuwiki/lib/plugins/acl/
H A Dadmin.php315 $cur_result = Sort::strcmp(array_shift($a_ids), array_shift($b_ids));