Home
last modified time | relevance | path

Searched refs:curry (Results 1 – 25 of 31) sorted by relevance

12

/plugin/asciidocjs/node_modules/lodash/
Dcurry.js47 function curry(func, arity, guard) { function
50 result.placeholder = curry.placeholder;
55 curry.placeholder = {};
57 module.exports = curry;
Dlodash.js10266 function curry(func, arity, guard) { function
10269 result.placeholder = curry.placeholder;
16643 lodash.curry = curry;
Dlodash.min.js126 …oncat=oo,Z.cond=za,Z.conforms=Ea,Z.constant=Sa,Z.countBy=Xs,Z.create=Sc,Z.curry=Ef,Z.curryRight=Sf…
/plugin/asciidocjs/node_modules/lodash/fp/
D_baseConvert.js154 'curry': 'curry' in options ? options.curry : true, property
161 forceCurry = ('curry' in options) && options.curry,
170 'curry': util.curry,
186 curry = helpers.curry,
251 return curry(nthArg(n), arity);
257 return curry(rearg(func, indexes), arity);
301 return (forceCurry || (config.curry && n > 1))
302 ? curry(func, n)
508 result = forceCurry ? curry(result, 1) : function() {
/plugin/sequencediagram/bower_components/lodash/fp/
D_baseConvert.js154 'curry': 'curry' in options ? options.curry : true, property
161 forceCurry = ('curry' in options) && options.curry,
170 'curry': util.curry,
186 curry = helpers.curry,
251 return curry(nthArg(n), arity);
257 return curry(rearg(func, indexes), arity);
301 return (forceCurry || (config.curry && n > 1))
302 ? curry(func, n)
508 result = forceCurry ? curry(result, 1) : function() {
/plugin/sequencediagram/bower_components/lodash/dist/
Dlodash.fp.js234 'curry': 'curry' in options ? options.curry : true, property
241 forceCurry = ('curry' in options) && options.curry,
250 'curry': util.curry, property
266 curry = helpers.curry,
331 return curry(nthArg(n), arity);
337 return curry(rearg(func, indexes), arity);
381 return (forceCurry || (config.curry && n > 1))
382 ? curry(func, n)
588 result = forceCurry ? curry(result, 1) : function() {
Dlodash.fp.min.js3 ….iterateeAry[t];if(n)return W(e,n)}return e}function h(t,e,r){return E||b.curry&&r>1?D(e,r):e}func…
6 …)throw new TypeError;d||(d={});var b={cap:!("cap"in d)||d.cap,curry:!("curry"in d)||d.curry,fixed:… property
7curry,F="fixed"in d&&d.fixed,M="rearg"in d&&d.rearg,j=O?r.runInContext():void 0,C=O?r:{ary:t.ary,a…
Dlodash.js10198 function curry(func, arity, guard) { function
10201 result.placeholder = curry.placeholder;
16546 lodash.curry = curry;
Dlodash.min.js98 An.countBy=$o,An.create=function(n,t){var r=eo(n);return null==t?r:at(r,t)},An.curry=iu,An.curryRig…
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/modules/
D_util.jst5 'curry': require('../curry'),
D_falseOptions.jst3 'curry': false,
/plugin/findologicxmlexport/vendor/hoa/consistency/
DConsistency.php343 function curry($callable) function
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
Dwiki.jst189 'curry': true,
/plugin/s5reloaded/ui/effects_support/
Dprototype.js303 function curry() { function
346 curry: curry,
1184 return results.concat(values.map(toQueryPair.curry(key)));
1946 childNodes.each(insert.curry(element));
3088 viewport.getWidth = define.curry('Width');
3090 viewport.getHeight = define.curry('Height');
/plugin/sequencediagram/bower_components/lodash/test/
Dtest.js1324 includes = _.curry(_.rearg(_.ary(_.includes, 2), 1, 0), 2);
1329 includes = _(_.includes).ary(2).rearg(1, 0).curry(2).value();
3824 var curried = _.curry(fn),
3835 var curried = _.curry(fn, 3),
3850 return _.curry(fn, arity)();
3854 assert.deepEqual(_.curry(fn, '2')(1)(2), [1, 2]);
3860 var curried = _.curry(fn),
3872 var curried = _.curry(fn),
3883 var curried = _.curry(fn),
3898 var curried = _.curry(fn, 3);
[all …]
/plugin/issuetracker/
Dprototype.js403 function curry() { function
446 curry: curry,
2100 childNodes.each(insert.curry(element));
3096 viewport.getWidth = define.curry('Width');
3098 viewport.getHeight = define.curry('Height');
/plugin/freechat/phpfreechat/data/public/js/
Dprototype.js220 curry: function() { method
251 Function.prototype.defer = Function.prototype.delay.curry(0.01);
1059 return values.map(toQueryPair.curry(key)).join('&');
1644 childNodes.each(insert.curry(element));
/plugin/codemirror/dist/modes/
Dhaskell.min.js.map1 … \"compare\", \"concat\", \"concatMap\", \"const\", \"cos\", \"cosh\", \"curry\",\n \"cycle\…
/plugin/sequencediagram/bower_components/lodash/
Dlodash.js10198 function curry(func, arity, guard) { function
10201 result.placeholder = curry.placeholder;
16546 lodash.curry = curry;
/plugin/sequencediagram/bower_components/lodash/doc/
DREADME.md125 * <a href="#_curryfunc-arityfunclength">`_.curry`</a>
3034 `ary`, `chunk`, `curry`, `curryRight`, `drop`, `dropRight`, `every`,
3716 <h3 id="_curryfunc-arityfunclength"><code>_.curry(func, [arity=func.length])</code></h3>
3717 …#L10198 "View in source") [&#x24C3;](https://www.npmjs.com/package/lodash.curry "See the npm packa…
3726 The `_.curry.placeholder` value, which defaults to `_` in monolithic builds,
3736 1. `func` *(Function)*: The function to curry.
3748 var curried = _.curry(abc);
3772 This method is like `_.curry` except that arguments are applied to `func`
3786 1. `func` *(Function)*: The function to curry.
8589 `curry`, `debounce`, `defaults`, `defaultsDeep`, `defer`, `delay`,
/plugin/passpolicy/
Dwords.txt851 curry
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dindex.mjs17727 $def(self, '$curry', function $$curry(arity) {
17795 …Opal.add_stubs('attr_reader,arity,curry,>>,<<,new,class,join,source_location,call,raise,bind,to_pr…
17860 $def(self, '$curry', function $$curry(arity) {
17862 return self.method.$curry(arity);
Dindex.cjs17736 $def(self, '$curry', function $$curry(arity) {
17804 …Opal.add_stubs('attr_reader,arity,curry,>>,<<,new,class,join,source_location,call,raise,bind,to_pr…
17869 $def(self, '$curry', function $$curry(arity) {
17871 return self.method.$curry(arity);
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js9092 function curry(func, arity, guard) {
9097 result.placeholder = curry.placeholder;
12749 lodash.curry = curry;
/plugin/edittable/lib/
Dhandsontable.full.js6525 exports.curry = curry;
6723 function curry(func) {

12