Home
last modified time | relevance | path

Searched refs:strcmp (Results 1 – 10 of 10) 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/TreeBuilder/
H A DTreeSort.php65 return Sort::strcmp($a->getTitle(), $b->getTitle());
/dokuwiki/inc/Utf8/
H A DSort.php91 public static function strcmp($str1, $str2) function in dokuwiki\\Utf8\\Sort
/dokuwiki/_test/tests/inc/
H A Dsort_with_collator.test.php223 $this->assertLessThan(0, Sort::strcmp($word1, $word2));
/dokuwiki/inc/Search/
H A DMetadataSearch.php270 return $diff ?: Sort::strcmp($a, $b);
/dokuwiki/inc/
H A Ddeprecated.php424 return $diff ?: dokuwiki\Utf8\Sort::strcmp($a, $b);
H A Dsearch.php438 return Sort::strcmp($a['id'], $b['id']);
H A Dmedia.php1645 ($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));