Home
last modified time | relevance | path

Searched refs:iterator (Results 1 – 25 of 221) sorted by relevance

123456789

/plugin/davcard/vendor/sabre/vobject/lib/
H A DNode.php52 protected $iterator = null; variable in Sabre\\VObject\\Node
85 if (!is_null($this->iterator))
86 return $this->iterator;
97 * @param ElementList $iterator
102 $this->iterator = $iterator;
164 $iterator = $this->getIterator();
179 $iterator = $this->getIterator();
180 return $iterator->offsetGet($offset);
195 $iterator = $this->getIterator();
215 $iterator = $this->getIterator();
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DNode.php52 protected $iterator = null; variable in Sabre\\VObject\\Node
85 if (!is_null($this->iterator))
86 return $this->iterator;
97 * @param ElementList $iterator
102 $this->iterator = $iterator;
164 $iterator = $this->getIterator();
179 $iterator = $this->getIterator();
180 return $iterator->offsetGet($offset);
195 $iterator = $this->getIterator();
215 $iterator = $this->getIterator();
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/
H A DNode.php52 protected $iterator = null; variable in Sabre\\VObject\\Node
85 if (!is_null($this->iterator))
86 return $this->iterator;
97 * @param ElementList $iterator
102 $this->iterator = $iterator;
164 $iterator = $this->getIterator();
179 $iterator = $this->getIterator();
180 return $iterator->offsetGet($offset);
195 $iterator = $this->getIterator();
215 $iterator = $this->getIterator();
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/
H A DNode.php54 protected $iterator = null; variable in Sabre\\VObject\\Node
107 if (!is_null($this->iterator)) {
108 return $this->iterator;
119 * @param ElementList $iterator
123 $this->iterator = $iterator;
184 $iterator = $this->getIterator();
200 $iterator = $this->getIterator();
202 return $iterator->offsetGet($offset);
215 $iterator = $this->getIterator();
235 $iterator = $this->getIterator();
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DNode.php59 protected $iterator = null; variable in Sabre\\VObject\\Node
117 if (!is_null($this->iterator)) {
118 return $this->iterator;
130 * @param ElementList $iterator
136 $this->iterator = $iterator;
200 $iterator = $this->getIterator();
216 $iterator = $this->getIterator();
217 return $iterator->offsetGet($offset);
233 $iterator = $this->getIterator();
254 $iterator = $this->getIterator();
[all …]
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DDirectory.php92 ->when($result = $iterator->current())
98 $iterator->next(),
99 $result = $iterator->current()
106 $iterator->seek(3),
107 $result = $iterator->current()
114 $iterator->seek(2),
115 $result = $iterator->current()
143 foreach ($iterator as $file) {
174 $iterator = new LUT\Directory(
181 foreach ($iterator as $file) {
[all …]
H A DMap.php59 ->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 …]
H A DIteratorIterator.php56 $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 …]
H A DBuffer.php103 ->when($result = iterator_to_array($iterator))
110 $iterator::BUFFER_KEY => 3,
111 $iterator::BUFFER_VALUE => 'd'
114 $iterator::BUFFER_KEY => 4,
115 $iterator::BUFFER_VALUE => 'e'
128 ->when($result = iterator_to_array($iterator))
135 $iterator::BUFFER_KEY => 0,
139 $iterator::BUFFER_KEY => 1,
143 $iterator::BUFFER_KEY => 2,
147 $iterator::BUFFER_KEY => 3,
[all …]
H A DLimit.php60 $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)
H A DCounter.php55 ->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))
H A DLookbehind.php56 $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)
H A DLookahead.php56 $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)
H A DFileSystem.php61 $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) {
H A DRegularExpression.php63 $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())
H A DMock.php55 ->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/
H A DCount.php51 $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/
H A DCartesianProduct.php55 ->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))
H A DGamma.php58 $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/
H A DChangeLog.md9 …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/
H A DMock.php64 public function __construct(\Traversable $iterator) argument
66 if ($iterator instanceof \IteratorAggregate) {
67 $iterator = $iterator->getIterator();
70 $this->_iterator = $iterator;
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md10 … href="https://packagist.org/packages/hoa/iterator"><img src="https://img.shields.io/packagist/dt/…
36 require [`hoa/iterator`](https://packagist.org/packages/hoa/iterator):
39 $ composer require hoa/iterator '~2.0'
69 [`Iterator`](http://php.net/class.iterator).
71 ### External iterator
77 ### Traversable to iterator
119 content of an iterator. It extends
126 function ($value, $key, $iterator) {
281 `Hoa\Iterator\Demultiplexer` demuxes result from another iterator. This iterator
389 given buffer size over another iterator:
[all …]
H A DDemultiplexer.php80 public function __construct(\Traversable $iterator, $demuxer) argument
82 if ($iterator instanceof \IteratorAggregate) {
83 $iterator = $iterator->getIterator();
86 $this->_iterator = $iterator;
H A DRepeater.php87 public function __construct(\Traversable $iterator, $n, $body = null) argument
97 if ($iterator instanceof \IteratorAggregate) {
98 $iterator = $iterator->getIterator();
101 $this->_iterator = $iterator;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithIterator.php17 public $iterator; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithIterator
19 public function __construct(\ArrayIterator $iterator) argument
21 $this->iterator = $iterator;

123456789