Home
last modified time | relevance | path

Searched refs:method (Results 151 – 175 of 972) sorted by last modified time

12345678910>>...39

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc107 should correspond to the method name e.g. ['connectionPool']
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php94 ->method('__toString')
H A DTestLogger.php12 * @method bool hasEmergency($record)
13 * @method bool hasAlert($record)
14 * @method bool hasCritical($record)
15 * @method bool hasError($record)
16 * @method bool hasWarning($record)
17 * @method bool hasNotice($record)
18 * @method bool hasInfo($record)
19 * @method bool hasDebug($record)
21 * @method bool hasEmergencyRecords()
22 * @method boo
129 __call($method, $args) global() argument
[all...]
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md155 Any object that provides a `then()` method is now assimilated to a trusted
178 * Add new `done()` method (part of the `ExtendedPromiseInterface`).
179 * Add new `otherwise()` method (part of the `ExtendedPromiseInterface`).
180 * Add new `always()` method (part of the `ExtendedPromiseInterface`).
181 * Add new `progress()` method (part of the `ExtendedPromiseInterface`).
190 * Add new `cancel()` method (part of the `CancellablePromiseInterface`).
H A DREADME.md103 The `promise` method returns the promise of the deferred.
107 The deprecated `notify` method is for progress notification.
189 The `then()` method registers new fulfilled, rejection and progress handlers
351 The `cancel()` method notifies the creator of the promise that there is no
408 once all consumers called the `cancel()` method of the promise.
441 calls the `then()` method.
480 If `$promiseOrValue` is a thenable (any object that provides a `then()` method),
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DNormalizeAggregation.php16 public function __construct(string $name, ?string $bucketsPath = null, ?string $method = null) argument
28 if (null !== $method) {
29 $this->setMethod($method);
38 * Set the method for this aggregation.
42 public function setMethod(string $method): self argument
44 return $this->setParam('method', $method);
58 * @throws InvalidException If buckets path or method are not set
66 if (!$this->hasParam('method')) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconfig-hash.asciidoc8 method, which accepts an array of configurations and returns a fully built
11 Array keys correspond to the method name, for example `retries` key corresponds
12 to `setRetries()` method.
H A Dconnection-factory.asciidoc12 `setConnectionFactory()` method. The object should implement the
H A Dconnection-pool.asciidoc42 you may do so with the `setConnectionPool()` method of the ClientBuilder object:
245 Connection pools are configured via the `setConnectionPool()` method:
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DSettings.php130 * not normalize bool values. This method ensures a bool is returned for
414 * @param string $method OPTIONAL Transfer method (default = \Elastica\Request::GET)
422 public function request(array $data = [], string $method = Request::GET, array $queryParameters = []): Response
430 return $this->getIndex()->request($path, $method, $data, $queryParameters);
340 request(array $data = [], string $method = Request GET, array $queryParameters = []) global() argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSearchableInterface.php41 * @param string $method Request method, see Request's constants
48 public function search($query = '', $options = null, string $method = Request::POST): ResultSet;
58 * @param string $method Request method, see Request's constants
66 public function count($query = '', string $method = Request::POST);
39 search($query = '', $options = null, string $method = Request POST) global() argument
53 count($query = '', string $method = Request POST) global() argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php196 * @param string $method
204 public function performRequest(string $method, string $uri, ?array $params = [], $body = null, array $options = [], Transport $transport = null) argument
221 'http_method' => $method,
404 'method' => $request['http_method'],
421 'method' => $request['http_method'],
448 'method' => $request['http_method'],
466 'method' => $request['http_method'],
648 private function buildCurlCommand(string $method, string $url, ?string $body): string argument
656 $curlCommand = 'curl -X' . strtoupper($method);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DGuzzleStreamWrapperTest.php68 ->method('isReadable')
71 ->method('isWritable')
88 ->method('isReadable')
91 ->method('isWritable')
H A DNoSeekStreamTest.php19 $s->expects($this->never())->method('seek');
20 $s->expects($this->never())->method('isSeekable');
/plugin/achart/assets/
H A Dapexcharts.min.js6method:r,label:"addAnnotation",params:e}),a}},{key:"clearAnnotations",value:function(t){var e=t.w,…
14 …dsToExec.length>0&&a.globals.memory.methodsToExec.forEach((function(t){t.method(t.params,!1,t.cont…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md441 …://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_range.html#method-shrink) method now allows…
514 …(https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_ajax.html#method-post) method became opti…
848method-splitBlock) and [`element.breakParent()`](https://ckeditor.com/docs/ckeditor4/latest/api/CK…
922 …//ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editable.html#method-insertHtmlIntoRange) method.
1127 …ps://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#method-setData) method from recor…
1149 …s://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#method-checkDirty) method value af…
1206 …tor.com/docs/ckeditor4/latest/api/CKEDITOR_style.html#static-method-addCustomHandler) method for r…
1221 …ps://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_tools.html#method-htmlDecode) method for deco…
1339method-insertElement) and [`editor.insertText()`](https://ckeditor.com/docs/ckeditor4/latest/api/C…
1358 …s://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#method-applyStyle) method removes …
[all …]
H A DLICENSE.md404 We protect your rights with a two-step method: (1) we copyright the
876 hereafter acquired, including without limitation, method, process,
H A Dckeditor.js.unc11326 …ckground: transparent;"\x3e', '\x3cform enctype\x3d"multipart/form-data" method\x3d"POST" dir\x3d"…
14037 … if (CKEDITOR.env.gecko && "drop" == b.method && a.toolbox) a.once("afterPaste", function() {
14112 …b ? (b.method = "paste", b.dataTransfer || (b.dataTransfer = p.initPasteDataTransfer()), r(a, b, h…
14234 method: "paste"
14265 method: "paste",
14375 method: "paste"
14476 method: "drop"
14488 method: "drop"
14576 …if (!c.dataValue && "paste" == c.method && f && 1 == f.getFilesCount() && g != f.id && (f = f.getF…
14714 method: "drop",
[all …]
H A Dconfig.js1 …er="Dokuwiki plugin: ckgedit"}},"html")};var e=function(){f.jquery.ajax({method:"POST",url:f.doku_…
/plugin/ckgedit/ckeditor/plugins/clipboard/dialogs/
H A Dpaste.js6 …nction(a){a.data&&c.fire("paste",{type:"auto",dataValue:a.data.dataValue,method:"paste",dataTransf…
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink-cmpr.js1 …al="global";doku_linkwiz.toggle()};var M=function(W){return jQuery.ajax({method:"POST",url:DOKU_BA…
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified388 "method": "Method",
H A Den.js-4.9.merged5 …":{"title":"Form Properties","menu":"Form Properties","action":"Action","method":"Method","encodin…
H A Den.js.4.95 …":{"title":"Form Properties","menu":"Form Properties","action":"Action","method":"Method","encodin…
H A Den.js.unc5 …":{"title":"Form Properties","menu":"Form Properties","action":"Action","method":"Method","encodin…

12345678910>>...39