Home
last modified time | relevance | path

Searched refs:getStream (Results 26 – 50 of 85) sorted by last modified time

1234

/plugin/findologicxmlexport/vendor/hoa/stream/
H A DComposite.php84 public function getStream() function in Hoa\\Stream\\Composite
H A DStream.php358 public function getStream() function in Hoa\\Stream\\Stream
433 return is_resource($this->getStream());
445 return stream_set_timeout($this->getStream(), $seconds, $microseconds);
478 return stream_set_blocking($this->getStream(), (int) $mode);
498 $out = 0 === stream_set_write_buffer($this->getStream(), $buffer);
549 return stream_get_meta_data($this->getStream());
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DAutoEscapeTokenParser.php42 $stream = $this->parser->getStream();
H A DBlockTokenParser.php37 $stream = $this->parser->getStream();
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 DEmbedTokenParser.php28 $stream = $this->parser->getStream();
H A DFlushTokenParser.php28 $this->parser->getStream()->expect(Token::BLOCK_END_TYPE);
H A DForTokenParser.php40 $stream = $this->parser->getStream();
H A DSandboxTokenParser.php35 $stream = $this->parser->getStream();
H A DIfTokenParser.php39 $stream = $this->parser->getStream();
H A DImportTokenParser.php30 $this->parser->getStream()->expect('as');
31 …$var = new AssignNameExpression($this->parser->getStream()->expect(Token::NAME_TYPE)->getValue(), …
32 $this->parser->getStream()->expect(Token::BLOCK_END_TYPE);
H A DIncludeTokenParser.php38 $stream = $this->parser->getStream();
H A DWithTokenParser.php28 $stream = $this->parser->getStream();
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DBoolean.php24 $this->parser->getStream()->expect(Twig_Token::NAME_TYPE, array('true', 'false'));
H A DNumber.php24 $this->parser->getStream()->expect(Twig_Token::NUMBER_TYPE);
H A DTag.php56 $this->parser->getStream()->expect(Twig_Token::BLOCK_END_TYPE);
/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/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DStream.php174 $resource = $stream->getStream(),
187 ->variable($stream->getStream())
218 $resource = $stream->getStream(),
231 ->resource($result->getStream())
291 ->when($result = $stream->getStream())
352 $oldStream = $stream->getStream(),
360 ->resource($stream->getStream())
380 $oldStream = $stream->getStream(),
391 ->resource($stream->getStream())
437 ->isIdenticalTo($stream->getStream())
[all …]
/plugin/findologicxmlexport/vendor/hoa/file/Link/
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);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DRead.php117 return feof($this->getStream());
137 return fread($this->getStream(), $length);
158 return fgetc($this->getStream());
212 return fgets($this->getStream());
223 return stream_get_contents($this->getStream(), -1, $offset);
234 return fscanf($this->getStream(), $format);
/plugin/findologicxmlexport/vendor/hoa/file/Temporary/
H A DWrite.php131 return fwrite($this->getStream(), $string, $length);
244 return ftruncate($this->getStream(), $size);
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php84 ->variable($wrapper->getStream())
96 fseek($wrapper->getStream(), 0, SEEK_SET)
153 ->isIdenticalTo($wrapper->getStream())
352 ->isIdenticalTo($wrapper->getStream())
424 ->isIdenticalTo($wrapper->getStream())
544 ->isIdenticalTo($wrapper->getStream())
574 ->isIdenticalTo($wrapper->getStream())
593 ->variable($wrapper->getStream())
618 ->resource($wrapper->getStream())
643 ->variable($wrapper->getStream())
[all …]
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DWrapper.php110 if (true === @fclose($this->getStream())) {
127 return feof($this->getStream());
140 return fflush($this->getStream());
288 return fread($this->getStream(), $count);
320 return fstat($this->getStream());
331 return ftell($this->getStream());
354 return fwrite($this->getStream(), $data);
367 closedir($this->getStream());
412 return readdir($this->getStream());
426 return rewinddir($this->getStream());
[all …]

1234