Home
last modified time | relevance | path

Searched refs:or (Results 126 – 150 of 2823) sorted by path

12345678910>>...113

/plugin/authgooglesheets/
H A DREADME15 This program is free software; you can redistribute it and/or modify
21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
H A Dcomposer.lock213 …"phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token managemen…
546 …TTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandl…
/plugin/authgooglesheets/vendor/composer/
H A DLICENSE7 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12 copies or substantial portions of the Software.
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DLICENSE5 Redistribution and use in source and binary forms, with or without
13 disclaimer in the documentation and/or other materials provided
17 contributors may be used to endorse or promote products derived
H A DREADME.md20 php is < 7.2 or does not have libsodium installed:
152 // Get public key from the private key, or pull from from a file.
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DLICENSE19 direction or management of such entity, whether by contract or
20 otherwise, or (ii) ownership of fifty percent (50%) or more of the
23 "You" (or "Your") shall mean an individual or Legal Entity
45 separable from, or merely link (or bind by name) to the interfaces of,
52 or by an individual or Legal Entity authorized to submit on behalf of
90 Work or Derivative Works thereof in any medium, with or without
94 (a) You must give any other recipients of the Work or
125 for use, reproduction, or distribution of Your modifications, or
159 result of this License or out of the use or inability to use the
161 work stoppage, computer failure or malfunction, or any and all
[all …]
/plugin/authgooglesheets/vendor/google/apiclient/
H A DLICENSE19 direction or management of such entity, whether by contract or
20 otherwise, or (ii) ownership of fifty percent (50%) or more of the
23 "You" (or "Your") shall mean an individual or Legal Entity
45 separable from, or merely link (or bind by name) to the interfaces of,
52 or by an individual or Legal Entity authorized to submit on behalf of
90 Work or Derivative Works thereof in any medium, with or without
94 (a) You must give any other recipients of the Work or
125 for use, reproduction, or distribution of Your modifications, or
159 result of this License or out of the use or inability to use the
161 work stoppage, computer failure or malfunction, or any and all
[all …]
H A DREADME.md10 The Google API Client Library enables you to work with Google APIs such as Gmail, Drive or YouTube …
24 * [PHP 5.6.0 or higher](https://www.php.net/)
32 You can use **Composer** or simply **Download the Release**
79 `composer update` or a fresh `composer install` is run.
196 calls return unexpected 401 or 403 errors.
322 If Google Authentication is desired for external applications, or a Google API is not available yet…
334 * directly with an access token, API key, or (recommended) using
371 …tps://developers.google.com/identity/protocols/OAuth2InstalledApp#offline) or [Service Account Cre…
443 …ures are added to APIs with unusual names, which can cause some unexpected or non-standard style n…
447 Some services return XML or similar by default, rather than JSON, which is what the library support…
/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING20 direction or management of such entity, whether by contract or
21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
24 "You" (or "Your") shall mean an individual or Legal Entity
46 separable from, or merely link (or bind by name) to the interfaces of,
53 or by an individual or Legal Entity authorized to submit on behalf of
91 Work or Derivative Works thereof in any medium, with or without
95 (a) You must give any other recipients of the Work or
126 for use, reproduction, or distribution of Your modifications, or
160 result of this License or out of the use or inability to use the
162 work stoppage, computer failure or malfunction, or any and all
[all …]
H A DLICENSE19 direction or management of such entity, whether by contract or
20 otherwise, or (ii) ownership of fifty percent (50%) or more of the
23 "You" (or "Your") shall mean an individual or Legal Entity
45 separable from, or merely link (or bind by name) to the interfaces of,
52 or by an individual or Legal Entity authorized to submit on behalf of
90 Work or Derivative Works thereof in any medium, with or without
94 (a) You must give any other recipients of the Work or
125 for use, reproduction, or distribution of Your modifications, or
159 result of this License or out of the use or inability to use the
161 work stoppage, computer failure or malfunction, or any and all
[all …]
H A DREADME.md66 > Consider using `.htaccess` or apache configuration files as well.
128 If your application is running behind Cloud Run, or using Cloud Identity-Aware
156 // Cloud Run, IAP, or custom resource URL
304 about the client or APIs on [StackOverflow](http://stackoverflow.com).
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md209 use `form_params` or `multipart` instead.
284 into a client constructor or request method.
338 string that should not be parsed or encoded (unless a call to getQuery() is
354 * No longer double percent-encoding characters in the path or query string if
419 * Removed the concept of "parallel adapters". Sending requests serially or
443 from completing. This can now be handled by throwing the exception or by
596 You can now pass a callable or an array of associative arrays where each
603 be retrieved or modified.
1015 * Fixing phar detection when forcing a cacert to system if null or true
1039 * Bug: Cookies can now be added that have a name, domain, or value set to "0"
[all …]
H A DLICENSE6 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11 all copies or substantial portions of the Software.
H A DREADME.md19 PHP streams, sockets, or non-blocking event loops.
H A DUPGRADING.md12 event listeners or subscribers need to be updated to become middleware
13 functions that wrap handlers (or are injected into a
82 based autoloader or you to include functions.php.
144 strings or array of strings and is used to serialize an
153 `multipart` or `form_params` instead.
199 by cancelling a pool of requests or each outstanding future request
225 - Now requires PHP 5.4 or greater.
229 - Various namespaces have been removed or renamed.
344 // or, to mirror the previous behavior
480 EntityBody interfaces and classes have been removed or moved to
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DLICENSE11 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16 all copies or substantial portions of the Software.
H A DREADME.md36 registers callbacks to receive either a promise's eventual value or the reason
62 *Resolving* a promise means that you either fulfill a promise with a *value* or
162 `GuzzleHttp\Promise\RejectedPromise` in either an `$onFulfilled` or
203 it is expected to deliver a value to the promise or reject the promise. If the
255 promise if it was fulfilled or throw an exception if it was rejected). This is
321 …new promise resolving to the return value of the callback if it is called, or to its original fulf…
327 `$unwrap` controls whether or not the value of the promise is returned for a
328 fulfilled promise or if an exception is thrown if the promise is rejected.
340 Returns the state of the promise. One of `pending`, `fulfilled`, or
470 When a promise is fulfilled or rejected with a non-promise value, the promise
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md183 Invalid modifications will throw an exception instead of returning a wrong URI or
186 because the path of a URI with an authority must start with a slash "/" or be empty
H A DLICENSE13 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18 all copies or substantial portions of the Software.
H A DREADME.md44 what the configured high water mark of the stream is, or the maximum
133 Uses PHP's zlib.inflate filter to inflate deflate or gzipped content.
145 Lazily reads or writes to a file that is opened only after an IO operation
163 LimitStream can be used to read a subset or slice of an existing stream object.
187 Stream that when read returns bytes for a streaming multipart or
221 this value and return fewer or more bytes than requested. Any extra data
537 This function accepts a string or UriInterface and returns a
593 An instance of `Psr\Http\Message\UriInterface` can either be an absolute URI or a relative referenc…
648 or the standard port. This method can be used independently of the implementation.
717 to reduce the document size or offer self-contained downloadable document archives.
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md54 …RROR to default json encoding flags, to avoid dropping entire context data or even records due to …
196 * Deprecated SlackbotHandler, use SlackWebhookHandler or SlackHandler instead
198 * Deprecated HipChatHandler, migrate to Slack and use SlackWebhookHandler or SlackHandler instead
217 …* Added RavenHandler support for a `contexts` context or extra key to forward that to Sentry's con…
282 …cate records from notifications across multiple requests, useful for email or other notifications …
480 …* Fixed RavenHandler's support for batch sending of messages (when behind a Buffer or FingersCross…
504 * Added RedisHandler to log to Redis via the Predis library or the phpredis extension
520 * Added LogstashFormatter (combine with SocketHandler or StreamHandler to send logs to Logstash)
H A DLICENSE6 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11 copies or substantial portions of the Software.
H A DREADME.md53 …rce=packagist-monolog-monolog&utm_medium=referral&utm_campaign=enterprise) or via [GitHub sponsors…
67 - Monolog `^2.0` works with PHP 7.2 or above, use Monolog `^1.25` for PHP 5.3+ support.
89 …olog via the [contributte/monolog](https://github.com/contributte/monolog) or [orisai/nette-monolo…
93 …Monolog via the [yii2-monolog](https://github.com/merorafael/yii2-monolog) or [yii2-psr-log-target…
H A DUPGRADE.md17 via ->setTimezone or passed in the constructor. Calls to Logger::setTimezone
59 - Removed deprecated HipChat handler, migrate to Slack and use SlackWebhookHandler or SlackHandler …
63 - Removed deprecated SlackbotHandler handler, use SlackWebhookHandler or SlackHandler instead
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/
H A DLICENSE.txt8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13 copies or substantial portions of the Software.
34 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
39 copies or substantial portions of the Software.

12345678910>>...113