Home
last modified time | relevance | path

Searched refs:stream (Results 201 – 225 of 459) sorted by relevance

12345678910>>...19

/plugin/davcard/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php368 $stream = fopen('php://memory','r+');
369 fwrite($stream, json_encode($input));
370 rewind($stream);
372 $result = VObject\Reader::readJson($stream,0);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php368 $stream = fopen('php://memory', 'r+');
369 fwrite($stream, json_encode($input));
370 rewind($stream);
372 $result = VObject\Reader::readJson($stream, 0);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Splitter/
H A DVCardTest.php9 $stream = fopen('php://memory', 'r+');
10 fwrite($stream, $data);
11 rewind($stream);
12 return $stream;
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Splitter/
H A DVCardTest.php11 $stream = fopen('php://memory','r+');
12 fwrite($stream, $data);
13 rewind($stream);
14 return $stream;
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php368 $stream = fopen('php://memory','r+');
369 fwrite($stream, json_encode($input));
370 rewind($stream);
372 $result = VObject\Reader::readJson($stream,0);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Splitter/
H A DVCardTest.php11 $stream = fopen('php://memory','r+');
12 fwrite($stream, $data);
13 rewind($stream);
14 return $stream;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/
H A DJsonTest.php368 $stream = fopen('php://memory','r+');
369 fwrite($stream, json_encode($input));
370 rewind($stream);
372 $result = VObject\Reader::readJson($stream,0);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Splitter/
H A DVCardTest.php11 $stream = fopen('php://memory','r+');
12 fwrite($stream, $data);
13 rewind($stream);
14 return $stream;
/plugin/codemirror/dist/modes/
H A Dasn.1.min.js.map1stream","state","ch","next","tokenize","tokenString","test","eat","skipToEnd","eatWhile","cur","cu…
H A Decl.min.js.map1stream","state","startOfLine","skipToEnd","indentUnit","keyword","variable","variable_2","variable…
H A Dcypher.min.js.map1stream","ch","next","match","test","curPunc","eat","skipToEnd","operatorChars","eatWhile","word","…
H A Dhaskell-literate.min.js.map1stream","state","sol","eat","skipToEnd","innerMode","mode","defineMIME"],"mappings":"CAGA,SAAWA,GA…
H A Dbrainfuck.min.js.map1stream","state","eatSpace","sol","ch","next","toString","indexOf","eol","defineMIME"],"mappings":"…
H A Dgherkin.min.js.map1stream","state","sol","match","eatSpace","inStep","next","eatWhile","defineMIME"],"mappings":"CAkB…
H A Dntriples.min.js.map1stream","state","ch","next","parsedURI","eatWhile","push","match","parsedAnchor","parsedBNode","pe…
H A Dgas.min.js.map1stream","eatWhile","arch","architecture","toLowerCase","nextUntilUnescaped","end","escaped","next"…
H A Dsql.min.js.map1stream","state","ch","next","result","hexNumber","match","binaryNumber","charCodeAt","decimallessF…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinternals.rst19 * Then, the **parser** converts the token stream into a meaningful tree
29 The lexer tokenizes a template source code into a token stream (each token is
30 an instance of ``\Twig\Token``, and the stream is an instance of
44 You can manually convert a source code into a token stream by calling the
47 $stream = $twig->tokenize(new \Twig\Source($source, $identifier));
53 As the stream has a ``__toString()`` method, you can have a textual
56 echo $stream."\n";
78 The parser converts the token stream into an AST (Abstract Syntax Tree), or a
82 You can manually convert a token stream into a node tree by calling the
85 $nodes = $twig->parse($stream);
/plugin/davcal/vendor/sabre/http/lib/
H A DMessage.php51 $stream = fopen('php://temp', 'r+');
52 fwrite($stream, $body);
53 rewind($stream);
54 return $stream;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUploadedFile.php59 private $stream; variable in GuzzleHttp\\Psr7\\UploadedFile
97 $this->stream = new Stream($streamOrFile);
99 $this->stream = $streamOrFile;
238 if ($this->stream instanceof StreamInterface) {
239 return $this->stream;
H A DFnStream.php73 * @param StreamInterface $stream Stream to decorate
78 public static function decorate(StreamInterface $stream, array $methods) argument
83 $methods[$diff] = [$stream, $diff];
/plugin/webdav/vendor/sabre/http/lib/
H A DMessage.php51 $stream = fopen('php://temp', 'r+');
52 fwrite($stream, $body);
53 rewind($stream);
54 return $stream;
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js5846 assert(stream._state === 'writable' || stream._state === 'erroring');
5886 assert(stream._state === 'writable' || stream._state === 'erroring');
5916 stream._inFlightCloseRequest = stream._closeRequest;
5923 stream._inFlightWriteRequest = stream._writeRequests.shift();
5932 stream._closeRequest._reject(stream._storedError);
7154 assert(stream._state === 'readable' || stream._state === 'closed');
7737 if (stream._state === 'closed' || stream._state === 'errored') {
16938 var stream = _ref.stream,
16947 stream: stream,
17031 var stream = _ref2.stream,
[all …]
/plugin/fksnewsfeed/inc/renderer/
H A DVyfukRenderer.php101 $stream = $this->helper->serviceStream->findByName($streamName);
103 $priority = $this->helper->servicePriority->findByNewsAndStream($id, $stream->streamId);
131 protected function btnEditNews($id, $stream) { argument
143 if ($stream) {
147 $deleteForm->setHiddenField('news[stream]', $stream);
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DStream.php407 public function _setStream($stream) argument
409 if (false === is_resource($stream) &&
410 ('resource' !== gettype($stream) ||
411 'Unknown' !== get_resource_type($stream))) {
416 gettype($stream)
421 $this->_bucket[self::RESOURCE] = $stream;

12345678910>>...19