| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/ |
| D | ParallelInstruction.php | 51 public function setFlatten(FlattenInstruction $flatten) argument 53 $this->flatten = $flatten; 60 return $this->flatten;
|
| /plugin/asciidocjs/node_modules/lodash/ |
| D | flatten.js | 17 function flatten(array) { function 22 module.exports = flatten;
|
| D | _flatRest.js | 1 var flatten = require('./flatten'), variable 13 return setToString(overRest(func, undefined, flatten), func + '');
|
| /plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
| D | arrays.js | 40 assert.deepEqual(_.flatten(result), [2, 3, 2, 3], 'works well with _.map'); 58 assert.deepEqual(_.flatten(result), [1, 2, 1, 2], 'works well with _.map'); 88 assert.deepEqual(_.flatten(null), [], 'supports null'); 89 assert.deepEqual(_.flatten(void 0), [], 'supports undefined'); 91 assert.deepEqual(_.flatten([[], [[]], []]), [], 'supports empty arrays'); 92 assert.deepEqual(_.flatten([[], [[]], []], true), [[]], 'can shallowly flatten empty arrays'); 95 assert.deepEqual(_.flatten(list), [1, 2, 3, 4], 'can flatten nested arrays'); 96 …assert.deepEqual(_.flatten(list, true), [1, 2, 3, [[[4]]]], 'can shallowly flatten nested arrays'); 97 var result = (function(){ return _.flatten(arguments); }(1, [2], [3, [[[4]]]])); 100 …assert.deepEqual(_.flatten(list, true), [1, 2, 3, [4]], 'can shallowly flatten arrays containing o… [all …]
|
| D | chaining.js | 15 .flatten()
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | es7.array.flatten.js | 11 flatten: function flatten(/* depthArg = 1 */) {
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | es7.array.flatten.js | 11 flatten: function flatten(/* depthArg = 1 */) {
|
| /plugin/asciidocjs/node_modules/core-js/library/fn/array/ |
| D | flatten.js | 2 module.exports = require('../../modules/_core').Array.flatten;
|
| /plugin/asciidocjs/node_modules/core-js/library/fn/array/virtual/ |
| D | flatten.js | 2 module.exports = require('../../../modules/_entry-virtual')('Array').flatten;
|
| /plugin/asciidocjs/node_modules/core-js/fn/array/virtual/ |
| D | flatten.js | 2 module.exports = require('../../../modules/_entry-virtual')('Array').flatten;
|
| /plugin/asciidocjs/node_modules/core-js/fn/array/ |
| D | flatten.js | 2 module.exports = require('../../modules/_core').Array.flatten;
|
| /plugin/virtualkeyboard/vk/extensions/ |
| D | arrayextensions.js | 170 if (isUndefined(Array.prototype.flatten)) { 178 Array.prototype.flatten = function(cols /* :Array */, cd) /* :Array */{ method in Array
|
| /plugin/indexmenu2/cms/extensions/ |
| D | arrayextensions.js | 2 …[i.length]=this[I]}return i}}if(isUndefined(Array.prototype.flatten)){Array.prototype.flatten=func… method in Array
|
| /plugin/geophp/vendor/funiq/geophp/src/Geometry/ |
| D | Collection.php | 320 public function flatten() function in geoPHP\\Geometry\\Collection 324 $component->flatten();
|
| D | Point.php | 242 public function flatten() function in geoPHP\\Geometry\\Point
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ |
| D | Arborize.php | 39 public static function flatten($node, $config, $context) { function in HTMLPurifier_Arborize
|
| /plugin/sequencediagram/bower_components/lodash/vendor/underscore/ |
| D | underscore.js | 503 var flatten = function(input, shallow, strict, output) { function 514 flatten(value, shallow, strict, output); 525 _.flatten = function(array, shallow) { function 526 return flatten(array, shallow, false); 567 return _.uniq(flatten(arrays, true, true)); 590 rest = flatten(rest, true, true); 772 keys = flatten(keys, false, false); 1091 keys = flatten(keys, false, false); 1109 keys = _.map(flatten(keys, false, false), String);
|
| /plugin/sequencediagram/bower_components/underscore/ |
| D | underscore.js | 490 var flatten = function(input, shallow, strict, startIndex) { function 496 if (!shallow) value = flatten(value, shallow, strict); 510 _.flatten = function(array, shallow) { function 511 return flatten(array, shallow, false); 552 return _.uniq(flatten(arguments, true, true)); 574 var rest = flatten(arguments, true, true, 1); 1030 keys = flatten(arguments, false, false, 1); 1047 var keys = _.map(flatten(arguments, false, false, 1), String);
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/ |
| D | FixNesting.php | 177 return HTMLPurifier_Arborize::flatten($node, $config, $context);
|
| /plugin/s5reloaded/ui/effects_support/ |
| D | builder.js | 101 children.flatten().each( function(e) {
|
| D | dragdrop.js | 37 if(options.accept) options.accept = [options.accept].flatten(); 938 }).flatten().join('&'); 957 if(only) only = [only].flatten(); 969 return (elements.length>0 ? elements.flatten() : []);
|
| D | effects.js | 34 }).flatten().join(''); 42 }).flatten().join(''); 1043 var elements = [$(ids) || $$(ids)].flatten(); 1045 }).flatten(),
|
| /plugin/datatables/assets/datatables.net-buttons/js/ |
| D | buttons.print.min.js | 5 …Options)),a=e.buttons.exportInfo(o),s=e.columns(o.exportOptions.columns).flatten().map(function(t)…
|
| D | buttons.print.js | 112 .flatten()
|
| /plugin/sequencediagram/bower_components/lodash/dist/ |
| D | lodash.core.js | 1338 return setToString(overRest(func, undefined, flatten), func + ''); 1583 function flatten(array) { function 3720 lodash.flatten = flatten;
|