Home
last modified time | relevance | path

Searched refs:batch (Results 276 – 295 of 295) sorted by last modified time

1...<<1112

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dbatch_with_exact_elements.test2 "batch" filter
4 {% for row in items|batch(3, 'fill') %}
H A Dbatch_with_fill.test2 "batch" filter
5 {% for row in items|batch(3, 'fill') %}
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_zero_elements.test2 "batch" filter with zero elements
4 {{ []|batch(3)|length }}
5 {{ []|batch(3, 'fill')|length }}
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dindex.rst8 batch
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
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG26 * fixed batch filter clobbers array keys when fill parameter is used
27 * added preserveKeys support for the batch filter
331 * fixed batch filter with zero items
429 * fixed the batch filter when using a fill argument with an exact match of elements to batch
461 * added a batch filter
/plugin/authfacebook/lib/
H A DFacebookBatchRequest.php259 $batch = [
269 $batch['body'] = $body;
272 $batch += $options;
275 $batch['attached_files'] = $attachedFiles;
278 return $batch;
/plugin/swiftmail/
H A DSwift.php486 $batch = new Swift_BatchMailer($this);
487 return $batch->send($message, $to, $from);
/plugin/authgoogle/google/contrib/
H A DGoogle_DatastoreService.php900 public $batch; variable in Google_RunQueryResponse
902 public function setBatch(Google_QueryResultBatch $batch) { argument
903 $this->batch = $batch;
906 return $this->batch;
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt1723 batch processing ability and its full implementation of each and every standard
/plugin/tuxquote/
H A Dquotes.txt3563 There never was a chip, it is said, that Bill Gates couldn't slow down with a new batch of features…
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog188 batch mode
434 * Fixed: batch processing mode did not work when media had no top
713 * Change: before-document, after-document, before-batch and
714 after-batch callbacks are introduced.
800 * Fixed: in batch mode @page rules were applied to margin boxes
803 * Change: files generated via the demo web interface in batch mode
804 were named using the URL field. (Changed to 'batch.pdf')
/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/hipchat/
H A Dcomposer.lock28 "guzzle/batch": "self.version",
/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/jmol2/jmol/
H A DREADME.txt33 (particulary, using the shell or batch files described below),
38 (Some kind of batch file to start Jmol application)
41 A batch file to start Jmol application under Windows.
44 (Some kind of batch file to start Jmol application)
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt350 flow batch control keyword

1...<<1112