Home
last modified time | relevance | path

Searched refs:remoteStream (Results 1 – 25 of 51) sorted by relevance

123

/dports/www/bolt/bolt-2.2.24/vendor/guzzle/guzzle/src/Guzzle/Http/
H A DCachingEntityBody.php13 protected $remoteStream; variable in Guzzle\\Http\\CachingEntityBody
24 $this->remoteStream = $body;
167 $this->remoteStream->setStream($stream, $size);
172 return $this->remoteStream->getContentType();
182 return $this->remoteStream->getMetaData($key);
187 return $this->remoteStream->getStream();
192 return $this->remoteStream->getWrapper();
197 return $this->remoteStream->getWrapperData();
202 return $this->remoteStream->getStreamType();
207 return $this->remoteStream->getUri();
[all …]
/dports/net-mgmt/icingaweb2-module-ipl/icingaweb2-module-ipl-0.5.0/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php15 private $remoteStream; variable in GuzzleHttp\\Psr7\\CachingStream
30 $this->remoteStream = $stream;
36 return max($this->stream->getSize(), $this->remoteStream->getSize());
51 $size = $this->remoteStream->getSize();
65 while ($diff > 0 && !$this->remoteStream->eof()) {
87 $remoteData = $this->remoteStream->read(
110 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();
120 return $this->stream->eof() && $this->remoteStream->eof();
128 $this->remoteStream->close() && $this->stream->close();
/dports/net-mgmt/icingaweb2-module-reactbundle/icingaweb2-module-reactbundle-0.9.0/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php16 private $remoteStream; variable in GuzzleHttp\\Psr7\\CachingStream
31 $this->remoteStream = $stream;
37 return max($this->stream->getSize(), $this->remoteStream->getSize());
52 $size = $this->remoteStream->getSize();
66 while ($diff > 0 && !$this->remoteStream->eof()) {
88 $remoteData = $this->remoteStream->read(
111 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();
121 return $this->stream->eof() && $this->remoteStream->eof();
129 $this->remoteStream->close() && $this->stream->close();
/dports/devel/aws-sdk-php/aws-sdk-php74-3.185.15/GuzzleHttp/Psr7/
H A DCachingStream.php18 private $remoteStream; variable in GuzzleHttp\\Psr7\\CachingStream
33 $this->remoteStream = $stream;
39 return max($this->stream->getSize(), $this->remoteStream->getSize());
54 $size = $this->remoteStream->getSize();
68 while ($diff > 0 && !$this->remoteStream->eof()) {
90 $remoteData = $this->remoteStream->read(
113 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();
123 return $this->stream->eof() && $this->remoteStream->eof();
131 $this->remoteStream->close() && $this->stream->close();
/dports/net-mgmt/icingaweb2-module-reporting/icingaweb2-module-reporting-0.9.2/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php15 private $remoteStream; variable in GuzzleHttp\\Psr7\\CachingStream
30 $this->remoteStream = $stream;
36 return max($this->stream->getSize(), $this->remoteStream->getSize());
51 $size = $this->remoteStream->getSize();
65 while ($diff > 0 && !$this->remoteStream->eof()) {
87 $remoteData = $this->remoteStream->read(
110 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();
120 return $this->stream->eof() && $this->remoteStream->eof();
128 $this->remoteStream->close() && $this->stream->close();
/dports/mail/roundcube/roundcubemail-1.5.1/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php18 private $remoteStream; variable in GuzzleHttp\\Psr7\\CachingStream
33 $this->remoteStream = $stream;
39 $remoteSize = $this->remoteStream->getSize();
60 $size = $this->remoteStream->getSize();
74 while ($diff > 0 && !$this->remoteStream->eof()) {
96 $remoteData = $this->remoteStream->read(
119 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();
129 return $this->stream->eof() && $this->remoteStream->eof();
137 $this->remoteStream->close() && $this->stream->close();
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/guzzlehttp/psr7/src/
H A DCachingStream.php18 private $remoteStream; variable in GuzzleHttp\\Psr7\\CachingStream
33 $this->remoteStream = $stream;
39 return max($this->stream->getSize(), $this->remoteStream->getSize());
54 $size = $this->remoteStream->getSize();
68 while ($diff > 0 && !$this->remoteStream->eof()) {
90 $remoteData = $this->remoteStream->read(
113 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();
123 return $this->stream->eof() && $this->remoteStream->eof();
131 $this->remoteStream->close() && $this->stream->close();
/dports/audio/ampache/ampache-php74-5.0.0/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php18 private $remoteStream; variable in GuzzleHttp\\Psr7\\CachingStream
33 $this->remoteStream = $stream;
39 return max($this->stream->getSize(), $this->remoteStream->getSize());
54 $size = $this->remoteStream->getSize();
68 while ($diff > 0 && !$this->remoteStream->eof()) {
90 $remoteData = $this->remoteStream->read(
113 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();
123 return $this->stream->eof() && $this->remoteStream->eof();
131 $this->remoteStream->close() && $this->stream->close();
/dports/mail/roundcube-carddav/carddav-4.0.4-vendor/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php16 private $remoteStream; variable in GuzzleHttp\\Psr7\\CachingStream
31 $this->remoteStream = $stream;
37 return max($this->stream->getSize(), $this->remoteStream->getSize());
52 $size = $this->remoteStream->getSize();
66 while ($diff > 0 && !$this->remoteStream->eof()) {
88 $remoteData = $this->remoteStream->read(
111 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();
121 return $this->stream->eof() && $this->remoteStream->eof();
129 $this->remoteStream->close() && $this->stream->close();
/dports/www/phpbb3/phpBB3/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php16 private $remoteStream; variable in GuzzleHttp\\Psr7\\CachingStream
31 $this->remoteStream = $stream;
37 return max($this->stream->getSize(), $this->remoteStream->getSize());
52 $size = $this->remoteStream->getSize();
66 while ($diff > 0 && !$this->remoteStream->eof()) {
88 $remoteData = $this->remoteStream->read(
111 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();
121 return $this->stream->eof() && $this->remoteStream->eof();
129 $this->remoteStream->close() && $this->stream->close();
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php18 private $remoteStream; variable in GuzzleHttp\\Psr7\\CachingStream
33 $this->remoteStream = $stream;
39 $remoteSize = $this->remoteStream->getSize();
60 $size = $this->remoteStream->getSize();
74 while ($diff > 0 && !$this->remoteStream->eof()) {
96 $remoteData = $this->remoteStream->read(
119 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();
129 return $this->stream->eof() && $this->remoteStream->eof();
137 $this->remoteStream->close() && $this->stream->close();
/dports/www/typo3-9/typo3_src-9.5.31/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php15 private $remoteStream; variable in GuzzleHttp\\Psr7\\CachingStream
30 $this->remoteStream = $stream;
36 return max($this->stream->getSize(), $this->remoteStream->getSize());
51 $size = $this->remoteStream->getSize();
65 while ($diff > 0 && !$this->remoteStream->eof()) {
87 $remoteData = $this->remoteStream->read(
110 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();
120 return $this->stream->eof() && $this->remoteStream->eof();
128 $this->remoteStream->close() && $this->stream->close();
/dports/www/typo3-10/typo3_src-10.4.25/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php18 private $remoteStream; variable in GuzzleHttp\\Psr7\\CachingStream
33 $this->remoteStream = $stream;
39 return max($this->stream->getSize(), $this->remoteStream->getSize());
54 $size = $this->remoteStream->getSize();
68 while ($diff > 0 && !$this->remoteStream->eof()) {
90 $remoteData = $this->remoteStream->read(
113 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();
123 return $this->stream->eof() && $this->remoteStream->eof();
131 $this->remoteStream->close() && $this->stream->close();
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php16 private $remoteStream; variable in GuzzleHttp\\Psr7\\CachingStream
31 $this->remoteStream = $stream;
37 return max($this->stream->getSize(), $this->remoteStream->getSize());
52 $size = $this->remoteStream->getSize();
66 while ($diff > 0 && !$this->remoteStream->eof()) {
88 $remoteData = $this->remoteStream->read(
111 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();
121 return $this->stream->eof() && $this->remoteStream->eof();
129 $this->remoteStream->close() && $this->stream->close();
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php16 private $remoteStream; variable in GuzzleHttp\\Psr7\\CachingStream
31 $this->remoteStream = $stream;
37 return max($this->stream->getSize(), $this->remoteStream->getSize());
52 $size = $this->remoteStream->getSize();
66 while ($diff > 0 && !$this->remoteStream->eof()) {
88 $remoteData = $this->remoteStream->read(
111 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();
121 return $this->stream->eof() && $this->remoteStream->eof();
129 $this->remoteStream->close() && $this->stream->close();
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php16 private $remoteStream; variable in GuzzleHttp\\Psr7\\CachingStream
31 $this->remoteStream = $stream;
37 return max($this->stream->getSize(), $this->remoteStream->getSize());
52 $size = $this->remoteStream->getSize();
66 while ($diff > 0 && !$this->remoteStream->eof()) {
88 $remoteData = $this->remoteStream->read(
111 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();
121 return $this->stream->eof() && $this->remoteStream->eof();
129 $this->remoteStream->close() && $this->stream->close();
/dports/www/drupal8/drupal-8.9.20/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php15 private $remoteStream; variable in GuzzleHttp\\Psr7\\CachingStream
30 $this->remoteStream = $stream;
36 return max($this->stream->getSize(), $this->remoteStream->getSize());
51 $size = $this->remoteStream->getSize();
65 while ($diff > 0 && !$this->remoteStream->eof()) {
87 $remoteData = $this->remoteStream->read(
110 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();
120 return $this->stream->eof() && $this->remoteStream->eof();
128 $this->remoteStream->close() && $this->stream->close();
/dports/www/drupal9/drupal-9.2.10/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php18 private $remoteStream; variable in GuzzleHttp\\Psr7\\CachingStream
33 $this->remoteStream = $stream;
39 return max($this->stream->getSize(), $this->remoteStream->getSize());
54 $size = $this->remoteStream->getSize();
68 while ($diff > 0 && !$this->remoteStream->eof()) {
90 $remoteData = $this->remoteStream->read(
113 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();
123 return $this->stream->eof() && $this->remoteStream->eof();
131 $this->remoteStream->close() && $this->stream->close();
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php15 private $remoteStream; variable in GuzzleHttp\\Psr7\\CachingStream
30 $this->remoteStream = $stream;
36 return max($this->stream->getSize(), $this->remoteStream->getSize());
51 $size = $this->remoteStream->getSize();
65 while ($diff > 0 && !$this->remoteStream->eof()) {
87 $remoteData = $this->remoteStream->read(
110 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();
120 return $this->stream->eof() && $this->remoteStream->eof();
128 $this->remoteStream->close() && $this->stream->close();
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php16 private $remoteStream; variable in GuzzleHttp\\Psr7\\CachingStream
31 $this->remoteStream = $stream;
37 return max($this->stream->getSize(), $this->remoteStream->getSize());
52 $size = $this->remoteStream->getSize();
66 while ($diff > 0 && !$this->remoteStream->eof()) {
88 $remoteData = $this->remoteStream->read(
111 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();
121 return $this->stream->eof() && $this->remoteStream->eof();
129 $this->remoteStream->close() && $this->stream->close();
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php15 private $remoteStream; variable in GuzzleHttp\\Psr7\\CachingStream
30 $this->remoteStream = $stream;
36 return max($this->stream->getSize(), $this->remoteStream->getSize());
51 $size = $this->remoteStream->getSize();
65 while ($diff > 0 && !$this->remoteStream->eof()) {
87 $remoteData = $this->remoteStream->read(
110 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();
120 return $this->stream->eof() && $this->remoteStream->eof();
128 $this->remoteStream->close() && $this->stream->close();
/dports/www/thirtybees/thirtybees-1.1.0/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php15 private $remoteStream; variable in GuzzleHttp\\Psr7\\CachingStream
30 $this->remoteStream = $stream;
36 return max($this->stream->getSize(), $this->remoteStream->getSize());
51 $size = $this->remoteStream->getSize();
65 while ($diff > 0 && !$this->remoteStream->eof()) {
87 $remoteData = $this->remoteStream->read(
110 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();
120 return $this->stream->eof() && $this->remoteStream->eof();
128 $this->remoteStream->close() && $this->stream->close();
/dports/www/thirtybees/thirtybees-1.1.0/modules/tbupdater/classes/GuzzleHttp/Psr7/
H A DCachingStream.php15 private $remoteStream; variable in TbUpdaterModule\\GuzzleHttp\\Psr7\\CachingStream
30 $this->remoteStream = $stream;
36 return max($this->stream->getSize(), $this->remoteStream->getSize());
51 $size = $this->remoteStream->getSize();
65 while ($diff > 0 && !$this->remoteStream->eof()) {
87 $remoteData = $this->remoteStream->read(
110 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();
120 return $this->stream->eof() && $this->remoteStream->eof();
128 $this->remoteStream->close() && $this->stream->close();
/dports/databases/mantis/mantisbt-2.25.2/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php15 private $remoteStream; variable in GuzzleHttp\\Psr7\\CachingStream
30 $this->remoteStream = $stream;
36 return max($this->stream->getSize(), $this->remoteStream->getSize());
51 $size = $this->remoteStream->getSize();
65 while ($diff > 0 && !$this->remoteStream->eof()) {
87 $remoteData = $this->remoteStream->read(
110 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();
120 return $this->stream->eof() && $this->remoteStream->eof();
128 $this->remoteStream->close() && $this->stream->close();
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/guzzlehttp/psr7/src/
H A DCachingStream.php18 private $remoteStream; variable in GuzzleHttp\\Psr7\\CachingStream
33 $this->remoteStream = $stream;
39 return max($this->stream->getSize(), $this->remoteStream->getSize());
54 $size = $this->remoteStream->getSize();
68 while ($diff > 0 && !$this->remoteStream->eof()) {
90 $remoteData = $this->remoteStream->read(
113 $overflow = (strlen($string) + $this->tell()) - $this->remoteStream->tell();
123 return $this->stream->eof() && $this->remoteStream->eof();
131 $this->remoteStream->close() && $this->stream->close();

123