Home
last modified time | relevance | path

Searched refs:streams (Results 26 – 50 of 68) sorted by relevance

123

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md20 - The `guzzlehttp/streams` dependency has been removed. Stream functionality
630 https://github.com/guzzle/streams.
640 - `getStream` and `setStream` have been removed to better encapsulate streams.
645 using streams that implement `GuzzleHttp\Stream\MetadataStreamInterface`.
656 ## Metadata streams
658 `GuzzleHttp\Stream\MetadataStreamInterface` has been added to denote streams
H A DCHANGELOG.md253 * Removed the dependency on `guzzlehttp/streams`. These stream abstractions
447 `maxLen` parameter. This update makes the Guzzle streams project
481 * Updating guzzlehttp/streams dependency to ~2.1
941 * Bug fix: Added 'wb' as a valid write mode for streams
1052 … Adding rewind() method to entity bodies and streams. Allows for custom rewinding of non-repeatabl…
/plugin/elasticsearch/
H A Dcomposer.lock113 "description": "Fork of guzzle/streams (abandoned) to be used with elasticsearch-php",
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md96 - Fixed issue with `guzzlehttp/ringphp` and `guzzle/streams`
113 - Replace abandoned packages: ringphp, streams and phpstan-shim
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt81 …ble() // average bitrate for entire file (all audio/video streams), in bits per sec…
87 …ble() // average bitrate for audio portion of file (all audio streams), in bits per sec…
100 …eger() // average bitrate for video portion of file (all video streams), in bits per sec…
H A Dchangelog.txt305 4. Optimized audio/video streams population with usage of the
370 stream flag is now copied to [audio|video][streams] (#1147)
423 * [audio][streams][x][language] now set when known
936 ¤ Added [audio][streams] which contains one entry for each audio
939 audio streams then [audio] will contain a sum of the bitrates
940 of all audio streams, and the data format of the first stream
941 (if streams are of different data types)
1107 streams now return those names as ['video']['dataformat']
1153 MP3 and AC3 streams are now parsed when contained inside RIFF-WAV
1910 bitrates for AVIs with multiple audio streams
H A DREADME.md308 * check for corrupt/broken mid-file MP3 streams in histogram scan
H A Dreadme.txt315 * check for corrupt/broken mid-file MP3 streams in histogram scan
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md73 * #348: `FreeBusyGenerator` can now accept streams.
676 * Added: Fancy new MimeDir parser that can also parse streams.
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md12 * #348: `FreeBusyGenerator` can now accept streams.
615 * Added: Fancy new MimeDir parser that can also parse streams.
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md21 Reads from multiple streams, one after the other.
59 non-seekable streams. This can be useful when transferring a non-seekable
/plugin/diagramsnet/lib/js/socket.io/
H A Dsimplepeer9.10.0.min.js6streams=e.streams||(e.stream?[e.stream]:[]),this.trickle=void 0===e.trickle||e.trickle,this.allowH…
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md942 * Added: Sabre\DAV\Client now has support for sending objects as streams.
1171 * Fixed: Range requests now work for non-seekable streams. (Thanks Alfred
1801 * Fixed: Issue 67: SabreDAV works better with non-seekable streams.
2290 * Added: Now uses streams for files, instead of strings. This means it won't
2314 streams. This should allow easy implementation of for example a WebDAV to FTP
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2streams:[],nextInode:1,nameTable:null,currentPath:"/",initialized:false,ignorePermissions:true,tra…
H A Dvorbis.js2streams:[],nextInode:1,nameTable:null,currentPath:"/",initialized:false,ignorePermissions:true,tra…
/plugin/bible/bible_douayRheims/
H A DCanticles.txt72 …s as doves upon brooks of waters, which are washed with milk, and sit beside the plentiful streams.
H A DLamentations.txt88 …3:48. Phe. My eye hath run down with streams of water, for the destruction of the daughter of my p…
H A DIsaias.txt245 …river in the strength of his spirit: and he shall strike it in the seven streams, so that men may …
356 …19:6. And the rivers shall fail: the streams of the banks shall be diminished, and be dried up. Th…
646 …here our Lord is magnificent: a place of rivers, very broad and spacious streams: no ship with oar…
658 …34:9. And the streams thereof shall be turned into pitch, and the ground thereof into brimstone: a…
672 … of the dumb shall be free: for waters are broken out in the desert, and streams in the wilderness.
815 …lains: I will turn the desert into pools of waters, and the impassable land into streams of waters.
882 …44:3. For I will pour out waters upon the thirsty ground, and streams upon the dry land: I will po…
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md450 * Added: Fancy new MimeDir parser that can also parse streams.
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md450 * Added: Fancy new MimeDir parser that can also parse streams.
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md410 * Added: Fancy new MimeDir parser that can also parse streams.
/plugin/flowplay2/flowplayer/
H A DREADME.txt134 - RTMP recorded streams were not played to the end
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md383 // Cancel/abort any running operations like network connections, streams etc.
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md281 …* Break: StreamHandler will not close streams automatically that it does not own. If you pass in a…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js12604 var streams = [];
12612 streams.push(xref.fetchIfRef(_stream));
17383 function StreamsSequenceStream(streams) {
17384 this.streams = streams;
17387 for (var i = 0, ii = streams.length; i < ii; i++) {
17388 var stream = streams[i];
17403 var streams = this.streams;
17405 if (streams.length === 0) {
17410 var stream = streams.shift();
17422 for (var i = 0, ii = this.streams.length; i < ii; i++) {
[all …]

123