Home
last modified time | relevance | path

Searched refs:all (Results 101 – 125 of 1930) sorted by path

12345678910>>...78

/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DPatchInstanceFilter.php26 public $all; variable in Google\\Service\\OSConfig\\PatchInstanceFilter
45 public function setAll($all) argument
47 $this->all = $all;
54 return $this->all;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DKeySet.php26 public $all; variable in Google\\Service\\Spanner\\KeySet
37 public function setAll($all) argument
39 $this->all = $all;
46 return $this->all;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DLICENSE15 "Legal Entity" shall mean the union of the acting entity and all
101 that You distribute, all copyright, patent, trademark, and
161 work stoppage, computer failure or malfunction, or any and all
H A DREADME.md57 want them all. In order to avoid shipping these dependencies with your code,
78 This example will remove all services other than "Drive" and "YouTube" when
109 …](https://github.com/googleapis/google-api-php-client/releases) page lists all stable versions. Do…
383 …ocumentation/getting-started/). Download and run Charles, and then capture all HTTP traffic throug…
396 Now all calls made by this library will appear in the Charles UI.
457 …lls from the objects sent to the Google APIs as it is the default value of all of the uninitialize…
461 …ith PHPUnit. You can configure an API key and token in BaseTest.php to run all calls, but this wil…
/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING16 "Legal Entity" shall mean the union of the acting entity and all
102 that You distribute, all copyright, patent, trademark, and
162 work stoppage, computer failure or malfunction, or any and all
H A DLICENSE15 "Legal Entity" shall mean the union of the acting entity and all
101 that You distribute, all copyright, patent, trademark, and
161 work stoppage, computer failure or malfunction, or any and all
H A DREADME.md100 'auth' => 'google_auth' // authorize all requests
119 'auth' => 'google_auth' // authorize all requests
206 'auth' => 'google_auth' // authorize all requests
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md417 * Removing all classes from `GuzzleHttp\Adapter`, these are now
651 * Fixed an issue in the BackoffPlugin retry event where it was trying to access all exceptions as i…
736 * CachePlugin can now purge all resources for a given URI
810 * Mixed casing of headers are now forced to be a single consistent casing across all values for tha…
812 * Removed the whole changedHeader() function system of messages because all header changes now go t…
1081 * Moved all cookie code to Guzzle\Plugin\Cookie
1239 * Moving almost all cookie logic out of the CookiePlugin and into the Cookie or CookieJar implement…
1287 * Adding a fix for CurlMulti so that if all of the connections encounter some sort of curl error, t…
1295 * [BC] Moving all HTTP parsing logic to Guzzle\Http\Parsers. Allows for faster C implementations if…
1325 * Added the ability to passed parameters to all requests created by a client
H A DLICENSE11 all copies or substantial portions of the Software.
H A DUPGRADING.md129 // Create a handler stack that has all of the default middlewares attached
249 - Removed all of the wrapped exceptions. It's better to use the standard PHP
327 - Exceptions in `GuzzleHttp\Exception` have been updated to all extend from
553 `Psr\Log\LoggerInterface` for all logging. The MessageFormatter class has been
588 sending. This subscriber is attached to all requests by default.
643 - `getWrapper`, `getWrapperData`, `getStreamType`, and `getUri` have all been
696 …st.options` as a parameter for a client configuration and as an optional argument to all creational
771 * Mixed casing of headers are now forced to be a single consistent casing across all values for tha…
773 * Removed the whole changedHeader() function system of messages because all header changes now go t…
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DCHANGELOG.md31 - Optional `$recursive` flag to `all`
H A DLICENSE16 all copies or substantial portions of the Software.
H A DMakefile1 all: clean test target
H A DREADME.md72 all of the onFulfilled callbacks (resolving a promise with a rejected promise
475 all of its pending handlers to the new promise. When the new promise is
476 eventually resolved, all of the pending handlers are delivered the forwarded
521 | `all` | `Utils::all` |
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DUtils.php153 public static function all($promises, $recursive = false) function in GuzzleHttp\\Promise\\Utils
173 return self::all($promises, $recursive);
H A Dfunctions.php177 function all($promises, $recursive = false) function
179 return Utils::all($promises, $recursive);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md41 - Issue modifying ServerRequest lost all its attributes
H A DLICENSE18 all copies or substantial portions of the Software.
H A DREADME.md30 $composed->addStream(Psr7\Utils::streamFor(' Above all listen to me'));
32 echo $composed; // abc, 123. Above all listen to me.
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md92 * Fixed FilterHandler triggering a notice when handleBatch was filtering all records passed to it
97 * Fixed normalization of Traversables to avoid traversing them as not all of them are rewindable
183 * Fixed normalization of Traversables to avoid traversing them as not all of them are rewindable
225 * Fixed naming of fields in Slack handler, all field names are now capitalized in all cases
302 * Added `Logger->withName` to clone a logger (keeping all handlers) with a new name
317 * Fixed SwiftMailerHandler bug when sending multiple emails they all had the same id
335 * Added Logger::setHandlers() to allow setting/replacing all handlers
462 * Added chainability to most setters for all handlers
464 * Fixed HipChatHandler batch processing so it sends all messages at once
489 * Added UidProcessor to inject a unique identifier to all log records of one request/run
[all …]
H A DLICENSE10 The above copyright notice and this permission notice shall be included in all
H A DREADME.md71 …ll be done. You should migrate to Monolog 2 where possible to benefit from all the latest features…
H A DUPGRADE.md6 - Removed non-PSR-3 methods to add records, all the `add*` (e.g. `addWarning`)
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/
H A DLICENSE.txt12 The above copyright notice and this permission notice shall be included in all
38 The above copyright notice and this permission notice shall be included in all
H A DREADME.md12 misses. Further reading on [cache-timing attacks](http://blog.ircmaxell.com/2014/11/its-all-about-t…

12345678910>>...78