Home
last modified time | relevance | path

Searched refs:m (Results 426 – 450 of 1535) sorted by last modified time

1...<<11121314151617181920>>...62

/plugin/davcal/fullcalendar-3.10.5/locale/
H A Dbe.js1m=e,t.c=n,t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,g…
H A Dcs.js1m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{configurable:!1,enumerable:!0,g…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DCubeHandler.php119 $data = ['time' => $date->format('Y-m-d\TH:i:s.uO')];
H A DBrowserConsoleHandler.php223 …$style = preg_replace_callback('/macro\s*:(.*?)(?:;|$)/', function (array $m) use ($string, &$colo…
224 if (trim($m[1]) === 'autolabel') {
234 return $m[1];
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DUtils.php213 function ($m) {
214 return utf8_encode($m[0]);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php477 $m = array_shift($modulo);
497 'm' => new BigInteger($m),
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php73 * @param string $m
142 * @param string $m
216 $em = $hash->hash($m);
228 * @param string $m
275 * @param string $m
330 * @param string $m
337 $mLen = strlen($m);
374 * @param string $m
380 $mLen = strlen($m);
425 if ($m->compare(self::$zero) < 0 || $m->compare($this->modulus) > 0) {
[all …]
H A DPrivateKey.php92 private function rsasp1($m) argument
94 if ($m->compare(self::$zero) < 0 || $m->compare($this->modulus) > 0) {
140 $m = $m->add($r->multiply($h));
171 $m = $m->add($r->multiply($h));
175 return $m;
209 * @param string $m
245 * @param string $m
271 * @param string $m
338 $m = $this->rsadp($c);
356 return $m;
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php567 * @param string $m
572 protected function emsa_pkcs1_v1_5_encode($m, $emLen) argument
574 $h = $this->hash->hash($m);
631 * @param string $m
635 protected function emsa_pkcs1_v1_5_encode_without_null($m, $emLen) argument
637 $h = $this->hash->hash($m);
H A DHash.php580 $m = str_split($m, 1024);
589 $m[$i] = pack('N*', ...unpack('V*', $m[$i])); // ENDIAN-SWAP
600 $m[$i] = str_pad($m[$i], $pad, "\0"); // zeropad
601 $m[$i] = pack('N*', ...unpack('V*', $m[$i])); // ENDIAN-SWAP
627 $m = str_split($m, 4);
628 $t = count($m);
632 $m = array_map($toUInt32, $m);
753 foreach ($m_i as $m) {
754 $m = $factory->newInteger(new BigInteger($m, 256));
1325 * @param string $m
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md1144 $client->addSubscriber(new LogPlugin(new ClosureLogAdapter(function($m) { echo $m; }, $verbosity = …
1158 $client->addSubscriber(new LogPlugin(new ClosureLogAdapter(function($m) { echo $m; }, $format = Mes…
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DHeader.php26 $m = $matches[0];
27 if (isset($m[1])) {
28 $part[trim($m[0], $trimmed)] = trim($m[1], $trimmed);
30 $part[] = trim($m[0], $trimmed);
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md264 …for more formats in RotatingFileHandler::setFilenameFormat as long as they have Y, m and d in order
275 * Deprecated RotatingFileHandler::setFilenameFormat to only support 3 formats: Y, Y-m and Y-m-d
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBinary.php287 public function derivePoint($m) argument
H A DKoblitzPrime.php226 $m = $this->three->multiply($xx);
227 $t = $m->multiply($m)->subtract($this->two->multiply($s));
230 $y3 = $m->multiply($y3)->subtract($this->eight->multiply($yyyy));
H A DPrime.php376 $m = $m1->add($m2);
377 $x1 = $m->multiply($m)->subtract($this->two->multiply($s));
378 $y1 = $m->multiply($s->subtract($x1))->subtract(
397 $m = $m1->add($this->a);
398 $x1 = $m->multiply($m)->subtract($this->two->multiply($s));
399 $y1 = $m->multiply($s->subtract($x1))->subtract(
444 public function derivePoint($m) argument
446 $y = ord(Strings::shift($m));
447 $x = new BigInteger($m, 256);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DEvalBarrett.php44 * @param array $m
48 protected static function reduce(array $n, array $m, $class) argument
57 * @param PHP $m
61 protected static function generateCustomReduction(PHP $m, $class) argument
63 $m_length = count($m->value);
88 list($u, $m1) = $lhs->divide($m);
97 list($u) = $lhs->divide($m);
101 $m = $m->value;
104 $cutoff = count($m) + (count($m) >> 1);
107 if (count($n) > ' . (2 * count($m)) . ') {
[all …]
H A DMontgomeryMult.php40 * @param array $m
44 public static function multiplyReduce(array $x, array $y, array $m, $class) argument
56 if (($key = array_search($m, $cache[self::VARIABLE])) === false) {
58 $cache[self::VARIABLE][] = $m;
59 $cache[self::DATA][] = self::modInverse67108864($m, $class);
62 $n = max(count($x), count($y), count($m));
65 $m = array_pad($m, $n, 0);
72 …dHelper($class::regularMultiply([$x[$i]], $y), false, $class::regularMultiply([$temp], $m), false);
76 if (self::compareHelper($a[self::VALUE], false, $m, false) >= 0) {
77 $a = $class::subtractHelper($a[self::VALUE], false, $m, false);
H A DBarrett.php49 * @param array $m
53 protected static function reduce(array $n, array $m, $class) argument
60 $m_length = count($m);
67 $rhs->value = $m;
74 return self::regularBarrett($n, $m, $class);
78 if (($key = array_search($m, $cache[self::VARIABLE])) === false) {
80 $cache[self::VARIABLE][] = $m;
87 $rhs->value = $m;
122 $temp = $class::multiplyHelper($temp, false, $m, false);
130 while (self::compareHelper($result[self::VALUE], $result[self::SIGN], $m, false) >= 0) {
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php446 if ($m < self::KARATSUBA_CUTOFF) {
450 $x1 = array_slice($x_value, $m);
451 $x0 = array_slice($x_value, 0, $m);
452 $y1 = array_slice($y_value, $m);
453 $y0 = array_slice($y_value, 0, $m);
464 $z2 = array_merge(array_fill(0, 2 * $m, 0), $z2);
1058 $m = count($value) >> 1;
1060 if ($m < self::KARATSUBA_CUTOFF) {
1064 $x1 = array_slice($value, $m);
1065 $x0 = array_slice($value, 0, $m);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php255 $m = $length >> 1;
257 $x1 = substr($x, 0, -$m);
258 $x0 = substr($x, -$m);
259 $y1 = substr($y, 0, -$m);
260 $y0 = substr($y, -$m);
272 $z2 . str_repeat("\0", 2 * $m),
273 $z1 . str_repeat("\0", $m),
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php688 $m = self::MAX_INT;
691 if ($codePoint >= $n && $codePoint < $m) {
692 $m = $codePoint;
696 if ($m - $n > intdiv(self::MAX_INT - $delta, $h + 1)) {
700 $delta += ($m - $n) * ($h + 1);
701 $n = $m;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
H A DEvalBarrett.php44 * @param string $m
47 protected static function reduce($n, $m) argument
56 * @param BCMath $m
60 protected static function generateCustomReduction(BCMath $m, $class) argument
62 $m_length = strlen($m);
72 $u = bcdiv($lhs, $m, 0);
73 $m1 = bcsub($lhs, bcmul($u, $m));
77 $m = "'$m'";
91 $temp = bcmul($temp, ' . $m . ');
100 while (bccomp($result, ' . $m . ') >= 0) {
[all …]
H A DBarrett.php63 * @param string $m
66 protected static function reduce($n, $m) argument
73 $m_length = strlen($m);
76 return bcmod($n, $m);
81 return self::regularBarrett($n, $m);
87 $cache[self::VARIABLE][] = $m;
90 $u = bcdiv($lhs, $m, 0);
91 $m1 = bcsub($lhs, bcmul($u, $m));
122 $temp = bcmul($temp, $m);
136 while (bccomp($result, $m) >= 0) {
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBinaryField.php54 $m = array_shift($indices);
55 $val = str_repeat('0', $m) . '1';
61 $mStart = 2 * $m - 2;
62 $t = ceil($m / 8);
63 $finalMask = chr((1 << ($m % 8)) - 1);
80 $reduce = function ($c) use ($u, $mStart, $m, $t, $finalMask, $pad, $h) {
82 for ($i = $mStart; $i >= $m;) {
88 $temp = $i - $m;

1...<<11121314151617181920>>...62