Home
last modified time | relevance | path

Searched refs:stream (Results 26 – 50 of 459) sorted by path

12345678910>>...19

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DResponse.php104 $this->stream = Utils::streamFor($body);
H A DStream.php25 private $stream; variable in GuzzleHttp\\Psr7\\Stream
49 if (!is_resource($stream)) {
61 $this->stream = $stream;
91 if (!isset($this->stream)) {
106 if (isset($this->stream)) {
116 if (!isset($this->stream)) {
120 $result = $this->stream;
121 unset($this->stream);
134 if (!isset($this->stream)) {
169 if (!isset($this->stream)) {
[all …]
H A DStreamDecoratorTrait.php19 $this->stream = $stream;
34 return $this->stream;
78 $this->stream->close();
88 return $this->stream->detach();
93 return $this->stream->getSize();
98 return $this->stream->eof();
103 return $this->stream->tell();
108 return $this->stream->isReadable();
113 return $this->stream->isWritable();
118 return $this->stream->isSeekable();
[all …]
H A DStreamWrapper.php18 private $stream; variable in GuzzleHttp\\Psr7\\StreamWrapper
36 if ($stream->isReadable()) {
38 } elseif ($stream->isWritable()) {
51 * @param StreamInterface $stream
58 'guzzle' => ['stream' => $stream]
88 return $this->stream->read($count);
98 return $this->stream->tell();
103 return $this->stream->eof();
108 $this->stream->seek($offset, $whence);
115 $stream = clone($this->stream);
[all …]
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 DUtils.php88 while (!$stream->eof()) {
89 $buf = $stream->read(1048576);
129 $pos = $stream->tell();
132 $stream->rewind();
136 while (!$stream->eof()) {
141 $stream->seek($pos);
252 while (!$stream->eof()) {
308 fwrite($stream, $resource);
309 fseek($stream, 0);
324 fseek($stream, 0);
[all …]
H A Dfunctions.php187 * @param StreamInterface $stream Stream to read
197 function copy_to_string(StreamInterface $stream, $maxLen = -1) argument
199 return Utils::copyToString($stream, $maxLen);
226 * @param StreamInterface $stream Stream to calculate the hash for
236 function hash(StreamInterface $stream, $algo, $rawOutput = false) argument
238 return Utils::hash($stream, $algo, $rawOutput);
244 * @param StreamInterface $stream Stream to read from
251 function readline(StreamInterface $stream, $maxLength = null) argument
253 return Utils::readLine($stream, $maxLength);
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md16 …ext/extra info to exceptions thrown when a StreamHandler cannot open its stream to avoid completel…
272 * Added StreamHandler::getUrl to retrieve the stream's URL
281 …l not close streams automatically that it does not own. If you pass in a stream (not a path/url), …
513 * Fixed LogstashFormatter to be usable with stream handlers
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DStreamHandler.php35 protected $stream; variable in Monolog\\Handler\\StreamHandler
71 if (is_resource($stream)) {
72 $this->stream = $stream;
91 fclose($this->stream);
93 $this->stream = null;
104 return $this->stream;
149 $this->stream = $stream;
152 $stream = $this->stream;
153 if (!is_resource($stream)) {
159 flock($stream, LOCK_EX);
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC4.php104 private $stream; variable in phpseclib3\\Crypt\\RC4
260 $this->stream = [];
261 $this->stream[self::DECRYPT] = $this->stream[self::ENCRYPT] = [
284 $stream = &$this->stream[$mode];
286 $i = &$stream[0];
287 $j = &$stream[1];
288 $keyStream = &$stream[2];
290 $i = $stream[0];
291 $j = $stream[1];
292 $keyStream = $stream[2];
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A DPhp72.php102 public static function sapi_windows_vt100_support($stream, $enable = null) argument
104 if (!\is_resource($stream)) {
105 …_windows_vt100_support() expects parameter 1 to be resource, '.\gettype($stream).' given', \E_USER…
110 $meta = stream_get_meta_data($stream);
119 if (false === $enable || !self::stream_isatty($stream)) {
134 public static function stream_isatty($stream) argument
136 if (!\is_resource($stream)) {
137 …trigger_error('stream_isatty() expects parameter 1 to be resource, '.\gettype($stream).' given', \…
143 $stat = @fstat($stream);
148 return \function_exists('posix_isatty') && @posix_isatty($stream);
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/bible/bible_douayRheims/
H A D2_Machabees.txt510 …ng inflamed in mind, he arose: and while his blood ran down with a great stream, and he was grievo…
H A DCanticles.txt59 …4:15. The fountain of gardens: the well of living waters, which run with a strong stream from Liba…
H A DDaniel.txt271 …7:10. A swift stream of fire issued forth from before him: thousands of thousands ministered to hi…
H A DEcclesiasticus.txt129 4:32. Resist not against the face of the mighty, and do not strive against the stream of the river.
H A DIsaias.txt1165 …ey from the rising of the sun, his glory when he shall come as a violent stream, which the spirit …
H A DLuke.txt301 …ged deep and laid the foundation upon a rock. And when a flood came, the stream beat vehemently up…
302 …uilding his house upon the earth without a foundation: against which the stream beat vehemently. A…
H A DProverbs.txt506 …rds from the mouth of a man are as deep water: and the fountain of wisdom is an overflowing stream.
H A DPsalms.txt704 …45:5. The stream of the river maketh the city of God joyful: the most High hath sanctified his own…
2235 125:4. Turn again our captivity, O Lord, as a stream in the south.
/plugin/bibtex/
H A Dsyntax.php367 if(substr($mime,0,15) == 'application/pdf' || substr($mime,0,24) == 'application/octet-stream'){
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A Dbpmn-embedded.css11 …src: url('data:application/octet-stream;base64,d09GRgABAAAAAD6EAAsAAAAAukAAAQAAAAAAAAAAAAAAAAAAAAA…
12 …url('data:application/octet-stream;base64,AAEAAAALAIAAAwAwR1NVQiCLJXoAAAE4AAAAVE9TLzI+JEs0AAABjAAA…
/plugin/bpmnio/vendor/dmn-js/dist/assets/dmn-font/css/
H A Ddmn-embedded.css11 …src: url('data:application/octet-stream;base64,d09GRgABAAAAACX8AA8AAAAAOsQAAQAAAAAAAAAAAAAAAAAAAAA…
12 …url('data:application/octet-stream;base64,AAEAAAAPAIAAAwBwR1NVQiCLJXoAAAD8AAAAVE9TLzI+IlJoAAABUAAA…
/plugin/bpmnioeditor/
H A Dstyle.css833 …src: url('data:application/octet-stream;base64,d09GRgABAAAAAD4sAAsAAAAAudgAAQAAAAAAAAAAAAAAAAAAAAA…
834 …url('data:application/octet-stream;base64,AAEAAAALAIAAAwAwR1NVQiCLJXoAAAE4AAAAVE9TLzI+IEq7AAABjAAA…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-embedded.css11 …src: url('data:application/octet-stream;base64,d09GRgABAAAAAD4sAAsAAAAAudgAAQAAAAAAAAAAAAAAAAAAAAA…
12 …url('data:application/octet-stream;base64,AAEAAAALAIAAAwAwR1NVQiCLJXoAAAE4AAAAVE9TLzI+IEq7AAABjAAA…

12345678910>>...19