Home
last modified time | relevance | path

Searched refs:e (Results 126 – 150 of 3328) sorted by path

12345678910>>...134

/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DComposer.php93 } catch (InvalidArgumentException $e) {
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php244 if (empty($cert['n']) || empty($cert['e'])) {
254 'e' => new BigInteger($this->callJwtStatic('urlsafeB64Decode', [
255 $cert['e']
H A DOAuth2.php1457 $e = new \InvalidArgumentException('Key may not be empty');
1461 } catch (\Exception $e) {
1465 throw $e;
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DAppIdentityCredentials.php131 } catch (\Exception $e) {
171 } catch (\Exception $e) {
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DGuzzle5HttpHandler.php86 } catch (Exception $e) {
101 function (Exception $e) {
102 return new RejectedPromise($e);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md265 Instead, use one of the `*Async` methods of a client (e.g., `requestAsync`,
333 means that even value query string values (e.g., ":") are url encoded. This
399 * Removed the fluent interfaces (i.e., `return $this`) from requests,
503 put the request in a desired state (e.g., signed the request).
510 aggregated (e.g., values with "&").
615 and "//". This allows empty Url (e.g., "") to be serialized as "".
726 …every request created by a client (e.g. default query string variables, headers, curl options, etc…
730 created by a command (e.g. custom headers, query string variables, timeout settings, etc.).
734 (e.g. `$collection->setPath('foo/baz/bar', 'test'); echo $collection['foo']['bar']['bar'];`)
1181 …ill always show an equal sign unless the variable is set to QueryString::BLANK (e.g. ?acl= vs ?acl)
[all …]
H A DREADME.md18 environment and transport agnostic code; i.e., no hard dependency on cURL,
H A DUPGRADING.md10 HTTP message interaction (e.g., `GuzzleHttp\Message\Request`) need to be
97 workflow to become more about either returning a value (e.g., functional
114 $client->getEmitter()->on('before', function (BeforeEvent $e) {
116 $e->getRequest()->setHeader('X-Foo', 'Bar');
190 The "procedural" global client has been removed with no replacement (e.g.,
370 template. You must pass an array into a creational method (e.g.,
375 Messages no longer have references to their counterparts (i.e., a request no
502 time (e.g., intercept the request and set a response on the transaction).
782 HeaderInterface (e.g. toArray(), getAll(), etc.).
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php352 } catch (\Exception $e) {
353 return Promise\rejection_for($e);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DRequestException.php48 public static function wrapException(RequestInterface $request, \Exception $e) argument
50 return $e instanceof RequestException
51 ? $e
52 : new RequestException($e->getMessage(), $request, null, $e);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php519 } catch (\RuntimeException $e) {
523 . 'Exception: ' . $e;
569 } catch (\Exception $e) {
572 $easy->onHeadersException = $e;
H A DMockHandler.php83 } catch (\Exception $e) {
85 $response = new RequestException($msg, $request, $response, $e);
H A DStreamHandler.php55 } catch (\InvalidArgumentException $e) {
56 throw $e;
57 } catch (\Exception $e) {
59 $message = $e->getMessage();
66 $e = new ConnectException($e->getMessage(), $request, $e);
68 $e = RequestException::wrapException($request, $e);
69 $this->invokeStats($options, $request, $startTime, null, $e);
71 return \GuzzleHttp\Promise\rejection_for($e);
120 } catch (\Exception $e) {
122 $ex = new RequestException($msg, $request, $response, $e);
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md254 promise into the current state of execution (i.e., return the value of the
305 // do something that will cancel the promise computation (e.g., close
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DEachPromise.php83 } catch (\Throwable $e) {
88 $this->aggregate->reject($e);
89 } catch (\Exception $e) {
94 $this->aggregate->reject($e);
216 } catch (\Throwable $e) {
217 $this->aggregate->reject($e);
220 } catch (\Exception $e) {
221 $this->aggregate->reject($e);
H A DFulfilledPromise.php42 } catch (\Throwable $e) {
43 $p->reject($e);
44 } catch (\Exception $e) {
45 $p->reject($e);
H A DPromise.php94 } catch (\Throwable $e) {
95 $this->reject($e);
96 } catch (\Exception $e) {
97 $this->reject($e);
H A DRejectedPromise.php43 } catch (\Throwable $e) {
45 $p->reject($e);
46 } catch (\Exception $e) {
48 $p->reject($e);
H A DUtils.php54 } catch (\Throwable $e) {
55 $promise->reject($e);
56 } catch (\Exception $e) {
57 $promise->reject($e);
85 } catch (RejectionException $e) {
86 return ['state' => PromiseInterface::REJECTED, 'reason' => $e->getReason()];
87 } catch (\Throwable $e) {
88 return ['state' => PromiseInterface::REJECTED, 'reason' => $e];
89 } catch (\Exception $e) {
90 return ['state' => PromiseInterface::REJECTED, 'reason' => $e];
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md86 - Added more validation of values according to PSR-7 and RFC standards, e.g. status code range (#25…
206 - `Uri::__toString` for network path references, e.g. `//example.org`.
209 e.g. as a user info password.
H A DREADME.md165 chunks (e.g. Amazon S3's multipart upload API).
400 PHP style arrays into an associative array (e.g., `foo[a]=1&foo[b]=2`
598 - network-path references, e.g. `//example.com/path`
599 - absolute-path references, e.g. `/path`
600 - relative-path references, e.g. `subpath`
608 Whether the URI is absolute, i.e. it has a scheme.
671 key without a value, e.g. "key" instead of "key=value".
746 …All letters within a percent-encoding triplet (e.g., "%3A") are case-insensitive, and should be ca…
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DAppendStream.php39 } catch (\Exception $e) {
167 } catch (\Exception $e) {
169 . $i . ' of the AppendStream', 0, $e);
H A DPumpStream.php58 } catch (\Exception $e) {
H A DStream.php84 } catch (\Exception $e) {
H A DStreamDecoratorTrait.php47 } catch (\Exception $e) {
50 . (string) $e, E_USER_ERROR);

12345678910>>...134