Home
last modified time | relevance | path

Searched refs:stream (Results 301 – 325 of 459) sorted by relevance

1...<<111213141516171819

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DFormWriter.php48 $this->writer->stream($data);
H A DBackgroundWriter.php219 $this->writer->stream($s);
352 $this->writer->write('/Length ' . strlen($grad['stream']));
354 $this->writer->stream($grad['stream']);
406 $this->writer->stream($grad['stream_trans']);
435 $this->writer->stream($p);
/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 {
/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 {
/plugin/flowplayer/player/
H A DREADME.txt5 … the clip ends if the next clip in the provider has a different provider close the provider stream.
52 - Added new clip events for stream switching onSwitchFailed and onSwitchComplete
70 - fixed switch stream api support in paused state. #279.
83 - #363 pause stream after metadata not beforehand or else no metadata is sent for rtmp clips .
92 …4 implement netstreamplayoptions for http streams, resets the stream or start loading a new stream.
102 - #430 clear buffering status on stream failure.
286 - Replay of a RTMP stream was failing after the connection had expired
290 - replaying a RTMP stream with an image in front of the stream in the playlist was not working (vid…
291 because the server does not send metadata if replaying the same stream.
396 - Fixed firing of cuepoints too early. Cuepoint firing is now based on stream time and does not rel…
[all …]
/plugin/oauth/vendor/lusitanian/oauth/
H A Dcomposer.lock28 "phpunit/php-token-stream": ">=1.1.3,<1.3.0"
201 "name": "phpunit/php-token-stream",
205 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
210 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/ad4e1e23ae01b483c16f600ff1bebec184588e32",
244 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DResponse.php104 $this->stream = Utils::streamFor($body);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js28356 return this.stream.pos();
28359 this.stream.goBackTo(pos);
28377 if (this.stream.eos()) {
28458 if (this.stream.peekChar(0) === _TLD && this.stream.peekChar(1) === _EQS) {
28463 if (this.stream.peekChar(0) === _PIP && this.stream.peekChar(1) === _EQS) {
28468 if (this.stream.peekChar(0) === _MUL && this.stream.peekChar(1) === _EQS) {
28473 if (this.stream.peekChar(0) === _HAT && this.stream.peekChar(1) === _EQS) {
28478 if (this.stream.peekChar(0) === _DLR && this.stream.peekChar(1) === _EQS) {
28483 this.stream.nextChar();
28604 if (this.stream.peekChar() === _SQO || this.stream.peekChar() === _DQO) {
[all …]
/plugin/mp3play2/
H A DREADME.md26 <td>music, mp3, stream, flash, embed</td>
93 …<song path="http://streamer-dtc-aa02.somafm.com:80/stream/1018/" title="Some Internetradio Mp3 Str…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Ddataprovider-debug.phpt18 …t 'DataProviderDebugTest::testProvider with data set #1 (1.2, resource(%d) of type (stream), '1')'.
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
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.dir
59 if (!this.stream.available(1))
62 var list = this.stream.list;
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DCHANGELOG.md3 * Documentation: Add details about stream context. (Ivan Enderlin, 2017-02-21T16:56:47+01:00)
72 * Avoid closing a closed stream (Jeremy Benoist, 2016-11-08T13:46:47+01:00)
108 * Add `stream_metadata` in the stream wrapper. (Ivan Enderlin, 2015-03-24T10:05:41+01:00)
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php37 /** The index into the input stream where the last error occurred.
171 throw new \RuntimeException('Unexpected null input stream.');
261 throw new \RuntimeException('Unexpected null input stream.');
391 * of a token from the input stream. At the time this method is called, the
393 * removed from the input stream. When this method returns,
430 * insertion of a missing token into the input stream. At the time this
561 $stream = $recognizer->getInputStream();
563 if ($stream === null) {
564 throw new \RuntimeException('Unexpected null input stream.');
573 $currentSymbolType = $stream
[all...]
/plugin/highlightjs/highlight/styles/
H A Dmagula.css36 .stream,
H A Ddefault.css43 .stream,
H A Ddark.css58 .stream,
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php89 $stream = fopen('php://temp', 'r+');
90 fwrite($stream, $body);
91 rewind($stream);
92 $body = $stream;
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php87 $stream = fopen('php://temp', 'r+');
88 fwrite($stream, $body);
89 rewind($stream);
90 $body = $stream;
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml124 struct test_node stream[] = {
282 struct test_node stream[] = {
361 struct test_node stream[] = {
390 struct test_node stream[] = {
411 struct test_node stream[] = {
447 struct test_node stream[] = {
817 This YAML stream contains a single text value.
818 The next stream is a log file - a sequence of
824 test: Document stream
856 # This stream is an example of a top-level mapping.
[all …]
H A DYtsDocumentSeparator.yml25 document separator to your YAML stream.
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DPumpStream.php7 * Provides a read only stream that pumps data from a PHP callable.
34 * @param callable $source Source of the stream data. The callable MAY
40 * - metadata: Hash of metadata to use with stream.
41 * - size: Size of the stream, if known.
67 public function attach($stream) argument
/plugin/codemirror/dist/modes/
H A Dmarkdown.min.js1stream:null};return null}function w(b,d){var e=b.column()===d.indentation;var h=u(d.prevLine.strea… property in b.thisLine
/plugin/aichat/Model/OpenAI/
H A DGPT35Turbo.php
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js267 var stream;
7644 return this.stream.wrap(stream);
24399 stream = stream.pipe(new PassThrough());
72171 flow(stream);
72540 flow(stream);
72603 return stream[method].apply(stream, arguments);
74408 eos(stream, {
74422 if (isRequest(stream)) return stream.abort();
79680 flow(stream);
79978 flow(stream);
[all …]
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1stream","state","error","wasAlreadyErroring","_resolve","_reject","_reason","_wasAlreadyErroring",…

1...<<111213141516171819