Home
last modified time | relevance | path

Searched refs:stream (Results 76 – 100 of 459) sorted by relevance

12345678910>>...19

/plugin/codemirror/dist/modes/
H A Dhaml.min.js.map1stream","state","ch","peek","rubyState","tokenize","length","next","html","ruby","match","skipToEn…
H A Dyaml.min.js.map1stream","state","ch","peek","esc","escaped","pos","test","string","charAt","skipToEnd","match","li…
H A Drst.min.js.map1stream","match","next","mode","getMode","backdrop","overlayMode","format","string","args","Array",…
H A Ddart.min.js.map1stream","eatWhile","'","tokenString","\"","r","peek","next","}","_stream","/","eat","tokenNestedCo…
H A Derlang.min.js.map1stream","state","in_string","doubleQuote","rval","in_atom","singleQuote","eatSpace","peekToken","m…
H A Dsmalltalk.min.js.map1stream","state","token","aChar","nextComment","nextString","peek","nextSymbol","eatWhile","nextTem…
H A Dvb.min.js.map1stream","eatSpace","ch","peek","skipToEnd","match","floatLiteral","eat","intLiteral","tokenize","t…
H A Ddylan.min.js.map1stream","state","tokenize","tokenBase","ch","peek","next","tokenString","eat","tokenComment","skip…
H A Dswift.min.js.map1stream","state","prev","sol","indented","indentation","eatSpace","ch","peek","match","skipToEnd","…
H A Doz.min.js.map1stream","state","eatSpace","match","matched","doInCurrentLine","currentIndent","tokenize","tokenFu…
H A Dz80.min.js.map1stream","state","column","eatSpace","w","eatWhile","eat","current","indentation","test","match","s…
H A Dpython.min.js.map1stream","sol","lastToken","indent","indentation","type","scopeOffset","offset","eatSpace","lineOff…
H A Dstylus.min.js.map1stream","state","string","match","context","line","firstWord","replace","indent","indentation","pe…
H A Dtextile.min.js.map1stream","state","mode","Modes","newLayout","layoutType","spanningLayout","match","RE","handlePhras…
H A Dr.min.js.map1stream","state","ch","next","skipToEnd","eat","eatWhile","match","test","tokenize","tokenString","…
H A Dcmake.min.js.map1stream","state","current","prev","found_var","eol","next","pending","backUp","continueString","tok…
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DMacroTokenParser.php33 $stream = $this->parser->getStream();
34 $name = $stream->expect(Token::NAME_TYPE)->getValue();
38 $stream->expect(Token::BLOCK_END_TYPE);
41 if ($token = $stream->nextIf(Token::NAME_TYPE)) {
45 …cro for macro "%s" (but "%s" given).', $name, $value), $stream->getCurrent()->getLine(), $stream->…
49 $stream->expect(Token::BLOCK_END_TYPE);
H A DIncludeTokenParser.php38 $stream = $this->parser->getStream();
41 if ($stream->nextIf(Token::NAME_TYPE, 'ignore')) {
42 $stream->expect(Token::NAME_TYPE, 'missing');
48 if ($stream->nextIf(Token::NAME_TYPE, 'with')) {
53 if ($stream->nextIf(Token::NAME_TYPE, 'only')) {
57 $stream->expect(Token::BLOCK_END_TYPE);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DInflateStream.php7 * This stream decorator skips the first 10 bytes of the given stream to remove
8 * the gzip header, converts the provided stream to a PHP stream resource,
9 * then appends the zlib.inflate filter. The stream is then converted back
10 * to a Guzzle stream resource to be used as a Guzzle stream.
19 public function __construct(StreamInterface $stream) argument
22 $stream = new LimitStream($stream,
[all...]
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DBucket.php78 $stream = fopen(__FILE__, 'r'),
81 ->when($result = new SUT($stream, SUT::IS_A_STREAM, $buffer))
101 $stream = fopen(__FILE__, 'r'),
102 $bucket = new SUT($stream, SUT::IS_A_STREAM)
114 $stream = fopen(__FILE__, 'r'),
116 $bucket = new SUT($stream, SUT::IS_A_STREAM, $oldBuffer),
139 $stream = fopen(__FILE__, 'r'),
141 $bucket = new SUT($stream, SUT::IS_A_STREAM, $buffer)
154 $stream = fopen(__FILE__, 'r'),
156 $bucket = new SUT($stream, SUT::IS_A_STREAM, $buffer)
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/Exception/
H A DSeekException.php7 * Exception thrown when a seek fails on a stream.
11 private $stream; variable in GuzzleHttp\\Stream\\Exception\\SeekException
13 public function __construct(StreamInterface $stream, $pos = 0, $msg = '') argument
15 $this->stream = $stream;
16 $msg = $msg ?: 'Could not seek the stream to position ' . $pos;
25 return $this->stream;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DSeekException.php11 private $stream; variable in GuzzleHttp\\Exception\\SeekException
13 public function __construct(StreamInterface $stream, $pos = 0, $msg = '') argument
15 $this->stream = $stream;
25 return $this->stream;
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.pcl.class.php23 function output(&$stream) { argument
208 function output(&$stream) { argument
212 $uel->output($stream);
213 $reset->output($stream);
216 $page->output($stream);
218 $reset->output($stream);
219 $uel->output($stream);
224 function output(&$stream) { argument
233 function output(&$stream) { argument
234 $this->_control->output($stream);
[all …]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst20 returns the entire remainder of the stream. If you want to limit the maximum
21 amount of data read from the stream, use the
26 ``eof()`` method when the stream is consumed.
38 ``drain`` option is provided, the stream can also act as if it is a blocking
39 stream.
45 * Added ``flush`` to stream wrapper.
55 underlying stream write buffers.
56 * Added ``FnStream`` to easily decorate stream behavior with callables.
57 * ``Utils::hash`` now throws an exception when the stream cannot seek to 0.
62 * Stream metadata is grabbed from the underlying stream eac
[all...]
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/
H A DChangeLog.md3 All notable changes to `sebastianbergmann/php-token-stream` are documented in this file using the […
7 * Fixed [#69](https://github.com/sebastianbergmann/php-token-stream/issues/69): `PHP_Token_USE_FUNC…
13 * Fixed [#68](https://github.com/sebastianbergmann/php-token-stream/issues/68): Method with name `e…
17 [2.0.2]: https://github.com/sebastianbergmann/php-token-stream/compare/2.0.1...2.0.2
18 [2.0.1]: https://github.com/sebastianbergmann/php-token-stream/compare/2.0.0...2.0.1
19 [2.0.0]: https://github.com/sebastianbergmann/php-token-stream/compare/1.4.11...2.0.0

12345678910>>...19