Home
last modified time | relevance | path

Searched refs:compare (Results 1 – 25 of 27) sorted by relevance

12

/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/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php245 $comparison = $this->compare(new static());
291 if ($twos_compliment && $this->compare(new static()) > 0 && $this->precision <= 0) {
313 if ($this->compare(static::$zero[static::class]) < 0) {
327 $x = $x->compare(static::$zero[static::class]) < 0 ? $x->add($n) : $x;
329 …return $this->compare(static::$zero[static::class]) < 0 ? $this->normalize($n->subtract($x)) : $th…
670 … $n = $this->bitmask !== false && $this->bitmask->compare($n) < 0 ? $this->bitmask : $n->abs();
672 if ($e->compare(new static()) < 0) {
683 if ($this->compare($n) > 0 || $this->isNegative()) {
810 $compare = $max->compare($min);
812 if (!$compare) {
[all …]
H A DPHP64.php252 public function compare(PHP64 $y) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64
370 return $this->compare($min) >= 0 && $this->compare($max) <= 0;
H A DPHP32.php251 public function compare(PHP32 $y) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32
369 return $this->compare($min) >= 0 && $this->compare($max) <= 0;
H A DGMP.php130 if ($twos_compliment && $this->compare(new static()) > 0 && $this->precision <= 0) {
245 public function compare(GMP $y) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
619 return $this->compare($min) >= 0 && $this->compare($max) <= 0;
H A DBCMath.php407 public function compare(BCMath $y) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
630 return $this->compare($min) >= 0 && $this->compare($max) <= 0;
H A DPHP.php552 $diff = $x->compare($y);
602 while ($x->compare($temp) >= 0) {
638 while ($lhs->compare($rhs) > 0) {
655 if ($x->compare(static::$zero[static::class]) < 0) {
1152 if ($n->compare(static::$zero[static::class]) == 0) {
/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/Math/PrimeField/
H A DInteger.php171 public function compare(self $x) function in phpseclib3\\Math\\PrimeField\\Integer
175 return $this->value->compare($x->value);
189 if ($temp->value->compare(static::$modulo[$this->instanceID]) >= 0) {
287 for ($i = clone $one; $i->compare($m) < 0; $i = $i->add($one)) {
293 if ($i->compare($m) == 0) {
388 while ($d->compare($zero) > 0) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBase.php134 if ($x->compare($this->order) > 0 || $x->compare($zero) <= 0) {
H A DKoblitzPrime.php85 $this->beta = $betas[0]->compare($betas[1]) < 0 ? $betas[0] : $betas[1];
127 if ($this->order->compare($r->multiply($two)) <= 0) {
133 if ($this->order->compare($r->multiply($two)) <= 0) {
303 if ($v->compare($stop) > 0) {
318 if ($lhs->compare($rhs) <= 0) {
H A DPrime.php698 while ($k1->compare(new BigInteger(-$d1)) > 0 || $k2->compare(new BigInteger(-$d2)) > 0) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPrivateKey.php67 if ($c->compare(self::$zero) < 0 || $c->compare($this->modulus) > 0) {
82 if ($m->compare(self::$zero) < 0 || $m->compare($this->modulus) > 0) {
133 if ($smallest->compare($this->primes[$i]) > 0) {
H A DPublicKey.php57 if ($s->compare(self::$zero) < 0 || $s->compare($this->modulus) > 0) {
457 if ($m->compare(self::$zero) < 0 || $m->compare($this->modulus) > 0) {
/dokuwiki/inc/Ui/
H A DDiff.php57 public function compare($rev1, $rev2) function in dokuwiki\\Ui\\Diff
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md8 ## [Unreleased](https://github.com/simplepie/simplepie/compare/1.9.0...master)
12 ## [1.9.0](https://github.com/simplepie/simplepie/compare/1.8.1...1.9.0) - 2025-09-12
64 ## [1.8.1](https://github.com/simplepie/simplepie/compare/1.8.0...1.8.1) - 2024-10-01
77 ## [1.8.0](https://github.com/simplepie/simplepie/compare/1.7.0...1.8.0) - 2023-01-20
128 ## [1.7.0](https://github.com/simplepie/simplepie/compare/1.6.0...1.7.0) - 2022-09-30
157 ## [1.6.0](https://github.com/simplepie/simplepie/compare/1.5.8...1.6.0) - 2022-04-21
176 ## [1.5.8](https://github.com/simplepie/simplepie/compare/1.5.7...1.5.8) - 2021-12-24
187 ## [1.5.7](https://github.com/simplepie/simplepie/compare/1.5.6...1.5.7) - 2021-12-19
213 ## [1.5.6](https://github.com/simplepie/simplepie/compare/1.5.5...1.5.6) - 2020-10-14
223 ## [1.5.5](https://github.com/simplepie/simplepie/compare/1.5.4...1.5.5) - 2020-05-01
[all …]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php531 public function compare(BigInteger $y) function in phpseclib3\\Math\\BigInteger
533 return $this->value->compare($y->value);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php531 if (!$k->equals(self::$zero) && $k->compare($this->q) < 0) {
588 return $z2->compare(self::$zero) < 0 ?
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPublicKey.php130 if ($S->compare($order) >= 0) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php290 if ($y->compare($curve->getModulo()) >= 0) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php124 public function compare(self $x) function in phpseclib3\\Math\\BinaryField\\Integer
/dokuwiki/_test/core/
H A DphpQuery-onefile.php1721 protected function runQuery($XQuery, $selector = null, $compare = null) { argument
1722 if ($compare && ! method_exists($this, $compare))
1761 if ( $compare) {
1763 … $this->debug("Found: ".$this->whois( $node ).", comparing with {$compare}()")
1768 if (call_user_func_array(array($this, $compare), array($selector, $node)))
4506 $compare = $arg1 instanceof DOMDocument
4508 if ($documentWrapper->document->isSameNode($compare))
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A Dcomposer.lock754 "description": "Provides the functionality to compare PHP values for equality",
758 "compare",
/dokuwiki/vendor/splitbrain/slika/
H A Dcomposer.lock771 "description": "Provides the functionality to compare PHP values for equality",
775 "compare",
/dokuwiki/_test/
H A Dcomposer.lock1211 "description": "Provides the functionality to compare PHP values for equality",
1215 "compare",

12