Home
last modified time | relevance | path

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

12

/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A 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)
H A 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
H A 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']]);
H A 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)
H A DMap.php85 $iterator = new LUT\Recursive\Map($array)
94 ->isInstanceOf(LUT\Recursive\Map::class)
102 ->isInstanceOf(LUT\Recursive\Map::class)
H A 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/
H A DRecursive.php37 namespace Hoa\Iterator\Recursive;
49 interface Recursive extends \RecursiveIterator interface
H A DMock.php37 namespace Hoa\Iterator\Recursive;
48 class Mock implements Recursive
H A DRegularExpression.php37 namespace Hoa\Iterator\Recursive;
53 class RegularExpression extends Iterator\RegularExpression implements Recursive
H A DIterator.php37 namespace Hoa\Iterator\Recursive;
H A DMap.php37 namespace Hoa\Iterator\Recursive;
H A DCallbackFilter.php37 namespace Hoa\Iterator\Recursive;
H A DFilter.php37 namespace Hoa\Iterator\Recursive;
H A DDirectory.php37 namespace Hoa\Iterator\Recursive;
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A 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)
H A 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/
H A 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/
H A DREADME.md3 Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.
/plugin/jsonrpc/
H A DIJR_Server.php219 … $result = new IJR_Error(-32600, 'Recursive calls to system.multicall are forbidden');
/plugin/directorylist/
H A Dreadme.md53 ### Recursive argument
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md390 * Fixed: Recursive loop in ICalendar\DateTime property.
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md390 * Fixed: Recursive loop in ICalendar\DateTime property.
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md350 * Fixed: Recursive loop in ICalendar\DateTime property.
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt353 used to delimit Recursive Annotation Variations (see below). Both are self
868 8.2.5: Movetext RAV (Recursive Annotation Variation)
870 An RAV (Recursive Annotation Variation) is a sequence of movetext containing
2884 Marker 0x08 is used to indicate the beginning of an RAV (Recursive Annotation
2894 Marker 0x09 is used to indicate the end of an RAV (Recursive Annotation
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md616 * Fixed: Recursive loop in ICalendar\DateTime property.

12