Home
last modified time | relevance | path

Searched refs:__toString (Results 126 – 150 of 352) sorted by last modified time

12345678910>>...15

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStreamDecoratorTrait.php34 public function __toString() function
41 trigger_error('StreamDecorator::__toString exception: '
H A DBufferStream.php33 public function __toString() function in GuzzleHttp\\Stream\\BufferStream
H A DFnStream.php16 private static $slots = ['__toString', 'close', 'detach', 'attach',
73 public function __toString() function in GuzzleHttp\\Stream\\FnStream
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DLanguageResult.php84 public function __toString(): string function in LanguageDetection\\LanguageResult
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md127 * Deprecated `Elastica\Bulk::toString()`, `Elastica\Bulk\Action::toString()` and `Elastica\Request::toString()` methods, use `__toString()` method or cast to string instead by @deguif [#2033](https://github.com/ruflin/Elastica/pull/2033)
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DDummyTest.php14 public function __toString() function in Psr\\Log\\Test\\DummyTest
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/
H A DAction.php48 public function __toString(): string function in Elastica\\Bulk\\Action
180 * @deprecated since version 7.1.3, use the "__toString()" method or cast to string instead.
184 \trigger_deprecation('ruflin/elastica', '7.1.3', 'The "%s()" method is deprecated, use "__toString()" or cast to string instead. It will be removed in 8.0.', __METHOD__);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DBulk.php46 public function __toString(): string
268 * @deprecated since version 7.1.3, use the "__toString()" method or cast to string instead.
272 \trigger_deprecation('ruflin/elastica', '7.1.3', 'The "%s()" method is deprecated, use "__toString()" or cast to string instead. It will be removed in 8.0.', __METHOD__);
44 public function __toString(): string global() function in Elastica\\Bulk
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DDsnFunction.php105 public function __toString() function in Nyholm\\Dsn\\Configuration\\DsnFunction
H A DUrl.php99 public function __toString() function in Nyholm\\Dsn\\Configuration\\Url
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUri.php287 public function __toString() function in OAuth\\Common\\Http\\Uri\\Uri
H A DUriInterface.php94 public function __toString(); function
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md65 * Hiding `Authorization` header value from `Request::__toString`.
158 * Added: The Request and Response object now have a `__toString()` method that
/plugin/davcal/vendor/sabre/vobject/lib/
H A DProperty.php333 function __toString() { function in Sabre\\VObject\\Property
H A DParameter.php353 public function __toString() { function in Sabre\\VObject\\Parameter
/plugin/davcal/vendor/sabre/http/lib/
H A DRequest.php296 function __toString() { function in Sabre\\HTTP\\Request
H A DRequestDecorator.php226 function __toString() { function in Sabre\\HTTP\\RequestDecorator
228 return $this->inner->__toString();
H A DResponse.php180 function __toString() { function in Sabre\\HTTP\\Response
H A DResponseDecorator.php79 function __toString() { function in Sabre\\HTTP\\ResponseDecorator
81 return $this->inner->__toString();
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DParameterTest.php52 $this->assertEquals('value',$param->__toString());
61 $this->assertEquals('',$param->__toString());
H A DPropertyTest.php17 $this->assertEquals('propvalue', $property->__toString());
47 $this->assertEquals('value2', $property->__toString());
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php494 public function __toString() function in phpseclib3\\Crypt\\Common\\AsymmetricKey
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DEC.php472 public function __toString() function in phpseclib3\\Crypt\\EC
478 return parent::__toString();
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSetCookie.php84 public function __toString() function in GuzzleHttp\\Cookie\\SetCookie
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php34 public function __toString() function in GuzzleHttp\\Psr7\\BufferStream

12345678910>>...15