Home
last modified time | relevance | path

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

12345678910>>...12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A 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/
H A DRunQueryResponse.php30 public function setBatch(QueryResultBatch $batch) argument
32 $this->batch = $batch;
39 return $this->batch;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1TaskInfrastructureSpec.php32 public function setBatch(GoogleCloudDataplexV1TaskInfrastructureSpecBatchComputeResources $batch) argument
34 $this->batch = $batch;
41 return $this->batch;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dbatch_with_zero_elements.test2 "batch" filter with zero elements
4 {{ []|batch(3)|length }}
5 {{ []|batch(3, 'fill')|length }}
H A 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(',') }}
H A Dbatch_with_more_elements.test2 "batch" filter
4 {% for row in items|batch(3, 'fill') %}
H A Dbatch_with_empty_fill.test2 "batch" filter
5 {% for row in items|batch(3, '') %}
H A Dbatch_with_fill.test2 "batch" filter
5 {% for row in items|batch(3, 'fill') %}
H A Dbatch_float.test2 "batch" filter
4 {% for row in items|batch(3.1) %}
H A Dbatch.test2 "batch" filter
4 {% for row in items|batch(3) %}
H A Dbatch_with_exact_elements.test2 "batch" filter
4 {% for row in items|batch(3, 'fill') %}
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A 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
H A Dindex.rst8 batch
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A 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 siz
[all...]
/plugin/authfacebook/lib/
H A DFacebookBatchRequest.php259 $batch = [
269 $batch['body'] = $body;
272 $batch += $options;
275 $batch['attached_files'] = $attachedFiles;
278 return $batch;
/plugin/combo/ComboStrap/
H A DPrism.php26 * The default prompt for batch (dos)
252 $language = "batch";
304 case "batch":
306 $batch = trim($plugin->getConf(self::CONF_BATCH_PROMPT));
307 if (!empty($batch)) {
308 if (!strpos($batch, -1) == ">") {
309 $batch .= ">";
312 $attributes->addOutputAttributeValue("data-prompt", $batch);
/plugin/html2pdf/html2pdf/html2ps/demo/
H A 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/
H A Dscript.js5 batch: 15, // count of requests to made with one ajax request property in actickets
59 var end = actickets.requested + actickets.batch;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAcceleratedmobilepageurl.php55 $this->batchPath = 'batch';
H A DChromeUXReport.php54 $this->batchPath = 'batch';
H A DPolicyTroubleshooter.php55 $this->batchPath = 'batch';
H A DTrafficDirectorService.php56 $this->batchPath = 'batch';
H A DDriveActivity.php58 $this->batchPath = 'batch';
H A DWebfonts.php54 $this->batchPath = 'batch';
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dpusher-http-java-1.0.0.jar ... .Object { private final java.util.List batch public void <init> (java.util. ...

12345678910>>...12