Home
last modified time | relevance | path

Searched refs:write (Results 176 – 200 of 1185) sorted by last modified time

12345678910>>...48

/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md301 with `otherwise()`, `always()` allows you to write code that is similar to the familiar
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D4d46dbb96125b27f46299547de9d8709.asciidoc9 'index.write.wait_for_active_shards' => '2',
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAsyncReadStream.php119 * - write: (callable) A function that is invoked when data is written
152 if (isset($options['write'])) {
153 $onWrite = $options['write'];
155 'write' => function ($string) use ($buffer, $onWrite) {
156 $result = $buffer->write($string);
176 public function write($string) function in GuzzleHttp\\Stream\\AsyncReadStream
H A DBufferStream.php24 * water mark, then calls to write will continue to succeed
119 public function write($string) function in GuzzleHttp\\Stream\\BufferStream
H A DFnStream.php17 'getSize', 'tell', 'eof', 'isSeekable', 'seek', 'isWritable', 'write',
123 public function write($string) function in GuzzleHttp\\Stream\\FnStream
H A DGuzzleStreamWrapper.php75 return (int) $this->stream->write($data);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAsyncReadStreamTest.php79 $this->assertFalse($a->write('foo'));
87 $buffer->write('foo');
103 $buffer->write('foobar');
123 $buffer->write('foobar');
168 $buffer->write('12345678910');
178 'write' => function (BufferStream $buf, $data) use (&$c, $b) {
187 $this->assertEquals(3, $buffer->write('foo'));
189 $this->assertEquals(3, $buffer->write('foo'));
H A DBufferStreamTest.php24 $this->assertEquals(3, $b->write('foo'));
35 $b->write('foo');
36 $b->write('baz');
38 $b->write('bar');
46 $b->write('foo');
50 $this->assertEquals(3, $b->write('abc'));
57 $this->assertEquals(3, $b->write('hi '));
58 $this->assertFalse($b->write('hello'));
60 $this->assertEquals(4, $b->write('test'));
H A DFnStreamTest.php74 $b->write('bar');
H A DNoSeekStreamTest.php31 $this->assertFalse($wrapped->write('foo'));
H A DNullStreamTest.php14 $this->assertEquals(4, $b->write('test'));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DNOTICE31 License along with this library; if not, write to the Free Software
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIndicesNamespace.asciidoc87 $params['block'] = (string) The block to add (one of read, write, read_only or metadata)
162 $params['wait_for_active_shards'] = (string) Sets the number of active shards to wait for before the operation returns. Set to `index-setting` to wait according to the index setting `index.write.wait_for_active_shards`, or `all` to wait for all shards, or an integer. Defaults to `0`.
/plugin/latexcaption/
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/bulletodo/
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/highlight2wiki/
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/imagepreview/
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/dokudrawingboard/
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/ocr/
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/structnotification/
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/code39/
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/dokutts/
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/folded/
H A Dscript.js89 document.write('<style type="text/css" media="screen"><!--/*--><![CDATA[/*><!--*/ .folded.hidden { display: none; } .folder .indicator { visibility: visible; } /*]]>*/--></style>');
/plugin/bookmark2wiki/
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/snippets/
H A DCOPYING251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
307 along with this program; if not, write to the Free Software

12345678910>>...48