Home
last modified time | relevance | path

Searched refs:stream (Results 276 – 300 of 459) sorted by relevance

1...<<111213141516171819

/plugin/combo/
H A Dyarn.lock27 combined-stream@^1.0.8:
29 resolved "https://registry.yarnpkg.com/combined-stream/-/combined-stream-1.0.8.tgz#c3d45a8b34fd730631a110a8a2520682b31d5a7f"
32 delayed-stream "~1.0.0"
62 delayed-stream@~1.0.0:
64 resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
85 combined-stream "^1.0.8"
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DXcallable.php277 $stream = new \Mock\Hoa\Stream\IStream\Out(),
279 $xcallable = new SUT($stream)
284 ->isEqualTo([$stream, $method]);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DCrossReference.php239 $stream = PdfStream::ensure($initValue->value);
249 $type = PdfDictionary::get($stream->value, 'Type');
257 $this->checkForEncryption($stream->value);
/plugin/fetchmedia/
H A Dyarn.lock683 block-stream@*:
917 combined-stream@^1.0.5, combined-stream@~1.0.5:
931 concat-stream@^1.6.0:
1075 delayed-stream@~1.0.0:
1386 is-stream "^1.1.0"
1574 get-stream@^3.0.0:
1893 is-stream@^1.1.0:
2164 mute-stream@0.0.7:
2550 …-stream@^2.0.1, readable-stream@^2.0.2, readable-stream@^2.0.5, readable-stream@^2.0.6, readable-s…
2831 stream-http@^2.3.1:
[all …]
/plugin/tablelayout/
H A Dyarn.lock74 readable-stream "^2.0.6"
357 combined-stream@1.0.6, combined-stream@~1.0.5:
373 concat-stream@1.6.0:
381 concat-stream@^1.6.0:
491 delayed-stream@~1.0.0:
1144 is-stream "^1.0.1"
1259 mute-stream "0.0.7"
1371 is-stream@^1.0.1:
1666 mute-stream@0.0.7:
1996 readable-stream@1.1:
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DParserInterface.php32 public function parse(TokenStream $stream); argument
/plugin/fksnewsfeed/syntax/
H A Dcarousel.php36 $stream = $this->helper->serviceStream->findByName($param['stream']);
38 $allNews = $stream->getNews();
/plugin/findologicxmlexport/vendor/hoa/compiler/Bin/
H A DPp.php130 $stream = new File\Read($language);
131 $data = $stream->readAll();
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md28 - Return `null` in caching stream size if remote size is `null`
52 - Issue when creating stream from `php://input` and curl-ext is not installed
63 - Converting a non-seekable stream to a string
96 - Fixed readable/writable detection for certain stream modes (#248)
125 - Clarify exception message when stream is detached
134 - `InflateStream` preserves `isSeekable` attribute of the underlying stream
/plugin/mp3play2/
H A Dplugin.info.txt6 desc Dokuwiki Plugin for playing a mp3 stream of mp3 files
/plugin/findologicxmlexport/vendor/hoa/file/
H A DCHANGELOG.md37 * `getSize` returns `false` if stream is unstatable. (Ivan Enderlin, 2015-05-27T11:05:46+02:00)
38 * `getStatistic` works on the stream pointer. (Ivan Enderlin, 2015-05-27T11:04:26+02:00)
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DCHANGELOG.md49 - The PHP stream wrapper handler now sets `allow_self_signed` to `false` to
83 - Adding more error information to PHP stream wrapper exceptions.
103 - Setting the `header` stream option as a string to be compatible with GAE.
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DNullStream.php25 public function attach($stream) argument
H A DBufferStream.php7 * Provides a buffer stream that can be written to to fill a buffer, and read
10 * This stream returns a "hwm" metadata value that tells upstream consumers
11 * what the configured high water mark of the stream is, or the maximum
56 public function attach($stream) argument
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php22 $stream = fopen('php://memory', 'r+');
23 fwrite($stream, $data);
24 rewind($stream);
26 $result = Reader::read($stream);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php22 $stream = fopen('php://memory', 'r+');
23 fwrite($stream, $data);
24 rewind($stream);
26 $result = Reader::read($stream);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php22 $stream = fopen('php://memory', 'r+');
23 fwrite($stream, $data);
24 rewind($stream);
26 $result = Reader::read($stream);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js1stream=new s(""),this.ignoreComment=!0,this.ignoreWhitespace=!0,this.inURL=!1}return e.prototype.s…
/plugin/webdav/vendor/sabre/http/
H A DREADME.md473 * Returns the body as a readable stream resource.
475 * Note that the stream may not be rewindable, and therefore may only be
485 * Note that because the underlying data may be based on a stream, this
495 * This could be either a string or a stream.
502 * Updates the body resource with a new stream.
617 * Returns the body as a readable stream resource.
619 * Note that the stream may not be rewindable, and therefore may only be
629 * Note that because the underlying data may be based on a stream, this
639 * This could be either a string or a stream.
647 * Updates the body resource with a new stream.
/plugin/davcal/vendor/sabre/http/
H A DREADME.md473 * Returns the body as a readable stream resource.
475 * Note that the stream may not be rewindable, and therefore may only be
485 * Note that because the underlying data may be based on a stream, this
495 * This could be either a string or a stream.
502 * Updates the body resource with a new stream.
617 * Returns the body as a readable stream resource.
619 * Note that the stream may not be rewindable, and therefore may only be
629 * Note that because the underlying data may be based on a stream, this
639 * This could be either a string or a stream.
647 * Updates the body resource with a new stream.
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/
H A DStream.php69 $stream = new SUT('http://127.0.0.1:' . $port, null, true),
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/
H A Djplayer.blue.monday.min.css1stream :focus,.jp-video :focus{outline:0}.jp-audio button::-moz-focus-inner,.jp-audio-stream butto…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DFontWriter.php104 $this->writer->stream($font);
262 $this->writer->stream($toUni);
271 $this->writer->stream($fontstream);
355 $this->writer->stream($toUni);
386 // obj ID of a stream containing a TrueType font program
423 $this->writer->stream($cidtogidmap);
433 $this->writer->stream($fontstream);
/plugin/highlightjs/highlight/styles/
H A Dvs.css39 .stream,
/plugin/pureldap/vendor/freedsx/socket/
H A DCHANGELOG.md26 * Fix the isConnected method to determine whether or not the stream is open.

1...<<111213141516171819