Home
last modified time | relevance | path

Searched refs:batch (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
DBatchOperationMetadata.php26 public $batch; variable in Google\\Service\\Dataproc\\BatchOperationMetadata
59 public function setBatch($batch) argument
61 $this->batch = $batch;
68 return $this->batch;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
DRunQueryResponse.php30 public function setBatch(QueryResultBatch $batch) argument
32 $this->batch = $batch;
39 return $this->batch;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
DGoogleCloudDataplexV1TaskInfrastructureSpec.php32 public function setBatch(GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources $batch) argument
34 $this->batch = $batch;
41 return $this->batch;
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
Dbatch.rst1 ``batch``
5 The ``batch`` filter was added in Twig 1.12.3.
7 The ``batch`` filter "batches" items by returning a list of lists with the
16 {% for row in items|batch(3, 'No item') %}
50 * ``size``: The size of the batch; fractional numbers will be rounded up
Dindex.rst8 batch
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
Dbatch_with_zero_elements.test2 "batch" filter with zero elements
4 {{ []|batch(3)|length }}
5 {{ []|batch(3, 'fill')|length }}
Dbatch_with_keys.test2 "batch" filter preserves array keys
4 {{ {'foo': 'bar', 'key': 'value'}|batch(4)|first|keys|join(',') }}
5 {{ {'foo': 'bar', 'key': 'value'}|batch(4, 'fill')|first|keys|join(',') }}
Dbatch_with_more_elements.test2 "batch" filter
4 {% for row in items|batch(3, 'fill') %}
Dbatch_with_empty_fill.test2 "batch" filter
5 {% for row in items|batch(3, '') %}
Dbatch_with_fill.test2 "batch" filter
5 {% for row in items|batch(3, 'fill') %}
Dbatch_float.test2 "batch" filter
4 {% for row in items|batch(3.1) %}
Dbatch.test2 "batch" filter
4 {% for row in items|batch(3) %}
Dbatch_with_exact_elements.test2 "batch" filter
4 {% for row in items|batch(3, 'fill') %}
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dfutures.asciidoc4 The client offers a mode called "future" or "async" mode. This allows batch
10 gain concurrency by providing a batch of requests to process. The batch is
12 batch of responses is then returned to PHP.
54 In practice, this means you can queue up a batch of requests by using
109 execution. Batch size defaults to 100 requests/batch.
131 //wait() forces future resolution and will execute the underlying curl batch
137 ==== Changing batch size
139 The default batch size is 100, meaning 100 requests queue up before the client
141 The batch size can be changed depending on your preferences. The batch size can
158 batch. Note, however, that forcing a future to resolve causes the underlying
[all …]
/plugin/authfacebook/lib/
DFacebookBatchRequest.php259 $batch = [
269 $batch['body'] = $body;
272 $batch += $options;
275 $batch['attached_files'] = $attachedFiles;
278 return $batch;
/plugin/html2pdf/html2pdf/html2ps/demo/
Dhtml2ps.php184 if (get_var('process_mode', $_REQUEST) == 'batch') {
214 if (get_var('process_mode', $_REQUEST) == 'batch') {
215 $batch = get_var('batch', $_REQUEST); variable
/plugin/actickets/
Dscript.js5 batch: 15, // count of requests to made with one ajax request property
59 var end = actickets.requested + actickets.batch;
/plugin/diagramsnet/lib/WEB-INF/lib/
Dpusher-http-java-1.0.0.jar ... .Object { private final java.util.List batch public void <init> (java.util. ...
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DAcceleratedmobilepageurl.php55 $this->batchPath = 'batch';
DChromeUXReport.php54 $this->batchPath = 'batch';
DTrafficDirectorService.php56 $this->batchPath = 'batch';
DPolicyTroubleshooter.php55 $this->batchPath = 'batch';
DDriveActivity.php58 $this->batchPath = 'batch';
DWebfonts.php54 $this->batchPath = 'batch';
DCloudSecurityToken.php54 $this->batchPath = 'batch';

12345678910>>...13