/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/ |
H A D | UtilsTest.php | 2 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 D | StreamTest.php | 2 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 D | PumpStreamTest.php | 2 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 D | AppendStreamTest.php | 2 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 D | LimitStreamTest.php | 4 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 D | NoSeekStreamTest.php | 2 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 D | InflateStreamTest.php | 2 namespace GuzzleHttp\Tests\Stream; 4 use GuzzleHttp\Stream\InflateStream; 5 use GuzzleHttp\Stream\Stream; alias 13 $a = Stream::factory($content);
|
H A D | CachingStreamTest.php | 2 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 D | CHANGELOG.md | 15 * 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 D | Stream.php | 37 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 D | Out.php | 37 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 D | Pathable.php | 37 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 D | Structural.php | 37 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 D | Bufferable.php | 37 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 D | In.php | 37 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 D | Statable.php | 37 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 D | Pointable.php | 37 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 D | Stream.php | 37 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 D | IWrapper.php | 37 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 D | CHANGELOG.rst | 12 * 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 D | LateComputed.php | 37 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 D | Basic.php | 37 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 D | SeekExceptionTest.php | 2 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 D | ProjectsLocationsStreams.php | 22 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 D | Generic.php | 39 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 …]
|