Home
last modified time | relevance | path

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

123456

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
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...]
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 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 DAppendStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\AppendStream;
5 use GuzzleHttp\Stream\Exception\CannotAttachException;
6 use GuzzleHttp\Stream\Stream; alias
18 $s = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
35 $s = $this->getMockBuilder('GuzzleHttp\Stream\StreamInterface')
53 Stream::factory('foo'),
54 Stream::factory('bar'),
55 Stream
[all...]
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 DInflateStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\InflateStream;
5 use GuzzleHttp\Stream\Stream; alias
13 $a = Stream::factory($content);
H A DCachingStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\Stream; alias
5 use GuzzleHttp\Stream\CachingStream;
6 use GuzzleHttp\Stream\Utils;
12 * @covers GuzzleHttp\Stream\CachingStream
19 /** @var Stream */
24 $this->decorated = Stream::factory('testing');
36 $body = Stream::factory('test');
55 $a = Stream
[all...]
/plugin/findologicxmlexport/vendor/hoa/stream/
H A 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)
54 * Test: Write `…a\Stream\IStream\Stream` test suite. (Ivan Enderlin, 2016-12-13T17:28:34+01:00)
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/IStream/
H A 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())
H A 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);
H A 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);
H A 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);
H A 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);
H A 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);
H A 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);
H A 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/
H A 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())
H A 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/
H A 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\Util
[all...]
/plugin/findologicxmlexport/vendor/hoa/stream/Filter/
H A 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);
H A 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/elasticsearch/vendor/ezimuel/guzzlestreams/tests/Exception/
H A 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/authgooglesheets/vendor/google/apiclient-services/src/Datastream/Resource/
H A 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/findologicxmlexport/vendor/hoa/file/
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 …]

123456