Lines Matching refs:order

512 for equality comparisons. The order and references of result values are
544 by which they're compared. The order and references of result values are
581 which is invoked to compare elements of `array` to `values`. The order and
1109 for equality comparisons. The order and references of result values are
1137 by which they're compared. The order and references of result values are
1170 which is invoked to compare elements of `arrays`. The order and references
1592 should be inserted into `array` in order to maintain its sort order.
1681 index at which `value` should be inserted into `array` in order to
1682 maintain its sort order.
2010 Creates an array of unique values, in order, from all given arrays using
2106 is kept. The order of result values is determined by the order they occur
2134 uniqueness is computed. The order of result values is determined by the
2135 order they occur in the array. The iteratee is invoked with one argument:<br>
2167 is invoked to compare elements of `array`. The order of result values is
2168 determined by the order they occur in the array.The comparator is invoked
2291 of the given arrays. The order of result values is determined by the order
2319 which by which they're compared. The order of result values is determined
2320 by the order they occur in the arrays. The iteratee is invoked with one
2352 invoked to compare elements of `arrays`. The order of result values is
2353 determined by the order they occur in the arrays. The comparator is invoked
2835 // => Logs 'a' then 'b' (iteration order is not guaranteed).
2879 each element of `collection` thru `iteratee`. The order of grouped values
2880 is determined by the order they occur in `collection`. The corresponding
3059 // => [16, 64] (iteration order is not guaranteed)
3081 are sorted in ascending order. Otherwise, specify an order of "desc" for
3082 descending or "asc" for ascending sort order of corresponding values.
3104 // Sort by `user` in ascending order and by `age` in descending order.
3202 // => { '1': ['a', 'c'], '2': ['b'] } (iteration order is not guaranteed)
3447 Creates an array of elements, sorted in ascending order by the results of
3449 performs a stable sort, that is, it preserves the original sort order of
7276 // => 'barney' (iteration order is not guaranteed)
7300 a collection in the opposite order.
7371 // => Logs 'a', 'b', then 'c' (iteration order is not guaranteed).
7383 `object` in the opposite order.
7445 // => Logs 'a' then 'b' (iteration order is not guaranteed).
7457 `object` in the opposite order.
7790 // => ['a', 'b'] (iteration order is not guaranteed)
7828 // => ['a', 'b', 'c'] (iteration order is not guaranteed)
7893 // => { 'fred': 40, 'pebbles': 1 } (iteration order is not guaranteed)
7897 // => { 'fred': 40, 'pebbles': 1 } (iteration order is not guaranteed)
8256 // => [['a', 1], ['b', 2]] (iteration order is not guaranteed)
8293 // => [['a', 1], ['b', 2], ['c', 3]] (iteration order is not guaranteed)
8483 // => [1, 2] (iteration order is not guaranteed)
8522 // => [1, 2, 3] (iteration order is not guaranteed)
8717 "tap into" a method chain sequence in order to modify intermediate results.
10912 descending order.