Lines Matching refs:lodash

34   /** Used to store lodash to test for bad extensions/shims. */
211 /** The file path of the lodash file to test. */
221 result = (result.length > min && !/test(?:\.js)?$/.test(last)) ? last : '../lodash.js';
244 /** The basename of the lodash file to test. */
256 /** Detect if lodash is in strict mode. */
336 lodashStable = interopRequire('../node_modules/lodash/lodash.js');
338 console.log('Error: The stable lodash dev dependency should be at least a version behind master branch.');
344 /** The `lodash` function to test. */
583 // Clear cache so lodash can be reloaded.
586 // Load lodash and expose it to the bad extensions/shims.
759 console.log('Running lodash tests.');
766 QUnit.test('should support loading ' + basename + ' as the "lodash" module', function(assert) {
770 assert.strictEqual((lodashModule || {}).moduleName, 'lodash');
825 QUnit.test('should not add `Function.prototype` extensions to lodash', function(assert) {
1110 QUnit.module('lodash constructor');
1131 QUnit.test('should return the given `lodash` instances', function(assert) {
1147 QUnit.test('should convert foreign wrapped values to `lodash` instances', function(assert) {
1169 QUnit.module('lodash.add');
1190 QUnit.module('lodash.after');
1228 QUnit.module('lodash.ary');
1340 QUnit.module('lodash.assignIn');
1352 QUnit.module('lodash.assign and lodash.assignIn');
1455 QUnit.module('lodash.assignInWith');
1467 QUnit.module('lodash.assignWith and lodash.assignInWith');
1492 QUnit.module('lodash.at');
1657 QUnit.module('lodash.attempt');
1741 QUnit.module('lodash.before');
1779 QUnit.module('lodash.bind');
2052 QUnit.module('lodash.bindAll');
2136 QUnit.module('lodash.bindKey');
2357 QUnit.module('lodash.camelCase');
2390 QUnit.module('lodash.capitalize');
2404 QUnit.module('lodash.castArray');
2433 QUnit.module('lodash.chain');
2535 QUnit.module('lodash.chunk');
2597 QUnit.module('lodash.clamp');
3165 QUnit.module('lodash.compact');
3229 QUnit.module('lodash.concat');
3310 QUnit.module('lodash.cond');
3388 QUnit.module('lodash.conforms');
3576 QUnit.module('lodash.constant');
3628 QUnit.module('lodash.countBy');
3713 QUnit.module('lodash.create');
3814 QUnit.module('lodash.curry');
3972 QUnit.module('lodash.curryRight');
4138 QUnit.test('`_.' + methodName + '` should not error on functions with the same name as lodash methods', function(assert) {
4187 QUnit.module('lodash.debounce');
4486 QUnit.module('lodash.deburr');
4520 QUnit.module('lodash.defaults');
4598 QUnit.module('lodash.defaultsDeep');
4730 QUnit.module('lodash.defaultTo');
4750 QUnit.module('lodash.defer');
4803 QUnit.module('lodash.delay');
4996 QUnit.module('lodash.differenceBy');
5024 QUnit.module('lodash.differenceWith');
5054 QUnit.module('lodash.divide');
5075 QUnit.module('lodash.drop');
5163 QUnit.module('lodash.dropRight');
5251 QUnit.module('lodash.dropRightWhile');
5321 QUnit.module('lodash.dropWhile');
5412 QUnit.module('lodash.endsWith');
5475 QUnit.module('lodash.eq');
5500 QUnit.module('lodash.escape');
5538 QUnit.module('lodash.escapeRegExp');
5572 QUnit.module('lodash.every');
5685 QUnit.module('lodash.fill');
5850 QUnit.module('lodash.filter');
5865 QUnit.module('lodash.' + methodName);
6046 QUnit.module('lodash.find and lodash.findLast');
6074 QUnit.module('lodash.find and lodash.includes');
6188 QUnit.module('lodash.findIndex and lodash.indexOf');
6264 QUnit.module('lodash.findLast');
6375 QUnit.module('lodash.flip');
6392 QUnit.module('lodash.flatMapDepth');
6518 QUnit.module('lodash.flattenDepth');
6793 QUnit.module('lodash.forEach');
6805 QUnit.module('lodash.forEachRight');
7601 QUnit.module('lodash.fromPairs');
7662 QUnit.module('lodash.functions');
7689 QUnit.module('lodash.groupBy');
7776 QUnit.module('lodash.gt');
7798 QUnit.module('lodash.gte');
8061 QUnit.module('lodash.head');
8158 QUnit.module('lodash.identity');
8171 QUnit.module('lodash.includes');
8296 QUnit.module('lodash.initial');
8372 QUnit.module('lodash.inRange');
8557 QUnit.module('lodash.intersectionBy');
8585 QUnit.module('lodash.intersectionWith');
8616 QUnit.module('lodash.invert');
8661 QUnit.module('lodash.invertBy');
8717 QUnit.module('lodash.invoke');
8814 QUnit.module('lodash.invokeMap');
8949 QUnit.module('lodash.isArguments');
8997 QUnit.module('lodash.isArray');
9044 QUnit.module('lodash.isArrayBuffer');
9097 QUnit.module('lodash.isArrayLike');
9154 QUnit.module('lodash.isBoolean');
9206 QUnit.module('lodash.isBuffer');
9259 QUnit.module('lodash.isDate');
9306 QUnit.module('lodash.isElement');
9380 QUnit.module('lodash.isEmpty');
9532 QUnit.module('lodash.isEqual');
10350 QUnit.module('lodash.isEqualWith');
10492 QUnit.module('lodash.isError');
10563 QUnit.module('lodash.isFinite');
10619 QUnit.module('lodash.isFunction');
10770 QUnit.module('lodash.isLength');
10796 QUnit.module('lodash.isMap');
10863 QUnit.module('lodash.isMatchWith');
11016 QUnit.module('lodash.isNaN');
11068 QUnit.module('lodash.isNative');
11126 var lodash = _.runInContext({
11130 assert.raises(function() { lodash.isNative(noop); });
11167 QUnit.module('lodash.isNil');
11226 QUnit.module('lodash.isNull');
11276 QUnit.module('lodash.isNumber');
11327 QUnit.module('lodash.isObject');
11398 QUnit.module('lodash.isObjectLike');
11447 QUnit.module('lodash.isPlainObject');
11586 QUnit.module('lodash.isRegExp');
11634 QUnit.module('lodash.isSet');
11701 QUnit.module('lodash.isString');
11751 QUnit.module('lodash.isSymbol');
11804 QUnit.module('lodash.isTypedArray');
11872 QUnit.module('lodash.isUndefined');
11929 QUnit.module('lodash.isWeakMap');
11996 QUnit.module('lodash.isWeakSet');
12100 QUnit.module('lodash.iteratee');
12822 QUnit.module('lodash.join');
12860 QUnit.module('lodash.keyBy');
13154 QUnit.module('lodash.last');
13239 QUnit.module('lodash.lowerCase');
13253 QUnit.module('lodash.lowerFirst');
13267 QUnit.module('lodash.lt');
13289 QUnit.module('lodash.lte');
13311 QUnit.module('lodash.findLastIndex and lodash.lastIndexOf');
13462 QUnit.module('lodash.map');
13617 QUnit.module('lodash.mapKeys');
13661 QUnit.module('lodash.mapValues');
13706 QUnit.module('lodash.mapKeys and lodash.mapValues');
13750 QUnit.module('lodash.matches');
14123 QUnit.module('lodash.matchesProperty');
14549 QUnit.module('lodash.max');
14582 QUnit.module('lodash.mean');
14604 QUnit.module('lodash.meanBy');
14642 QUnit.module('lodash.memoize');
14863 QUnit.module('lodash.merge');
15260 QUnit.module('lodash.mergeWith');
15338 QUnit.module('lodash.method');
15492 QUnit.module('lodash.methodOf');
15645 QUnit.module('lodash.min');
15758 QUnit.module('lodash.mixin');
15790 QUnit.test('should mixin `source` methods into lodash', function(assert) {
15885 return (func === _ ? 'lodash' : 'given') + ' function should ' + (chain ? '' : 'not ') + 'chain';
15915 QUnit.test('should not extend lodash when an `object` is given with an empty `options` object', function(assert) {
15992 QUnit.module('lodash.multiply');
16013 QUnit.module('lodash.orderBy');
16064 QUnit.module('lodash.overArgs');
16171 QUnit.module('lodash.negate');
16217 QUnit.module('lodash.noConflict');
16220 QUnit.test('should return the `lodash` function', function(assert) {
16233 QUnit.test('should restore `_` only if `lodash` is the current `_` value', function(assert) {
16257 vm.runInContext(source + '\nthis.lodash = this._.noConflict()', context);
16260 assert.ok(context.lodash);
16270 QUnit.module('lodash.now');
16304 QUnit.module('lodash.nth');
16383 QUnit.module('lodash.nthArg');
16458 QUnit.module('lodash.omit');
16545 QUnit.module('lodash.omitBy');
16694 QUnit.module('lodash.once');
16738 QUnit.module('lodash.over');
16814 QUnit.module('lodash.overEvery');
16922 QUnit.module('lodash.overSome');
17043 QUnit.module('lodash.pad');
17084 QUnit.module('lodash.padEnd');
17124 QUnit.module('lodash.padStart');
17223 QUnit.module('lodash.parseInt');
17458 QUnit.module('lodash.partialRight');
17686 QUnit.module('lodash.partition');
17744 QUnit.module('lodash.pick');
17812 QUnit.module('lodash.pickBy');
17936 QUnit.module('lodash.property');
18078 QUnit.module('lodash.propertyOf');
18220 QUnit.module('lodash.pullAll');
18235 QUnit.module('lodash.pullAllBy');
18266 QUnit.module('lodash.pullAllWith');
18338 QUnit.module('lodash.pullAt');
18480 QUnit.module('lodash.random');
18703 QUnit.module('lodash.rearg');
18791 QUnit.module('lodash.reduce');
18853 QUnit.module('lodash.reduceRight');
19009 QUnit.module('lodash.reject');
19149 QUnit.module('lodash.remove');
19246 QUnit.module('lodash.repeat');
19304 QUnit.module('lodash.replace');
19318 QUnit.module('lodash.result');
19359 QUnit.module('lodash.get and lodash.result');
19541 QUnit.module('lodash.rest');
19603 QUnit.module('lodash.reverse');
19894 QUnit.module('lodash.runInContext');
19901 var lodash = _.runInContext({
19906 lodash.delay(function() { pass = true; }, 32);
19921 lodash = _.runInContext();
19925 var id = lodash.uniqueId();
19937 QUnit.module('lodash.sample');
19975 QUnit.module('lodash.sampleSize');
20069 QUnit.module('lodash.setWith');
20293 QUnit.module('lodash.shuffle');
20331 QUnit.module('lodash.size');
20432 QUnit.module('lodash.slice');
20600 QUnit.module('lodash.some');
20692 QUnit.module('lodash.sortBy');
21047 QUnit.module('lodash.sortedUniq');
21063 QUnit.module('lodash.split');
21112 QUnit.module('lodash.spread');
21181 QUnit.module('lodash.startCase');
21195 QUnit.module('lodash.startsWith');
21256 QUnit.module('lodash.startsWith and lodash.endsWith');
21334 QUnit.module('lodash.subtract');
21437 QUnit.module('lodash.sumBy');
21521 QUnit.module('lodash.tail');
21620 QUnit.module('lodash.take');
21702 QUnit.module('lodash.takeRight');
21784 QUnit.module('lodash.takeRightWhile');
21904 QUnit.module('lodash.takeWhile');
22037 QUnit.module('lodash.tap');
22084 QUnit.module('lodash.template');
22308 var lodash = _.templateSettings.imports._,
22309 settingsClone = lodashStable.clone(lodash.templateSettings);
22311 lodash.templateSettings = lodashStable.assign(lodash.templateSettings, {
22319 lodashStable.assign(lodash.templateSettings, settingsClone);
22321 delete lodash.templateSettings;
22328 var lodash = _.templateSettings.imports._,
22337 _.templateSettings.imports._ = lodash;
22616 QUnit.module('lodash.truncate');
22703 QUnit.module('lodash.throttle');
22757 var lodash = _.runInContext({
22765 var throttled = lodash.throttle(function() { callCount++; }, 32);
22942 var lodash = _.runInContext({
22950 var throttled = lodash.throttle(function(value) {
22973 QUnit.module('lodash.debounce and lodash.throttle');
23062 var lodash = _.runInContext({
23072 var funced = lodash[methodName](function() {
23173 QUnit.module('lodash.times');
23260 QUnit.module('lodash.toArray');
23329 QUnit.module('lodash.toLower');
23343 QUnit.module('lodash.toUpper');
23357 QUnit.module('lodash.slice and lodash.toArray');
23438 QUnit.module('lodash.toLength');
23725 QUnit.module('lodash.toPairs');
23737 QUnit.module('lodash.toPairsIn');
23827 QUnit.module('lodash.toPath');
23908 QUnit.module('lodash.toPlainObject');
23944 QUnit.module('lodash.toString');
24022 QUnit.module('lodash.transform');
24518 QUnit.module('lodash.unary');
24551 QUnit.module('lodash.unescape');
24633 QUnit.module('lodash.unionBy');
24668 QUnit.module('lodash.unionWith');
24846 QUnit.module('lodash.uniq');
24943 QUnit.module('lodash.uniqWith');
24975 QUnit.module('lodash.uniqueId');
25004 QUnit.module('lodash.unset');
25149 QUnit.module('lodash.unzipWith');
25193 QUnit.module('lodash.updateWith');
25242 QUnit.module('lodash.upperCase');
25256 QUnit.module('lodash.upperFirst');
25324 QUnit.module('lodash.without');
25355 QUnit.module('lodash.words');
25499 QUnit.module('lodash.wrap');
25650 QUnit.module('lodash.xorBy');
25678 QUnit.module('lodash.xorWith');
25747 QUnit.module('lodash.zipWith');
25800 QUnit.module('lodash.unzip and lodash.zip');
25881 QUnit.module('lodash(...).commit');
25919 QUnit.module('lodash(...).next');
26017 QUnit.module('lodash(...).plant');
26075 QUnit.module('lodash(...).pop');
26121 QUnit.module('lodash(...).push');
26163 QUnit.module('lodash(...).shift');
26209 QUnit.module('lodash(...).sort');
26251 QUnit.module('lodash(...).splice');
26297 QUnit.module('lodash(...).unshift');
26339 QUnit.module('lodash(...).value');
26399 QUnit.module('lodash(...) methods that return the wrapped modified array');
26430 QUnit.module('lodash(...) methods that return new wrapped values');
26484 QUnit.module('lodash(...) methods that return unwrapped values');
26734 QUnit.module('lodash methods');