Home
last modified time | relevance | path

Searched refs:capped (Results 1 – 11 of 11) sorted by relevance

/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
Dwiki.jst48 Iteratee arguments are capped to avoid gotchas with variadic iteratees.
55 // The `lodash/fp/map` iteratee is capped at one argument:
67 The iteratee of `mapKeys` is capped to one argument: `(key)`
/plugin/sequencediagram/bower_components/lodash/test/
Dtest.js1241 var capped = _.ary(fn, 2);
1242 assert.deepEqual(capped('a', 'b', 'c', 'd'), ['a', 'b']);
1248 var capped = _.ary(fn);
1249 assert.deepEqual(capped('a', 'b', 'c', 'd'), ['a', 'b', 'c']);
1255 var capped = _.ary(fn, -1);
1258 var actual = capped('a');
1271 var capped = _.ary(fn, n);
1272 return capped('a', 'b');
1282 capped = _.ary(fn, 3);
1289 return capped.apply(undefined, array);
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js13003 capped = this.strokeLineCap === 'round' || this.strokeLineCap === 'square',
13007 strokeW = (capped && hLine) || !sLine,
13008 strokeH = (capped && vLine) || !sLine;
Dfabric.min.js8capped=this.strokeLineCap==="round"||this.strokeLineCap==="square",vLine=this.type==="line"&&this.…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
DCHANGELOG.md387 requests concurrently using a capped pool size as efficiently as possible.
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DCHANGELOG.md683 requests concurrently using a capped pool size as efficiently as possible.
/plugin/jmol2/jmol/
DCHANGES.txt3876 # bug fix: slabbed atoms are now capped in povray output.
3877 # Note: In CPK mode atoms overlap, but are capped at the same height.
/plugin/sequencediagram/bower_components/lodash/doc/
DREADME.md3569 *(Function)*: Returns the new capped function.
4405 *(Function)*: Returns the new capped function.
/plugin/openlayersmap/ol/
Dol.js.map1capped = Math.min(cappedMaxRes, resolution);\n const z = Math.floor(linearFindNearest(resol…
/plugin/dirtylittlehelper/script/
Dmermaid.min.js.map1 …e function to cap arguments for.\n * @returns {Function} Returns the new capped function.\n */\nfu…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js.map1 …e function to cap arguments for.\n * @returns {Function} Returns the new capped function.\n */\nfu…