Home
last modified time | relevance | path

Searched refs:Map (Results 1 – 25 of 213) sorted by relevance

123456789

/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DMap.php50 class Map extends Test\Unit\Suite class
59 ->given($iterator = new LUT\Map(self::$_dummyArray))
69 ->given($iterator = new LUT\Map())
85 $iterator = new LUT\Recursive\Map($array)
94 ->isInstanceOf(LUT\Recursive\Map::class)
102 ->isInstanceOf(LUT\Recursive\Map::class)
H A DIteratorIterator.php56 $iterator = new LUT\Map([]),
69 $iterator = new LUT\Map(['a', 'b', 'c']),
86 $iterator = new LUT\Recursive\Map($array),
106 $iterator = new LUT\Recursive\Map($array),
135 $iterator = new LUT\Recursive\Map($array),
H A DMultiple.php56 $foo = new LUT\Map(['f', 'o', 'o']),
57 $bar = new LUT\Map(['b', 'a', 'r']),
79 $foobar = new LUT\Map(['f', 'o', 'o', 'b', 'a', 'r']),
80 $baz = new LUT\Map(['b', 'a', 'z']),
H A DLimit.php60 $iterator = new LUT\Map(self::$_dummyArray),
76 ->given($iterator = new LUT\Map(self::$_dummyArray))
87 $iterator = new LUT\Map(self::$_dummyArray),
H A DRegularExpression.php56 $map = new LUT\Map([
79 $map = new LUT\Recursive\Map([
100 $map = new LUT\Recursive\Map([
H A DLookbehind.php56 $iterator = new LUT\Map(['a', 'b', 'c']),
69 $iterator = new LUT\Map(['a', 'b', 'c']),
128 $iterator = new LUT\Map(['a', 'b', 'c']),
H A DRepeater.php60 $iterator = new LUT\Map(self::$_dummyArray),
79 $iterator = new LUT\Map(self::$_dummyArray),
H A DLookahead.php56 $iterator = new LUT\Map(['a', 'b', 'c']),
69 $iterator = new LUT\Map(['a', 'b', 'c']),
128 $iterator = new LUT\Map(['a', 'b', 'c']),
H A DBuffer.php181 ->when($result = new SUT(new LUT\Map(['a', 'b', 'c']), 2))
223 ->when($result = new SUT(new LUT\Map(['a', 'b', 'c']), 3))
410 ->when($result = new SUT(new LUT\Map(['a', 'b', 'c']), 1))
439 ->when($result = new SUT(new LUT\Map(['a', 'b']), 3))
478 return new LUT\Map(['a', 'b', 'c', 'd', 'e']);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DDoubleKeyMap.php10 * Map<primaryKey, Map<secondaryKey, value>>
12 * @var Map
18 $this->data = new Map();
31 $secondaryData = new Map();
59 public function getByOneKey($primaryKey) : Map
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/
H A DPredictionContextCache.php7 use Antlr\Antlr4\Runtime\Utils\Map; alias
16 /** @var Map */
21 $this->cache = new Map();
/plugin/s5reloaded/ui/effects_support/
H A Dpresentacular.js46 function Map(list,f){ function
94 Map(c, function(cl){
126 Map(ce.getElementsByTagName('*'), function(elm){
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DPredictionMode.php14 use Antlr\Antlr4\Runtime\Utils\Map; alias
496 $configToAlts = new Map(new class implements Equivalence {
540 public static function getStateToAltMap(ATNConfigSet $configs) : Map
542 $m = new Map();
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DButtonManager.java8 import java.util.Map;
20 private final Map<String, Place2> buttons;
72 private void findButtons(final Movie movie, final Map<String, Place2> list) { in findButtons()
/plugin/inseecity/
H A Dscript.js19 inseeCityNameLatLonDep = new Map ();
26 inseeCityNameLatLon = new Map ();
/plugin/refnotes/
H A Dadmin.js5 class NameMap extends Map {
22 class NamedObjectMap extends Map {
93 let lang = new Map();
226 let defaults = new Map([
330 let defaults = new Map([
386 let styles = data ? new Map(Object.entries(data)) : new Map();
679 let defaults = new Map([
729 let attributes = data ? new Map(Object.entries(data)) : new Map();
[all...]
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DMap.php47 class Map extends \ArrayIterator class
/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/
H A DMap.php47 class Map extends \RecursiveArrayIterator class
/plugin/inseecity/dep/
H A D15.js10 inseeCityNameLatLonDep = new Map ();
H A D17.js10 inseeCityNameLatLonDep = new Map ();
H A D23.js10 inseeCityNameLatLonDep = new Map ();
H A D10.js10 inseeCityNameLatLonDep = new Map ();
H A D13.js10 inseeCityNameLatLonDep = new Map ();
H A D16.js10 inseeCityNameLatLonDep = new Map ();
H A D18.js10 inseeCityNameLatLonDep = new Map ();

123456789