Home
last modified time | relevance | path

Searched refs:using (Results 76 – 100 of 1302) sorted by path

12345678910>>...53

/plugin/authgooglesheets/
H A DLICENSE17 using it. (Some other Free Software Foundation software is covered by
H A DREADME3 Authenticate using Google Sheets
H A Dcomposer.lock103 … "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
266 "psr/log": "Required for using the Log middleware"
546 …"ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGrid…
549 "ext-openssl": "Required to send log messages using SSL",
553 … "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
H A Dplugin.info.txt6 desc Authenticate using Google Sheets
/plugin/authgooglesheets/vendor/firebase/php-jwt/
H A DREADME.md299 Run the tests using phpunit:
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DLICENSE150 appropriateness of using or redistributing the Work and assume any
H A DSECURITY.md7 We use g.co/vulnz for our intake, and do coordination and disclosure here using GitHub Security Adv…
/plugin/authgooglesheets/vendor/google/apiclient/
H A DLICENSE150 appropriateness of using or redistributing the Work and assume any
H A DREADME.md16 …Pub/Sub][cloud-pubsub], and [Compute Engine][cloud-compute], we recommend using the Google Cloud c…
28 The [docs folder](docs/) provides detailed guides for using this library.
159 1. Set the path to these credentials using `Google\Client::setAuthConfig`:
200 1. Set the path to these credentials using the `GOOGLE_APPLICATION_CREDENTIALS` environment variabl…
219 …impersonate a user account, specify the email address of the user account using the method setSubj…
227 If you want to a specific JSON key instead of using `GOOGLE_APPLICATION_CREDENTIALS` environment va…
318 …e [APIs Explorer](https://developers.google.com/apis-explorer/#p/) before using any of the service…
326 …thorized [Guzzle Client](http://docs.guzzlephp.org/), so any request made using the client will co…
334 * directly with an access token, API key, or (recommended) using
381 ### Debugging Your HTTP Request using Charles ###
[all …]
H A DSECURITY.md7 We use g.co/vulnz for our intake, and do coordination and disclosure here using GitHub Security Adv…
/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING151 appropriateness of using or redistributing the Work and assume any
H A DLICENSE150 appropriateness of using or redistributing the Work and assume any
H A DREADME.md16 This is Google's officially supported PHP client library for using OAuth 2.0
66 > Consider using `.htaccess` or apache configuration files as well.
112 If you are using [Guzzle 5][Guzzle 5], replace the `create middleware` and
127 #### Call using an ID Token
128 If your application is running behind Cloud Run, or using Cloud Identity-Aware
175 #### Call using a specific JSON key
176 If you want to use a specific JSON key instead of using `GOOGLE_APPLICATION_CREDENTIALS` environmen…
217 #### Call using Proxy-Authorization Header
262 If you are [using Google ID tokens to authenticate users][google-id-tokens], use
H A DSECURITY.md7 We use g.co/vulnz for our intake, and do coordination and disclosure here using GitHub Security Adv…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md150 * Bug fix: fixed regression where MockHandler was not using `sink`.
232 using constants.
420 concurrently is now handled using a single adapter.
458 * No longer using `request_fulluri` in stream adapter proxies.
505 "stream" set to true in parallel using the MultiAdapter.
565 * Added the ability to persist a cookie session using $_SESSION.
659 * Added the ability to combine URLs using strict RFC 3986 compliance
891 * Bug fix: Model names are now properly set even when using $refs
1040 * Bug: Using the system cacert bundle when using the Phar
1084 * Now shipping with cURL's CA certs and using it by default
[all …]
H A DREADME.md12 uploads, streaming large downloads, using HTTP cookies, uploading JSON data,
14 - Can send both synchronous and asynchronous requests using the same interface.
68 You can then later update Guzzle using composer:
H A DUPGRADING.md34 3. Because we need to be able to wait on a result, doing so using React
50 system based on PSR-7, using RingPHP and it's middleware system as well adds
101 Instead of using the event system to listen for things like the `before` event,
122 In v6, you can modify the request before it is sent using the `mapRequest`
188 deprecated in favor of using `GuzzleHttp\Pool::batch()`.
379 these transaction objects using request events that are emitted over the
397 to control the format of a POST body. Requests that are created using a
524 You can intercept a request and inject a response using the `intercept()` event
604 to build custom retry policies using simple functions rather than various
622 services by representing web service operations using commands.
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md28 - C# style async/await coroutine promises using
70 Promises are fulfilled using the `resolve($value)` method. Resolving a promise
181 invoked using the value returned from the `$onRejected` callback.
200 You can synchronously force promises to complete using a promise's `wait`
280 You can cancel a promise that has not yet been fulfilled using the `cancel()`
415 asynchronously using a task queue. When waiting on promises synchronously, the
417 any forwarded promises are resolved. When using promises asynchronously in an
421 You can run the task queue using the `run()` method of the global task queue
430 For example, you could use Guzzle promises with React using a periodic timer:
472 down the chain without using recursion.
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md253 - Support for using '0' as a filename.
H A DREADME.md222 returned by the provided callable is buffered internally until drained using
525 Safely opens a PHP stream resource using a filename.
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md47 * Added ability to customize date format when using JsonFormatter (#1561)
56 * Added RedisPubSubHandler to log records to a Redis channel using PUBLISH
99 * Fixed BrowserConsoleHandler formatting when using multiple styles
185 * Fixed BrowserConsoleHandler formatting when using multiple styles
212 * Added a way to log signals being received using Monolog\SignalHandler
232 * Fixed WhatFailureGroupHandler skipping processors when using handleBatch
294 * Fixed RedisHandler issue when using with the PHPRedis extension
295 * Fixed AmqpHandler content-type being incorrectly set when using with the AMQP extension
305 * Added support for replacing context sub-keys using `%context.*%` in LineFormatter
428 * Added $appendNewline flag to the JsonFormatter to enable using it when logging to files
[all …]
H A DREADME.md79 - Frameworks and libraries using [PSR-3](https://github.com/php-fig/fig-standards/blob/master/accep…
H A DUPGRADE.md40 will be sent using the `warning.channel` routing key instead of `warn.channel`
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md53 * Install using Composer: `composer require phpseclib/phpseclib:~1.0`
54 * Install using PEAR: See [phpseclib PEAR Channel Documentation](http://phpseclib.sourceforge.net/p…
93 php-cs-fixer fix --config=build/php-cs-fixer.php --diff --dry-run --using-cache=no
/plugin/authhiorgserver/
H A DLICENSE17 using it. (Some other Free Software Foundation software is covered by

12345678910>>...53