Home
last modified time | relevance | path

Searched refs:stream (Results 376 – 400 of 459) sorted by path

1...<<111213141516171819

/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java.bak673 "application/octet-stream",
691 "application/octet-stream",
/plugin/jmol2/jmol/
H A DCHANGES.txt1367 # or sent to an output stream (os != null)
1800 # bug fix: findbugs input stream closure
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/
H A Djplayer.blue.monday.css18 .jp-audio-stream *:focus,
24 .jp-audio-stream button::-moz-focus-inner,
30 .jp-audio-stream,
42 .jp-audio-stream {
97 .jp-audio-stream .jp-interface {
122 .jp-audio-stream .jp-controls {
238 .jp-audio-stream .jp-volume-controls {
H A Djplayer.blue.monday.min.css1stream :focus,.jp-video :focus{outline:0}.jp-audio button::-moz-focus-inner,.jp-audio-stream butto…
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/pink.flag/css/
H A Djplayer.pink.flag.css18 .jp-audio-stream *:focus,
24 .jp-audio-stream button::-moz-focus-inner,
30 .jp-audio-stream,
46 .jp-audio-stream {
111 .jp-audio-stream .jp-controls-holder {
122 .jp-audio-stream .jp-controls {
125 .jp-audio-stream .jp-controls {
162 .jp-audio-stream .jp-play,
163 .jp-audio-stream .jp-pause {
318 .jp-audio-stream .jp-volume-controls {
[all …]
H A Djplayer.pink.flag.min.css1stream :focus,.jp-video :focus{outline:0}.jp-audio button::-moz-focus-inner,.jp-audio-stream butto…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js8 this.probe = function(stream) { argument
9 var offset = stream.offset;
12 while (stream.available(2)) {
14 stream.seek(offset);
19 stream.seek(offset);
40 stream.advance(1); // private
50 stream.advance(16);
78 var buffer = this.stream.readSingleBuffer(this.stream.remainingBytes());
155 var sign = stream.read(1),
528 stream.align();
[all …]
H A Daurora.js372 this.stream = stream;
1493 stream = this.stream;
1615 stream = this.stream, table = this.table;
2297 stream.advance(4);
2301 stream.advance(2);
2307 stream.advance(stream.readUInt8());
2313 stream.advance(2);
2319 stream.advance(1);
2320 stream.advance(3);
2490 if (!this.stream.available(offset - this.stream.offset)) {
[all …]
H A Dflac.js67 var stream = this.bitstream;
68 if (!stream.available(32))
148 stream.align();
217 if (stream.read(1))
222 if (stream.read(1)) {
595 var stream = this.stream;
738 var buffer = stream.readSingleBuffer(stream.remainingBytes());
765 var stream = this.stream;
768 stream.advance(5); // magic
772 stream.advance(3);
[all …]
H A Dmp3.js179 var stream = this.stream;
240 var stream = this.stream;
3650 this.stream = stream;
5014 ptr = stream.stream;
5029 … this.memcpy(stream.main_data, stream.md_len, stream.stream.stream, stream.nextByte(), frame_used);
5045 …this.memcpy(stream.main_data, 0, stream.stream.stream, stream.next_frame - next_md_begin, next_md_…
5061 …this.memcpy(stream.main_data, stream.md_len, stream.stream.stream, stream.next_frame - frame_free,…
6165 var stream = this.stream.stream;
6170 var stream = this.stream;
6171 return stream.bitPosition === 0 ? stream.stream.offset : stream.stream.offset + 1;
[all …]
H A Dogg.js2stream){var tty=TTY.ttys[stream.node.rdev];if(!tty){throw new FS.ErrnoError(ERRNO_CODES.ENODEV)}st… argument
46 this._stream = this.stream;
H A Dopus.js2stream){var tty=TTY.ttys[stream.node.rdev];if(!tty){throw new FS.ErrnoError(ERRNO_CODES.ENODEV)}st… argument
53 if (!this.stream.available(1))
56 var list = this.stream.list;
113 var stream = AV.Stream.fromBuffer(new AV.Buffer(packet));
114 stream.advance(8);
117 var len = stream.readUInt32(true);
118 metadata.vendor = stream.readString(len);
120 var length = stream.readUInt32(true);
123 len = stream.readUInt32(true);
124 var str = stream.readString(len, 'utf8'),
H A Dvorbis.js2stream){var tty=TTY.ttys[stream.node.rdev];if(!tty){throw new FS.ErrnoError(ERRNO_CODES.ENODEV)}st… class in MEMFS.ops_table.file
59 if (!this.stream.available(1))
62 var list = this.stream.list;
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerMp4.as111 pause(myStatus.pausePosition); // Must pass time or the stream.time is read.
406 …Important for setMedia() followed by pause(time). Deals with not reading stream.time with setMedia…
H A DJplayerRtmp.as204 pause(myStatus.pausePosition);// Must pass time or the stream.time is read.
286 // ie., Under RTMP we should be able to know a lot more info about the stream.
352 trace((("The stream length is " + result) + " seconds"));
389 …Important for setMedia() followed by pause(time). Deals with not reading stream.time with setMedia…
421 …/* Dont close the stream or netconnection here anymore so we can recycle if host/appname are the s…
982 …Important for setMedia() followed by pause(time). Deals with not reading stream.time with setMedia…
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/blue.monday/scss/
H A Djplayer.blue.monday.scss19 .jp-audio-stream *:focus,
26 .jp-audio-stream button::-moz-focus-inner,
33 .jp-audio-stream,
47 .jp-audio-stream {
101 .jp-audio-stream .jp-interface {
131 .jp-audio-stream .jp-controls {
264 .jp-audio-stream .jp-volume-controls {

1...<<111213141516171819