Home
last modified time | relevance | path

Searched refs:write (Results 151 – 175 of 1185) sorted by last modified time

12345678910>>...48

/plugin/archivegenerator/
H A DLICENSE251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
307 with this program; if not, write to the Free Software Foundation, Inc.,
/plugin/fullscreenmode/
H A DLICENSE251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
307 with this program; if not, write to the Free Software Foundation, Inc.,
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst55 underlying stream write buffers.
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAppendStream.php211 public function write($string) function in GuzzleHttp\\Stream\\AppendStream
H A DCachingStream.php17 /** @var int Number of bytes to skip reading due to a write on the buffer */
90 $this->stream->write($remoteData);
96 public function write($string) function in GuzzleHttp\\Stream\\CachingStream
107 return $this->stream->write($string);
H A DDroppingStream.php24 public function write($string) function in GuzzleHttp\\Stream\\DroppingStream
35 return $this->stream->write($string);
38 $this->stream->write(substr($string, 0, $diff));
H A DStreamInterface.php63 * Returns the current position of the file read/write pointer
115 public function write($string); function
H A DUtils.php89 * @param StreamInterface $dest Stream to write to
100 if (!$dest->write($source->read(1048576))) {
114 $dest->write($buf);
H A DNullStream.php70 public function write($string) function in GuzzleHttp\\Stream\\NullStream
H A DPumpStream.php102 public function write($string) function in GuzzleHttp\\Stream\\PumpStream
156 $this->buffer->write($data);
H A DStream.php25 'write' => [
167 $this->writable = isset(self::$readWriteHash['write'][$meta['mode']]);
239 public function write($string) function in GuzzleHttp\\Stream\\Stream
H A DStreamDecoratorTrait.php128 public function write($string) function
130 return $this->stream->write($string);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAppendStreamTest.php91 $this->assertFalse($a->write('foo'));
H A DCachingStreamTest.php82 $this->body->write('hi');
103 $this->assertEquals(5, $body->write("TEST\n"));
113 $this->assertEquals(5, $body->write("ABCD\n"));
120 $this->assertEquals(5, $body->write("1234\n"));
H A DDroppingStreamTest.php14 $this->assertEquals(3, $drop->write('hel'));
15 $this->assertFalse($drop->write('lo'));
19 $drop->write('12345678910');
24 $drop->write('hello');
25 $this->assertFalse($drop->write('test'));
H A DLazyOpenStreamTest.php30 $l->write('foo');
H A DPumpStreamTest.php63 $this->assertFalse($p->write('aa'));
H A DStreamDecoratorTraitTest.php121 $this->b->write('foo');
H A DStreamTest.php101 $this->assertEquals(4, $stream->write('test'));
112 $stream->write('foo');
133 $stream->write('foo');
141 $this->assertFalse($stream->write('bar'));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhelpers.asciidoc80 // do something with hit e.g. write to CSV, update a database, etc
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php410 function ($ch, $write) use ($value) {
411 return $value->write($write);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DLICENSE-LGPL437 write to the author to ask for permission. For software which is
438 copyrighted by the Free Software Foundation, write to the Free
H A DREADME.md504 >License along with this library; if not, write to the Free Software
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1794 - Add getters+setters for Index Setting blocks 'read', 'write' and 'metadata'
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DXpackNamespace.asciidoc46 $params['master_timeout'] = (time) Specify timeout for watch write operation

12345678910>>...48