Home
last modified time | relevance | path

Searched refs:Stream (Results 76 – 100 of 149) sorted by relevance

123456

/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Wrapper/
H A DWrapper.php37 namespace Hoa\Stream\Test\Unit\Wrapper;
39 use Hoa\Stream as LUT;
40 use Hoa\Stream\Wrapper\Wrapper as SUT;
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DWrite.php40 use Hoa\Stream; alias
50 class Write extends Temporary implements Stream\IStream\Out
81 protected function &_open($streamName, Stream\Context $context = null)
H A DTemporary.php41 use Hoa\Stream; alias
96 protected function &_open($streamName, Stream\Context $context = null)
/plugin/findologicxmlexport/vendor/hoa/file/Link/
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)
/plugin/findologicxmlexport/vendor/hoa/file/
H A DWrite.php39 use Hoa\Stream; alias
49 class Write extends File implements Stream\IStream\Out
80 protected function &_open($streamName, Stream\Context $context = null)
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DStream.php37 namespace Hoa\Stream;
51 abstract class Stream implements IStream\Stream, Event\Listenable class
197 Stream $handler,
680 return Stream::getStreamHandler($id);
H A DException.php37 namespace Hoa\Stream;
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DContext.php37 namespace Hoa\Stream\Test\Unit;
39 use Hoa\Stream as LUT;
40 use Hoa\Stream\Context as SUT;
H A DStream.php37 namespace Hoa\Stream\Test\Unit;
40 use Hoa\Stream as LUT;
51 class Stream extends Test\Unit\Suite class
59 ->isInstanceOf(LUT\IStream\Stream::class)
704 $stream = new \Mock\Hoa\Stream\Test\Unit\SUTWithPublicClose(__FILE__),
719 $stream = new \Mock\Hoa\Stream\Test\Unit\SUTWithPublicClose(__FILE__),
734 $stream = new \Mock\Hoa\Stream\Test\Unit\SUTWithPublicClose(__FILE__, null, true),
769 class SUT extends LUT\Stream
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DUtils.php2 namespace GuzzleHttp\Stream;
4 use GuzzleHttp\Stream\Exception\SeekException;
51 * @param StreamInterface $stream Stream to read
88 * @param StreamInterface $source Stream to read from
89 * @param StreamInterface $dest Stream to write to
122 * Calculate a hash of a Stream
124 * @param StreamInterface $stream Stream to calculate the hash for
156 * @param StreamInterface $stream Stream to read from
183 * Alias of GuzzleHttp\Stream\Stream
[all...]
H A DBufferStream.php2 namespace GuzzleHttp\Stream;
4 use GuzzleHttp\Stream\Exception\CannotAttachException;
14 * @package GuzzleHttp\Stream
H A DStreamDecoratorTrait.php2 namespace GuzzleHttp\Stream;
4 use GuzzleHttp\Stream\Exception\CannotAttachException;
7 * Stream decorator trait
13 * @param StreamInterface $stream Stream to decorate
H A DStream.php2 namespace GuzzleHttp\Stream;
7 class Stream implements StreamInterface class
42 * @return Stream
97 * @param resource $stream Stream resource to wrap.
105 throw new \InvalidArgumentException('Stream must be a resource');
H A DPumpStream.php2 namespace GuzzleHttp\Stream;
4 use GuzzleHttp\Stream\Exception\CannotAttachException;
39 * @param array $options Stream options:
H A DLimitStream.php2 namespace GuzzleHttp\Stream;
4 use GuzzleHttp\Stream\Exception\SeekException;
20 * @param StreamInterface $stream Stream to wrap
H A DMetadataStreamInterface.php2 namespace GuzzleHttp\Stream;
H A DAppendStream.php2 namespace GuzzleHttp\Stream;
4 use GuzzleHttp\Stream\Exception\CannotAttachException;
45 * @param StreamInterface $stream Stream to append. Must be readable.
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Filter/
H A DFilter.php37 namespace Hoa\Stream\Test\Unit\Filter;
39 use Hoa\Stream as LUT;
40 use Hoa\Stream\Filter as SUT;
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js834 Stream = (function() { function
859 function Stream(list) { class in AnonymousFunction084922100100.AnonymousFunction084922102800.Stream
869 return new Stream(list);
872 Stream.prototype.copy = function() { class
1331 return Stream;
1335 module.exports = Stream;
1368 Stream = _dereq_('./core/stream');
1384 this.stream = new Stream(list);
1641 Stream = _dereq_('./core/stream');
1656 this.stream = new Stream(list);
[all …]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DLazyOpenStreamTest.php2 namespace GuzzleHttp\Tests\Stream;
4 use GuzzleHttp\Stream\LazyOpenStream;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DStream.php20 class Stream extends \Google\Collection class
233 class_alias(Stream::class, 'Google_Service_Datastream_Stream');
/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/elasticsearch/vendor/ezimuel/guzzlestreams/src/Exception/
H A DCannotAttachException.php2 namespace GuzzleHttp\Stream\Exception;
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DXcallable.php40 use Hoa\Stream; alias
118 if ($call instanceof Stream\IStream\Out) {
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/Filter/
H A DFilter.php37 namespace Hoa\Stream\Test\Integration\Filter;
39 use Hoa\Stream\Filter as SUT;

123456