Home
last modified time | relevance | path

Searched refs:Recursive (Results 1 – 25 of 33) sorted by relevance

12

/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
DRegularExpression.php79 $map = new LUT\Recursive\Map([
83 $regex = new LUT\Recursive\RegularExpression($map, '/a/'),
84 $iterator = new LUT\Recursive\Iterator($regex)
100 $map = new LUT\Recursive\Map([
104 $mode = LUT\Recursive\RegularExpression::ALL_MATCHES,
105 $flag = LUT\Recursive\RegularExpression::USE_KEY,
106 $pregFlag = LUT\Recursive\RegularExpression::ALL_MATCHES,
107 $iterator = new LUT\Recursive\RegularExpression(
118 ->isInstanceOf(LUT\Recursive\RegularExpression::class)
DIteratorIterator.php86 $iterator = new LUT\Recursive\Map($array),
87 $iteratoriterator = new LUT\Recursive\Iterator(
89 LUT\Recursive\Iterator::LEAVES_ONLY
106 $iterator = new LUT\Recursive\Map($array),
107 $iteratoriterator = new LUT\Recursive\Iterator(
109 LUT\Recursive\Iterator::SELF_FIRST
135 $iterator = new LUT\Recursive\Map($array),
136 $iteratoriterator = new LUT\Recursive\Iterator(
138 LUT\Recursive\Iterator::CHILD_FIRST
DCallbackFilter.php158 $filter = new LUT\Recursive\CallbackFilter(
164 $iterator = new LUT\Recursive\Iterator($filter)
181 $filter = new LUT\Recursive\CallbackFilter(
187 $iterator = new LUT\Recursive\Iterator($filter)
200 $filter = new LUT\Recursive\CallbackFilter(
206 $foobarIterator = new LUT\Recursive\Iterator($foobar),
207 $filterIterator = new LUT\Recursive\Iterator($filter)
225 return new LUT\Recursive\Map([['f', 'o', 'o'], ['b', 'a', 'r']]);
DMock.php65 ->when($iterator = new LUT\Recursive\Mock(new LUT\Mock()))
78 $mock = new LUT\Recursive\Mock($map),
79 $iteratoriterator = new LUT\Recursive\Iterator($mock)
DMap.php85 $iterator = new LUT\Recursive\Map($array)
94 ->isInstanceOf(LUT\Recursive\Map::class)
102 ->isInstanceOf(LUT\Recursive\Map::class)
DDirectory.php138 $directory = new LUT\Recursive\Directory($root),
139 $iterator = new LUT\Recursive\Iterator($directory),
216 $directory = new LUT\Recursive\Directory(
221 $iterator = new LUT\Recursive\Iterator($directory),
/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/
DRecursive.php37 namespace Hoa\Iterator\Recursive;
49 interface Recursive extends \RecursiveIterator interface
DMock.php37 namespace Hoa\Iterator\Recursive;
48 class Mock implements Recursive
DRegularExpression.php37 namespace Hoa\Iterator\Recursive;
53 class RegularExpression extends Iterator\RegularExpression implements Recursive
DMap.php37 namespace Hoa\Iterator\Recursive;
DFilter.php37 namespace Hoa\Iterator\Recursive;
DCallbackFilter.php37 namespace Hoa\Iterator\Recursive;
DIterator.php37 namespace Hoa\Iterator\Recursive;
DDirectory.php37 namespace Hoa\Iterator\Recursive;
/plugin/findologicxmlexport/vendor/hoa/iterator/
DCHANGELOG.md57 * `Recursive\Lookahead` has been removed. (Ivan Enderlin, 2014-11-07T14:29:59+01:00)
64 * Remove the `Recursive\Tree` iterator. (Ivan Enderlin, 2014-11-07T14:04:30+01:00)
69 * Re-implement SPL `RegexIterator` and `Recursive~`. (Ivan Enderlin, 2014-10-06T14:47:25+02:00)
70 * Bye bye `Recursive\Lookahead`. (Ivan Enderlin, 2014-10-01T22:25:48+02:00)
DREADME.md441 ### Recursive iterators
444 most important interface is `Hoa\Iterator\Recursive\Recursive` (it extends
448 * `Hoa\Iterator\Recursive\CallbackFilter` (it extends
450 * `Hoa\Iterator\Recursive\Directory` (it extends
452 * `Hoa\Iterator\Recursive\Filter` (it extends
454 * `Hoa\Iterator\Recursive\Iterator` (it extends
456 * `Hoa\Iterator\Recursive\Map` (it extends
458 * `Hoa\Iterator\Recursive\Mock`,
459 * `Hoa\Iterator\Recursive\RegularExpression`
/plugin/findologicxmlexport/vendor/hoa/file/
DFinder.php118 $this->_first = Iterator\Recursive\Iterator::SELF_FIRST;
590 $this->_first = Iterator\Recursive\Iterator::CHILD_FIRST;
617 new Iterator\Recursive\Directory(
625 $iterator = new Iterator\Recursive\Iterator(
626 new Iterator\Recursive\Directory(
/plugin/findologicxmlexport/vendor/doctrine/lexer/
DREADME.md3 Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.
/plugin/asciidocjs/node_modules/object-assign/
Dreadme.md56 - [deep-assign](https://github.com/sindresorhus/deep-assign) - Recursive `Object.assign()`
/plugin/jsonrpc/
DIJR_Server.php219 … $result = new IJR_Error(-32600, 'Recursive calls to system.multicall are forbidden');
/plugin/directorylist/
Dreadme.md53 ### Recursive argument
/plugin/json/demo/
Dbenchmark.txt10 ===== Recursive JSON load =====
/plugin/davcard/vendor/sabre/vobject/
DChangeLog.md390 * Fixed: Recursive loop in ICalendar\DateTime property.
/plugin/webdavclient/vendor/sabre/vobject/
DChangeLog.md390 * Fixed: Recursive loop in ICalendar\DateTime property.
/plugin/davcal/vendor/sabre/vobject/
DChangeLog.md350 * Fixed: Recursive loop in ICalendar\DateTime property.

12