Home
last modified time | relevance | path

Searched refs:getStream (Results 51 – 75 of 85) sorted by relevance

1234

/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DEmbedTokenParser.php28 $stream = $this->parser->getStream();
H A DBlockTokenParser.php37 $stream = $this->parser->getStream();
H A DForTokenParser.php40 $stream = $this->parser->getStream();
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/TokenParser/
H A DTrans.php20 $stream = $this->parser->getStream();
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Filter/
H A DBasic.php140 ->when($result = $filter->getStream())
/plugin/mediathumbnails/
H A Dthumb_engines.php139 $fp = $zip->getStream($thumbnail_path);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php130 $this->parser->getStream()->expect(Token::BLOCK_END_TYPE);
H A DParserTest.php208 $this->parser->getStream()->expect(Token::BLOCK_END_TYPE);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DStreamHandler.php102 public function getStream() function in Monolog\\Handler\\StreamHandler
/plugin/findologicxmlexport/vendor/hoa/file/
H A DGeneric.php105 return fstat($this->getStream());
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php251 $stream = $value->getStream();
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticTokenParser.php57 $stream = $this->parser->getStream();
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DStreamReader.php370 public function getStream() function in setasign\\Fpdi\\PdfParser\\StreamReader
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DParser.php380 public function getStream() function in Twig\\Parser
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php378 $stream = $value->getStream();
/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()``):
H A Ddeprecated.rst31 parser, use ``$this->parser->getStream()->getSourceContext()->getPath()`` instead.
H A Dadvanced.rst472 $stream = $parser->getStream();
495 from the token stream (``$this->parser->getStream()``):
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DCHANGELOG.md95 * Change the visibility of `getStream` to `public`. (Ivan Enderlin, 2015-10-22T08:30:43+02:00)
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));
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php537 $this->_put($value->getStream());
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md281 … a path/url), then it will not close it for you. You can retrieve those using getStream() if needed
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2getStream:(function(fd){return FS.streams[fd]}),createStream:(function(stream,fd_start,fd_end){if(…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md640 - `getStream` and `setStream` have been removed to better encapsulate streams.

1234