Home
last modified time | relevance | path

Searched refs:async (Results 51 – 75 of 216) sorted by last modified time

123456789

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md240 - Fixed incorrect return type hint when using async requests/futures
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DEqlNamespace.asciidoc34 $params['id'] = (string) The async search ID
47 $params['id'] = (string) The async search ID
62 $params['id'] = (string) The async search ID
H A DRollupNamespace.asciidoc159 $params['wait_for_completion'] = (boolean) True if the API should block until the job has fully stopped, false if should be executed async. Defaults to false.
H A DAsyncSearchNamespace.asciidoc34 $params['id'] = (string) The async search ID
47 $params['id'] = (string) The async search ID
63 $params['id'] = (string) The async search ID
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Drelease-notes.asciidoc371 * Fixed incorrect return type hint when using async requests/futures
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc134 Get the multi handler for async (CurlMultiHandler)
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DAsyncReadStreamTest.php143 list($buffer, $async) = AsyncReadStream::create();
145 $this->assertInstanceOf('GuzzleHttp\Stream\AsyncReadStream', $async);
151 list($buffer, $async) = AsyncReadStream::create(['buffer' => $buf]);
153 $this->assertInstanceOf('GuzzleHttp\Stream\AsyncReadStream', $async);
158 list($buffer, $async) = AsyncReadStream::create(['max_buffer' => 0]);
160 $this->assertInstanceOf('GuzzleHttp\Stream\AsyncReadStream', $async);
165 list($buffer, $async) = AsyncReadStream::create(['max_buffer' => 5]);
167 $this->assertInstanceOf('GuzzleHttp\Stream\AsyncReadStream', $async);
176 list($buffer, $async) = AsyncReadStream::create([
185 $this->assertInstanceOf('GuzzleHttp\Stream\AsyncReadStream', $async);
[all...]
/plugin/snippets/
H A Dscript.js251 async: true,
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink-cmpr.js1 …ib/exe/ajax.php",data:{dw_id:encodeURIComponent(W),call:call="use_heads"},async:true,dataType:"htm…
H A Dlink.js1 …ib/exe/ajax.php",data:{dw_id:encodeURIComponent(W),call:call="use_heads"},async:true,dataType:"htm…
H A Dlink.js.unc130 async: true,
/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc5978 …ire("beforeCommandExec", d) && (d.returnValue = c.exec(d.commandData), !c.async && !1 !== this.fir…
14107 async: !0,
21212 async: !0
21321 async: !0,
21376 async: !0,
H A Dconfig.js1 …{method:"POST",url:f.doku_url+"lib/exe/ajax.php",data:{call:"iwiki_list"},async:true,dataType:"jso…
H A Dckeditor.js285 …this.fire("beforeCommandExec",d)&&(d.returnValue=c.exec(d.commandData),!c.async&&!1!==this.fire("a…
708 async:!0,fakeKeystroke:CKEDITOR.CTRL+86,exec:function(a,b){function c(b,h){h="undefined"!==typeof h…
1073 …fterCommandExec",{name:"newpage",command:a});b.selectionChange()},200)})},async:!0});a.ui.addButto…
1077 styles:"display"}},requiredContent:"div{page-break-after}"}})();(function(){var f={canUndo:!1,async
1079 …onfig.pasteFromWord_inlineImages;a.addCommand("pastefromword",{canUndo:!1,async:!0,exec:function(a,
H A Dconfig.js.unc328 async: true,
/plugin/stlviewer/stlviewer/
H A Dstl_viewer.min.js2 …s[a.name].async("string").then(function(e){o.pre_loaded_vsj=e,o.zip_load_count--,0==o.zip_load_cou…
H A Dparser.min.js2 …e.length;t--;)"3D/3dmodel.model"==n.files[e[t]].name&&(i=!0,n.files[e[t]].async("text").then(funct…
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md7 * The async client wouldn't `wait()` for new http requests being started
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DSignalHandler.php47 * @param bool|null $async
52 …evel::CRITICAL, bool $callPrevious = true, bool $restartSyscalls = true, ?bool $async = true): self argument
69 if ($async !== null) {
70 pcntl_async_signals($async);
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DGuzzle5HttpHandler.php69 public function async(RequestInterface $request, array $options = []) function in Google\\Auth\\HttpHandler\\Guzzle5HttpHandler
H A DGuzzle6HttpHandler.php58 public function async(RequestInterface $request, array $options = []) function in Google\\Auth\\HttpHandler\\Guzzle6HttpHandler
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HomeGraphService/
H A DRequestSyncDevicesRequest.php29 public $async; variable in Google\\Service\\HomeGraphService\\RequestSyncDevicesRequest
48 public function setAsync($async) argument
50 $this->async = $async;
57 return $this->async;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md221 * Requests are no longer initiated when sending async requests with the
225 required now that the cURL loop is not ticked for async requests.
264 * No longer supports the `future` request option to send an async request.
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md28 - C# style async/await coroutine promises using
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DMandrillHandler.php78 'async' => false,

123456789