Home
last modified time | relevance | path

Searched refs:zero (Results 1 – 25 of 300) sorted by relevance

12345678910>>...12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesConfiguration/
H A DGamesNumberAffixConfiguration.php108 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 DKoblitzPrime.php60 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 DBase.php144 static $zero;
145 if (!isset($zero)) {
146 $zero = new BigInteger();
152 if ($x->compare($this->order) > 0 || $x->compare($zero) <= 0) {
H A DMontgomery.php69 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 DTwistedEdwards.php77 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 DEd25519.php117 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 DEd448.php73 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 DInteger.php63 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 DEngine.php52 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 Dhyphenation.php91 $zero = ($i == 0) ? $position - 1 : $position + $i - $digits;
92 …if(!isset($hyphenated_word[$zero]) || $hyphenated_word[$zero] != $char) $hyphenated_word[$zero] = …
H A DphpHyphenation.class.php234 $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 DHyphenator.php133 $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 DTSPAccuracy.php218 $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 DAsymmetricKey.php39 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 DPrivateKey.php77 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 DASN1ObjectId.php95 $zero = new GTBigInteger(0);
111 if ($buff->comp($zero) == 0) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/
H A DPrivateKey.php111 if ($r->equals(self::$zero)) {
118 if (!$s->equals(self::$zero)) {
/plugin/scrollticker/
H A Dstyle.css67 .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 Dbatch_with_zero_elements.test2 "batch" filter with zero elements
/plugin/preventzerowidthchars/
H A Dplugin.info.txt6 desc Remove all zero-width-chars from text that is to be saved
/plugin/combo/resources/theme/default/components/css/
H A Dcell.css1 /* 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 DREADME.txt3 Public Domain (http://creativecommons.org/publicdomain/zero/1.0/).
/plugin/pgn4web/pgn4web/images/igorsvg/
H A DREADME.txt3 Public Domain (http://creativecommons.org/publicdomain/zero/1.0/).
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dtestdox.phpt16 [x] Balance is initially zero
H A Dtestdox-text.phpt17 … 3 / 3 (100%) [x] Balance is initially zero

12345678910>>...12