Home
last modified time | relevance | path

Searched refs:version (Results 401 – 425 of 2779) sorted by path

1...<<11121314151617181920>>...112

/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DService.php27 public $version; variable in Google\\Service
/plugin/authgooglesheets/vendor/google/auth/
H A DCOPYING50 the original version of the Work and any modifications or additions
H A DLICENSE49 the original version of the Work and any modifications or additions
H A DREADME.md29 Next, run the Composer command to install the latest stable version:
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DHttpHandlerFactory.php35 $version = null;
37 $version = ClientInterface::MAJOR_VERSION;
40 $version = (int) substr(ClientInterface::VERSION, 0, 1);
43 switch ($version) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md5 * Unpin version constraint for `symfony/polyfill-intl-idn` [#2678](https://github.com/guzzle/guzzle…
100 * Fix deprecations with guzzle/psr7 version 1.4
671 * Minimum PHP version is now properly specified as 5.3.3 (up from 5.3.2) (#420)
693 * Bug fix: Properly URL encoding paths when using the PHP-only version of the UriTemplate expander
746 Symfony users can still use the old version of Monolog.
792 CacheStorageInterface. These two objects and interface will be removed in a future version.
854 * Deprecating ZF1 cache and log adapters. These will be removed in the next major version.
1203 * Minor patch to update version number in UA string
1296 …zzle\Http\Message\Response::setProtocol() method to accept a protocol and version in separate args.
1302 * Adding Guzzle\Version class to give version information about Guzzle
H A DREADME.md56 Next, run the Composer command to install the latest stable version of Guzzle:
H A DUPGRADING.md142 This version added the [`form_params`](http://guzzle.readthedocs.org/en/latest/request-options.html…
755 CacheStorageInterface. These two objects and interface will be removed in a future version.
962 <?xml version="1.0" encoding="UTF-8"?>
1201 In version 2.8 setting the `Accept-Encoding` header would set the CURLOPT_ENCODING option, which pe…
1203 See issue #217 for a workaround, or use a version containing the fix.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DClient.php152 $version = isset($options['version']) ? $options['version'] : '1.1';
158 $request = new Psr7\Request($method, $uri, $headers, $body, $version);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php221 $version = $easy->request->getProtocolVersion();
222 if ($version == 1.1) {
224 } elseif ($version == 2.0) {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md84 - Allowed version `^3.0` of `ralouphie/getallheaders` dependency (#244)
H A DREADME.md463 - version: (string) Set the protocol version.
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php213 $version = isset($parts[2]) ? explode('/', $parts[2])[1] : '1.1';
220 $version
H A DMessageTrait.php29 public function withProtocolVersion($version) argument
31 if ($this->protocol === $version) {
36 $new->protocol = $version;
H A DRequest.php31 * @param string $version Protocol version
38 $version = '1.1' argument
48 $this->protocol = $version;
H A DResponse.php87 * @param string $version Protocol version
94 $version = '1.1', argument
114 $this->protocol = $version;
H A DServerRequest.php62 * @param string $version Protocol version
70 $version = '1.1', argument
75 parent::__construct($method, $uri, $headers, $body, $version);
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md118 * 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.
307 * Added setRelease to RavenHandler to describe the application version, sent with every log
458 * Added $version to LogstashFormatter to allow using the new v1 Logstash format
H A DREADME.md20 Install the latest version with
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DDynamoDbHandler.php44 protected $version; variable in Monolog\\Handler\\DynamoDbHandler
55 $this->version = 3;
58 $this->version = 2;
73 if ($this->version === 3) {
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/
H A DREADME.md28 …roject intended to work on both PHP 5 and PHP 7, please set the required version to `^1|^2` instea…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md36 * Minimum PHP version: 5.6.1
43 * Modernized version of 1.0
44 * Minimum PHP version: 5.3.3
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php51 private static $version = 2; variable in phpseclib3\\Crypt\\Common\\Formats\\Keys\\PuTTY
68 * @param int $version
72 if ($version != 2 && $version != 3) {
75 self::$version = $version;
197 if ($version != 2 && $version != 3) {
223 switch ($version) {
235 switch ($version) {
253 switch ($version) {
302 $version = isset($options['version']) ? $options['version'] : self::$version;
318 switch ($version) {
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php2973 $version = isset($tbsCertList['version']) ? $tbsCertList['version'] : 0;
2974 if (!$version) {
2976 $version = 1; // v2.
2980 $version = 1; // v2.
2985 if ($version) {
2986 $tbsCertList['version'] = $version;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php178 private $version; variable in phpseclib3\\Net\\SFTP
709 if ($this->version < 2 || $this->version > 6) {
821 if ($this->version > 2) {
1555 $attr = $this->version < 4 ?
1617 $attr = $this->version < 4 ?
1907 if ($this->version == 6) {
2119 if ($this->version >= 5) {
2979 if ($this->version >= 5) {
3047 if ($this->version >= 4) {
3521 return $this->version;
[all …]

1...<<11121314151617181920>>...112