Home
last modified time | relevance | path

Searched refs:decorated (Results 1 – 5 of 5) sorted by relevance

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DLimitStreamTest.php20 protected $decorated; variable in GuzzleHttp\\Tests\\Http\\LimitStreamTest
24 $this->decorated = Stream::factory(fopen(__FILE__, 'r'));
25 $this->body = new LimitStream($this->decorated, 10, 3);
57 $this->assertEquals(3, $this->decorated->tell());
64 $this->assertEquals(13, $this->decorated->tell());
67 $this->assertEquals(3, $this->decorated->tell());
70 $this->assertEquals(3, $this->decorated->tell());
73 $this->assertEquals(8, $this->decorated->tell());
H A DCachingStreamTest.php20 protected $decorated; variable in GuzzleHttp\\Tests\\Stream\\CachingStreamTest
24 $this->decorated = Stream::factory('testing');
25 $this->body = new CachingStream($this->decorated);
30 $this->decorated->close();
89 $decorated = Stream::factory(
95 $body = new CachingStream($decorated);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst66 and sometimes decorated with a layout. As Twig layout template names can be
/plugin/tline/
H A DCHANGES.txt150 being decorated. So the JS needs to calculate based on the width--therefore
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md1146 …tyBodyDecorator and a ReadLimitEntityBody decorator to transfer only a subset of a decorated stream