Lines Matching refs:a

8 …<a href="https://travis-ci.org/hoaproject/iterator"><img src="https://img.shields.io/travis/hoapro…
9a href="https://coveralls.io/github/hoaproject/iterator?branch=master"><img src="https://img.shiel…
10 …<a href="https://packagist.org/packages/hoa/iterator"><img src="https://img.shields.io/packagist/d…
11 …<a href="https://hoa-project.net/LICENSE"><img src="https://img.shields.io/packagist/l/hoa/iterato…
14 Hoa is a <strong>modular</strong>, <strong>extensible</strong> and
16 Moreover, Hoa aims at being a bridge between industrial and research worlds.
26 This library provides a set of useful iterator (compatible with PHP iterators).
64 We propose a quick overview of all iterators.
73 `Hoa\Iterator\Aggregate` allows a class to use an external iterator through the
104 $foobar = new Hoa\Iterator\Map(['f', 'o', 'o', 'b', 'a', 'r']);
127 return false === in_array($value, ['a', 'e', 'i', 'o', 'u']);
141 Also, `Hoa\Iterator\RegularExpression` allows to filter based on a regular
147 a specific offset. It extends [`LimitIterator`](http://php.net/limititerator).
211 `Hoa\Iterator\Counter` is equivalent to a `for($i = $from, $i < $to, $i +=
255 $foobar = new Hoa\Iterator\Map(['f', 'o', 'o', 'b', 'a', 'r']);
256 $baz = new Hoa\Iterator\Map(['b', 'a', 'z']);
271 * o | a
274 * a | ?
388 `Hoa\Iterator\Buffer` allows to move forward as usual but also backward up to a
392 $abcde = new Hoa\Iterator\Map(['a', 'b', 'c', 'd', 'e']);
396 echo $buffer->current(); // a
408 echo $buffer->current(); // a