| /plugin/davcard/vendor/sabre/vobject/lib/ |
| D | Node.php | 52 protected $iterator = null; variable in Sabre\\VObject\\Node 85 if (!is_null($this->iterator)) 86 return $this->iterator; 97 * @param ElementList $iterator 100 public function setIterator(ElementList $iterator) { argument 102 $this->iterator = $iterator; 164 $iterator = $this->getIterator(); 165 return $iterator->offsetExists($offset); 179 $iterator = $this->getIterator(); 180 return $iterator->offsetGet($offset); [all …]
|
| /plugin/webdavclient/vendor/sabre/vobject/lib/ |
| D | Node.php | 52 protected $iterator = null; variable in Sabre\\VObject\\Node 85 if (!is_null($this->iterator)) 86 return $this->iterator; 97 * @param ElementList $iterator 100 public function setIterator(ElementList $iterator) { argument 102 $this->iterator = $iterator; 164 $iterator = $this->getIterator(); 165 return $iterator->offsetExists($offset); 179 $iterator = $this->getIterator(); 180 return $iterator->offsetGet($offset); [all …]
|
| /plugin/davcal/vendor/sabre/vobject/lib/ |
| H A D | Node.php | 52 protected $iterator = null; variable in Sabre\\VObject\\Node 85 if (!is_null($this->iterator)) 86 return $this->iterator; 97 * @param ElementList $iterator 100 public function setIterator(ElementList $iterator) { argument 102 $this->iterator = $iterator; 164 $iterator = $this->getIterator(); 165 return $iterator->offsetExists($offset); 179 $iterator = $this->getIterator(); 180 return $iterator->offsetGet($offset); [all …]
|
| /plugin/webdav/vendor/sabre/vobject/lib/ |
| D | Node.php | 54 protected $iterator = null; variable in Sabre\\VObject\\Node 107 if (!is_null($this->iterator)) { 108 return $this->iterator; 119 * @param ElementList $iterator 121 public function setIterator(ElementList $iterator) argument 123 $this->iterator = $iterator; 184 $iterator = $this->getIterator(); 186 return $iterator->offsetExists($offset); 200 $iterator = $this->getIterator(); 202 return $iterator->offsetGet($offset); [all …]
|
| /plugin/icalevents/vendor/sabre/vobject/lib/ |
| D | Node.php | 59 protected $iterator = null; variable in Sabre\\VObject\\Node 117 if (!is_null($this->iterator)) { 118 return $this->iterator; 130 * @param ElementList $iterator 134 function setIterator(ElementList $iterator) { argument 136 $this->iterator = $iterator; 200 $iterator = $this->getIterator(); 201 return $iterator->offsetExists($offset); 216 $iterator = $this->getIterator(); 217 return $iterator->offsetGet($offset); [all …]
|
| /plugin/asciidocjs/node_modules/neo-async/ |
| D | async.js | 27 var iteratorSymbol = typeof Symbol === func && Symbol.iterator; 2071 iterator: iterator, property 2262 function arrayEachSync(array, iterator) { argument 2267 iterator(array[index], index); 2278 function baseEachSync(object, iterator, keys) { argument 2284 iterator(object[key], key); 2294 function timesSync(n, iterator) { argument 2297 iterator(index); 2395 function arrayEach(array, iterator, callback) { argument 2399 if (iterator.length === 3) { [all …]
|
| /plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/ |
| D | Directory.php | 60 $iterator = new LUT\Directory($root), 63 ->when(function () use ($iterator, &$result) { 64 foreach ($iterator as $key => $file) { 90 $iterator = new LUT\Directory($root) 92 ->when($result = $iterator->current()) 98 $iterator->next(), 99 $result = $iterator->current() 106 $iterator->seek(3), 107 $result = $iterator->current() 114 $iterator->seek(2), [all …]
|
| D | Map.php | 59 ->given($iterator = new LUT\Map(self::$_dummyArray)) 60 ->when($result = iterator_to_array($iterator)) 69 ->given($iterator = new LUT\Map()) 70 ->when($result = iterator_to_array($iterator)) 85 $iterator = new LUT\Recursive\Map($array) 87 ->when(function () use ($iterator) { 88 foreach ($iterator as $key => $value) { 91 ->boolean($iterator->hasChildren()) 93 ->object($children = $iterator->getChildren()) 99 ->boolean($iterator->hasChildren()) [all …]
|
| D | Buffer.php | 102 ->given($iterator = new SUT($this->getInnerIterator(), 3)) 103 ->when($result = iterator_to_array($iterator)) 107 ->array(iterator_to_array($this->invoke($iterator)->getBuffer())) 110 $iterator::BUFFER_KEY => 3, 111 $iterator::BUFFER_VALUE => 'd' 114 $iterator::BUFFER_KEY => 4, 115 $iterator::BUFFER_VALUE => 'e' 118 $iterator::BUFFER_KEY => null, 119 $iterator::BUFFER_VALUE => null 127 ->given($iterator = new SUT($this->getInnerIterator(), 10)) [all …]
|
| D | IteratorIterator.php | 56 $iterator = new LUT\Map([]), 57 $iteratoriterator = new LUT\IteratorIterator($iterator) 62 ->isIdenticalTo($iterator); 69 $iterator = new LUT\Map(['a', 'b', 'c']), 70 $iteratoriterator = new LUT\IteratorIterator($iterator) 86 $iterator = new LUT\Recursive\Map($array), 88 $iterator, 106 $iterator = new LUT\Recursive\Map($array), 108 $iterator, 135 $iterator = new LUT\Recursive\Map($array), [all …]
|
| D | Limit.php | 60 $iterator = new LUT\Map(self::$_dummyArray), 61 $limit = new LUT\Limit($iterator, 2, 3) 76 ->given($iterator = new LUT\Map(self::$_dummyArray)) 77 ->exception(function () use ($iterator) { 78 new LUT\Limit($iterator, -2, 3); 87 $iterator = new LUT\Map(self::$_dummyArray), 88 $limit = new LUT\Limit($iterator, 0, 0)
|
| D | Counter.php | 55 ->given($iterator = new LUT\Counter(0, 12, 3)) 56 ->when($result = iterator_to_array($iterator)) 65 ->given($iterator = new LUT\Counter(6, 12, 3)) 66 ->when($result = iterator_to_array($iterator)) 84 ->given($iterator = new LUT\Counter(0, 12, 13)) 85 ->when($result = iterator_to_array($iterator))
|
| D | Lookbehind.php | 56 $iterator = new LUT\Map(['a', 'b', 'c']), 57 $lookbehind = new LUT\Lookbehind($iterator) 59 ->when($result = iterator_to_array($iterator)) 69 $iterator = new LUT\Map(['a', 'b', 'c']), 70 $lookbehind = new LUT\Lookbehind($iterator) 128 $iterator = new LUT\Map(['a', 'b', 'c']), 129 $lookbehind = new LUT\Lookbehind($iterator) 164 $iterator = new LUT\Mock(), 165 $lookbehind = new LUT\Lookbehind($iterator)
|
| D | Lookahead.php | 56 $iterator = new LUT\Map(['a', 'b', 'c']), 57 $lookahead = new LUT\Lookahead($iterator) 59 ->when($result = iterator_to_array($iterator)) 69 $iterator = new LUT\Map(['a', 'b', 'c']), 70 $lookahead = new LUT\Lookahead($iterator) 128 $iterator = new LUT\Map(['a', 'b', 'c']), 129 $lookahead = new LUT\Lookahead($iterator) 170 $iterator = new LUT\Mock(), 171 $lookahead = new LUT\Lookahead($iterator)
|
| D | FileSystem.php | 61 $iterator = new LUT\FileSystem($root), 64 ->when(function () use ($iterator, &$result) { 65 foreach ($iterator as $pathname => $file) { 92 $iterator = new LUT\FileSystem( 99 ->when(function () use ($iterator, $splFileInfo, &$result) { 100 foreach ($iterator as $file) {
|
| D | RegularExpression.php | 63 $iterator = new LUT\RegularExpression($map, '/a/') 65 ->when($result = iterator_to_array($iterator)) 84 $iterator = new LUT\Recursive\Iterator($regex) 86 ->when($result = iterator_to_array($iterator, false)) 107 $iterator = new LUT\Recursive\RegularExpression( 115 ->when($result = $iterator->getChildren())
|
| D | Mock.php | 55 ->given($iterator = new LUT\Mock()) 56 ->when($result = iterator_to_array($iterator)) 65 ->when($iterator = new LUT\Recursive\Mock(new LUT\Mock())) 67 ->variable($iterator->getChildren()) 69 ->boolean($iterator->hasChildren())
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/ |
| D | Count.php | 51 $iterator = $other->getIterator(); 53 $iterator = $other; 56 if ($iterator instanceof Generator) { 57 return $this->getCountOfGenerator($iterator); 60 $key = $iterator->key(); 61 $count = iterator_count($iterator); 66 $iterator->rewind(); 67 while ($iterator->valid() && $key !== $iterator->key()) { 68 $iterator->next();
|
| /plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Combinatorics/Combination/ |
| D | CartesianProduct.php | 55 ->given($iterator = new CUT([])) 56 ->when($result = iterator_to_array($iterator)) 65 ->given($iterator = new CUT([1, 2, 3])) 66 ->when($result = iterator_to_array($iterator)) 79 ->given($iterator = new CUT([1, 2, 3], [4, 5, 6])) 80 ->when($result = iterator_to_array($iterator)) 101 ->given($iterator = new CUT([1, 2, 3], [4, 5, 6], [7, 8, 9])) 102 ->when($result = iterator_to_array($iterator))
|
| D | Gamma.php | 58 $iterator = new CUT($n, $k) 60 ->when($result = iterator_to_array($iterator)) 72 $iterator = new CUT($n, $k) 74 ->when($result = iterator_to_array($iterator)) 91 $iterator = new CUT($n, $k) 93 ->when($result = iterator_to_array($iterator))
|
| /plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/ |
| D | ChangeLog.md | 9 …ianbergmann/php-file-iterator/issues/37): Regression caused by fix for [#30](https://github.com/se… 15 * Fixed [#30](https://github.com/sebastianbergmann/php-file-iterator/issues/30): Exclude is not con… 21 * Fixed [#34](https://github.com/sebastianbergmann/php-file-iterator/issues/34): Factory should use… 35 …rt for wildcards (glob) in exclude](https://github.com/sebastianbergmann/php-file-iterator/pull/23) 37 [1.4.5]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.4...1.4.5 38 [1.4.4]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.3...1.4.4 39 [1.4.3]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.2...1.4.3 40 [1.4.2]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.1...1.4.2 41 [1.4.1]: https://github.com/sebastianbergmann/php-file-iterator/compare/1.4.0...1.4.1
|
| /plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/ |
| D | Mock.php | 64 public function __construct(\Traversable $iterator) argument 66 if ($iterator instanceof \IteratorAggregate) { 67 $iterator = $iterator->getIterator(); 70 $this->_iterator = $iterator;
|
| /plugin/findologicxmlexport/vendor/hoa/iterator/ |
| D | README.md | 8 …<a href="https://travis-ci.org/hoaproject/iterator"><img src="https://img.shields.io/travis/hoapro… 9 …//coveralls.io/github/hoaproject/iterator?branch=master"><img src="https://img.shields.io/coverall… 10 … href="https://packagist.org/packages/hoa/iterator"><img src="https://img.shields.io/packagist/dt/… 11 …a-project.net/LICENSE"><img src="https://img.shields.io/packagist/l/hoa/iterator.svg" alt="License… 24 …https://img.shields.io/badge/organisation-board-ff0066.svg)](https://waffle.io/hoaproject/iterator) 26 This library provides a set of useful iterator (compatible with PHP iterators). 36 require [`hoa/iterator`](https://packagist.org/packages/hoa/iterator): 39 $ composer require hoa/iterator '~2.0' 68 `Hoa\Iterator\Iterator` defines the basis of an iterator. It extends 69 [`Iterator`](http://php.net/class.iterator). [all …]
|
| D | Demultiplexer.php | 80 public function __construct(\Traversable $iterator, $demuxer) argument 82 if ($iterator instanceof \IteratorAggregate) { 83 $iterator = $iterator->getIterator(); 86 $this->_iterator = $iterator;
|
| /plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/ |
| D | ObjectWithIterator.php | 17 public $iterator; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithIterator 19 public function __construct(\ArrayIterator $iterator) argument 21 $this->iterator = $iterator;
|