Home
last modified time | relevance | path

Searched refs:will (Results 101 – 125 of 2035) sorted by path

12345678910>>...82

/plugin/authgoogle2fa/
H A DLICENSE47 that any problems introduced by others will not reflect on the original
52 program will individually obtain patent licenses, in effect making the
175 void, and will automatically terminate your rights under this License.
177 this License will not have their licenses terminated so long as such
238 of the General Public License from time to time. Such new versions will
254 make exceptions for this. Our decision will be guided by the two goals
301 This program is distributed in the hope that it will be useful,
/plugin/authgooglesheets/
H A DLICENSE47 that any problems introduced by others will not reflect on the original
52 program will individually obtain patent licenses, in effect making the
175 void, and will automatically terminate your rights under this License.
177 this License will not have their licenses terminated so long as such
238 of the General Public License from time to time. Such new versions will
254 make exceptions for this. Our decision will be guided by the two goals
301 This program is distributed in the hope that it will be useful,
H A DREADME7 will not work!
19 This program is distributed in the hope that it will be useful,
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md52 NOTE: This will now be an object instead of an associative array. To get
53 an associative array, you will need to cast it as such:
114 NOTE: This will now be an object instead of an associative array. To get
115 an associative array, you will need to cast it as such:
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DREADME.md13 library via Composer, which will pull down the most recent tag.
H A DSECURITY.md5 The Google Security Team will respond within 5 working days of your report on g.co/vulnz.
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md12 … and are in maintenance mode. This means that we will address critical bugs and security issues bu…
56 There are over 200 Google API services. The chances are good that you will not
78 This example will remove all services other than "Drive" and "YouTube" when
81 **IMPORTANT**: If you add any services back in `composer.json`, you will need to
318 The method used is a matter of preference, but *it will be very difficult to use this library witho…
326 …Client](http://docs.guzzlephp.org/), so any request made using the client will contain the corresp…
389 'verify' => false, // otherwise HTTPS requests will fail.
396 Now all calls made by this library will appear in the Charles UI.
439 … the library. If you have any examples for other APIs, let us know and we will happily add a link …
457 …ou want to null to `Google\Model::NULL_VALUE`. This is a placeholder that will be replaced with a …
[all …]
H A DSECURITY.md5 The Google Security Team will respond within 5 working days of your report on g.co/vulnz.
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md129 Proxy (IAP), you will need to fetch an ID token to access your application. For
167 For invoking Cloud Run services, your service account will need the
171 For invoking Cloud Identity-Aware Proxy, you will need to pass the Client ID
H A DSECURITY.md5 The Google Security Team will respond within 5 working days of your report on g.co/vulnz.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md32 **After this change, `RetryMiddleware` will sleep for 1 second, then 2 seconds, then 4 seconds.**
39 * No `guzzle.phar` was created in 6.4.0 due expired API token. This release will fix that
283 URI variables. You will need to expand URI templates before passing them
286 now magic methods that will send synchronous requests.
313 * Setting a request option to `null` when creating a request with a client will
582 * 303 redirects will now correctly switch from POST to GET requests.
783 These will work through Guzzle 4.0
792 CacheStorageInterface. These two objects and interface will be removed in a future version.
854 * Deprecating ZF1 cache and log adapters. These will be removed in the next major version.
901 * Bug fix: Parsing a query string with a single PHP array value will now result in an array. #263
[all …]
H A DUPGRADING.md27 chaining and promise resolution will eventually blow the stack. Guzzle
45 need a different serialization technique, you will need to pass the query
46 string in as a string. There are a couple helper functions that will make
55 will be maintained for Guzzle 5 support, but will no longer be a part of
398 standard `GuzzleHttp\Message\MessageFactoryInterface` will automatically use
570 `GuzzleHttp\UriTemplate`. The Guzzle library will automatically use the PECL
704 …_body' and 'command.on_complete' as deprecated for AbstractCommand. These will work through Guzzle…
722 Additions and changes (you will need to update any implementations or subclasses you may have creat…
755 CacheStorageInterface. These two objects and interface will be removed in a future version.
781 If you previously relied on Guzzle\Http\Message\Header::raw(), then you will need to update your co…
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md71 with any value other than a `GuzzleHttp\Promise\RejectedPromise` will trigger
73 will reject the promise and trigger the `$onRejected` callbacks).
102 has been fulfilled. The next promise in the chain will be invoked with the
213 // Calling wait will return the value of the promise.
229 function. It will simply return the previously resolved value.
265 // This will not throw an exception. It simply ensures the promise has
273 wait function will be the value delivered to promise B.
334 the parent most ancestor that has not yet been resolved will also be
391 callback, promise resolution will occur recursively.
419 you do not run the task queue, then promises will not be resolved.
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md4 All notable changes to this project will be documented in this file.
183 Invalid modifications will throw an exception instead of returning a wrong URI or
185 - `(new Uri)->withPath('foo')->withHost('example.com')` will throw an exception
187 - `(new Uri())->withScheme('http')` will return `'http://localhost'`
H A DREADME.md50 // When more than 1024 bytes are in the buffer, it will begin returning
61 from a redirect). Data that is read from the remote stream will be buffered in
219 When invoking the provided callable, the PumpStream will pass the amount of
338 The body of the message will only be rewound if a call to `tell()`
381 contains a key, this function will inject a key with a '' string value.
399 value pair will become an array. This function does not parse nested
401 will be parsed into `['foo[a]' => '1', 'foo[b]' => '2'])`.
491 stream is read from, data from the iterator will fill a buffer and will be
496 the object will be cast to a string and then a stream will be returned that
499 - `callable` When a callable is passed, a read-only stream object will be
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md120 …* Added OverflowHandler which will only flush log records to its nested handler when reaching a ce…
142 …* Added DateTimeImmutable support, all record datetime are now immutable, and will toString/json s…
199 … and want to make code compatible with Monolog 1 and 2 this can help. You will have to require at …
281 …reak: StreamHandler will not close streams automatically that it does not own. If you pass in a st…
550 * Added Monolog\Logger::isHandling() to check if a handler will
H A DREADME.md15 As of 1.11.0 Monolog public APIs will also accept PSR-3 log levels.
71 Monolog 1.x support is somewhat limited at this point and only important fixes will be done. You sh…
H A DUPGRADE.md30 you were relying on that you will not get any output anymore, make sure to
40 will be sent using the `warning.channel` routing key instead of `warn.channel`
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Test/
H A DTestCase.php68 ->will($this->returnCallback(function ($record) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md59 … the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix …
/plugin/authgooglesheets/vendor/psr/cache/
H A DCHANGELOG.md3 All notable changes to this project will be documented in this file, in reverse chronological order…
/plugin/authgooglesheets/vendor/psr/http-message/
H A DCHANGELOG.md3 All notable changes to this project will be documented in this file, in reverse chronological order…
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php95 ->will($this->returnValue('DUMMY'));
/plugin/authhiorgserver/
H A DLICENSE47 that any problems introduced by others will not reflect on the original
52 program will individually obtain patent licenses, in effect making the
175 void, and will automatically terminate your rights under this License.
177 this License will not have their licenses terminated so long as such
238 of the General Public License from time to time. Such new versions will
254 make exceptions for this. Our decision will be guided by the two goals
301 This program is distributed in the hope that it will be useful,
H A DREADME.md39 will not work!
51 This program is distributed in the hope that it will be useful,

12345678910>>...82