| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
| H A D | Engine.php | 245 $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) { 329 $x = $x->compare(static::$zero[static::class]) < 0 ? $x->add($n) : $x; 331 …return $this->compare(static::$zero[static::class]) < 0 ? $this->normalize($n->subtract($x)) : $th… 634 … $n = $this->bitmask !== false && $this->bitmask->compare($n) < 0 ? $this->bitmask : $n->abs(); 636 if ($e->compare(new static()) < 0) { 647 if ($this->compare($n) > 0) { 778 $compare = $max->compare($min); 780 if (!$compare) { [all …]
|
| H A D | PHP64.php | 252 public function compare(PHP64 $y) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP64 370 return $this->compare($min) >= 0 && $this->compare($max) <= 0;
|
| H A D | PHP32.php | 251 public function compare(PHP32 $y) function in phpseclib3\\Math\\BigInteger\\Engines\\PHP32 369 return $this->compare($min) >= 0 && $this->compare($max) <= 0;
|
| H A D | GMP.php | 130 if ($twos_compliment && $this->compare(new static()) > 0 && $this->precision <= 0) { 245 public function compare(GMP $y) function in phpseclib3\\Math\\BigInteger\\Engines\\GMP 616 return $this->compare($min) >= 0 && $this->compare($max) <= 0;
|
| H A D | BCMath.php | 403 public function compare(BCMath $y) function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath 626 return $this->compare($min) >= 0 && $this->compare($max) <= 0;
|
| H A D | PHP.php | 549 $diff = $x->compare($y); 599 while ($x->compare($temp) >= 0) { 635 while ($lhs->compare($rhs) > 0) { 652 if ($x->compare(static::$zero[static::class]) < 0) { 1149 if ($n->compare(static::$zero[static::class]) == 0) {
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/ |
| H A D | Integer.php | 154 public function compare(self $x) function in phpseclib3\\Math\\PrimeField\\Integer 158 return $this->value->compare($x->value); 172 if ($temp->value->compare(static::$modulo[$this->instanceID]) >= 0) { 267 for ($i = clone $one; $i->compare($m) < 0; $i = $i->add($one)) { 273 if ($i->compare($m) == 0) { 366 while ($d->compare(static::$zero[static::class]) > 0) {
|
| /dokuwiki/inc/Utf8/ |
| H A D | Sort.php | 95 return $collator->compare($str1, $str2); 174 return $collator->compare(utf8_decodeFN($fn1), utf8_decodeFN($fn2));
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/ |
| H A D | Base.php | 134 if ($x->compare($this->order) > 0 || $x->compare($zero) <= 0) {
|
| H A D | KoblitzPrime.php | 85 $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 D | Prime.php | 698 while ($k1->compare(new BigInteger(-$d1)) > 0 || $k2->compare(new BigInteger(-$d2)) > 0) {
|
| /dokuwiki/inc/Parsing/ParserMode/ |
| H A D | Acronym.php | 56 protected function compare($a, $b) function in dokuwiki\\Parsing\\ParserMode\\Acronym
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/ |
| H A D | PrivateKey.php | 67 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 D | PublicKey.php | 56 if ($s->compare(self::$zero) < 0 || $s->compare($this->modulus) > 0) { 413 if ($m->compare(self::$zero) < 0 || $m->compare($this->modulus) > 0) {
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | CHANGELOG.md | 8 ## [Unreleased](https://github.com/simplepie/simplepie/compare/1.8.1...one-dot-eight) 12 ## [1.8.1](https://github.com/simplepie/simplepie/compare/1.8.0...1.8.1) - 2024-10-01 25 ## [1.8.0](https://github.com/simplepie/simplepie/compare/1.7.0...1.8.0) - 2023-01-20 76 ## [1.7.0](https://github.com/simplepie/simplepie/compare/1.6.0...1.7.0) - 2022-09-30 105 ## [1.6.0](https://github.com/simplepie/simplepie/compare/1.5.8...1.6.0) - 2022-04-21 124 ## [1.5.8](https://github.com/simplepie/simplepie/compare/1.5.7...1.5.8) - 2021-12-24 135 ## [1.5.7](https://github.com/simplepie/simplepie/compare/1.5.6...1.5.7) - 2021-12-19 161 ## [1.5.6](https://github.com/simplepie/simplepie/compare/1.5.5...1.5.6) - 2020-10-14 171 ## [1.5.5](https://github.com/simplepie/simplepie/compare/1.5.4...1.5.5) - 2020-05-01 177 ## [1.5.4](https://github.com/simplepie/simplepie/compare/1.5.3...1.5.4) - 2019-12-17 [all …]
|
| /dokuwiki/inc/Ui/ |
| H A D | Diff.php | 57 public function compare($rev1, $rev2) function in dokuwiki\\Ui\\Diff
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/ |
| H A D | AsymmetricKey.php | 520 if (!$k->equals(self::$zero) && $k->compare($this->q) < 0) { 577 return $z2->compare(self::$zero) < 0 ?
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/ |
| H A D | BigInteger.php | 496 public function compare(BigInteger $y) function in phpseclib3\\Math\\BigInteger 498 return $this->value->compare($y->value);
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/ |
| H A D | PublicKey.php | 84 if ($S->compare($order) >= 0) {
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/ |
| H A D | Common.php | 286 if ($y->compare($curve->getModulo()) >= 0) {
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/ |
| H A D | Integer.php | 124 public function compare(self $x) function in phpseclib3\\Math\\BinaryField\\Integer
|
| /dokuwiki/_test/core/ |
| H A D | phpQuery-onefile.php | 1721 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 D | composer.lock | 754 "description": "Provides the functionality to compare PHP values for equality", 758 "compare",
|
| /dokuwiki/vendor/splitbrain/slika/ |
| H A D | composer.lock | 977 "description": "Provides the functionality to compare PHP values for equality", 981 "compare",
|
| /dokuwiki/_test/ |
| H A D | composer.lock | 1284 "description": "Provides the functionality to compare PHP values for equality", 1288 "compare",
|