Home
last modified time | relevance | path

Searched refs:p (Results 576 – 600 of 1972) sorted by last modified time

1...<<21222324252627282930>>...79

/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A Dissue64.vcf80 MW8auuW44H93/PFAG15aXdr5Uv7uULkA/wCFc+Yvstw0at8+eoq/p+rm6vRJMNwIx9KranYySXSy
256 QjtohLo+9kHXPb0pAd6uh6Lrekm6hkkQSRgNtQfK/p+dc1f/AAsuGUnSWSVScgynbisHQfGFxpki
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Dar-sa.js1 …r),r},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=81)}({0:fun…
H A Dar-tn.js1 …n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=83)}({0:fun…
H A Dar.js1 …r),r},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=85)}({0:fun…
H A Dbe.js1 …n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=87)}({0:fun…
H A Dcs.js1 …t),t},n.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},n.p="",n(n.s=95)}({0:fun…
/plugin/spreadout/
H A Dsyntax.php158 * </p><p>
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A Dbootstrap.php12 use Symfony\Polyfill\Intl\Idn as p; alias
133 …flags = 0, $variant = \INTL_IDNA_VARIANT_2003, &$idna_info = null) { return p\Idn::idn_to_ascii($d…
136 …flags = 0, $variant = \INTL_IDNA_VARIANT_2003, &$idna_info = null) { return p\Idn::idn_to_utf8($do…
140 …lags = 0, $variant = \INTL_IDNA_VARIANT_UTS46, &$idna_info = null) { return p\Idn::idn_to_ascii($d…
143 …lags = 0, $variant = \INTL_IDNA_VARIANT_UTS46, &$idna_info = null) { return p\Idn::idn_to_utf8($do…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBlowfish.php414 $p = $this->bctx['p'];
426 $l ^= $p[$i];
431 $r ^= $p[$i + 1];
436 return pack('N*', $r ^ $p[17], $l ^ $p[16]);
448 $p = $this->bctx['p'];
459 $l ^= $p[$i];
464 $r ^= $p[$i - 1];
469 return pack('N*', $r ^ $p[0], $l ^ $p[1]);
480 $p = $this->bctx['p'];
515 $l ^ ' . $p[16] . '
[all …]
H A DDSA.php64 protected $p; variable in phpseclib3\\Crypt\\DSA
153 $p = $x->subtract($c->subtract(self::$one));
154 } while ($p->getLength() != $L || !$p->isPrime());
156 $p_1 = $p->subtract(self::$one);
165 $g = $h->powMod($e, $p);
173 $dsa->p = $p;
211 $private->p = $params->p;
216 $private->y = $private->g->powMod($private->x, $private->p);
248 $new->p = $components['p'];
282 return ['L' => $this->p->getLength(), 'N' => $this->q->getLength()];
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php1011 $p = '';
1013 while (strlen($p) < $blockLength) {
1014 $p .= $password;
1017 $p = substr($p, 0, $blockLength);
1019 $i = $s . $p;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DCurve448.php32 $this->p = [$this->factory->newInteger(new BigInteger(5))];
61 public function multiplyPoint(array $p, BigInteger $d) argument
72 return parent::multiplyPoint($p, $d);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DXML.php266 $curve->setModulo(new BigInteger($p, 256));
319 $p = str_replace(["\r", "\n", ' ', "\t"], '', $p);
320 $curve->setModulo(new BigInteger($p));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DArimaOrder.php29 public $p; variable in Google\\Service\\Bigquery\\ArimaOrder
52 public function setP($p) argument
54 $this->p = $p;
61 return $this->p;
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DUtils.php206 function ($value, $idx, PromiseInterface $p) use (&$results, $count) {
207 if (Is::settled($p)) {
212 $p->resolve(null);
/plugin/authgooglesheets/vendor/paragonie/random_compat/dist/
H A Drandom_compat.phar.pubkey3 pui0SUqD4G29L3NGsz9UhJ/0HjBdbnkhIK5xviT0X5vtjacF6ajgcCArbTB+ds+p
/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']);
63 list($p, $q, $g, $y) = Strings::unpackSSH2('iiii', $parsed['publicKey']);
81 …public static function savePublicKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, a… argument
93 $DSAPublicKey = Strings::packSSH2('siiii', 'ssh-dss', $p, $q, $g, $y);
118 …public static function savePrivateKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, … argument
120 $publicKey = self::savePublicKey($p, $q, $g, $y, ['binary' => true]);
121 $privateKey = Strings::packSSH2('si5', 'ssh-dss', $p, $q, $g, $y, $x);
H A DPKCS1.php91 public static function saveParameters(BigInteger $p, BigInteger $q, BigInteger $g) argument
94 'p' => $p,
119 …public static function savePrivateKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, … argument
123 'p' => $p,
145 public static function savePublicKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y) argument
H A DPKCS8.php134 …public static function savePrivateKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, … argument
137 'p' => $p,
158 …public static function savePublicKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, a… argument
161 'p' => $p,
H A DPuTTY.php69 list($p, $q, $g, $y) = Strings::unpackSSH2('iiii', $public);
88 …public static function savePrivateKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, … argument
94 $public = Strings::packSSH2('iiii', $p, $q, $g, $y);
110 public static function savePublicKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y) argument
116 return self::wrapPublicKey(Strings::packSSH2('iiii', $p, $q, $g, $y), 'ssh-dsa');
H A DRaw.php73 …public static function savePrivateKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, … argument
88 public static function savePublicKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y) argument
H A DXML.php130 public static function savePublicKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y) argument
133 ' <P>' . Base64::encode($p->toBytes()) . "</P>\r\n" .
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/
H A DPublicKey.php70 $v1 = $this->g->powMod($u1, $this->p);
71 $v2 = $this->y->powMod($u2, $this->p);
72 list(, $v) = $v1->multiply($v2)->divide($this->p);
89 return $type::savePublicKey($this->p, $this->q, $this->g, $this->y, $options);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBase.php109 $alreadyInternal = isset($p[2]);
111 [[], $p] :
112 [[], $this->convertToInternal($p)];
190 public function convertToAffine(array $p) argument
192 return $p;
202 return $p;
210 public function negatePoint(array $p) argument
213 $p[0],
214 $p[1]->negate()
216 if (isset($p[2])) {
[all …]
H A DBinary.php65 protected $p; variable in phpseclib3\\Crypt\\EC\\BaseCurves\\Binary
131 $this->p = [
152 return $this->p;
170 if (count($p)) {
171 return $p;
181 return !$p[1]->equals($q[1]) ? [] : $this->doublePoint($p);
239 if (!count($p)) {
299 list($x, $y) = $p;
351 return $p;
370 return $p;
[all …]

1...<<21222324252627282930>>...79