Home
last modified time | relevance | path

Searched refs:stream (Results 51 – 75 of 459) sorted by relevance

12345678910>>...19

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DDroppingStream.php6 * stream becomes too full.
15 * @param StreamInterface $stream Underlying stream to decorate.
18 public function __construct(StreamInterface $stream, $maxLength) argument
20 $this->stream = $stream;
26 $diff = $this->maxLength - $this->stream->getSize();
28 // Begin returning false when the underlying stream is too large.
33 // Write the stream or a subset of the stream i
[all...]
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DDroppingStream.php20 * @param StreamInterface $stream Underlying stream to decorate.
23 public function __construct(StreamInterface $stream, $maxLength) argument
25 $this->stream = $stream;
31 $diff = $this->maxLength - $this->stream->getSize();
40 return $this->stream->write($string);
43 return $this->stream->write(substr($string, 0, $diff));
/plugin/fksnewsfeed/admin/
H A Dpush.php38 $stream = $this->helper->serviceStream->findByName($INPUT->param('news')['stream']);
41 if ($stream && $newsId) {
42 $targetStreamId = $stream->streamId;
59 $stream = $this->helper->serviceStream->findByName($streamName);
66 if ($stream->name) {
67 echo '<h2>' . $this->getLang('push_menu') . ': ' . $stream->name . '</h2>';
69 $newsInStream = $this->newsToId($stream->getNews());
75 echo $this->newsAddForm($stream->name, $id);
107 private function newsAddForm(string $stream, int $newsId): string { argument
113 $newsForm->setHiddenField('news[stream]', $stream);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC4.php104 private $stream; variable in phpseclib3\\Crypt\\RC4
260 $this->stream = [];
261 $this->stream[self::DECRYPT] = $this->stream[self::ENCRYPT] = [
284 $stream = &$this->stream[$mode];
286 $i = &$stream[0];
287 $j = &$stream[1];
288 $keyStream = &$stream[2];
290 $i = $stream[0];
291 $j = $stream[1];
292 $keyStream = $stream[2];
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
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 …]
/plugin/codemirror/dist/modes/
H A Djinja2.min.js.map1stream","state","ch","peek","incomment","skipTo","skipToEnd","eatWhile","intag","match","instring"…
H A Dcoffeescript.min.js.map1stream","state","sol","scope","align","scopeOffset","offset","eatSpace","lineOffset","indentation"…
H A Doctave.min.js.map1stream","state","sol","peek","next","tokenize","tokenBase","tokenComment","match","skipToEnd","eat…
H A Dtwig.min.js.map1stream","state","ch","peek","incomment","skipTo","skipToEnd","eatWhile","intag","match","instring"…
H A Drpm.min.js.map1stream","sol","match","next","defineMIME","arch","preamble","section","control_flow_complex","cont…
H A Djulia.min.js.map1stream","match","tokenize","tokenComment","leavingExpr","sol","eatSpace","ch","peek","skipToEnd","…
H A Dperl.min.js.map1stream","chain","style","tail","tokenize","e","c","i","undefined","eatWhile","tokenPerl","tokenSOM…
H A Dq.min.js.map1stream","state","sol","c","next","tokenize","tokenLineComment","eol","test","peek","skipToEnd","cu…
H A Dshell.min.js.map1stream","state","eatSpace","sol","ch","next","tokens","unshift","tokenString","tokenize","eat","sk…
H A Dcommonlisp.min.js.map1stream","ch","next","test","backUp","current","base","state","eatSpace","match","tokenize","inStri…
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md57 require [`hoa/stream`](https://packagist.org/packages/hoa/stream):
117 * `Structural`, for a structural stream, i.e. a stream acting like a
122 Thus, if one only need to read from a stream, it will type the stream
130 ### Define a concrete stream
135 stream, for instance:
267 the stream instanciation and the stream opening, we can attach new
337 * `redirect`, when the stream is redirected to another stream,
436 Finally, we use the stream as usual. A stream is not necessarily an
439 stream resource.
522 An XML stream reads and writes from another inner stream (a file, a
[all …]
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/TokenParser/
H A DTrans.php20 $stream = $this->parser->getStream();
25 if (!$stream->test(Twig_Token::BLOCK_END_TYPE)) {
28 $stream->expect(Twig_Token::BLOCK_END_TYPE);
30 $next = $stream->next()->getValue();
34 $stream->expect(Twig_Token::BLOCK_END_TYPE);
37 if ('notes' === $stream->next()->getValue()) {
38 $stream->expect(Twig_Token::BLOCK_END_TYPE);
42 $stream->expect(Twig_Token::BLOCK_END_TYPE);
47 $stream->expect(Twig_Token::BLOCK_END_TYPE);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php14 * RingPHP client handler that uses PHP's HTTP stream wrapper.
34 $stream = $this->createStream($url, $request);
35 return $this->createResponse($request, $url, $stream);
41 private function createResponse(array $request, $url, $stream) argument
54 $stream = $this->checkDecode($request, $response, $stream);
56 // If not streaming, then drain the response into a stream.
57 if (empty($request['client']['stream'])) {
61 $stream = $this->drain($stream,
69 checkDecode(array $request, array $response, $stream) global() argument
93 drain($stream, $dest) global() argument
[all...]
/plugin/jukebox/id3/
H A Dmodule.audio-video.flv.php334 var $stream; variable in AMFReader
336 function AMFReader(&$stream) { argument
337 $this->stream =& $stream;
343 $type = $this->stream->readByte();
411 return $this->stream->readDouble();
419 return $this->stream->readUTF();
432 $this->stream->readByte();
452 $this->stream->readByte();
467 $length = $this->stream->readLong();
485 return $this->stream->readLongUTF();
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DParser.php38 protected $stream; variable in Twig\\Parser
80 return $this->stream->getSourceContext()->getName();
111 $this->stream = $stream;
157 while (!$this->stream->isEOF()) {
160 $token = $this->stream->next();
165 $token = $this->stream->next();
172 $this->stream->next();
181 $this->stream->next();
207 $this->stream->next();
382 return $this->stream;
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DBlockTokenParser.php37 $stream = $this->parser->getStream();
38 $name = $stream->expect(Token::NAME_TYPE)->getValue();
40 …e, $this->parser->getBlock($name)->getTemplateLine()), $stream->getCurrent()->getLine(), $stream->…
46 if ($stream->nextIf(Token::BLOCK_END_TYPE)) {
48 if ($token = $stream->nextIf(Token::NAME_TYPE)) {
52 …ock for block "%s" (but "%s" given).', $name, $value), $stream->getCurrent()->getLine(), $stream->…
60 $stream->expect(Token::BLOCK_END_TYPE);
H A DFromTokenParser.php31 $stream = $this->parser->getStream();
32 $stream->expect('import');
36 $name = $stream->expect(Token::NAME_TYPE)->getValue();
39 if ($stream->nextIf('as')) {
40 $alias = $stream->expect(Token::NAME_TYPE)->getValue();
45 if (!$stream->nextIf(Token::PUNCTUATION_TYPE, ',')) {
50 $stream->expect(Token::BLOCK_END_TYPE);
56 …mported macro as it is a reserved keyword.', $name), $token->getLine(), $stream->getSourceContext(…
H A DIfTokenParser.php39 $stream = $this->parser->getStream();
40 $stream->expect(Token::BLOCK_END_TYPE);
47 switch ($stream->next()->getValue()) {
49 $stream->expect(Token::BLOCK_END_TYPE);
55 $stream->expect(Token::BLOCK_END_TYPE);
66 … close the "if" block started at line %d).', $lineno), $stream->getCurrent()->getLine(), $stream->…
70 $stream->expect(Token::BLOCK_END_TYPE);
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DServiceTest.php76 $stream = fopen('php://memory', 'r+');
77 fwrite($stream, $xml);
78 rewind($stream);
81 $result = $util->parse($stream, null, $rootElement);
137 $stream = fopen('php://memory', 'r+');
138 fwrite($stream, $xml);
139 rewind($stream);
142 $result = $util->expect('{http://sabre.io/ns}root', $stream);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DStreamReader.php13 * A stream reader class
20 * Creates a stream reader instance by a string value.
36 * Creates a stream reader instance by a filename.
48 * Defines whether the stream should be closed when the stream reader instance is deconstructed or not.
55 * The stream resource.
59 protected $stream; variable in setasign\\Fpdi\\PdfParser\\StreamReader
62 * The byte-offset position in the stream.
83 * The total length of the stream.
99 * @param resource $stream
102 __construct($stream, $closeStream = false) global() argument
[all...]

12345678910>>...19