Home
last modified time | relevance | path

Searched refs:stream (Results 126 – 150 of 459) sorted by relevance

12345678910>>...19

/plugin/codemirror/dist/modes/
H A Dgroovy.min.js.map1stream","state","ch","next","startString","test","eatWhile","eat","tokenize","push","tokenComment"…
H A Dxquery.min.js.map1stream","state","f","tokenize","tokenBase","ch","next","mightBeFunction","isEQName","isEQNameAhead…
H A Deiffel.min.js.map1stream","state","tokenize","push","tokenBase","eatSpace","ch","next","readQuoted","eat","skipToEnd…
H A Dvbscript.min.js.map1stream","eatSpace","ch","peek","skipToEnd","match","floatLiteral","eat","intLiteral","tokenize","t…
H A Dscheme.min.js.map1stream","match","isOctalNumber","isDecimalNumber","backup","backUp","isHexNumber","startState","in…
H A Dmodelica.min.js.map1stream","state","skipToEnd","tokenize","tokenBlockComment","maybeEnd","ch","next","tokenString","e…
H A Dwebidl.min.js.map1stream","state","eatSpace","inComment","match","skipToEnd","startDef","endDef","lastToken","nextTo…
H A Dpascal.min.js.map1stream","state","ch","next","startOfLine","skipToEnd","tokenize","tokenString","eat","tokenComment…
H A Dsolr.min.js.map1stream","state","escaped","next","tokenize","tokenBase","tokenOperator","operator","style","eat","…
H A Dpig.min.js.map1stream","state","f","tokenize","tokenComment","isEnd","ch","next","tokenBase","tokenString","quote…
H A Ddtd.min.js.map1stream","state","ch","next","eat","eatWhile","tokenize","tokenSGMLComment","inBlock","match","toke…
H A Dturtle.min.js.map1stream","state","ch","next","match","tokenize","tokenLiteral","test","skipToEnd","eatWhile","peek"…
H A Dclike.min.js.map1stream","pos","prevToken","test","string","slice","typeAtEndOfLine","indentation","isTopScope","de…
H A Dverilog.min.js.map1stream","state","ch","peek","style","test","next","eatWhile","tokenize","tokenString","eat","token…
H A Dxml.min.js.map1stream","state","chain","parser","tokenize","ch","next","eat","match","inBlock","eatWhile","doctyp…
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
H A DUtil.php7 public static function read($stream, $offset, $numberOfBytes) argument
12 if (fseek($stream, $offset) === 0) {
13 $value = fread($stream, $numberOfBytes);
18 if (ftell($stream) - $offset === $numberOfBytes) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.flv.php563 public $stream; variable in AMFReader
566 * @param AMFStream $stream
569 $this->stream = $stream;
578 $type = $this->stream->readByte();
648 return $this->stream->readDouble();
662 return $this->stream->readUTF();
681 $this->stream->readByte();
705 $this->stream->readByte();
715 $length = $this->stream->readLong();
737 return $this->stream->readLongUTF();
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A DLlk.php57 ->given($stream = new File\ReadWrite('hoa://Test/Vfs/Empty.pp?type=file'))
58 ->exception(function () use ($stream) {
59 SUT::load($stream);
72 $stream = new File\ReadWrite('hoa://Test/Vfs/Grammar.pp?type=file'),
73 $stream->writeAll(
83 ->when($result = SUT::load($stream))
107 $stream = new File\Read('hoa://Library/Compiler/Llk/Llk.pp'),
108 $parser = SUT::load($stream)
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Filter/
H A DFilter.php136 $stream = fopen('hoa://Test/Vfs/Foo?type=file', 'r'),
139 ->when($result = SUT::append($stream, $name))
149 $stream = fopen('hoa://Test/Vfs/Foo?type=file', 'r'),
152 ->when($result = SUT::prepend($stream, $name))
162 $stream = fopen('hoa://Test/Vfs/Foo?type=file', 'r'),
164 $filter = SUT::append($stream, $name)
176 $stream = fopen('hoa://Test/Vfs/Foo?type=file', 'r'),
178 $filter = SUT::append($stream, $name)
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DStreamingFile.php42 $stream = fopen('php://memory','r+');
43 fwrite($stream, $data);
44 rewind($stream);
45 $data = $stream;
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/
H A DREADME.md1 …ci.org/sebastianbergmann/php-token-stream.svg?branch=master)](https://travis-ci.org/sebastianbergm…
3 # php-token-stream
9 composer require phpunit/php-token-stream
13 composer require --dev phpunit/php-token-stream
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php97 $stream, argument
107 list($stream, $headers) = $this->checkDecode($options, $headers, $stream);
108 $stream = Psr7\stream_for($stream);
109 $sink = $stream;
112 $sink = $this->createSink($stream, $options);
129 if ($sink !== $stream) {
131 $stream,
145 return $stream;
165 $stream = new Psr7\InflateStream(
166 Psr7\stream_for($stream)
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DComposite.php56 $stream = new \StdClass(),
59 ->when($result = $this->invoke($composite)->setStream($stream))
69 $stream = new \StdClass(),
71 $this->invoke($composite)->setStream($stream)
76 ->isIdenticalTo($stream);
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DExtendsTokenParser.php29 $stream = $this->parser->getStream();
32 …throw new SyntaxError('Cannot extend from a block.', $token->getLine(), $stream->getSourceContext(…
36 … SyntaxError('Multiple extends tags are forbidden.', $token->getLine(), $stream->getSourceContext(…
40 $stream->expect(Token::BLOCK_END_TYPE);
/plugin/webdav/core/Plugin/
H A DDummyGetResponse.php40 $stream = fopen('php://memory', 'r+');
41 fwrite($stream, $string);
42 rewind($stream);
45 $response->setBody($stream);

12345678910>>...19