/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesConfiguration/ |
H A D | GamesNumberAffixConfiguration.php | 108 public function setZero(LocalizedStringBundle $zero) argument 110 $this->zero = $zero; 117 return $this->zero;
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/ |
H A D | KoblitzPrime.php | 60 static $zero, $one, $two; 261 $zero = new BigInteger(); 264 $b = clone $zero; 265 $c = clone $zero; 270 $a1 = clone $zero; 271 $b1 = clone $zero; 272 $a2 = clone $zero; 273 $b2 = clone $zero; 277 while (!$v->equals($zero)) {
|
H A D | Base.php | 144 static $zero; 145 if (!isset($zero)) { 146 $zero = new BigInteger(); 152 if ($x->compare($this->order) > 0 || $x->compare($zero) <= 0) {
|
H A D | Montgomery.php | 69 protected $zero; variable in phpseclib3\\Crypt\\EC\\BaseCurves\\Montgomery 106 $this->zero = $this->factory->newInteger(new BigInteger()); 225 $p1 = [$this->one, $this->zero]; 258 return [clone $this->zero, clone $this->one];
|
H A D | TwistedEdwards.php | 77 protected $zero; variable in phpseclib3\\Crypt\\EC\\BaseCurves\\TwistedEdwards 100 $this->zero = $this->factory->newInteger(new BigInteger(0));
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/ |
H A D | Ed25519.php | 117 if ($x2->equals($this->zero)) { 121 return clone $this->zero; 137 if (!$x->multiply($x)->subtract($x2)->equals($this->zero)) { 142 if (!$x->multiply($x)->subtract($x2)->equals($this->zero)) { 230 return [clone $this->zero, clone $this->one, clone $this->one, clone $this->zero];
|
H A D | Ed448.php | 73 if ($x2->equals($this->zero)) { 77 return clone $this->zero; 84 if (!$x->multiply($x)->subtract($x2)->equals($this->zero)) { 171 return [clone $this->zero, clone $this->one, clone $this->one];
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/ |
H A D | Integer.php | 63 protected static $zero; variable in phpseclib3\\Math\\PrimeField\\Integer 74 $this->value = clone static::$zero[static::class]; 101 if (!isset(static::$zero[static::class])) { 102 static::$zero[static::class] = new BigInteger(); 366 while ($d->compare(static::$zero[static::class]) > 0) { 380 …$shift = !$d->equals(static::$zero[static::class]) && $d->bitwise_and($mask)->equals(static::$zero…
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
H A D | Engine.php | 52 protected static $zero = []; variable in phpseclib3\\Math\\BigInteger\\Engines\\Engine 136 if (!array_key_exists(static::class, static::$zero)) { 138 static::$zero[static::class] = new static(0); 318 if ($this->compare(static::$zero[static::class]) < 0) { 1006 return clone static::$zero[static::class]; 1009 return clone static::$zero[static::class]; 1170 $zero = new static(); 1173 $b = clone $zero; 1174 $c = clone $zero; 1177 while (!$v->equals($zero)) { [all …]
|
/plugin/hyphenation/phpHyphenation/ |
H A D | hyphenation.php | 91 $zero = ($i == 0) ? $position - 1 : $position + $i - $digits; 92 …if(!isset($hyphenated_word[$zero]) || $hyphenated_word[$zero] != $char) $hyphenated_word[$zero] = …
|
H A D | phpHyphenation.class.php | 234 $zero = ($i==0)?$position-1:$position+$i-$digits; 235 …if (!isset($hyphenated_word[$zero]) || $hyphenated_word[$zero]!=$char) $hyphenated_word[$zero] = $…
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | Hyphenator.php | 133 $zero = $i === 0 ? $position - 1 : $position + $i - $digits; 134 if (!isset($hyphenated_word[$zero]) || $hyphenated_word[$zero] !== $char) { 135 $hyphenated_word[$zero] = $char;
|
/plugin/gtime/gtlib/asn1/tsp/ |
H A D | TSPAccuracy.php | 218 $zero = new GTBigInteger(0); 220 if ($accuracy->mod(1000000)->comp($zero) == 0) { 223 } else if ($accuracy->mod(1000)->comp($zero) == 0) {
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/ |
H A D | AsymmetricKey.php | 39 protected static $zero; variable in phpseclib3\\Crypt\\Common\\AsymmetricKey 147 if (!isset(self::$zero)) { 148 self::$zero = new BigInteger(0); 560 if (!$k->equals(self::$zero) && $k->compare($this->q) < 0) { 620 return $z2->compare(self::$zero) < 0 ?
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/ |
H A D | PrivateKey.php | 77 if ($c->compare(self::$zero) < 0 || $c->compare($this->modulus) > 0) { 94 if ($m->compare(self::$zero) < 0 || $m->compare($this->modulus) > 0) { 110 case $this->primes[1]->equals(self::$zero): 112 case $this->coefficients[2]->equals(self::$zero): 114 case $this->exponents[1]->equals(self::$zero):
|
/plugin/gtime/gtlib/asn1/ |
H A D | ASN1ObjectId.php | 95 $zero = new GTBigInteger(0); 111 if ($buff->comp($zero) == 0) {
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/ |
H A D | PrivateKey.php | 111 if ($r->equals(self::$zero)) { 118 if (!$s->equals(self::$zero)) {
|
/plugin/scrollticker/ |
H A D | style.css | 67 .counter_decimal-leading-zero::before { 68 content: counter(scrollticker-counter, decimal-leading-zero);
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/ |
H A D | batch_with_zero_elements.test | 2 "batch" filter with zero elements
|
/plugin/preventzerowidthchars/ |
H A D | plugin.info.txt | 6 desc Remove all zero-width-chars from text that is to be saved
|
/plugin/combo/resources/theme/default/components/css/ |
H A D | cell.css | 1 /* p bottom margin of zero from the default stylesheet makes the first p touching the top of the background */
|
/plugin/pgn4web/pgn4web/images/tilesvg/ |
H A D | README.txt | 3 Public Domain (http://creativecommons.org/publicdomain/zero/1.0/).
|
/plugin/pgn4web/pgn4web/images/igorsvg/ |
H A D | README.txt | 3 Public Domain (http://creativecommons.org/publicdomain/zero/1.0/).
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/ |
H A D | testdox.phpt | 16 [x] Balance is initially zero
|
H A D | testdox-text.phpt | 17 … 3 / 3 (100%) [x] Balance is initially zero
|