Home
last modified time | relevance | path

Searched refs:getStream (Results 26 – 50 of 85) sorted by relevance

1234

/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DFlushTokenParser.php28 $this->parser->getStream()->expect(Token::BLOCK_END_TYPE);
H A DDeprecatedTokenParser.php33 $this->parser->getStream()->expect(Token::BLOCK_END_TYPE);
H A DDoTokenParser.php28 $this->parser->getStream()->expect(Token::BLOCK_END_TYPE);
H A DExtendsTokenParser.php29 $stream = $this->parser->getStream();
H A DWithTokenParser.php28 $stream = $this->parser->getStream();
H A DSandboxTokenParser.php35 $stream = $this->parser->getStream();
H A DIncludeTokenParser.php38 $stream = $this->parser->getStream();
H A DUseTokenParser.php38 $stream = $this->parser->getStream();
H A DSetTokenParser.php35 $stream = $this->parser->getStream();
H A DAutoEscapeTokenParser.php42 $stream = $this->parser->getStream();
H A DFromTokenParser.php31 $stream = $this->parser->getStream();
H A DMacroTokenParser.php33 $stream = $this->parser->getStream();
H A DIfTokenParser.php39 $stream = $this->parser->getStream();
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/Exception/
H A DSeekException.php23 public function getStream() function in GuzzleHttp\\Stream\\Exception\\SeekException
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DSeekException.php23 public function getStream() function in GuzzleHttp\\Exception\\SeekException
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/Exception/
H A DSeekExceptionTest.php14 $this->assertSame($s, $e->getStream());
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DComposite.php84 public function getStream() function in Hoa\\Stream\\Composite
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUploadedFile.php234 public function getStream() function in GuzzleHttp\\Psr7\\UploadedFile
274 $this->getStream(),
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DConstant.php32 $this->parser->getStream()->expect($this->type, $this->name);
H A DBody.php33 $stream = $this->parser->getStream();
H A DTag.php56 $this->parser->getStream()->expect(Twig_Token::BLOCK_END_TYPE);
/plugin/findologicxmlexport/vendor/hoa/stream/Filter/
H A DLateComputed.php96 $stream = $this->getStream();
H A DBasic.php211 public function getStream() function in Hoa\\Stream\\Filter\\Basic
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfStream.php138 public function getStream($cache = false) function in setasign\\Fpdi\\PdfParser\\Type\\PdfStream
230 $stream = $this->getStream();
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DComposite.php73 ->when($result = $composite->getStream())

1234