Home
last modified time | relevance | path

Searched refs:PHP (Results 151 – 175 of 508) sorted by last modified time

12345678910>>...21

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md1 Guzzle, PHP HTTP client
8 Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and
19 PHP streams, sockets, or non-blocking event loops.
77 …kagist | Namespace | Repo | Docs | PSR-7 | PHP Version |
H A DUPGRADING.md44 option uses PHP's `http_build_query` to convert an array to a string. If you
165 passing a `GuzzleHttp\Adapter\AdapterInterface`, you must now pass a PHP
225 - Now requires PHP 5.4 or greater.
249 - Removed all of the wrapped exceptions. It's better to use the standard PHP
447 referencing an open PHP HTTP stream.
543 class is shipped with PHP 5.4.
544 - `Guzzle\Iterator\MapIterator` is not really needed when using PHP 5.5 because
668 PHP requests are now implemented through the `GuzzleHttp\Adapter\StreamAdapter`.
690 - Marked `Guzzle\Parser\Url\UrlParser` as deprecated. Just use PHP's `parse_url()` and percent enco…
H A DCHANGELOG.md115 * Only read up to `Content-Length` in PHP StreamHandler to avoid timeouts when
184 * Bug fix: Adding a Content-Length to PHP stream wrapper requests if not set.
248 * Requires PHP >= 5.5
293 is serialized using PHP's `http_build_query`. If you need more control, you
334 makes the Query class match PHP's http_build_query function. However, if you
507 previously changed and caused performance problems on some systems due to PHP
605 * functions.php functions were renamed using snake_case to match PHP idioms
634 * Sending PHP stream requests no longer forces `HTTP/1.0`
653 * CURLOPT_PROGRESS function fix for PHP 5.5 (69fcc1e)
929 * Added the ability to create PHP streaming responses from HTTP requests
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md4 * Fixed AsMonologProcessor syntax to be compatible with PHP 7.2 (#1651)
64 * Fixed PHP 8 issues in SyslogUdpHandler
80 * Added tentative support for PHP 8
118 * BC Break: PHP 7.2 is now the minimum required PHP version.
134 * BC Break: PHP 7.1 is now the minimum required PHP version.
157 * Fixed PHP 8.1 deprecation warning
240 * Fixed compatibility issue with PHP <5.3.6
259 * Fixed a few PHP 7.0 and 7.1 compatibility issues
322 * Fixed RollbarHandler triggering PHP notices
330 * Fixed IntrospectionProcessor triggering PHP notices
[all …]
H A DREADME.md1 # Monolog - Logging for PHP [![Continuous Integration](https://github.com/Seldaek/monolog/workflows…
67 - Monolog `^2.0` works with PHP 7.2 or above, use Monolog `^1.25` for PHP 5.3+ support.
112 library, although most concepts have been adjusted to fit to the PHP world.
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md1 # phpseclib - PHP Secure Communications Library
13 MIT-licensed pure-PHP implementations of the following:
36 * Minimum PHP version: 5.6.1
44 * Minimum PHP version: 5.3.3
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DEvalBarrett.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP\Reductions;
18 use phpseclib3\Math\BigInteger\Engines\PHP; alias
19 use phpseclib3\Math\BigInteger\Engines\PHP\Base;
57 * @param PHP $m
61 protected static function generateCustomReduction(PHP $m, $class)
H A DMontgomery.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP\Reductions;
18 use phpseclib3\Math\BigInteger\Engines\PHP\Montgomery as Progenitor;
H A DMontgomeryMult.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP\Reductions;
18 use phpseclib3\Math\BigInteger\Engines\PHP; alias
H A DPowerOfTwo.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP\Reductions;
18 use phpseclib3\Math\BigInteger\Engines\PHP\Base;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php79 * @return PHP
819 * @return PHP
855 * @return PHP
875 * @return PHP
981 * @param PHP $e
982 * @param PHP $n
983 * @return PHP
985 protected function powModInner(PHP $e, PHP $n)
1129 * @param PHP $r
1152 * @param PHP $n
[all …]
H A DPHP32.php27 class PHP32 extends PHP
H A DPHP64.php27 class PHP64 extends PHP
/plugin/authgooglesheets/
H A Dcomposer.lock54 …"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform…
225 "description": "Google Auth Library for PHP",
293 "description": "Guzzle is a PHP HTTP client library",
706 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
788 …"description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SF…
863 "name": "PHP-FIG",
912 "name": "PHP-FIG",
965 "name": "PHP-FIG",
1245 … "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
/plugin/authgooglesheets/vendor/psr/http-message/
H A DLICENSE1 Copyright (c) 2014 PHP Framework Interoperability Group
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md53 - Broken `Utils::tryFopen()` on PHP 8
H A DREADME.md62 a PHP temp stream so that previously read bytes are cached first in memory,
133 Uses PHP's zlib.inflate filter to inflate deflate or gzipped content.
136 the gzip header, converts the provided stream to a PHP stream resource,
217 Provides a read only stream that pumps data from a PHP callable.
289 ## PHP StreamWrapper
292 PSR-7 stream as a PHP stream resource.
294 Use the `GuzzleHttp\Psr7\StreamWrapper::getResource()` method to create a PHP
400 PHP style arrays into an associative array (e.g., `foo[a]=1&foo[b]=2`
445 PHP's `hash_init` functions.
525 Safely opens a PHP stream resource using a filename.
[all …]
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md3 # Google APIs Client Library for PHP #
24 * [PHP 5.6.0 or higher](https://www.php.net/)
363 In this example we use [PHP Cache](http://www.php-cache.com/). Add this to your project with compos…
443 …ith unusual names, which can cause some unexpected or non-standard style naming in the PHP classes.
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DREADME.md1 Google PHP API Client Services
6 [Google API PHP Client](https://github.com/googleapis/google-api-php-client/releases)
12 [Google API PHP Client](https://github.com/googleapis/google-api-php-client/releases)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
H A DBase.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP;
18 use phpseclib3\Math\BigInteger\Engines\PHP; alias
27 abstract class Base extends PHP
77 * @param PHP $x
78 * @param PHP $e
79 * @param PHP $n
81 * @return PHP
83 protected static function powModHelper(PHP $x, PHP $e, PHP $n, $class)
H A DDefaultEngine.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP;
18 use phpseclib3\Math\BigInteger\Engines\PHP\Reductions\EvalBarrett;
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md1 # Google Auth Library for PHP
16 This is Google's officially supported PHP client library for using OAuth 2.0
38 [application default credentials][application default credentials] for PHP.
65 > PHP's `putenv` function is just one way to set an environment variable.
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DCHANGELOG.md30 - Support for PHP 8
38 - Fixed `method_exists` crashes on PHP 8
64 - Update to now catch `\Throwable` on PHP 7+
H A DREADME.md248 > PHP Fatal error: Uncaught exception 'GuzzleHttp\Promise\RejectionException' with message 'The pr…
/plugin/authgooglesheets/vendor/psr/log/
H A DLICENSE1 Copyright (c) 2012 PHP Framework Interoperability Group

12345678910>>...21