Home
last modified time | relevance | path

Searched refs:x (Results 376 – 400 of 1696) sorted by last modified time

1...<<11121314151617181920>>...68

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DXML.php185 $x = self::query($xpath, 'publickey/x');
187 if (!$x->length || !$x->item(0)->hasAttribute('Value')) {
194 $curve->convertInteger(new BigInteger($x->item(0)->getAttribute('Value'))),
311 …$x = self::query($xpath, 'basepointparams/basepoint/ecpointtype/x', 'Base Point X is not present',…
329 $x = str_replace(["\r", "\n", ' ', "\t"], '', $x);
332 new BigInteger($x),
443 list($x, $y) = $curve->getBasePoint();
456 '<' . $pre . 'X>' . $x . '</' . $pre . 'X>' . "\r\n" .
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php174 list($x, $y) = $this->curve->multiplyPoint($this->curve->getBasePoint(), $k);
175 $x = $x->toBigInteger();
176 list(, $r) = $x->divide($order);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DEC.php124 protected $x; variable in phpseclib3\\Crypt\\EC
H A DRSA.php535 protected function i2osp($x, $xLen) argument
537 if ($x === false) {
540 $x = $x->toBytes();
541 if (strlen($x) > $xLen) {
544 return str_pad($x, $xLen, chr(0), STR_PAD_LEFT);
553 * @param string $x
556 protected function os2ip($x) argument
558 return new BigInteger($x, 256);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1NormalizedVertex.php25 public $x; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1NormalizedVertex
34 public function setX($x) argument
36 $this->x = $x;
43 return $this->x;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php45 private function exponentiate(BigInteger $x) argument
47 return $x->modPow($this->exponent, $this->modulus);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php78 private $x; variable in phpseclib3\\File\\ANSI
187 * @param int $x
193 $this->max_x = $x - 1;
195 $this->x = $this->y = 0;
275 …splice($this->attrs[$this->y], $this->x + 1, $this->max_x - $this->x, array_fill($this->x, $this->…
287 $this->x = 0;
383 $this->x = 0;
389 if ($this->x) {
390 $this->x--;
417 $this->x,
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DGoogleCloudVisionV1p2beta1NormalizedVertex.php25 public $x; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1NormalizedVertex
34 public function setX($x) argument
36 $this->x = $x;
43 return $this->x;
H A DGoogleCloudVisionV1p3beta1Position.php25 public $x; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1Position
38 public function setX($x) argument
40 $this->x = $x;
47 return $this->x;
H A DGoogleCloudVisionV1p3beta1Vertex.php25 public $x; variable in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1Vertex
34 public function setX($x) argument
36 $this->x = $x;
43 return $this->x;
H A DNormalizedVertex.php25 public $x; variable in Google\\Service\\Vision\\NormalizedVertex
34 public function setX($x) argument
36 $this->x = $x;
43 return $this->x;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DNormalizedCoordinate.php22 public $x; variable in Google\\Service\\Transcoder\\NormalizedCoordinate
25 public function setX($x) argument
27 $this->x = $x;
31 return $this->x;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md79 | 3.x | EOL | `guzzle/guzzle` | `Guzzle` | [v3][guzzle-3-repo] | [v3][guzzle-3-d…
80 | 4.x | EOL | `guzzlehttp/guzzle` | `GuzzleHttp` | [v4][guzzle-4-repo] | N/A …
81 | 5.x | EOL | `guzzlehttp/guzzle` | `GuzzleHttp` | [v5][guzzle-5-repo] | [v5][guzzle-5-d…
82 | 6.x | Latest | `guzzlehttp/guzzle` | `GuzzleHttp` | [v6][guzzle-6-repo] | [v6][guzzle-6-d…
85 [guzzle-4-repo]: https://github.com/guzzle/guzzle/tree/4.x
H A DUPGRADING.md145 `application/x-www-form-urlencoded` POST request. The
157 4.x to 5.0
220 3.x to 4.0
235 Changes per Guzzle 3.x namespace are described below.
293 // 3.x
296 // 4.x
304 // 3.x
306 // 4.x
898 2.8 to 3.x
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md27 * Fixed support for psr/log 3.x (#1589)
32 * Fixed support for psr/log 2.x (#1587)
108 …s is a major release, see [UPGRADE.md](UPGRADE.md) for details if you are coming from a 1.x release
117 …s is a major release, see [UPGRADE.md](UPGRADE.md) for details if you are coming from a 1.x release
133 …s is a major release, see [UPGRADE.md](UPGRADE.md) for details if you are coming from a 1.x release
152 * Added support for the PHP 7.x `mongodb` extension in the MongoDBHandler
161 …ed $dateFormat and $removeUsedContextFields arguments to PsrLogMessageProcessor (backport from 2.x)
192 * Fixed forward-compatible interfaces to be compatible with Monolog 1.x too.
197 * Deprecated RavenHandler, use sentry/sentry 2.x and their Sentry\Monolog\Handler instead
H A DREADME.md71 Monolog 1.x support is somewhat limited at this point and only important fixes will be done. You sh…
H A DUPGRADE.md41 as in 1.x.
67 - Removed deprecated RavenHandler handler, use sentry/sentry 2.x and their Sentry\Monolog\Handler i…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1Vertex.php25 public $x; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1Vertex
34 public function setX($x) argument
36 $this->x = $x;
43 return $this->x;
H A DGoogleCloudDocumentaiV1beta1Vertex.php25 public $x; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1Vertex
34 public function setX($x) argument
36 $this->x = $x;
43 return $this->x;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SemanticTile/
H A DTileCoordinates.php22 public $x; variable in Google\\Service\\SemanticTile\\TileCoordinates
26 public function setX($x) argument
28 $this->x = $x;
32 return $this->x;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DOpenSSH.php58 list($p, $q, $g, $y, $x, $comment) = Strings::unpackSSH2('i5s', $parsed['paddedKey']);
118 …Key(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, BigInteger $x, $password = '', arr… argument
121 $privateKey = Strings::packSSH2('si5', 'ssh-dss', $p, $q, $g, $y, $x);
H A DPKCS1.php119 …Key(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, BigInteger $x, $password = '', arr… argument
127 'x' => $x
H A DPKCS8.php134 …Key(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, BigInteger $x, $password = '', arr… argument
143 $key = ASN1::encodeDER($x, Maps\DSAPublicKey::MAP);
H A DPuTTY.php70 list($x) = Strings::unpackSSH2('i', $private);
88 …Key(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, BigInteger $x, $password = false, … argument
95 $private = Strings::packSSH2('i', $x);
H A DRaw.php73 …ivateKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, BigInteger $x, $password = '') argument

1...<<11121314151617181920>>...68