Home
last modified time | relevance | path

Searched refs:Map (Results 176 – 200 of 213) sorted by last modified time

123456789

/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DNoRewind.php57 $iterator = new LUT\Map($dummyArray),
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 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 DCallbackFilter.php220 return new LUT\Map(['f', 'o', 'o', 'b', 'a', 'r']);
225 return new LUT\Recursive\Map([['f', 'o', 'o'], ['b', 'a', 'r']]);
H A DFilter.php122 return new LUT\Map(['f', 'o', 'o', 'b', 'a', 'r']);
H A DInfinite.php56 $iterator = new LUT\Map(['a']),
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 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),
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php661 return new Iterator\Map($array);
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md98 ### Map subsection
100 `Hoa\Iterator\Map` allows to iterate an array. It extends
104 $foobar = new Hoa\Iterator\Map(['f', 'o', 'o', 'b', 'a', 'r']);
255 $foobar = new Hoa\Iterator\Map(['f', 'o', 'o', 'b', 'a', 'r']);
256 $baz = new Hoa\Iterator\Map(['b', 'a', 'z']);
349 * Map.php
392 $abcde = new Hoa\Iterator\Map(['a', 'b', 'c', 'd', 'e']);
456 * `Hoa\Iterator\Recursive\Map` (it extends
/plugin/findologicxmlexport/vendor/hoa/math/Combinatorics/Combination/
H A DCartesianProduct.php104 $s = new Iterator\Map($s);
/plugin/cnmap/
H A Dplugin.info.txt5 name China Map plugin
/plugin/googlemap3/
H A Dgooglemap3.js167 googleMapArray[i].map = new google.maps.Map(googleMapArray[i].node, mapOptions);
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1Map]',\n\t numberTag = '[object Number]',\n\t objectTag = '[object Object]',\n\t re…
/plugin/osm/
H A Dscript.js8 var map = new OpenLayers.Map (div.id, {
/plugin/imagemap/
H A DREADME1 ====== Image Map Plugin ======
46 * {{http://whoopdedo.org/doku-plugins/imagemap.zip|Image Map Plugin}}
H A Dplugin.info.txt5 name Image Map Plugin
/plugin/mantis/lib/
H A Dclass.wsdl.php1382 if ($uqType == 'Map') {
H A Dchangelog103 - nusoap_base: add serialization of Apache Map (when not using WSDL)
104 - wsdl: add serialization of Apache Map (when using WSDL)
H A Dnusoap.php207 'http://xml.apache.org/xml-soap' => array('Map')
5913 if ($uqType == 'Map') {
6987 $this->debug('in buildVal, Java Map '.$this->message[$pos]['name']);
H A Dclass.nusoap_base.php207 'http://xml.apache.org/xml-soap' => array('Map')
H A Dclass.soap_parser.php555 $this->debug('in buildVal, Java Map '.$this->message[$pos]['name']);
/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()

123456789