Searched refs:strcmp (Results 1 – 9 of 9) sorted by relevance
/dokuwiki/inc/Ui/ |
H A D | Admin.php | 177 $strcmp = Sort::strcmp($a['prompt'], $b['prompt']); 178 if ($strcmp != 0) return $strcmp;
|
/dokuwiki/inc/Utf8/ |
H A D | Sort.php | 91 public static function strcmp($str1, $str2) function in dokuwiki\\Utf8\\Sort
|
/dokuwiki/inc/TreeBuilder/ |
H A D | TreeSort.php | 65 return Sort::strcmp($a->getTitle(), $b->getTitle());
|
/dokuwiki/_test/tests/inc/ |
H A D | sort_with_collator.test.php | 223 $this->assertLessThan(0, Sort::strcmp($word1, $word2));
|
/dokuwiki/inc/ |
H A D | search.php | 439 return Sort::strcmp($a['id'], $b['id']);
|
H A D | fulltext.php | 423 return Sort::strcmp($a, $b);
|
H A D | media.php | 1707 ($data[$pos]['level'] <= $level + 1 && Sort::strcmp($data[$pos]['id'], $tmp_ns) > 0)
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/ |
H A D | Integer.php | 136 return strcmp($a, $b);
|
/dokuwiki/lib/plugins/acl/ |
H A D | admin.php | 315 $cur_result = Sort::strcmp(array_shift($a_ids), array_shift($b_ids));
|