Home
last modified time | relevance | path

Searched refs:stream (Results 151 – 175 of 459) sorted by relevance

12345678910>>...19

/plugin/fksnewsfeed/db/
H A Dupdate0002.sql15 CREATE TABLE `stream`
26 FOREIGN KEY (`child`) REFERENCES `stream` (`stream_id`),
27 FOREIGN KEY (`parent`) REFERENCES `stream` (`stream_id`)
39 FOREIGN KEY (`stream_id`) REFERENCES `stream` (`stream_id`)
/plugin/codemirror/dist/modes/
H A Dyacas.min.js.map1stream","state","ch","next","tokenize","tokenString","eat","tokenComment","skipToEnd","backUp","m"…
H A Dsas.min.js.map1stream","ch","next","eat","continueComment","peek","skipTo","skipToEnd","column","indentation","do…
H A Dmumps.min.js.map1stream","state","sol","label","commandMode","ch","peek","skipToEnd","match","skipTo","next","test"…
H A Dlua.min.js.map1stream","level","eat","normal","state","ch","next","cur","bracketed","skipToEnd","string","test","…
H A Dsparql.min.js.map1stream","state","ch","next","match","tokenize","tokenLiteral","test","skipToEnd","eatWhile","eat",…
H A Dd.min.js.map1stream","state","ch","next","result","tokenize","tokenString","test","eatWhile","eat","tokenNested…
H A Dfcl.min.js.map1stream","state","ch","next","test","match","eat","tokenize","tokenComment","skipToEnd","eatWhile",…
H A Dmbox.min.js.map1stream","state","sol","inSeparator","inHeader","match","inHeaders","emailPermitted","skipToEnd","s…
H A Dphp.min.js.map1stream","state","patterns","match","tokenize","slice","closing","phpString_","escaped","eol","tokS…
H A Djsx.min.js.map1stream","xmlToken","jsToken","cx","match","skipToEnd","peek","skipAttribute","xmlContext","startOf…
H A Dnginx.min.js.map1stream","state","eatWhile","cur","current","propertyIsEnumerable","ch","next","eat","tokenize","to…
H A Dcss.min.js.map1stream","state","ch","next","result","eatWhile","current","eat","tokenize","tokenString","match","…
H A Dproperties.min.js.map1stream","state","sol","afterSection","eol","nextMultiline","inMultiline","position","eatSpace","ch…
H A Dtornado.min.js.map1stream","state","eatWhile","ch","next","eat","tokenize","inTag","close","match","startState","toke…
H A Dforth.min.js.map1stream","stt","mat","eatSpace","match","backUp","skipToEnd","eatWhile","s","eat","defineMIME"],"ma…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DScheduleDeliverTest.php567 $stream = fopen('php://memory','r+');
568 fwrite($stream, $newObject);
569 rewind($stream);
575 &$stream,
579 $newObject = $stream;
592 $stream = fopen('php://memory','r+');
593 fwrite($stream, $newObject);
594 rewind($stream);
598 &$stream,
604 $newObject = $stream;
/plugin/farm/install/animaltemplate/conf/
H A Dmime.conf7 tgz application/octet-stream
9 gz application/octet-stream
10 bz2 application/octet-stream
21 rpm application/octet-stream
22 deb application/octet-stream
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DFnStream.php5 * Compose stream implementations based on a hash of functions.
7 * Allows for easy testing and extension of a provided stream without needing
44 * The close method is called on the underlying stream only if possible.
54 * Adds custom functionality to an underlying stream by intercepting
57 * @param StreamInterface $stream Stream to decorate
62 public static function decorate(StreamInterface $stream, array $methods) argument
65 // proxy to the decorated stream.
67 $methods[$diff] = [$stream, $diff];
88 public function attach($stream) argument
90 return call_user_func($this->_fn_attach, $stream);
[all...]
H A DNoSeekStream.php5 * Stream decorator that prevents a stream from being seeked
21 public function attach($stream) argument
23 $this->stream->attach($stream);
H A DAsyncReadStream.php5 * Represents an asynchronous read-only stream that supports a drain event and
6 * pumping data from a source stream.
8 * The AsyncReadStream can be used as a completely asynchronous stream, meaning
9 * the data you can read from the stream will immediately return only
15 * of bytes are available or the remote source stream has errored, closed, or
43 * provided stream must answer to the "hwm" stream metadata variable,
49 * - drain: (callable) Function to invoke when the stream has drained,
52 * The function accepts a single argument, the buffer stream object that
55 * from the source stream
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DSandboxTokenParser.php35 $stream = $this->parser->getStream();
36 $stream->expect(Token::BLOCK_END_TYPE);
38 $stream->expect(Token::BLOCK_END_TYPE);
48 …ags are allowed within a "sandbox" section.', $node->getTemplateLine(), $stream->getSourceContext(…
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A Dbootstrap.php35 …function sapi_windows_vt100_support($stream, $enable = null) { return p\Php72::sapi_windows_vt100_… argument
38 function stream_isatty($stream) { return p\Php72::stream_isatty($stream); } argument
/plugin/fksnewsfeed/inc/
H A DAbstractStream.php103 private function printPullBtn($stream): string { argument
107 $form->setHiddenField('news[stream]', $stream);
113 private function printPreviewBtn($stream): string { argument
117 'news[stream]' => $stream,
121 private function printCreateBtn($stream): string { argument
126 $form->setHiddenField('news[stream]', $stream);
/plugin/authfacebook/lib/HttpClients/
H A DFacebookStream.php39 protected $stream; variable in Facebook\\HttpClients\\FacebookStream
53 $this->stream = stream_context_create($options);
75 $rawResponse = file_get_contents($url, false, $this->stream);

12345678910>>...19