Home
last modified time | relevance | path

Searched refs:Stream (Results 51 – 75 of 149) sorted by relevance

123456

/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/
H A DIWrapper.php37 namespace Hoa\Stream\Wrapper\IWrapper;
49 interface IWrapper extends File, Stream
H A DStream.php37 namespace Hoa\Stream\Wrapper\IWrapper;
47 interface Stream interface
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DBufferable.php37 namespace Hoa\Stream\IStream;
49 interface Bufferable extends Stream
H A DLockable.php37 namespace Hoa\Stream\IStream;
47 interface Lockable extends Stream
H A DStatable.php37 namespace Hoa\Stream\IStream;
47 interface Statable extends Stream
H A DPointable.php37 namespace Hoa\Stream\IStream;
47 interface Pointable extends Stream
H A DIn.php37 namespace Hoa\Stream\IStream;
47 interface In extends Stream
H A DStructural.php37 namespace Hoa\Stream\IStream;
47 interface Structural extends Stream
H A DOut.php37 namespace Hoa\Stream\IStream;
47 interface Out extends Stream
H A DTouchable.php37 namespace Hoa\Stream\IStream;
47 interface Touchable extends Stream
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DInflateStream.php2 namespace GuzzleHttp\Stream;
25 $this->stream = new Stream($resource);
H A DLazyOpenStream.php2 namespace GuzzleHttp\Stream;
35 return Stream::factory(Utils::open($this->filename, $this->mode));
H A DCachingStream.php2 namespace GuzzleHttp\Stream;
4 use GuzzleHttp\Stream\Exception\SeekException;
7 * Stream decorator that can cache previously read bytes from a sequentially
14 /** @var StreamInterface Stream being wrapped */
23 * @param StreamInterface $stream Stream to cache
31 $this->stream = $target ?: new Stream(fopen('php://temp', 'r+'));
H A DNullStream.php2 namespace GuzzleHttp\Stream;
4 use GuzzleHttp\Stream\Exception\CannotAttachException;
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DException.php37 namespace Hoa\Stream\Test\Unit;
40 use Hoa\Stream\Exception as SUT;
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/Exception/
H A DSeekException.php2 namespace GuzzleHttp\Stream\Exception;
4 use GuzzleHttp\Stream\StreamInterface;
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DRead.php40 use Hoa\Stream; alias
50 class Read extends Link implements Stream\IStream\In
81 protected function &_open($streamName, Stream\Context $context = null)
H A DReadWrite.php40 use Hoa\Stream; alias
52 implements Stream\IStream\In,
53 Stream\IStream\Out
84 protected function &_open($streamName, Stream\Context $context = null)
/plugin/findologicxmlexport/vendor/hoa/file/
H A DRead.php39 use Hoa\Stream; alias
49 class Read extends File implements Stream\IStream\In
80 protected function &_open($streamName, Stream\Context $context = null)
H A DReadWrite.php39 use Hoa\Stream; alias
51 implements Stream\IStream\In,
52 Stream\IStream\Out
83 protected function &_open($streamName, Stream\Context $context = null)
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DRead.php40 use Hoa\Stream; alias
50 class Read extends Temporary implements Stream\IStream\In
81 protected function &_open($streamName, Stream\Context $context = null)
H A DReadWrite.php40 use Hoa\Stream; alias
52 implements Stream\IStream\In,
53 Stream\IStream\Out
84 protected function &_open($streamName, Stream\Context $context = null)
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DComposite.php37 namespace Hoa\Stream;
95 protected function setInnerStream(Stream $innerStream)
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DBufferStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\BufferStream;
5 use GuzzleHttp\Stream\Exception\CannotAttachException;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DInflateStream.php33 …$this->stream = $stream->isSeekable() ? new Stream($resource) : new NoSeekStream(new Stream($resou…

123456