Home
last modified time | relevance | path

Searched refs:e (Results 151 – 175 of 3328) sorted by path

12345678910>>...134

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUtils.php384 } catch (\Throwable $e) {
389 $e->getMessage()
390 ), 0, $e);
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md58 …nd write timeouts in SocketHandler, you can now pass floats to setWritingTimeout, e.g. 0.2 is 200ms
62 …* Added support for configuring handlers with numeric level values in strings (coming from e.g. en…
91 …* Fixed RedisHandler failing to use MULTI properly when passed a proxied Redis instance (e.g. in S…
120 …log records to its nested handler when reaching a certain amount of logs (i.e. only pass through w…
136 …* BC Break: Removed non-PSR-3 methods to add records, all the `add*` (e.g. `addWarning`) methods a…
177 …* Fixed RedisHandler failing to use MULTI properly when passed a proxied Redis instance (e.g. in S…
H A DUPGRADE.md6 - Removed non-PSR-3 methods to add records, all the `add*` (e.g. `addWarning`)
39 - Log levels are not shortened to 4 characters anymore. e.g. a warning record
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php93 $prev = set_exception_handler(function (\Throwable $e): void {
94 $this->handleException($e);
181 private function handleException(\Throwable $e): void argument
185 if ($e instanceof $class) {
193 …ught Exception %s: "%s" at %s line %s', Utils::getClass($e), $e->getMessage(), $e->getFile(), $e->…
194 ['exception' => $e]
198 ($this->previousExceptionHandler)($e);
H A DLogger.php319 } catch (Throwable $e) {
320 $this->handleException($e, $record);
331 } catch (Throwable $e) {
332 $this->handleException($e, $record);
633 protected function handleException(Throwable $e, array $record): void argument
636 throw $e;
639 ($this->exceptionHandler)($e, $record);
H A DUtils.php278 } catch (\Throwable $e) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DJsonFormatter.php202 protected function normalizeException(Throwable $e, int $depth = 0): array argument
204 $data = parent::normalizeException($e, $depth);
H A DLineFormatter.php149 $str = $this->formatException($e);
151 if ($previous = $e->getPrevious()) {
191 $str = '[object] (' . Utils::getClass($e) . '(code: ' . $e->getCode();
192 if ($e instanceof \SoapFault) {
193 if (isset($e->faultcode)) {
197 if (isset($e->faultactor)) {
201 if (isset($e->detail)) {
202 if (is_string($e->detail)) {
203 $str .= ' detail: ' . $e->detail;
204 } elseif (is_object($e->detail) || is_array($e->detail)) {
[all …]
H A DNormalizerFormatter.php206 'class' => Utils::getClass($e),
207 'message' => $e->getMessage(),
208 'code' => (int) $e->getCode(),
209 'file' => $e->getFile().':'.$e->getLine(),
212 if ($e instanceof \SoapFault) {
213 if (isset($e->faultcode)) {
217 if (isset($e->faultactor)) {
221 if (isset($e->detail)) {
222 if (is_string($e->detail)) {
224 } elseif (is_object($e->detail) || is_array($e->detail)) {
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DElasticaHandler.php123 } catch (ExceptionInterface $e) {
125 throw new \RuntimeException("Error sending messages to Elasticsearch", 0, $e);
H A DElasticsearchHandler.php151 } catch (Throwable $e) {
153 throw new RuntimeException('Error sending messages to Elasticsearch', 0, $e);
H A DFallbackGroupHandler.php40 } catch (Throwable $e) {
66 } catch (Throwable $e) {
H A DHandler.php42 } catch (\Throwable $e) {
H A DWhatFailureGroupHandler.php37 } catch (\Throwable $e) {
62 } catch (\Throwable $e) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php176 } catch (\Exception $e) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDH.php329 } catch (NoKeyLoadedException $e) {
H A DDSA.php157 list($e) = $p_1->divide($q);
165 $g = $h->powMod($e, $p);
H A DHash.php1409 $e = clone $hash[4];
1433 $e->bitwise_rightRotate(14),
1434 $e->bitwise_rightRotate(18),
1435 $e->bitwise_rightRotate(41)
1440 $e->bitwise_and($f),
1441 $g->bitwise_and($e->bitwise_not())
1451 $f = clone $e;
1452 $e = $d->add($t1);
1465 $hash[4]->add($e),
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBinary.php194 $e = $x1->add($b);
196 $z3 = $e->multiply($z1);
202 $p3 = $e->multiply($e)->multiply($e);
213 $e = $a->add($b);
215 $g = $e->multiply($z1);
221 $p3 = $e->multiply($e)->multiply($e);
H A DKoblitzPrime.php201 $e = $this->three->multiply($a);
202 $f = $e->multiply($e);
204 $y3 = $e->multiply($d->subtract($x3))->subtract(
H A DMontgomery.php194 $e = $aa->subtract($bb);
205 $z4 = $e->multiply($temp->add($this->a24->multiply($e)));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php271 $e = $h->subtract($temp->multiply($temp));
275 $x3 = $e->multiply($f);
277 $t3 = $e->multiply($h);
321 $e = $b->subtract($a);
326 $x3 = $e->multiply($f);
328 $t3 = $e->multiply($h);
H A DEd448.php210 $e = $c->add($d);
212 $j = $e->subtract($this->two->multiply($h));
214 $x3 = $b->subtract($e)->multiply($j);
215 $y3 = $c->subtract($d)->multiply($e);
216 $z3 = $e->multiply($j);
259 $e = $this->d->multiply($c)->multiply($d);
260 $f = $b->subtract($e);
261 $g = $b->add($e);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php166 $e = $this->hash->hash($message);
167 $e = new BigInteger($e, 256);
170 $z = $Ln > 0 ? $e->bitwise_rightShift($Ln) : $e;
H A DPublicKey.php82 } catch (\Exception $e) {
140 $e = $this->hash->hash($message);
141 $e = new BigInteger($e, 256);
144 $z = $Ln > 0 ? $e->bitwise_rightShift($Ln) : $e;

12345678910>>...134