Searched refs:uniq (Results 1 – 25 of 34) sorted by relevance
12
153 assert.deepEqual(_.uniq(list), [1, 2, 3, 4], 'can find the unique values of an unsorted array');155 …assert.deepEqual(_.uniq(list, true), [1, 2, 3], 'can find the unique values of a sorted array fast…161 …assert.deepEqual(_.uniq(list, iterator), expected, '`sorted` argument defaults to false when omitt…162 …assert.deepEqual(_.uniq(list, 'name'), expected, 'when `iterator` is a string, uses that key for c…167 …assert.deepEqual(_.uniq(list, true, iterator), expected, 'uses the result of `iterator` for unique…170 …assert.deepEqual(_.uniq([{0: 1}, {0: 1}, {0: 1}, {0: 2}], 0), [{0: 1}, {0: 2}], 'can use falsey pl…172 var result = (function(){ return _.uniq(arguments); }(1, 2, 1, 3, 1, 4));176 …assert.deepEqual(_.uniq([a, b, a, b, c]), [a, b, c], 'works on values that can be tested for equiv…178 assert.deepEqual(_.uniq(null), [], 'returns an empty array when `array` is not iterable');182 _.uniq(list, function(value, index, array) {[all …]
120 assert.equal(_.uniq(ids).length, ids.length, 'can generate a globally-unique stream of ids');
727 assert.deepEqual(_.uniq(collection, /b/g), ['foo', 'bar', 'bbiz']);
2 [uniq] > count
410 $uniq = $this->ips['uniq']; 411 unset($this->ips['uniq']);418 $renderer->doc .= "<span class='total'>" .$this->getLang('ttl_uniq_ip') ."$uniq</span></br>\n";
1378 $uniq = base64_encode(Auth_OpenID_CryptUtil::getBytes(4));1379 $handle = sprintf('{%s}{%x}{%s}', $assoc_type, intval(time()), $uniq);
1528 $uniq = base64_encode(Auth_OpenID_CryptUtil::getBytes(4));1529 $handle = sprintf('{%s}{%x}{%s}', $assoc_type, intval(time()), $uniq);
129 array-uniq "^1.0.1"131 array-uniq@^1.0.1:133 …resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e0588947…2175 uniq "^1.0.1"2869 uniq@^1.0.1:2871 …resolved "https://registry.yarnpkg.com/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a73…
5 …uniq=m.unique=function(n,t,r,e){m.isBoolean(t)||(e=r,r=t,t=!1),null!=r&&(r=x(r,e));for(var u=[],i=…
522 _.uniq = _.unique = function(array, isSorted, iteratee, context) {552 return _.uniq(flatten(arguments, true, true));
1 …ct","startIndex","output","isArguments","j","len","without","difference","uniq","unique","isSorted…
537 _.uniq = _.unique = function(array, isSorted, iteratee, context) {567 return _.uniq(flatten(arrays, true, true));
100 array-uniq "^1.0.1"102 array-uniq@^1.0.1:104 …resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e0588947…
1013 function uniq(sorted) { function1022 return this.uniq().findAll(function(item) {1092 uniq: uniq,
125 array-uniq "^1.0.1"127 array-uniq@^1.0.1:129 …resolved "https://registry.yarnpkg.com/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e0588947…
1135 function uniq(sorted) { function1144 return this.uniq().findAll(function(item) {1205 uniq: uniq,
1 …l64indgen', 'ulindgen',\n 'ulon64arr', 'ulonarr', 'ulong', 'ulong64', 'uniq',\n 'unsharp_mas…
483 actual = fp.uniq(other);
865 lodashBizarro.uniq(largeArray)6772 ? func(getProp, _.uniq)6773 : func(_.uniq, getProp);7523 assert.deepEqual(_.uniq(largeArray), expected);18488 var actual = lodashStable.uniq(lodashStable.map(array, function() {18526 var actual = lodashStable.uniq(lodashStable.map(array, function() {24853 actual = lodashStable.map(array, lodashStable.uniq);24985 assert.strictEqual(lodashStable.uniq(actual).length, actual.length);26655 assert.deepEqual(_.uniq(args), [1, null, [3], 5], message('uniq'));
879 uniq: function(sorted) {888 return this.uniq().findAll(function(item) {
60 * <a href="#_uniqarray">`_.uniq`</a>1770 This method is like `_.uniq` except that it's designed and optimized2100 <h3 id="_uniqarray"><code>_.uniq(array)</code></h3>2101 …s#L8390 "View in source") [Ⓝ](https://www.npmjs.com/package/lodash.uniq "See the npm packag…2120 _.uniq([2, 1, 2]);2132 This method is like `_.uniq` except that it accepts `iteratee` which is2166 This method is like `_.uniq` except that it accepts `comparator` which8606 `union`, `unionBy`, `unionWith`, `uniq`, `uniqBy`, `uniqWith`, `unset`,
8390 function uniq(array) {16654 lodash.uniq = uniq;
1 …_s!":1,trace_var:1,transpose:1,trap:1,truncate:1,"tty?":1,type:1,ungetc:1,uniq:1,"uniq!":1,unpack:… property in hljs.LANGUAGES.ruby.c.keymethods