Home
last modified time | relevance | path

Searched refs:Iterator (Results 101 – 125 of 167) sorted by last modified time

1234567

/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DLimit.php37 namespace Hoa\Iterator;
H A DLookahead.php37 namespace Hoa\Iterator;
84 public function __construct(\Iterator $iterator)
H A DLookbehind.php37 namespace Hoa\Iterator;
77 public function __construct(\Iterator $iterator)
H A DMultiple.php37 namespace Hoa\Iterator;
69 \Iterator $iterator,
H A DOuter.php37 namespace Hoa\Iterator;
H A DREADME.md19 # Hoa\Iterator
68 `Hoa\Iterator\Iterator` defines the basis of an iterator. It extends
83 ### Iterator of iterators
118 `Hoa\Iterator\Filter` and `Hoa\Iterator\CallbackFilter` allows to filter the
308 `Hoa\Iterator\Directory` and `Hoa\Iterator\FileSystem` allow to iterate the file
316 $directory = new Hoa\Iterator\Directory(resolve('hoa://Library/Iterator'));
341 $glob = new Hoa\Iterator\Glob(resolve('hoa://Library/Iterator') . '/M*.php');
423 with `Hoa\Iterator\Limit`:
454 * `Hoa\Iterator\Recursive\Iterator` (it extends
458 * `Hoa\Iterator\Recursive\Mock`,
[all …]
H A DRegularExpression.php37 namespace Hoa\Iterator;
171 \Iterator $iterator,
H A DAggregate.php37 namespace Hoa\Iterator;
H A DAppend.php37 namespace Hoa\Iterator;
H A DCounter.php37 namespace Hoa\Iterator;
47 class Counter implements Iterator
H A DDemultiplexer.php37 namespace Hoa\Iterator;
48 class Demultiplexer implements Iterator
H A DDirectory.php37 namespace Hoa\Iterator;
97 if ($out instanceof \Hoa\Iterator\SplFileInfo) {
H A DException.php37 namespace Hoa\Iterator;
H A DFileSystem.php37 namespace Hoa\Iterator;
H A DFilter.php37 namespace Hoa\Iterator;
/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/
H A DCallbackFilter.php37 namespace Hoa\Iterator\Recursive;
H A DMock.php37 namespace Hoa\Iterator\Recursive;
H A DFilter.php37 namespace Hoa\Iterator\Recursive;
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DLimit.php37 namespace Hoa\Iterator\Test\Unit;
39 use Hoa\Iterator as LUT;
H A DRegularExpression.php37 namespace Hoa\Iterator\Test\Unit;
39 use Hoa\Iterator as LUT;
84 $iterator = new LUT\Recursive\Iterator($regex)
H A DCallbackFilter.php37 namespace Hoa\Iterator\Test\Unit;
39 use Hoa\Iterator as LUT;
164 $iterator = new LUT\Recursive\Iterator($filter)
187 $iterator = new LUT\Recursive\Iterator($filter)
206 $foobarIterator = new LUT\Recursive\Iterator($foobar),
207 $filterIterator = new LUT\Recursive\Iterator($filter)
H A DFileSystem.php37 namespace Hoa\Iterator\Test\Unit;
39 use Hoa\Iterator as LUT;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DIteratorHandlerTest.php43 public function testSerialize(\Iterator $iterator): void
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DAnalyzer.php40 use Hoa\Iterator; alias
149 $this->_lexer = new Iterator\Lookahead($lexer->lexMe($value, static::$_ppLexemes));
/plugin/findologicxmlexport/vendor/hoa/file/
H A DSplFileInfo.php39 use Hoa\Iterator; alias
49 class SplFileInfo extends Iterator\SplFileInfo

1234567