Home
last modified time | relevance | path

Searched refs:iterators (Results 1 – 21 of 21) sorted by relevance

/plugin/swiftmail/Swift/
DRecipientList.php44 protected $iterators = array("to" => null, "cc" => null, "bcc" => null); variable in Swift_RecipientList
102 if (!empty($this->iterators[$where]))
104 return $this->iterators[$where];
120 $this->iterators[$where] = $it;
/plugin/findologicxmlexport/vendor/hoa/iterator/
DREADME.md26 This library provides a set of useful iterator (compatible with PHP iterators).
27 Existing PHP iterators have been updated to get new features and prior PHP
64 We propose a quick overview of all iterators.
83 ### Iterator of iterators
85 `Hoa\Iterator\Outer` represents an iterator that iterates over iterators. It
227 ### Union of iterators
229 `Hoa\Iterator\Append` allows to iterate over iterators one after another. It
264 foreach ($multiple as $iterators) {
265 echo $iterators['one'], ' | ', $iterators['two'], "\n";
422 iterator. This is very useful when combined with other iterators, for instance
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dhelpers.asciidoc9 [[iterators]] anchor
Dcommunity.asciidoc67 - Query results iterators are provided for your convenience.
Drelease-notes.asciidoc45 * Update search iterators to send `scroll_id` inside the request body
/plugin/asciidocjs/node_modules/core-js/
DCHANGELOG.md58 - Fixed one case of deoptimization built-in iterators in V8, related [#377](https://github.com/zloi…
59 - Fixed some cases of iterators feature detection, [#368](https://github.com/zloirock/core-js/issue…
351 * Fixed [collections iterators](https://github.com/zloirock/core-js/#ecmascript-6-iterators) in FF2…
400 …* Added [`core.getIteratorMethod`](https://github.com/zloirock/core-js/#ecmascript-6-iterators) he…
401 * Uses enumerable properties in shimmed instances - collections, iterators, etc for optimize perfor…
413 * [`core.iter-helpers`](https://github.com/zloirock/core-js/#ecmascript-6-iterators)
525 …> `core.getIterator`](https://github.com/zloirock/core-js/#ecmascript-6-iterators), temporary avai…
526 * Fixed iterators support in v8 `Promise.all` and `Promise.race`
583 …ded [`NodeList.prototype[@@iterator]`](https://github.com/zloirock/core-js/#ecmascript-6-iterators)
674 * Added real [`String Iterator`](https://github.com/zloirock/core-js/#ecmascript-6-iterators), olde…
DREADME.md24 …mbols](#ecmascript-6-symbol), [collections](#ecmascript-6-collections), iterators, [typed arrays](…
83 - [helpers for iterators](#helpers-for-iterators)
2054 `Dict.keys`, `Dict.values` and `Dict.entries` returns iterators for objects.
2259 #### Helpers for iterators
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
DCHANGELOG.rst8 * Now supports creating streams from functions and iterators.
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md656 Block helpers make it possible to define custom iterators and other helpers that can invoke the pas…
/plugin/asciidocjs/node_modules/async/
DCHANGELOG.md177 - Collection methods now accept ES2015 iterators. Maps, Sets, and anything that implements the ite…
/plugin/combo/resources/library/rrdiagram/0.9.4.1/
H A Drrdiagram.js.map1iterators","isTAIndex","$getDesc","$setDesc","desc","$TypedArrayPrototype$","wrapper","CLAMPED","G…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DUPGRADING.md547 For a replacement of these iterators, see https://github.com/nikic/iter
DCHANGELOG.md1199 * Batch divisors can now return iterators or arrays
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DUPGRADING.md597 For a replacement of these iterators, see https://github.com/nikic/iter
DCHANGELOG.md1494 * Batch divisors can now return iterators or arrays
/plugin/asciidocjs/node_modules/core-js/client/
Dlibrary.min.js.map1 …","end","$begin","byteOffset","$slice","$set","arrayLike","src","len","$iterators","isTAIndex","$g…
Dshim.min.js.map1 …","end","$begin","byteOffset","$slice","$set","arrayLike","src","len","$iterators","isTAIndex","$g…
Dcore.min.js.map1 …"begin","end","$begin","byteOffset","$slice","$set","arrayLike","len","$iterators","isTAIndex","$g…
/plugin/pdfjs/pdfjs/build/
Dpdf.js.map1iterators","wks","TO_STRING_TAG","ArrayValues","DOMIterables","CSSRuleList","CSSStyleDeclaration",…
Dpdf.worker.js.map1iterators","wks","TO_STRING_TAG","ArrayValues","DOMIterables","CSSRuleList","CSSStyleDeclaration",…
/plugin/jmol2/jmol/
DCHANGES.txt3604 # coding efficiencies in atom iterators