Home
last modified time | relevance | path

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

12345678910>>...12

/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
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)
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),
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']),
DLimit.php60 $iterator = new LUT\Map(self::$_dummyArray),
76 ->given($iterator = new LUT\Map(self::$_dummyArray))
87 $iterator = new LUT\Map(self::$_dummyArray),
DRegularExpression.php56 $map = new LUT\Map([
79 $map = new LUT\Recursive\Map([
100 $map = new LUT\Recursive\Map([
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']),
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']),
DRepeater.php60 $iterator = new LUT\Map(self::$_dummyArray),
79 $iterator = new LUT\Map(self::$_dummyArray),
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/asciidocjs/node_modules/lodash/
D_getTag.js2 Map = require('./_Map'), variable
20 mapCtorString = toSource(Map),
36 (Map && getTag(new Map) != mapTag) ||
D_Map.js5 var Map = getNative(root, 'Map'); variable
7 module.exports = Map;
D_mapCacheClear.js3 Map = require('./_Map'); variable
16 'map': new (Map || ListCache),
D_stackSet.js2 Map = require('./_Map'), variable
22 if (!Map || (pairs.length < LARGE_ARRAY_SIZE - 1)) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DDoubleKeyMap.php12 * @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/asciidocjs/node_modules/core-js/modules/
D_metadata.js1 var Map = require('./es6.map'); variable
10 store.set(target, targetMetadata = new Map());
15 targetMetadata.set(targetKey, keyMetadata = new Map());
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_metadata.js1 var Map = require('./es6.map'); variable
10 store.set(target, targetMetadata = new Map());
15 targetMetadata.set(targetKey, keyMetadata = new Map());
/plugin/s5reloaded/ui/effects_support/
Dpresentacular.js46 function Map(list,f){ class
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/
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/
Dscript.js19 inseeCityNameLatLonDep = new Map ();
26 inseeCityNameLatLon = new Map ();
/plugin/refnotes/
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();
/plugin/asciidocjs/node_modules/get-intrinsic/
Dindex.js94 '%Map%': typeof Map === 'undefined' ? undefined : Map,
95 …'%MapIteratorPrototype%': typeof Map === 'undefined' || !hasSymbols || !getProto ? undefined : get…
/plugin/asciidocjs/node_modules/source-map/lib/
Darray-set.js10 var hasNativeMap = typeof Map !== "undefined";
20 this._set = hasNativeMap ? new Map() : Object.create(null);
/plugin/asciidocjs/node_modules/pug-filters/node_modules/source-map/lib/
Darray-set.js10 var hasNativeMap = typeof Map !== "undefined";
20 this._set = hasNativeMap ? new Map() : Object.create(null);

12345678910>>...12