Home
last modified time | relevance | path

Searched refs:getStream (Results 51 – 75 of 85) sorted by last modified time

1234

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php130 $this->parser->getStream()->expect(Token::BLOCK_END_TYPE);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DExpressionParser.php77 $this->parser->getStream()->next();
107 $this->parser->getStream()->next();
113 $this->parser->getStream()->next();
241 $stream = $this->parser->getStream();
269 $stream = $this->parser->getStream();
294 $stream = $this->parser->getStream();
406 $stream = $this->parser->getStream();
488 $this->parser->getStream()->next();
532 $stream = $this->parser->getStream();
586 $stream = $this->parser->getStream();
[all …]
H A DParser.php380 public function getStream() function in Twig\\Parser
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst413 $name = $this->parser->getStream()->expect(\Twig\Token::NAME_TYPE)->getValue();
414 $this->parser->getStream()->expect(\Twig\Token::OPERATOR_TYPE, '=');
417 $this->parser->getStream()->expect(\Twig\Token::BLOCK_END_TYPE);
435 from the token stream (``$this->parser->getStream()``):
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFile.php243 return @fclose($this->getStream());
270 return fflush($this->getStream());
312 return flock($this->getStream(), $operation);
322 return rewind($this->getStream());
335 return fseek($this->getStream(), $offset, $whence);
345 $stream = $this->getStream();
H A DGeneric.php105 return fstat($this->getStream());
H A DWrite.php131 return fwrite($this->getStream(), $string, $length);
244 return ftruncate($this->getStream(), $size);
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DReadWrite.php125 return feof($this->getStream());
145 return fread($this->getStream(), $length);
166 return fgetc($this->getStream());
220 return fgets($this->getStream());
231 return stream_get_contents($this->getStream(), -1, $offset);
242 return fscanf($this->getStream(), $format);
263 return fwrite($this->getStream(), $string, $length);
376 return ftruncate($this->getStream(), $size);
H A DWrite.php130 return fwrite($this->getStream(), $string, $length);
243 return ftruncate($this->getStream(), $size);
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md126 Finally, the highest interface is `Stream`, defining the `getStream`
153 return fclose($this->getStream());
174 return fread($this->getStream(), max(1, $length));
H A DCHANGELOG.md95 * Change the visibility of `getStream` to `public`. (Ivan Enderlin, 2015-10-22T08:30:43+02:00)
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DComposite.php73 ->when($result = $composite->getStream())
/plugin/findologicxmlexport/vendor/hoa/stream/Filter/
H A DBasic.php211 public function getStream() function in Hoa\\Stream\\Filter\\Basic
H A DFilter.php159 $stream = $stream->getStream();
196 $stream = $stream->getStream();
H A DLateComputed.php96 $stream = $this->getStream();
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DRead.php118 return feof($this->getStream());
138 return fread($this->getStream(), $length);
159 return fgetc($this->getStream());
213 return fgets($this->getStream());
224 return stream_get_contents($this->getStream(), -1, $offset);
235 return fscanf($this->getStream(), $format);
H A DReadWrite.php125 return feof($this->getStream());
145 return fread($this->getStream(), $length);
166 return fgetc($this->getStream());
220 return fgets($this->getStream());
231 return stream_get_contents($this->getStream(), -1, $offset);
242 return fscanf($this->getStream(), $format);
263 return fwrite($this->getStream(), $string, $length);
376 return ftruncate($this->getStream(), $size);
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DExtendsTokenParser.php29 $stream = $this->parser->getStream();
H A DFilterTokenParser.php37 $this->parser->getStream()->expect(Token::BLOCK_END_TYPE);
40 $this->parser->getStream()->expect(Token::BLOCK_END_TYPE);
H A DFromTokenParser.php31 $stream = $this->parser->getStream();
H A DMacroTokenParser.php33 $stream = $this->parser->getStream();
H A DSetTokenParser.php35 $stream = $this->parser->getStream();
H A DSpacelessTokenParser.php35 $this->parser->getStream()->expect(Token::BLOCK_END_TYPE);
37 $this->parser->getStream()->expect(Token::BLOCK_END_TYPE);
H A DUseTokenParser.php38 $stream = $this->parser->getStream();
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DBody.php33 $stream = $this->parser->getStream();

1234