Home
last modified time | relevance | path

Searched refs:PHP (Results 26 – 50 of 508) sorted by path

12345678910>>...21

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
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…
/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/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/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/paragonie/constant_time_encoding/
H A DREADME.md23 ## PHP Version Requirements
25 Version 2 of this library should work on **PHP 7** or newer. For PHP 5
28 If you are adding this as a dependency to a project intended to work on both PHP 5 and PHP 7, pleas…
/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/
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/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;
H A DMontgomery.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP;
19 use phpseclib3\Math\BigInteger\Engines\PHP; alias
20 use phpseclib3\Math\BigInteger\Engines\PHP\Reductions\PowerOfTwo;
H A DOpenSSL.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DBarrett.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP\Reductions;
18 use phpseclib3\Math\BigInteger\Engines\PHP; alias
19 use phpseclib3\Math\BigInteger\Engines\PHP\Base;
H A DClassic.php16 namespace phpseclib3\Math\BigInteger\Engines\PHP\Reductions;
18 use phpseclib3\Math\BigInteger\Engines\PHP\Base;
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/psr/cache/
H A DLICENSE.txt1 Copyright (c) 2015 PHP Framework Interoperability Group
/plugin/authgooglesheets/vendor/psr/http-message/
H A DLICENSE1 Copyright (c) 2014 PHP Framework Interoperability Group
/plugin/authgooglesheets/vendor/psr/log/
H A DLICENSE1 Copyright (c) 2012 PHP Framework Interoperability Group

12345678910>>...21