Home
last modified time | relevance | path

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

123456

/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe28442 Stream er
39652 E Stream
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js17301 module.exports = Stream;
17306 inherits(Stream, EE);
17309 Stream.Duplex = __webpack_require__(41);
17314 Stream.Stream = Stream;
17321 function Stream() {
17804 var Stream = __webpack_require__(25);
17824 util.inherits(Readable, Stream);
17905 Stream.call(this);
19108 var Stream = __webpack_require__(25);
19110 util.inherits(Writable, Stream);
[all …]
H A Dpdfmake.min.js10Stream=r,r.prototype.pipe=function(t,e){function n(e){t.writable&&!1===t.write(e)&&u.pause&&u.paus…
H A Dpdfmake.min.js.map1Stream","EE","EventEmitter","inherits","Writable","Duplex","Transform","PassThrough","dest","ondat…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DListStreamsResponse.php27 protected $streamsType = Stream::class;
49 * @param Stream[]
56 * @return Stream[]
H A DStream.php20 class Stream extends \Google\Collection class
233 class_alias(Stream::class, 'Google_Service_Datastream_Stream');
/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/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md446 * `GuzzleHttp\Stream\StreamInterface::getContents()` no longer accepts a
449 * `GuzzleHttp\Stream\Stream::__construct`,
450 `GuzzleHttp\Stream\Stream::factory`, and
451 `GuzzleHttp\Stream\Utils::create` no longer accept a size in the second
619 * Streams are created with the faster `Stream\create()` function
731 * Stream size in `Guzzle\Stream\PhpStreamRequestFactory` will now be set if Content-Length is retur…
743 * Better handling of calculating the size of a stream in `Guzzle\Stream\Stream` using fstat() and c…
759 * Added `Guzzle\Stream\StreamInterface::isRepeatable`
871 * Bug fix: Stream objects now work correctly with "a" and "a+" modes
948 * BC: `Guzzle\Stream\Stream::getWrapper()` and `Guzzle\Stream\Stream::getSteamType()` are no longer…
[all …]
H A DUPGRADING.md451 use Guzzle\Stream\PhpStreamRequestFactory;
485 `GuzzleHttp\Stream\Stream::factory` or even better:
486 `GuzzleHttp\Stream\create()`.
489 - `Guzzle\Http\EntityBody` is now `GuzzleHttp\Stream\Stream`
627 ## Stream section in Guzzle Upgrade Guide
629 Stream have moved to a separate package available at
642 `GuzzleHttp\Stream\MetadataStreamInterface`.
654 `GuzzleHttp\Stream\Stream`.
660 `GuzzleHttp\Stream\StreamInterface::getMetadata` and
836 ### Stream wrapper and type
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md196 - `Stream::read` when length parameter <= 0.
H A DREADME.md11 # Stream implementation
85 Stream decorator that begins dropping data once the size of the underlying
187 Stream that when read returns bytes for a streaming multipart or
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DCachingStream.php34 $this->stream = $target ?: new Stream(Utils::tryFopen('php://temp', 'r+'));
H A DInflateStream.php33 …$this->stream = $stream->isSeekable() ? new Stream($resource) : new NoSeekStream(new Stream($resou…
H A DStream.php12 class Stream implements StreamInterface class
H A DUploadedFile.php97 $this->stream = new Stream($streamOrFile);
H A DUtils.php311 return new Stream($stream, $options);
327 return new Stream($resource, $options);
345 return new Stream(self::tryFopen('php://temp', 'r+'), $options);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php31 class Stream class
/plugin/codemirror/dist/modes/
H A Dclike.min.js.map1 … \"Product Proxy Range Responder Seq Serializable Set Specializable Stream StringBuilder \" +…
H A Dpug.min.js.map1 …;\n }\n /**\n * Get the next token in the stream\n *\n * @param {Stream} stream\n * @par…
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/diagramsnet/lib/js/socket.io/
H A Dsimplepeer9.10.0.min.js6 …nts:7}],29:[function(e,t,n){n=t.exports=e("./lib/_stream_readable.js"),n.Stream=n,n.Readable=n,n.W…
/plugin/elasticsearch/
H A Dcomposer.lock99 "GuzzleHttp\\Stream\\": "src/"
/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/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAppendStream.php2 namespace GuzzleHttp\Stream;
4 use GuzzleHttp\Stream\Exception\CannotAttachException;
45 * @param StreamInterface $stream Stream to append. Must be readable.
H A DAsyncReadStream.php2 namespace GuzzleHttp\Stream;

123456