Home
last modified time | relevance | path

Searched refs:stream (Results 226 – 250 of 459) sorted by relevance

12345678910>>...19

/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock331 block-stream@*:
583 combined-stream@^1.0.5, combined-stream@~1.0.5:
606 concat-stream@^1.5.0:
826 end-of-stream@^1.0.0, end-of-stream@^1.1.0:
1091 get-stream@^4.0.0:
1431 is-stream@^1.1.0:
2117stream@1 || 2", readable-stream@^2.0.0, readable-stream@^2.0.1, readable-stream@^2.0.2, readable-s…
2427 stream-each@^1.1.0:
2434 stream-http@^2.7.2:
2444 stream-shift@^1.0.0:
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DToken.php201 $stream = new File\Read('hoa://Library/Regex/Grammar.pp');
202 $stream->rewind();
204 static::$_regexCompiler = Compiler\Llk::load($stream);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStreamInterface.php5 * Describes a stream instance.
10 * Attempts to seek to the beginning of the stream and reads all data into
11 * a string until the end of the stream is reached.
20 * Closes the stream and any underlying resources.
25 * Separates any underlying resources from the stream.
27 * After the underlying resource has been detached, the stream object is in
28 * an unusable state. If you wish to use a Stream object as a PHP stream
32 * @return resource|null Returns the underlying PHP stream resource or null
34 * stream resource.
39 * Replaces the underlying stream resourc
53 attach($stream) global() argument
[all...]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php17 $stream = fopen('php://memory', 'r+');
18 fwrite($stream, $data);
19 rewind($stream);
20 return $stream;
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php17 $stream = fopen('php://memory','r+');
18 fwrite($stream, $data);
19 rewind($stream);
20 return $stream;
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php17 $stream = fopen('php://memory','r+');
18 fwrite($stream, $data);
19 rewind($stream);
20 return $stream;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Splitter/
H A DICalendarTest.php17 $stream = fopen('php://memory','r+');
18 fwrite($stream, $data);
19 rewind($stream);
20 return $stream;
/plugin/fksnewsfeed/inc/renderer/
H A DFykosRenderer.php86 $stream = $this->helper->serviceStream->findByName($streamName);
87 $priority = $this->helper->servicePriority->findByNewsAndStream($id, $stream->streamId);
115 protected function btnEditNews(int $id, string $stream): string { argument
127 if ($stream) {
131 $deleteForm->setHiddenField('news[stream]', $stream);
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php158 $this->writePdfType($pageData['stream']);
251 $stream = $value->getStream();
252 $stream = $this->_encrypt_data($this->currentObjectNumber, $stream);
254 $dictionary->value['Length'] = PdfNumeric::create(\strlen($stream));
255 $value = PdfStream::create($dictionary, $stream);
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php213 rewind($stream);
216 $p->setInput($stream);
219 fclose($stream);
228 fwrite($stream, 'hello');
229 rewind($stream);
232 $p->setInput($stream);
235 fclose($stream);
1233 $stream = function () use ($stream, &$i) {
1235 rewind($stream);
1237 rewind($stream);
[all …]
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DBody.php33 $stream = $this->parser->getStream();
34 $stream->expect(Twig_Token::BLOCK_END_TYPE);
/plugin/swiftmail/Swift/Cache/
H A DJointOutputStream.php44 public function addStream(Swift_Cache_OutputStream $stream) argument
46 $this->streams[] = $stream;
/plugin/davcal/
H A Dics.php48 $stream = $hlp->getCalendarAsICSFeed($calid); variable
52 echo $stream;
/plugin/codemirror/dist/modes/
H A Dapl.min.js.map1stream","state","ch","funcName","eatSpace","next","eatWhile","test","skipToEnd","peek","defineMIME…
H A Dfortran.min.js.map1stream","state","match","ch","next","skipToEnd","tokenize","tokenString","test","eatWhile","word",…
H A Djavascript.min.js.map1stream","escaped","next","inSet","content","ret","tp","cont","tokenBase","state","ch","tokenize","…
H A Dclojure.min.js.map1stream","state","eatSpace","eat","match","tokenize","inString","skipToEnd","matches","symbol","nex…
H A Dlivescript.min.js.map1stream","state","next_rule","next","nr","Rules","splice","i$","length","r","regex","match","token"…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js12960 this.stream = stream;
14536 this.stream = stream;
16543 this.stream = stream;
19170 this.stream = stream;
21831 this.stream = stream;
23122 this.stream = stream;
29110 stream: stream,
48408 this.stream = stream;
48911 this.stream = stream;
55721 stream: stream,
[all …]
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFile.php345 $stream = $this->getStream();
347 if (null === $stream) {
351 return ftell($stream);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DCommonToken.php51 * the same source and input stream share a reference to the same
104 throw new \RuntimeException('Unexpected stream type.');
274 $stream = $this->source->b;
276 if ($stream !== null && !$stream instanceof CharStream) {
280 return $stream;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DReaderTest.php23 $stream = fopen('php://memory', 'r+');
24 fwrite($stream, $data);
25 rewind($stream);
27 $result = Reader::read($stream);
479 $stream = fopen('php://memory', 'r+');
480 fwrite($stream, $data);
481 rewind($stream);
483 $result = Reader::readXML($stream);
/plugin/findologicxmlexport/vendor/hoa/stream/Filter/
H A DLateComputed.php96 $stream = $this->getStream();
99 $stream,
H A DBasic.php213 return isset($this->stream) ? $this->stream : null;
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
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;

12345678910>>...19