Home
last modified time | relevance | path

Searched refs:then (Results 51 – 75 of 1179) sorted by path

12345678910>>...48

/plugin/authdrupal7/
H A DCOPYING117 themselves, then this License, and its terms, do not apply to those
167 access to copy from a designated place, then offering equivalent
203 License and any other pertinent obligations, then as a consequence you
206 all those who receive copies directly or indirectly through you, then
/plugin/authfacebook/
H A DLICENSE117 themselves, then this License, and its terms, do not apply to those
167 access to copy from a designated place, then offering equivalent
203 License and any other pertinent obligations, then as a consequence you
206 all those who receive copies directly or indirectly through you, then
/plugin/authg2fa/
H A DLICENSE117 themselves, then this License, and its terms, do not apply to those
167 access to copy from a designated place, then offering equivalent
203 License and any other pertinent obligations, then as a consequence you
206 all those who receive copies directly or indirectly through you, then
/plugin/authgoogle2fa/
H A DLICENSE117 themselves, then this License, and its terms, do not apply to those
167 access to copy from a designated place, then offering equivalent
203 License and any other pertinent obligations, then as a consequence you
206 all those who receive copies directly or indirectly through you, then
/plugin/authgooglesheets/
H A DLICENSE117 themselves, then this License, and its terms, do not apply to those
167 access to copy from a designated place, then offering equivalent
203 License and any other pertinent obligations, then as a consequence you
206 all those who receive copies directly or indirectly through you, then
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DLICENSE85 or contributory patent infringement, then any patent licenses
107 distribution, then any Derivative Works that You distribute must
/plugin/authgooglesheets/vendor/google/apiclient/
H A DLICENSE85 or contributory patent infringement, then any patent licenses
107 distribution, then any Derivative Works that You distribute must
H A DREADME.md128 And then browsing to the host and port you specified
383 …sproxy.com/documentation/getting-started/). Download and run Charles, and then capture all HTTP tr…
439 …o link to their examples rather than add them to the library, as they can then pin to specific ver…
/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING86 or contributory patent infringement, then any patent licenses
108 distribution, then any Derivative Works that You distribute must
H A DLICENSE85 or contributory patent infringement, then any patent licenses
107 distribution, then any Derivative Works that You distribute must
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DGuzzle5HttpHandler.php94 $futureResponse->then([$promise, 'resolve'], [$promise, 'reject']);
96 return $promise->then(
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md31 …Previously, `RetryMiddleware` would sleep for 1 millisecond, then 2 milliseconds, then 4 milliseco…
32 **After this change, `RetryMiddleware` will sleep for 1 second, then 2 seconds, then 4 seconds.**
332 wire. A Query object then encodes the value before sending over the wire. This
336 not need to be encoded, then you can provide a string to Url::setQuery() and
433 value as an array, then use the newly added `getHeaderAsArray()` method of
895 * Added support to attempt to retrieve a command first literally, then ucfirst, the with inflection
1287 …CurlMulti so that if all of the connections encounter some sort of curl error, then the loop exits.
H A DREADME.md32 $promise = $client->sendAsync($request)->then(function ($response) {
68 You can then later update Guzzle using composer:
H A DUPGRADING.md89 to extend from PSR-7 messages rather then work with them directly.
216 value as an array, then use the newly added `getHeaderAsArray()` method of
574 then developers are free to subclass `GuzzleHttp\Url`.
774 …For example, setHeader() first removes the header using unset on a HeaderCollection and then calls…
781 If you previously relied on Guzzle\Http\Message\Header::raw(), then you will need to update your co…
853 If you still wish to reuse the same CurlMulti object with each client, then you can add a listener …
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DMockHandler.php97 return $response->then(
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMiddleware.php36 ->then(
59 return $handler($request, $options)->then(
88 return $handler($request, $options)->then(
189 return $handler($request, $options)->then(
250 return $handler($request, $options)->then($fn);
H A DRedirectMiddleware.php71 ->then(function (ResponseInterface $response) use ($request, $options) {
128 return $promise->then(
H A DRetryMiddleware.php71 ->then(
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md50 $promise->then(
80 ->then(function ($value) {
84 // This then is executed after the first then and receives the value
85 // returned from the first then.
86 ->then(function ($value) {
116 ->then(function ($value) {
154 })->then(null, function ($reason) {
172 })->then(null, function ($reason) {
191 ->then(function ($value) {
363 $promise->then(function ($value) {
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DCoroutine.php89 public function then( function in GuzzleHttp\\Promise\\Coroutine
93 return $this->result->then($onFulfilled, $onRejected);
130 ->then([$this, '_handleSuccess'], [$this, '_handleFailure']);
H A DCreate.php25 $value->then([$promise, 'resolve'], [$promise, 'reject']);
H A DEachPromise.php130 $this->aggregate->then($clearFn, $clearFn);
174 $this->pending[$idx] = $promise->then(
H A DFulfilledPromise.php26 public function then( function in GuzzleHttp\\Promise\\FulfilledPromise
55 return $this->then(null, $onRejected);
H A DPromise.php31 public function then( function in GuzzleHttp\\Promise\\Promise
46 return $onFulfilled ? $promise->then($onFulfilled) : $promise;
52 return $onRejected ? $rejection->then(null, $onRejected) : $rejection;
57 return $this->then(null, $onRejected);
161 $value->then(
H A DPromiseInterface.php29 public function then( function

12345678910>>...48