Home
last modified time | relevance | path

Searched refs:Stream (Results 101 – 125 of 149) sorted by relevance

123456

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DNoSeekStream.php2 namespace GuzzleHttp\Stream;
5 * Stream decorator that prevents a stream from being seeked
H A DStreamInterface.php2 namespace GuzzleHttp\Stream;
28 * an unusable state. If you wish to use a Stream object as a PHP stream
29 * but keep the Stream object in a consistent state, use
30 * {@see GuzzleHttp\Stream\GuzzleStreamWrapper::getResource}.
33 * if the Stream object did not utilize an underlying
86 * @param int $offset Stream offset
H A DDroppingStream.php2 namespace GuzzleHttp\Stream;
5 * Stream decorator that begins dropping data once the size of the underlying
H A DGuzzleStreamWrapper.php2 namespace GuzzleHttp\Stream;
H A DFnStream.php2 namespace GuzzleHttp\Stream;
57 * @param StreamInterface $stream Stream to decorate
H A DAsyncReadStream.php2 namespace GuzzleHttp\Stream;
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DBucket.php37 namespace Hoa\Stream\Test\Unit;
39 use Hoa\Stream\Bucket as SUT;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUtils.php311 return new Stream($stream, $options);
327 return new Stream($resource, $options);
345 return new Stream(self::tryFopen('php://temp', 'r+'), $options);
H A DCachingStream.php34 $this->stream = $target ?: new Stream(Utils::tryFopen('php://temp', 'r+'));
H A DUploadedFile.php97 $this->stream = new Stream($streamOrFile);
H A DStream.php12 class Stream implements StreamInterface class
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/
H A DFile.php37 namespace Hoa\Stream\Wrapper\IWrapper;
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/
H A DWrapper.php37 namespace Hoa\Stream\Wrapper;
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DContext.php37 namespace Hoa\Stream;
H A DBucket.php37 namespace Hoa\Stream;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md451 use Guzzle\Stream\PhpStreamRequestFactory;
485 `GuzzleHttp\Stream\Stream::factory` or even better:
486 `GuzzleHttp\Stream\create()`.
489 - `Guzzle\Http\EntityBody` is now `GuzzleHttp\Stream\Stream`
627 ## Stream section in Guzzle Upgrade Guide
629 Stream have moved to a separate package available at
642 `GuzzleHttp\Stream\MetadataStreamInterface`.
654 `GuzzleHttp\Stream\Stream`.
660 `GuzzleHttp\Stream\StreamInterface::getMetadata` and
836 ### Stream wrapper and type
[all …]
H A DCHANGELOG.md446 * `GuzzleHttp\Stream\StreamInterface::getContents()` no longer accepts a
449 * `GuzzleHttp\Stream\Stream::__construct`,
450 `GuzzleHttp\Stream\Stream::factory`, and
451 `GuzzleHttp\Stream\Utils::create` no longer accept a size in the second
619 * Streams are created with the faster `Stream\create()` function
731 * Stream size in `Guzzle\Stream\PhpStreamRequestFactory` will now be set if Content-Length is retur…
743 * Better handling of calculating the size of a stream in `Guzzle\Stream\Stream` using fstat() and c…
759 * Added `Guzzle\Stream\StreamInterface::isRepeatable`
871 * Bug fix: Stream objects now work correctly with "a" and "a+" modes
948 * BC: `Guzzle\Stream\Stream::getWrapper()` and `Guzzle\Stream\Stream::getSteamType()` are no longer…
[all …]
/plugin/mp3play2/
H A DREADME.md6 <td>The Mp3Play plugin let you add an flash mp3 player to your Webpage and Stream Mp3 files</td>
93 …path="http://streamer-dtc-aa02.somafm.com:80/stream/1018/" title="Some Internetradio Mp3 Stream" />
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php7 use GuzzleHttp\Stream\LazyOpenStream;
8 use GuzzleHttp\Stream\StreamInterface;
417 . 'GuzzleHttp\Stream\StreamInterface or resource');
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dclass_upload.asp63 Set oSourceData = Server.CreateObject("ADODB.Stream")
160 Set oFormStream = Server.CreateObject("ADODB.Stream")
262 Set oFileStream = Server.CreateObject("ADODB.Stream")
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md162 [`Hoa\Stream`](https://central.hoa-project.net/Resource/Library/Stream)). It
224 [`Hoa\Stream`](http://central.hoa-project.net/Resource/Library/Stream), then
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DHttpAdapter.php16 use Ivory\HttpAdapter\Message\Stream\StringStream;
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php4 use GuzzleHttp\Stream\StreamInterface;
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DXcallable.php277 $stream = new \Mock\Hoa\Stream\IStream\Out(),
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml175 y = YAML::Stream.new
783 y = YAML::Stream.new
838 y = YAML::Stream.new
877 y = YAML::Stream.new
899 y = YAML::Stream.new
931 y = YAML::Stream.new
1635 y = YAML::Stream.new

123456