Searched refs:capped (Results 1 – 11 of 11) sorted by relevance
| /plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/ |
| D | wiki.jst | 48 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/ |
| D | test.js | 1241 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/ |
| D | fabric.js | 13003 capped = this.strokeLineCap === 'round' || this.strokeLineCap === 'square', 13007 strokeW = (capped && hLine) || !sLine, 13008 strokeH = (capped && vLine) || !sLine;
|
| D | fabric.min.js | 8 …capped=this.strokeLineCap==="round"||this.strokeLineCap==="square",vLine=this.type==="line"&&this.…
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
| D | CHANGELOG.md | 387 requests concurrently using a capped pool size as efficiently as possible.
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/ |
| D | CHANGELOG.md | 683 requests concurrently using a capped pool size as efficiently as possible.
|
| /plugin/jmol2/jmol/ |
| D | CHANGES.txt | 3876 # 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/ |
| D | README.md | 3569 *(Function)*: Returns the new capped function. 4405 *(Function)*: Returns the new capped function.
|
| /plugin/openlayersmap/ol/ |
| D | ol.js.map | 1 …capped = Math.min(cappedMaxRes, resolution);\n const z = Math.floor(linearFindNearest(resol…
|
| /plugin/dirtylittlehelper/script/ |
| D | mermaid.min.js.map | 1 …e function to cap arguments for.\n * @returns {Function} Returns the new capped function.\n */\nfu…
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | bundle.js.map | 1 …e function to cap arguments for.\n * @returns {Function} Returns the new capped function.\n */\nfu…
|