Home
last modified time | relevance | path

Searched refs:requests (Results 26 – 50 of 166) sorted by relevance

1234567

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DAsyncBatchAnnotateImagesRequest.php63 public function setRequests($requests) argument
65 $this->requests = $requests;
72 return $this->requests;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DBatchUpdateSpreadsheetRequest.php55 public function setRequests($requests) argument
57 $this->requests = $requests;
64 return $this->requests;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DInstance.php57 public $requests; variable in Google\\Service\\Appengine\\Instance
206 public function setRequests($requests) argument
208 $this->requests = $requests;
215 return $this->requests;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dfutures.asciidoc5 processing of requests (sent in parallel to the cluster), which can have a
10 gain concurrency by providing a batch of requests to process. The batch is
14 In a single-threaded environment, the time to execute `n` requests is the sum of
16 requests is the latency of the slowest request (assuming enough handles are
17 available to execute all requests in parallel).
19 Furthermore, the multi-interface allows requests to different hosts
54 In practice, this means you can queue up a batch of requests by using
56 requests will be sent in parallel to the cluster and return asynchronously to
82 resolves all pending requests and values). This allows patterns such as:
108 The queued requests wil
[all...]
H A Dhttp-handler.asciidoc12 single curl calls. These are very fast for single requests. When asynchronous
15 of HTTP requests to be processed in parallel.
/plugin/fastwiki/
H A Dpagecache.js86 var requests = [];
92 requests.push(params);
111 if (requests.length > 0)
112 doPost(requests.shift());
116 // Make the first 4 requests. Limit to 4 so as not to monopolize all the browser's sockets (there are 6 in modern browsers).
117 for (var x=0; x<Math.min(4, requests.length); x++)
118 doPost(requests.shift());
H A Daction.php228 $requests = array();
263 array_push($requests, array($ch, $newid));
268 if (count($requests) > 0) {
270 foreach ($requests as $req)
291 foreach ($requests as $idx=>$req) {
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DBatch.php49 private $requests = array(); variable in Google\\Http\\Batch
76 $this->requests[$key] = $request;
97 foreach ($this->requests as $key => $request) {
161 $requests = array_values($this->requests);
184 $response = REST::decodeHttpResponse($response, $requests[$i-1]);
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCHANGELOG.md8 **Merged pull requests:**
13 **Merged pull requests:**
27 **Merged pull requests:**
44 **Merged pull requests:**
51 **Merged pull requests:**
63 **Merged pull requests:**
75 **Merged pull requests:**
86 **Merged pull requests:**
100 **Merged pull requests:**
112 **Merged pull requests:**
/plugin/authgoogle/google/service/
H A DGoogle_BatchRequest.php26 private $requests = array(); variable in Google_BatchRequest
38 $this->requests[$key] = $request;
45 foreach($this->requests as $key => $req) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md8 Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and
11 - Simple interface for building query strings, POST requests, streaming large
14 - Can send both synchronous and asynchronous requests using the same interface.
15 - Uses PSR-7 interfaces for requests, responses, and streams. This allows you
H A DCHANGELOG.md117 * Ignore URI fragment when sending requests.
286 now magic methods that will send synchronous requests.
493 when creating POST requests to force multipart bodies.
550 * Added support for sending payloads with GET requests
860 …yPlugin now logs transactions rather than requests and responses to more accurately keep track of …
873 * Bug fix: AsyncPlugin no longer forces HEAD requests
909 * Bug fix: Now correctly aggregating successful requests and failed requests in CurlMulti when a re…
922 * POST requests using a custom entity body are now treated exactly like PUT requests but with a cus…
923 …means that the redirect behavior of POST requests with custom bodies will not be the same as POST
1150 * DELETE requests can now send an entity body
[all …]
/plugin/gil/
H A DChangeLog21 Instead of performing (input*source*targets) requests to Yahoo Finances, the
22 plugin now performs only (source*targets) requests, thus reducing traffic
/plugin/loginredirect/
H A DREADME.md4 DokuWiki plugin to redirect login requests to another application
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DMETA.md6 github_changelog_generator --user=schmittjoh --project=serializer --pull-requests --no-compare-link…
/plugin/authgooglesheets/
H A Dhelper.php205 $requests = [];
211 $requests[] = [
225 'requests' => $requests
/plugin/xfortune/
H A Dplugin.info.txt6 desc Displays random fortune cookies using AJAX requests
/plugin/securelogin/lang/ru/
H A Dneedpatch.txt2 …d5e1b1c1aa2cbab64d4.gz;f=inc/auth.php|Action Event wrappers around HTTP requests and authenticatio…
/plugin/pageredirect/
H A Dplugin.info.txt6 desc Redirects page requests based on content
/plugin/securelogin/lang/de/
H A Dneedpatch.txt2 …d5e1b1c1aa2cbab64d4.gz;f=inc/auth.php|Action Event wrappers around HTTP requests and authenticatio…
/plugin/securelogin/lang/en/
H A Dneedpatch.txt2 …d5e1b1c1aa2cbab64d4.gz;f=inc/auth.php|Action Event wrappers around HTTP requests and authenticatio…
/plugin/securelogin/lang/fr/
H A Dneedpatch.txt2 …5e1b1c1aa2cbab64d4.gz;f=inc/auth.php;|Action Event wrappers around HTTP requests and authenticatio…
/plugin/bugzillaint/
H A Dscript.js27 function fetchData( requests ) { argument
28 var req = jQuery.extend( {call:'plugin_bugzillaint_fetch'}, requests.shift() );
32 if ( requests.length > 0 ) fetchData( requests );
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Delastic+elasticsearch-php+pull-request.yml5 description: Testing of elasticsearch-php pull requests.
/plugin/sequencediagram/bower_components/snap.svg/
H A DREADME.md66 * Make a [pull request](https://help.github.com/articles/using-pull-requests) to `dev` branch.
68 *Note:* Pull requests to other branches than `dev` or without filled CLA wouldn’t be accepted.

1234567