/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/ |
H A D | BatchOperationMetadata.php | 26 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 D | RunQueryResponse.php | 30 public function setBatch(QueryResultBatch $batch) argument 32 $this->batch = $batch; 39 return $this->batch;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/ |
H A D | GoogleCloudDataplexV1TaskInfrastructureSpec.php | 32 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 D | batch_with_zero_elements.test | 2 "batch" filter with zero elements 4 {{ []|batch(3)|length }} 5 {{ []|batch(3, 'fill')|length }}
|
H A D | batch_with_keys.test | 2 "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 D | batch_with_more_elements.test | 2 "batch" filter 4 {% for row in items|batch(3, 'fill') %}
|
H A D | batch_with_empty_fill.test | 2 "batch" filter 5 {% for row in items|batch(3, '') %}
|
H A D | batch_with_fill.test | 2 "batch" filter 5 {% for row in items|batch(3, 'fill') %}
|
H A D | batch_float.test | 2 "batch" filter 4 {% for row in items|batch(3.1) %}
|
H A D | batch.test | 2 "batch" filter 4 {% for row in items|batch(3) %}
|
H A D | batch_with_exact_elements.test | 2 "batch" filter 4 {% for row in items|batch(3, 'fill') %}
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
H A D | batch.rst | 1 ``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 D | index.rst | 8 batch
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | futures.asciidoc | 4 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 D | FacebookBatchRequest.php | 259 $batch = [ 269 $batch['body'] = $body; 272 $batch += $options; 275 $batch['attached_files'] = $attachedFiles; 278 return $batch;
|
/plugin/combo/ComboStrap/ |
H A D | Prism.php | 26 * The default prompt for batch (dos) 263 $language = "batch"; 328 case "batch":
|
/plugin/html2pdf/html2pdf/html2ps/demo/ |
H A D | html2ps.php | 184 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 D | script.js | 5 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 D | Acceleratedmobilepageurl.php | 55 $this->batchPath = 'batch';
|
H A D | ChromeUXReport.php | 54 $this->batchPath = 'batch';
|
H A D | PolicyTroubleshooter.php | 55 $this->batchPath = 'batch';
|
H A D | TrafficDirectorService.php | 56 $this->batchPath = 'batch';
|
H A D | DriveActivity.php | 58 $this->batchPath = 'batch';
|
H A D | Webfonts.php | 54 $this->batchPath = 'batch';
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | pusher-http-java-1.0.0.jar | ... .Object {
private final java.util.List batch
public void <init> (java.util. ... |