Home
last modified time | relevance | path

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

123456

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
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 DInflateStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\InflateStream;
5 use GuzzleHttp\Stream\Stream; alias
13 $a = Stream::factory($content);
H A DLazyOpenStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\LazyOpenStream;
H A DLimitStreamTest.php4 use GuzzleHttp\Stream\Exception\SeekException;
5 use GuzzleHttp\Stream\FnStream;
6 use GuzzleHttp\Stream\Stream; alias
7 use GuzzleHttp\Stream\LimitStream;
8 use GuzzleHttp\Stream\NoSeekStream;
12 * @covers GuzzleHttp\Stream\LimitStream
19 /** @var Stream */
24 $this->decorated = Stream::factory(fopen(__FILE__, 'r'));
30 $body = new LimitStream(Stream
[all...]
H A DNoSeekStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\Stream; alias
5 use GuzzleHttp\Stream\NoSeekStream;
9 * @covers GuzzleHttp\Stream\NoSeekStream
10 * @covers GuzzleHttp\Stream\StreamDecoratorTrait
16 $s = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
28 $s = Stream::factory('foo');
36 $s1 = Stream::factory('foo');
37 $s2 = Stream
[all...]
H A DNullStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\Exception\CannotAttachException;
5 use GuzzleHttp\Stream\NullStream;
H A DPumpStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\Exception\CannotAttachException;
5 use GuzzleHttp\Stream\LimitStream;
6 use GuzzleHttp\Stream\PumpStream;
7 use GuzzleHttp\Stream\Stream; alias
26 $p = Stream::factory(function ($size) {
38 $p = Stream::factory(function ($size) use (&$called) {
51 $p = Stream::factory(function () { return 'a'; });
58 $p = Stream
[all...]
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 DStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\Stream; alias
9 * @covers GuzzleHttp\Stream\Stream
16 new Stream(true);
23 $stream = new Stream($handle);
37 $stream = new Stream($handle);
46 $stream = new Stream($handle);
56 $stream = new Stream(
[all...]
H A DUtilsTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\Exception\SeekException;
5 use GuzzleHttp\Stream\FnStream;
6 use GuzzleHttp\Stream\NoSeekStream;
7 use GuzzleHttp\Stream\Stream; alias
8 use GuzzleHttp\Stream\Utils;
16 $s = Stream::factory('foobaz');
26 $s1 = Stream::factory('foobaz');
38 $s1 = Stream
[all...]
/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');
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/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php4 use GuzzleHttp\Stream\StreamInterface;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DHttpAdapter.php16 use Ivory\HttpAdapter\Message\Stream\StringStream;
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.php41 use Hoa\Stream; alias
63 public static function load(Stream\IStream\In $stream)
70 if ($stream instanceof Stream\IStream\Pointable) {
/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
H A DXcallable.php40 use Hoa\Stream; alias
118 if ($call instanceof Stream\IStream\Out) {
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DXcallable.php277 $stream = new \Mock\Hoa\Stream\IStream\Out(),
/plugin/findologicxmlexport/vendor/hoa/event/
H A DREADME.md78 The `hoa://Event/Stream/StreamName:close-before` contains all streams that are
/plugin/findologicxmlexport/vendor/hoa/file/
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);
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 DGeneric.php39 use Hoa\Stream; alias
50 extends Stream
51 implements Stream\IStream\Pathable,
52 Stream\IStream\Statable,
53 Stream\IStream\Touchable
309 public function copy($to, $force = Stream\IStream\Touchable::DO_NOT_OVERWRITE)
313 if ($force === Stream\IStream\Touchable::DO_NOT_OVERWRITE &&
340 $force = Stream\IStream\Touchable::DO_NOT_OVERWRITE,
341 $mkdir = Stream\IStream\Touchable::DO_NOT_MAKE_DIRECTORY
345 if ($force === Stream\IStream\Touchable::DO_NOT_OVERWRITE &&
[all …]
/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)
H A DWrite.php40 use Hoa\Stream; alias
49 class Write extends Link implements Stream\IStream\Out
80 protected function &_open($streamName, Stream\Context $context = null)

123456