Home
last modified time | relevance | path

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

123456

/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Wrapper/IWrapper/
H A DFile.php37 namespace Hoa\Stream\Test\Unit\Wrapper\IWrapper;
39 use Hoa\Stream\Wrapper\IWrapper\File as SUT;
55 ->when($result = new \Mock\Hoa\Stream\Wrapper\IWrapper\File())
H A DIWrapper.php37 namespace Hoa\Stream\Test\Unit\Wrapper\IWrapper;
39 use Hoa\Stream as LUT;
40 use Hoa\Stream\Wrapper\IWrapper\IWrapper as SUT;
56 ->when($result = new \Mock\Hoa\Stream\Wrapper\IWrapper\IWrapper())
61 ->isInstanceOf(LUT\Wrapper\IWrapper\Stream::class);
H A DStream.php37 namespace Hoa\Stream\Test\Unit\Wrapper\IWrapper;
39 use Hoa\Stream\Wrapper\IWrapper\Stream as SUT;
50 class Stream extends Test\Unit\Suite class
55 ->when($result = new \Mock\Hoa\Stream\Wrapper\IWrapper\Stream())
/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/stream/Wrapper/
H A DException.php37 namespace Hoa\Stream\Wrapper;
39 use Hoa\Stream; alias
49 class Exception extends Stream\Exception
H A DWrapper.php37 namespace Hoa\Stream\Wrapper;
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/
H A DFile.php37 namespace Hoa\Stream\Wrapper\IWrapper;
H A DIWrapper.php37 namespace Hoa\Stream\Wrapper\IWrapper;
49 interface IWrapper extends File, Stream
H A DStream.php37 namespace Hoa\Stream\Wrapper\IWrapper;
47 interface Stream interface
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml175 y = YAML::Stream.new
783 y = YAML::Stream.new
838 y = YAML::Stream.new
877 y = YAML::Stream.new
899 y = YAML::Stream.new
931 y = YAML::Stream.new
1635 y = YAML::Stream.new
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng386 # 3.4 iCalendar Stream
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js379 var data = AV.Stream.fromBuffer(buffer),
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 …]
H A Dflac.js761 this.stream = new AV.Stream(this.list);
H A Dmp3.js156 stream = AV.Stream.fromBuffer(stream.peekBuffer(0, 10));
5033 ptr = new AV.Bitstream(AV.Stream.fromBuffer(new AV.Buffer(stream.main_data)));
H A Dopus.js113 var stream = AV.Stream.fromBuffer(new AV.Buffer(packet));
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt154 » Add support for Direct Stream Digital (DSD) /
277 * (#1297) Added detection of MPEG Transport Stream files.
2290 Stream Bitrate Properties Object data (now returned correctly in
/plugin/mp3play2/
H A DREADME.md6 <td>The Mp3Play plugin let you add an flash mp3 player to your Webpage and Stream Mp3 files</td>
93 …path="http://streamer-dtc-aa02.somafm.com:80/stream/1018/" title="Some Internetradio Mp3 Stream" />
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js11450 var stream = new _stream.Stream(data);
12950 stream = new _stream2.Stream(arg);
17126 var Stream = function StreamClosure() {
17135 Stream.prototype = {
17218 return Stream;
17221 exports.Stream = Stream;
17226 Stream.call(this, bytes);
17229 StringStream.prototype = Stream.prototype;
18375 Stream.call(this, new Uint8Array(0));
18378 NullStream.prototype = Stream.prototype;
[all …]
H A Dpdf.worker.js.map1Stream","arrayBuffer","getByte","getUint16","getInt32","peekByte","moveStart","StringStream","Deco…
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng386 # 3.4 iCalendar Stream
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dclass_upload.asp63 Set oSourceData = Server.CreateObject("ADODB.Stream")
160 Set oFormStream = Server.CreateObject("ADODB.Stream")
262 Set oFileStream = Server.CreateObject("ADODB.Stream")
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js71806 Stream.call(this);
73206 Stream.call(this);
74509 exports.Stream = exports;
78896 module.exports = Stream;
78902 inherits(Stream, EE);
78909 Stream.Stream = Stream; // old-style streams. Note that the pipe method (the only relevant
78912 function Stream() {
79270 util.inherits(Readable, Stream);
79359 Stream.call(this);
80680 Stream.call(this);
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs1641 // Mini Stream Cutoff Size
1642 blob.chk('00100000', 'Mini Stream Cutoff Size: ');
2213 //var MSCSZ = 4096; /* Mini Stream Cutoff Size */
10180 /* [MS-OFFCRYPTO] 2.3.4.* EncryptionInfo Stream */
10191 /* [MS-OFFCRYPTO] 2.3.4.5 EncryptionInfo Stream (Standard Encryption) */
10201 /* [MS-OFFCRYPTO] 2.3.4.6 EncryptionInfo Stream (Extensible Encryption) */
10203 /* [MS-OFFCRYPTO] 2.3.4.10 EncryptionInfo Stream (Agile Encryption) */
21563 /* [MS-XLS] 2.1.7.20 Workbook Stream */

123456