Home
last modified time | relevance | path

Searched refs:stream (Results 176 – 200 of 459) sorted by relevance

12345678910>>...19

/plugin/codemirror/dist/modes/
H A Dmirc.min.js.map1stream","state","f","tokenize","tokenBase","beforeParams","ch","next","test","inParams","eatWhile"…
H A Dgo.min.js.map1stream","state","ch","next","tokenize","tokenString","test","match","eat","tokenComment","skipToEn…
H A Dvhdl.min.js.map1stream","eatWhile","defineMode","config","parserConfig","indentUnit","atoms","hooks","`","$","mult…
H A Dcobol.min.js.map1stream","eat","eatWhile","test","peek","next","startState","indentStack","indentation","mode","tok…
H A Dmarkdown.min.js.map1stream","state","f","inline","switchBlock","block","lineIsEmpty","line","test","string","blankLine…
H A Dmllike.min.js.map1stream","state","ch","next","tokenize","tokenString","eat","longString","tokenLongString","comment…
H A Dttcn-cfg.min.js.map1stream","state","ch","next","tokenize","tokenString","test","skipToEnd","eatWhile","cur","current"…
H A Dttcn.min.js.map1stream","state","ch","next","tokenize","tokenString","test","skipToEnd","eatWhile","eat","tokenCom…
H A Dhaxe.min.js.map1stream","state","f","tokenize","toUnescaped","end","escaped","next","content","ret","tp","cont","h…
H A Dhtmlmixed.min.js.map1stream","pat","cur","current","close","search","backUp","length","match","attrRegexpCache","getAtt…
H A Dyaml-frontmatter.min.js.map1stream","match","end","sol","style","mode","blankLine"],"mappings":"CAGA,SAAWA,GACT,SAAWC,UAAW,gBA…
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DComposite.php68 * @param object $stream Current stream.
71 protected function setStream($stream) argument
74 $this->_stream = $stream;
/plugin/fksnewsfeed/admin/
H A Dstream.php33 foreach ($streams as $stream) {
34 echo '<li class="form-group row"><span class="col-3">' . $stream->name . '</span>';
36 hsc('{{news-stream>stream="' . $stream->name . '" feed="5"}}') . '" />';
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DExpressionParserTest.php58 $stream = $env->tokenize(new Source($template, ''));
61 …$this->assertEquals($expected, $parser->parse($stream)->getNode('body')->getNode(0)->getNode('expr…
166 $stream = $env->tokenize(new Source('{{ "a" "b" }}', 'index'));
169 $parser->parse($stream);
178 $stream = $env->tokenize(new Source($template, ''));
181 …$this->assertEquals($expected, $parser->parse($stream)->getNode('body')->getNode(0)->getNode('expr…
370 $stream = $env->tokenize(new Source('{{ 1 is nul }}', 'index'));
371 $parser->parse($stream);
H A DParserTest.php39 $stream = new TokenStream([
46 $parser->parse($stream);
55 $stream = new TokenStream([
62 $parser->parse($stream);
179 $parser->stream = new TokenStream([]);
187 public $stream; variable in TestParser
/plugin/davcal/vendor/sabre/dav/bin/
H A Dsabredav.php7 protected $stream; variable in CliLog
11 $this->stream = fopen('php://stdout','w');
16 fwrite($this->stream, $msg . "\n");
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.php63 public static function load(Stream\IStream\In $stream) argument
65 $pp = $stream->readAll();
70 if ($stream instanceof Stream\IStream\Pointable) {
71 if (0 < $stream->tell()) {
73 ': The stream ' . $stream->getStreamName() .
79 $stream->getStreamName();
86 static::parsePP($pp, $tokens, $rawRules, $pragmas, $stream->getStreamName());
/plugin/webdav/core/
H A DUtils.php20 * @param resource $stream resource
24 public static function streamReader($stream) argument
28 while (($buf = fread($stream, 8192)) != '') {
37 * @param resource $stream resource
42 public static function streamWriter($stream, $file) argument
58 while (($buf = fread($stream, 8192)) != '') {
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DEmbedTokenParser.php28 $stream = $this->parser->getStream();
42 $stream->injectTokens([
49 $module = $this->parser->parse($stream, [$this, 'decideBlockEnd'], true);
58 $stream->expect(Token::BLOCK_END_TYPE);
/plugin/fksnewsfeed/
H A Daction.php127 $stream = $this->helper->serviceStream->findByName($streamId);
129 $news = $stream->getNews();
177 $stream = $this->helper->serviceStream->findByName($streamName);
179 $streams = [$stream->streamId];
180 $this->helper->fullParentDependence($stream->streamId, $streams);
182 foreach ($streams as $stream) {
183 $this->helper->servicePriority->store($newsId, $stream);
193 $stream = $this->helper->serviceStream->findByName($INPUT->param('news')['stream']);
195 …this->helper->servicePriority->findByNewsAndStream($INPUT->param('news')['id'], $stream->streamId);
208 $stream = $this->helper->serviceStream->findByName($INPUT->param('news')['stream']);
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/
H A DFileTest.php54 $stream = fopen('php://memory','r+');
55 fwrite($stream, "222");
56 rewind($stream);
60 $file->patch($stream, 2, 3);
/plugin/revealjs/plugin/multiplex/
H A Dindex.js35 var stream = fs.createReadStream(opts.baseDir + '/index.html');
36 stream.on('error', function( error ) {
40 stream.on('readable', function() {
41 stream.pipe(res);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessageTrait.php22 private $stream; variable
120 if (!$this->stream) {
121 $this->stream = Utils::streamFor('');
124 return $this->stream;
129 if ($body === $this->stream) {
134 $new->stream = $body;
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/Filter/
H A DLateComputed.php63 $stream = fopen($filename, 'r')
66 SUT::append($stream, $name),
67 $result = stream_get_contents($stream)
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DDroppingStreamTest.php12 $stream = new BufferStream();
13 $drop = new DroppingStream($stream, 5);
20 $this->assertEquals(5, $stream->getSize());

12345678910>>...19