Home
last modified time | relevance | path

Searched refs:Stream (Results 1 – 25 of 162) sorted by relevance

1234567

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
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::factory('foobaz');
39 $s2 = Stream::factory('');
[all …]
DStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\Stream; alias
16 new Stream(true);
23 $stream = new Stream($handle);
37 $stream = new Stream($handle);
46 $stream = new Stream($handle);
56 $stream = new Stream($handle);
67 $stream = new Stream($handle);
78 $stream = new Stream($handle);
88 $stream = new Stream($handle);
[all …]
DAppendStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\AppendStream;
5 use GuzzleHttp\Stream\Exception\CannotAttachException;
6 use GuzzleHttp\Stream\Stream; alias
53 Stream::factory('foo'),
54 Stream::factory('bar'),
55 Stream::factory('baz'),
68 $s1 = Stream::factory('foo');
69 $s2 = Stream::factory('foo');
79 $s1 = Stream::factory('foo');
[all …]
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::factory(function () {});
74 $p = Stream::factory(function () {});
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;
19 /** @var Stream */
24 $this->decorated = Stream::factory(fopen(__FILE__, 'r'));
30 $body = new LimitStream(Stream::factory('foo'), -1, 1);
42 $body = Stream::factory('foo_baz_bar');
49 $body = Stream::factory('');
[all …]
DNoSeekStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\Stream; alias
5 use GuzzleHttp\Stream\NoSeekStream;
28 $s = Stream::factory('foo');
36 $s1 = Stream::factory('foo');
37 $s2 = Stream::factory('bar');
DCachingStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\Stream; alias
5 use GuzzleHttp\Stream\CachingStream;
6 use GuzzleHttp\Stream\Utils;
19 /** @var Stream */
24 $this->decorated = Stream::factory('testing');
36 $body = Stream::factory('test');
55 $a = Stream::factory('foo');
89 $decorated = Stream::factory(
134 $a = Stream::factory($s);
DInflateStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\InflateStream;
5 use GuzzleHttp\Stream\Stream; alias
13 $a = Stream::factory($content);
/plugin/findologicxmlexport/vendor/hoa/stream/
DCHANGELOG.md15 * Test: Complete `Hoa\Stream` test suite. (Ivan Enderlin, 2017-02-10T15:24:08+01:00)
16 * Test: Complete `Hoa\Stream` test suite. (Ivan Enderlin, 2017-02-10T13:07:59+01:00)
17 * Test: Complete `Hoa\Stream` test suite. (Ivan Enderlin, 2017-02-10T09:55:17+01:00)
18 * Stream: Reset buffer size when re-opening. (Ivan Enderlin, 2017-02-10T09:54:31+01:00)
19 * Test: Complete `Hoa\Stream` test suite. (Ivan Enderlin, 2017-02-07T08:22:01+01:00)
20 * Test: Complete `Hoa\Stream` test suite. (Ivan Enderlin, 2017-02-07T07:57:10+01:00)
21 * Test: Complete `Hoa\Stream` test suite. (Ivan Enderlin, 2017-02-06T08:46:14+01:00)
22 * Stream: Refine borrowing vocabulary. (Ivan Enderlin, 2017-02-06T08:24:35+01:00)
23 * Test: Write `Hoa\Stream` test suite. (Ivan Enderlin, 2017-02-03T12:16:29+01:00)
25 * Stream: Disallow invalid resource in `_setStream`. (Ivan Enderlin, 2017-02-03T11:55:01+01:00)
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/IStream/
DStream.php37 namespace Hoa\Stream\Test\Unit\IStream;
39 use Hoa\Stream\IStream\Stream as SUT;
50 class Stream extends Test\Unit\Suite class
55 ->when($result = new \Mock\Hoa\Stream\IStream\Stream())
DPathable.php37 namespace Hoa\Stream\Test\Unit\IStream;
39 use Hoa\Stream as LUT;
40 use Hoa\Stream\IStream\Pathable as SUT;
56 ->when($result = new \Mock\Hoa\Stream\IStream\Pathable())
60 ->isInstanceOf(LUT\IStream\Stream::class);
DBufferable.php37 namespace Hoa\Stream\Test\Unit\IStream;
39 use Hoa\Stream as LUT;
40 use Hoa\Stream\IStream\Bufferable as SUT;
56 ->when($result = new \Mock\Hoa\Stream\IStream\Bufferable())
60 ->isInstanceOf(LUT\IStream\Stream::class);
DStructural.php37 namespace Hoa\Stream\Test\Unit\IStream;
39 use Hoa\Stream as LUT;
40 use Hoa\Stream\IStream\Structural as SUT;
56 ->when($result = new \Mock\Hoa\Stream\IStream\Structural())
60 ->isInstanceOf(LUT\IStream\Stream::class);
DOut.php37 namespace Hoa\Stream\Test\Unit\IStream;
39 use Hoa\Stream as LUT;
40 use Hoa\Stream\IStream\Out as SUT;
56 ->when($result = new \Mock\Hoa\Stream\IStream\Out())
60 ->isInstanceOf(LUT\IStream\Stream::class);
DIn.php37 namespace Hoa\Stream\Test\Unit\IStream;
39 use Hoa\Stream as LUT;
40 use Hoa\Stream\IStream\In as SUT;
56 ->when($result = new \Mock\Hoa\Stream\IStream\In())
60 ->isInstanceOf(LUT\IStream\Stream::class);
DStatable.php37 namespace Hoa\Stream\Test\Unit\IStream;
39 use Hoa\Stream as LUT;
40 use Hoa\Stream\IStream\Statable as SUT;
56 ->when($result = new \Mock\Hoa\Stream\IStream\Statable())
60 ->isInstanceOf(LUT\IStream\Stream::class);
DPointable.php37 namespace Hoa\Stream\Test\Unit\IStream;
39 use Hoa\Stream as LUT;
40 use Hoa\Stream\IStream\Pointable as SUT;
56 ->when($result = new \Mock\Hoa\Stream\IStream\Pointable())
60 ->isInstanceOf(LUT\IStream\Stream::class);
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Wrapper/IWrapper/
DStream.php37 namespace Hoa\Stream\Test\Unit\Wrapper\IWrapper;
39 use Hoa\Stream\Wrapper\IWrapper\Stream as SUT;
50 class Stream extends Test\Unit\Suite class
55 ->when($result = new \Mock\Hoa\Stream\Wrapper\IWrapper\Stream())
DIWrapper.php37 namespace Hoa\Stream\Test\Unit\Wrapper\IWrapper;
39 use Hoa\Stream as LUT;
40 use Hoa\Stream\Wrapper\IWrapper\IWrapper as SUT;
56 ->when($result = new \Mock\Hoa\Stream\Wrapper\IWrapper\IWrapper())
61 ->isInstanceOf(LUT\Wrapper\IWrapper\Stream::class);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
DCHANGELOG.rst12 * Moved ``GuzzleHttp\Stream\MetadataStreamInterface::getMetadata`` to
13 ``GuzzleHttp\Stream\StreamInterface``. MetadataStreamInterface is no longer
15 * Added ``attach()`` to ``GuzzleHttp\Stream\StreamInterface`` for PSR-7
19 ``GuzzleHttp\Stream\StreamInterface::getContents()``. This function now
22 ``GuzzleHttp\Stream\Utils::copyToString()`` function.
27 * ``GuzzleHttp\Stream\Stream::__construct``,
28 ``GuzzleHttp\Stream\Stream::factory``, and
29 ``GuzzleHttp\Stream\Utils::create`` no longer accept a size in the second
32 * Added ``GuzzleHttp\Stream\BufferStream`` to add support for buffering data,
34 * Added ``GuzzleHttp\Stream\NullBuffer`` which can be used as a buffer that
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/Filter/
DLateComputed.php37 namespace Hoa\Stream\Filter;
39 use Hoa\Stream; alias
84 $iBucket = new Stream\Bucket($in);
98 $bucket = new Stream\Bucket(
100 Stream\Bucket::IS_A_STREAM,
103 $oBucket = new Stream\Bucket($out);
DBasic.php37 namespace Hoa\Stream\Filter;
39 use Hoa\Stream; alias
50 abstract class Basic extends \php_user_filter implements Stream\IStream\Stream
121 $iBucket = new Stream\Bucket($in);
122 $oBucket = new Stream\Bucket($out);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/Resource/
DProjectsLocationsStreams.php22 use Google\Service\Datastream\Stream; alias
39 * @param Stream $postBody
59 public function create($parent, Stream $postBody, $optParams = [])
95 * @return Stream
101 return $this->call('get', [$params], Stream::class);
132 * @param Stream $postBody
156 public function patch($name, Stream $postBody, $optParams = [])
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/Exception/
DSeekExceptionTest.php2 namespace GuzzleHttp\Tests\Stream\Exception;
4 use GuzzleHttp\Stream\Exception\SeekException;
5 use GuzzleHttp\Stream\Stream; alias
12 $s = Stream::factory('foo');
/plugin/findologicxmlexport/vendor/hoa/file/
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 …]

1234567