Lines Matching refs:to

27 Existing PHP iterators have been updated to get new features and prior PHP
34 With [Composer](https://getcomposer.org/), to include this library into
35 your dependencies, you need to
53 Then, to run all the test suites:
73 `Hoa\Iterator\Aggregate` allows a class to use an external iterator through the
77 ### Traversable to iterator
100 `Hoa\Iterator\Map` allows to iterate an array. It extends
118 `Hoa\Iterator\Filter` and `Hoa\Iterator\CallbackFilter` allows to filter the
141 Also, `Hoa\Iterator\RegularExpression` allows to filter based on a regular
146 `Hoa\Iterator\Limit` allows to iterate *n* elements of an iterator starting from
164 `Hoa\Iterator\Infinite` allows to iterate over and over again the same iterator.
186 `Hoa\Iterator\Repeater` allows to repeat an iterator *n* times.
211 `Hoa\Iterator\Counter` is equivalent to a `for($i = $from, $i < $to, $i +=
229 `Hoa\Iterator\Append` allows to iterate over iterators one after another. It
251 `Hoa\Iterator\Multiple` allows to iterate over several iterator at the same
308 `Hoa\Iterator\Directory` and `Hoa\Iterator\FileSystem` allow to iterate the file
337 Also, the `Hoa\Iterator\Glob` allows to iterator with the glob strategy. It
357 `Hoa\Iterator\Lookahead` allows to look ahead for the next element:
383 The `Hoa\Iterator\Lookbehind` also exists and allows to look behind for the
388 `Hoa\Iterator\Buffer` allows to move forward as usual but also backward up to a
421 `Hoa\Iterator\CallbackGenerator` allows to transform any callable into an
466 detailed information about how to use this library and how it works.
480 There are mainly two ways to get help:
488 Do you want to contribute? Thanks! A detailed [contributor
490 everything you need to know.