Home
last modified time | relevance | path

Searched refs:Stream (Results 26 – 50 of 149) sorted by relevance

123456

/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/IStream/
H A DLockable.php37 namespace Hoa\Stream\Test\Unit\IStream;
39 use Hoa\Stream as LUT;
40 use Hoa\Stream\IStream\Lockable as SUT;
56 ->when($result = new \Mock\Hoa\Stream\IStream\Lockable())
60 ->isInstanceOf(LUT\IStream\Stream::class);
H A DTouchable.php37 namespace Hoa\Stream\Test\Unit\IStream;
39 use Hoa\Stream as LUT;
40 use Hoa\Stream\IStream\Touchable as SUT;
56 ->when($result = new \Mock\Hoa\Stream\IStream\Touchable())
60 ->isInstanceOf(LUT\IStream\Stream::class);
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md19 # Hoa\Stream
98 `Hoa\Stream\IStream` namespace:
132 The main `Hoa\Stream\Stream` class is abstract. Two method
138 class BasicFile extends Hoa\Stream\Stream
168 class BasicFile extends Hoa\Stream\Stream implements Hoa\Stream\IStream\In
189 `Hoa\Stream\Stream` class.
250 This event is fired when calling the `Hoa\Stream\Stream::close`
256 argument of the default `Hoa\Stream\Stream` constructor; `true` to
380 namespace: `Stream` and `File`.
479 Hoa\Stream\Filter::append($file, $filterName, Hoa\Stream\Filter::READ);
[all …]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DFnStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
5 use GuzzleHttp\Stream\Stream; alias
6 use GuzzleHttp\Stream\FnStream;
10 * @covers GuzzleHttp\Stream\FnStream
56 $a = Stream::factory('foo');
83 $a = Stream::factory('foo');
H A DAsyncReadStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\AsyncReadStream;
5 use GuzzleHttp\Stream\BufferStream;
6 use GuzzleHttp\Stream\FnStream;
7 use GuzzleHttp\Stream\Stream; alias
19 Stream::factory(),
29 Stream::factory(),
36 $a = new AsyncReadStream(Stream::factory(), [
144 $this->assertInstanceOf('GuzzleHttp\Stream\BufferStrea
[all...]
H A DGuzzleStreamWrapperTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\GuzzleStreamWrapper;
5 use GuzzleHttp\Stream\Stream; alias
10 * @covers GuzzleHttp\Stream\GuzzleStreamWrapper
16 $stream = Stream::factory('foo');
65 $stream = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
85 $stream = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
H A DStreamDecoratorTraitTest.php2 namespace GuzzleHttp\Tests\Stream;
5 use GuzzleHttp\Stream\Exception\CannotAttachException;
6 use GuzzleHttp\Stream\StreamInterface;
7 use GuzzleHttp\Stream\Stream; alias
8 use GuzzleHttp\Stream\StreamDecoratorTrait;
18 * @covers GuzzleHttp\Stream\StreamDecoratorTrait
31 $this->a = Stream::factory($this->c);
37 $s = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
H A DDroppingStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\BufferStream;
5 use GuzzleHttp\Stream\DroppingStream;
H A DNullStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\Exception\CannotAttachException;
5 use GuzzleHttp\Stream\NullStream;
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFile.php40 use Hoa\Stream; alias
52 implements Stream\IStream\Bufferable,
53 Stream\IStream\Lockable,
54 Stream\IStream\Pointable
195 protected function &_open($streamName, Stream\Context $context = null)
333 public function seek($offset, $whence = Stream\IStream\Pointable::SEEK_SET)
H A DDirectory.php39 use Hoa\Stream; alias
106 protected function &_open($streamName, Stream\Context $context = null)
151 public function copy($to, $force = Stream\IStream\Touchable::DO_NOT_OVERWRITE)
250 if (false === Stream\Context::contextExists($context)) {
258 $context = Stream\Context::getInstance($context);
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/
H A DException.php37 namespace Hoa\Stream\Wrapper;
39 use Hoa\Stream; alias
49 class Exception extends Stream\Exception
/plugin/findologicxmlexport/vendor/hoa/stream/Filter/
H A DException.php37 namespace Hoa\Stream\Filter;
39 use Hoa\Stream; alias
49 class Exception extends Stream\Exception
H A DFilter.php37 namespace Hoa\Stream\Filter;
40 use Hoa\Stream; alias
50 abstract class Filter extends Stream
158 if ($stream instanceof Stream) {
195 if ($stream instanceof Stream) {
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Filter/
H A DException.php37 namespace Hoa\Stream\Test\Unit\Filter;
39 use Hoa\Stream as LUT;
40 use Hoa\Stream\Filter\Exception as SUT;
H A DBasic.php37 namespace Hoa\Stream\Test\Unit\Filter;
39 use Hoa\Stream as LUT;
40 use Mock\Hoa\Stream\Filter\Basic as SUT;
85 ->isInstanceOf(LUT\IStream\Stream::class);
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Wrapper/
H A DException.php37 namespace Hoa\Stream\Test\Unit\Wrapper;
39 use Hoa\Stream as LUT;
40 use Hoa\Stream\Wrapper\Exception as SUT;
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DComposite.php37 namespace Hoa\Stream\Test\Unit;
39 use Mock\Hoa\Stream\Composite as SUT;
83 $innerStream = new \Mock\Hoa\Stream(__FILE__),
96 $innerStream = new \Mock\Hoa\Stream(__FILE__),
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Wrapper/IWrapper/
H A DFile.php37 namespace Hoa\Stream\Test\Unit\Wrapper\IWrapper;
39 use Hoa\Stream\Wrapper\IWrapper\File as SUT;
55 ->when($result = new \Mock\Hoa\Stream\Wrapper\IWrapper\File())
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php8 use GuzzleHttp\Stream\InflateStream;
9 use GuzzleHttp\Stream\StreamInterface;
10 use GuzzleHttp\Stream\Stream; alias
11 use GuzzleHttp\Stream\Utils;
76 $stream = new InflateStream(Stream::factory($stream));
90 * @return Stream
97 $stream = Stream::factory($stream);
106 // Stream the response into the destination stream
108 ? new Stream(Util
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DListStreamsResponse.php27 protected $streamsType = Stream::class;
49 * @param Stream[]
56 * @return Stream[]
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/Filter/
H A DLateComputed.php37 namespace Hoa\Stream\Test\Integration\Filter;
39 use Hoa\Stream as LUT;
40 use Hoa\Stream\Filter as SUT;
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/
H A DStream.php37 namespace Hoa\Stream\Test\Integration;
40 use Hoa\Stream as LUT;
51 class Stream extends Test\Integration\Suite class
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DStream.php37 namespace Hoa\Stream\IStream;
47 interface Stream interface
H A DPathable.php37 namespace Hoa\Stream\IStream;
47 interface Pathable extends Stream

123456