Home
last modified time | relevance | path

Searched refs:rest (Results 476 – 500 of 612) sorted by path

1...<<11121314151617181920>>...25

/plugin/remotescript/lib/
H A Dlicense.txt403 be a consequence of the rest of this License.
/plugin/repo/
H A DCOPYING227 be a consequence of the rest of this License.
/plugin/reqlang/
H A DLICENSE227 be a consequence of the rest of this License.
/plugin/revealjs/
H A DREADME.md272 …y recommended to use only percent values - they are scaling nice with the rest of the slide and th…
273 …y recommended to use only percent values - they are scaling nice with the rest of the slide and th…
/plugin/rndtxt/
H A DLICENSE227 be a consequence of the rest of this License.
/plugin/rowmove/
H A DLICENSE227 be a consequence of the rest of this License.
/plugin/rssbycreated/
H A DLICENSE227 be a consequence of the rest of this License.
/plugin/rtmchecklist/
H A DLICENSE227 be a consequence of the rest of this License.
/plugin/runcommand/
H A DCOPYING227 be a consequence of the rest of this License.
/plugin/ryubin/
H A DCOPYING227 be a consequence of the rest of this License.
/plugin/s5reloaded/ui/thesis/
H A Dwrap.css218 /* see rest of spoiler styles in style.css */
/plugin/schemadata/
H A DLICENSE227 be a consequence of the rest of this License.
/plugin/scriptheader/
H A DCOPYING227 be a consequence of the rest of this License.
/plugin/semantic/
H A DLICENSE227 be a consequence of the rest of this License.
/plugin/sentry/
H A DLICENSE227 be a consequence of the rest of this License.
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js10795 function rest(func, start) {
16624 lodash.rest = rest;
H A Dlodash.min.js104 u.push(e))}return ur(n,u),r},An.rest=function(n,t){if(typeof n!="function")throw new ti("Expected a… function
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md138 * <a href="#_restfunc-startfunclength-1">`_.rest`</a>
4253 <h3 id="_restfunc-startfunclength-1"><code>_.rest(func, [start=func.length-1])</code></h3>
4254 …#L10795 "View in source") [&#x24C3;](https://www.npmjs.com/package/lodash.rest "See the npm packag…
4262 [rest parameter](https://mdn.io/rest_parameters).
4268 1. `func` *(Function)*: The function to apply a rest parameter to.
4269 2. `[start=func.length-1]` *(number)*: The start position of the rest parameter.
4276 var say = _.rest(function(what, names) {
8602 `remove`, `rest`, `reverse`, `sampleSize`, `set`, `setWith`, `shuffle`,
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js10795 function rest(func, start) {
16624 lodash.rest = rest;
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js19551 var rest = _.rest(fn);
19552 assert.deepEqual(rest(1, 2, 3, 4), [1, 2, [3, 4]]);
19558 var rest = _.rest(fn, 1);
19559 assert.deepEqual(rest(1, 2, 3, 4), [1, [2, 3, 4]]);
19569 var rest = _.rest(fn, value);
19570 return rest(1, 2, 3, 4);
19579 var rest = _.rest(fn, 1.6);
19580 assert.deepEqual(rest(1, 2, 3), [1, [2, 3]]);
19586 var rest = _.rest(fn);
19587 assert.deepEqual(rest(1), [1, undefined, []]);
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js1212 head: 3, take: 3, initial: 3, rest: 3, tail: 3, drop: 3, last: 3,
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js723 assert.equal(col.rest().length, 3);
724 assert.ok(!_.includes(col.rest(), a));
725 assert.ok(_.includes(col.rest(), d));
H A Drouter.js155 complex: function(first, part, rest) { argument
158 this.rest = rest;
319 assert.equal(router.rest, 'four/five/six/seven');
418 assert.strictEqual(router.rest, 'has space');
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js23137 var rest = [];
23139 rest.push(arguments[i]);
23140 logAssert("assert", rest);
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Darrays.js34 assert.deepEqual(_.rest(numbers), [2, 3, 4], 'fetches all but the first element');
35 assert.deepEqual(_.rest(numbers, 0), [1, 2, 3, 4], 'returns the whole array when index is 0');
36 assert.deepEqual(_.rest(numbers, 2), [3, 4], 'returns elements starting at the given index');
37 var result = (function(){ return _(arguments).rest(); }(1, 2, 3, 4));
39 result = _.map([[1, 2, 3], [1, 2, 3]], _.rest);
44 assert.strictEqual(_.tail, _.rest, 'is an alias for rest');
48 assert.strictEqual(_.drop, _.rest, 'is an alias for rest');

1...<<11121314151617181920>>...25