Home
last modified time | relevance | path

Searched refs:streams (Results 51 – 68 of 68) sorted by path

123

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dvorbis.js2streams:[],nextInode:1,nameTable:null,currentPath:"/",initialized:false,ignorePermissions:true,tra…
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerRtmp.as496 // Akamai specific live streams
510 // Mp3 streams with standard appname/no instance name, mp3: prefix
523 // Mp4 streams with standard appname/no instance name, mp4: prefix
535 // .f4v streams with standard appname/no instance name, .flv extension
/plugin/jplayer/vendor/james-heinrich/getid3/
H A DREADME.md308 * check for corrupt/broken mid-file MP3 streams in histogram scan
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.txt315 * check for corrupt/broken mid-file MP3 streams in histogram scan
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…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.matroska.php1896 * @param array $streams
1900 private static function getDefaultStreamInfo($streams) argument
1903 foreach (array_reverse($streams) as $stream) {
1917 $info['streams'] = $streams;
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1streams/streams-lib.js","webpack://pdfjs-dist/build/pdf/src/shared/url_polyfill.js","webpack://pdf…
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 …]
H A Dpdf.worker.js.map1streams/streams-lib.js","webpack://pdfjs-dist/build/pdf.worker/src/shared/url_polyfill.js","webpac…
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt311 developers and researchers to embed non-PGN commands and data in PGN streams.
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/
H A DREADME.md54 #### To use with php streams
/plugin/subjectindex/plugins/
H A Dbible_verses.txt13344 He will never see the watercourses,Torrential streams of honey and butter.
13539 When I washed my steps in butter,And the rock kept pouring out streams of oil for me;
14557 As the hind that longs for the water streams,So my very soul longs for you, O God.
14619 There is a river the streams of which make the city of God rejoice,The holiest grand tabernacle of …
15130 And he went bringing forth streams out of a cragAnd causing waters to descend just like rivers.
15158 …w he began changing to blood their Nile canals,So that they could not drink from their own streams.
16534 Should your springs be scattered out of doors, [your] streams of water in the public squares themse…
16986 A king's heart is as streams of water in the hand of Jehovah. Everywhere that he delights to, he tu…
17598 [and] a spring of gardens, a well of fresh water, and trickling streams from Leb'a·non.
20403 With streams of water my eye keeps running down on account of the breakdown of the daughter of my p…
[all …]
/plugin/swiftmail/Swift/Cache/
H A DJointOutputStream.php25 protected $streams = array(); variable in Swift_Cache_JointOutputStream
36 public function __construct($streams=array()) argument
38 $this->streams = $streams;
46 $this->streams[] = $stream;
55 $ret = $this->streams[$this->pointer]->read($size);
62 if (isset($this->streams[($this->pointer+1)]))
/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/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/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md450 * Added: Fancy new MimeDir parser that can also parse streams.
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js74436 function popCallback(streams) {
74437 if (!streams.length) return noop;
74438 if (typeof streams[streams.length - 1] !== 'function') return noop;
74439 return streams.pop();
74444 streams[_key] = arguments[_key];
74447 var callback = popCallback(streams);
74448 if (Array.isArray(streams[0])) streams = streams[0];
74450 if (streams.length < 2) {
74455 var destroys = streams.map(function (stream, i) {
74456 var reading = i < streams.length - 1;
[all …]

123