Home
last modified time | relevance | path

Searched refs:compare (Results 1 – 9 of 9) sorted by path

/dokuwiki/inc/Parsing/ParserMode/
H A DAcronym.php18 usort($acronyms, [$this, 'compare']);
56 protected function compare($a, $b) function in dokuwiki\\Parsing\\ParserMode\\Acronym
/dokuwiki/inc/Ui/
H A DDiff.php57 public function compare($rev1, $rev2) function in dokuwiki\\Ui\\Diff
102 // fallback to compare previous with current
116 // no revision was given, compare previous to current
/dokuwiki/inc/Utf8/
H A DSort.php95 return $collator->compare($str1, $str2);
133 return uksort($array, [$collator, 'compare']);
174 return $collator->compare(utf8_decodeFN($fn1), utf8_decodeFN($fn2));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php3772 if (!($serial->compare($rc['userCertificate']))) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php481 * Although one might think !$x->compare($y) means $x != $y, it, in fact, means the opposite. The reason for this
484 * $x > $y: $x->compare($y) > 0
485 * $x < $y: $x->compare($y) < 0
486 * $x == $y: $x->compare($y) == 0
496 public function compare(BigInteger $y)
498 return $this->value->compare($y->value);
504 * If you need to see if one number is greater than or less than another number, use BigInteger::compare()
2696 function compare($y) global() function in phpseclib\\Math\\BigInteger
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSSH2.php
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md8 ## [Unreleased](https://github.com/simplepie/simplepie/compare/1.8.0...master)
10 ## [1.8.0](https://github.com/simplepie/simplepie/compare/1.7.0...1.8.0) - 2023-01-20
61 ## [1.7.0](https://github.com/simplepie/simplepie/compare/1.6.0...1.7.0) - 2022-09-30
90 ## [1.6.0](https://github.com/simplepie/simplepie/compare/1.5.8...1.6.0) - 2022-04-21
109 ## [1.5.8](https://github.com/simplepie/simplepie/compare/1.5.7...1.5.8) - 2021-12-24
120 ## [1.5.7](https://github.com/simplepie/simplepie/compare/1.5.6...1.5.7) - 2021-12-19
146 ## [1.5.6](https://github.com/simplepie/simplepie/compare/1.5.5...1.5.6) - 2020-10-14
156 ## [1.5.5](https://github.com/simplepie/simplepie/compare/1.5.4...1.5.5) - 2020-05-01
162 ## [1.5.4](https://github.com/simplepie/simplepie/compare/1.5.3...1.5.4) - 2019-12-17
170 ## [1.5.3](https://github.com/simplepie/simplepie/compare/1.
[all...]