Home
last modified time | relevance | path

Searched refs:one (Results 276 – 300 of 1245) sorted by last modified time

1...<<11121314151617181920>>...50

/plugin/authgooglesheets/vendor/monolog/monolog/
H A DREADME.md61 can also add your own there if you publish one.
H A DUPGRADE.md48 to one of the predefined FILE_PER_* constants to avoid issues with file rotation.
72 renamed to ElasticaHandler and the new one added as ElasticsearchHandler.
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDH.php247 $one = new BigInteger(1);
249 $max = $one->bitwise_leftShift($length);
250 $max = $max->subtract($one);
252 $max = $params->prime->subtract($one);
258 $key->privateKey = BigInteger::randomRange($one, $max);
H A DDSA.php153 $p = $x->subtract($c->subtract(self::$one));
156 $p_1 = $p->subtract(self::$one);
166 if (!$g->equals(self::$one)) {
169 $h = $h->add(self::$one);
215 $private->x = BigInteger::randomRange(self::$one, $private->q->subtract(self::$one));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/
H A DPublicKey.php60 $q_1 = $this->q->subtract(self::$one);
61 if (!$r->between(self::$one, $q_1) || !$s->between(self::$one, $q_1)) {
H A DPrivateKey.php108 $k = BigInteger::randomRange(self::$one, $this->q->subtract(self::$one));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBase.php131 static $one;
132 if (!isset($one)) {
133 $one = new BigInteger(1);
136 return BigInteger::randomRange($one, $this->order->subtract($one));
H A DBinary.php72 protected $one; variable in phpseclib3\\Crypt\\EC\\BaseCurves\\Binary
96 $this->one = $this->factory->newInteger("\1");
192 if ($z2->equals($this->one)) {
254 if ($z1->equals($this->one)) {
354 $z = $this->one->divide($z);
373 $p[2] = clone $this->one;
H A DKoblitzPrime.php60 static $zero, $one, $two;
63 $one = new BigInteger(1);
68 $inv = $this->one->divide($this->two)->negate();
80 $tempOne = $factory->newInteger($one);
117 $c1 = $c1->add($one);
123 $c2 = $c2->add($one);
138 clone $this->one
146 clone $this->one
260 $one = new BigInteger(1);
263 $a = clone $one;
[all …]
H A DMontgomery.php76 protected $one; variable in phpseclib3\\Crypt\\EC\\BaseCurves\\Montgomery
107 $this->one = $this->factory->newInteger(new BigInteger(1));
225 $p1 = [$this->one, $this->zero];
258 return [clone $this->zero, clone $this->one];
265 $p[1] = clone $this->one;
H A DPrime.php74 protected $one; variable in phpseclib3\\Crypt\\EC\\BaseCurves\\Prime
128 $this->one = $this->factory->newInteger(new BigInteger(1));
763 $z = $this->one->divide($z);
782 $p[2] = clone $this->one;
H A DTwistedEdwards.php84 protected $one; variable in phpseclib3\\Crypt\\EC\\BaseCurves\\TwistedEdwards
101 $this->one = $this->factory->newInteger(new BigInteger(1));
186 $z = $this->one->divide($z);
215 $rhs = $this->d->multiply($x2)->multiply($y2)->add($this->one);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php114 $u = $y2->subtract($this->one);
115 $v = $this->d->multiply($y2)->add($this->one);
230 return [clone $this->zero, clone $this->one, clone $this->one, clone $this->zero];
237 $p[2] = clone $this->one;
H A DEd448.php70 $u = $y2->subtract($this->one);
71 $v = $this->d->multiply($y2)->subtract($this->one);
171 return [clone $this->zero, clone $this->one, clone $this->one];
178 $p[2] = clone $this->one;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php1162 while (!$n->equals(static::$one[static::class])) {
1164 $n = $n->subtract(static::$one[static::class]);
H A DBCMath.php645 return $temp->add(static::$one[static::class]);
H A DEngine.php59 protected static $one = []; variable in phpseclib3\\Math\\BigInteger\\Engines\\Engine
139 static::$one[static::class] = new static(1);
330 if (!$gcd->equals(static::$one[static::class])) {
818 if (!isset(static::$one[static::class])) {
819 static::$one[static::class] = new static(1);
952 $n_1 = $n->subtract(static::$one[static::class]);
1012 return clone static::$one[static::class];
1169 $one = new static(1);
1172 $a = clone $one;
1175 $d = clone $one;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesConfiguration/
H A DGamesNumberAffixConfiguration.php66 public function setOne(LocalizedStringBundle $one) argument
68 $this->one = $one;
75 return $this->one;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBinaryField.php133 static $one;
134 if (!isset($one)) {
135 $one = new BigInteger(1);
138 … return new Integer($this->instanceID, BigInteger::randomRange($one, $this->randomMax)->toBytes());
H A DPrimeField.php89 static $one;
90 if (!isset($one)) {
91 $one = new BigInteger(1);
94 …return new Integer($this->instanceID, BigInteger::randomRange($one, Integer::getModulo($this->inst…
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php175 'More than one alg detected in certs'
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A D.php_cs9 'concat_space' => ['spacing'=>'one'],
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md216 - Handling of encoding in `Uri::with(out)QueryValue` so one can pass the
H A DREADME.md21 Reads from multiple streams, one after the other.
788 …Paths which include two or more adjacent slashes are converted to one. Webservers usually ignore d…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPublicKey.php135 $n_1 = $order->subtract(self::$one);
136 if (!$r->between(self::$one, $n_1) || !$s->between(self::$one, $n_1)) {

1...<<11121314151617181920>>...50