| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | _collection.js | 15 module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) { argument 18 var ADDER = IS_MAP ? 'set' : 'add'; 38 C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER); 61 if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that); 70 IS_MAP && fixMethod('get'); 82 if (!IS_WEAK) common.setStrong(C, NAME, IS_MAP);
|
| D | _array-methods.js | 14 var IS_MAP = TYPE == 1; 27 var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined; 33 if (IS_MAP) result[index] = res; // map
|
| D | _collection-strong.js | 28 getConstructor: function (wrapper, NAME, IS_MAP, ADDER) { argument 36 if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that); 116 setStrong: function (C, NAME, IS_MAP) { argument 139 }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);
|
| D | core.dict.js | 30 var IS_MAP = TYPE == 1; 35 var result = IS_MAP || TYPE == 7 || TYPE == 2 42 if (IS_MAP) result[key] = res; // map
|
| D | _collection-weak.js | 50 getConstructor: function (wrapper, NAME, IS_MAP, ADDER) { argument 56 if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);
|
| /plugin/asciidocjs/node_modules/core-js/modules/library/ |
| D | _collection.js | 16 module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) { argument 19 var ADDER = IS_MAP ? 'set' : 'add'; 26 C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER); 33 if (iterable != undefined) forOf(iterable, IS_MAP, target[ADDER], target); 56 if (!IS_WEAK) common.setStrong(C, NAME, IS_MAP);
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | _collection.js | 16 module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) { argument 19 var ADDER = IS_MAP ? 'set' : 'add'; 26 C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER); 33 if (iterable != undefined) forOf(iterable, IS_MAP, target[ADDER], target); 56 if (!IS_WEAK) common.setStrong(C, NAME, IS_MAP);
|
| D | _array-methods.js | 14 var IS_MAP = TYPE == 1; 27 var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined; 33 if (IS_MAP) result[index] = res; // map
|
| D | _collection-strong.js | 28 getConstructor: function (wrapper, NAME, IS_MAP, ADDER) { argument 36 if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that); 116 setStrong: function (C, NAME, IS_MAP) { argument 139 }, IS_MAP ? 'entries' : 'values', !IS_MAP, true);
|
| D | core.dict.js | 30 var IS_MAP = TYPE == 1; 35 var result = IS_MAP || TYPE == 7 || TYPE == 2 42 if (IS_MAP) result[key] = res; // map
|
| D | _collection-weak.js | 50 getConstructor: function (wrapper, NAME, IS_MAP, ADDER) { argument 56 if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that);
|
| /plugin/asciidocjs/node_modules/core-js/client/ |
| D | library.js | 438 var IS_MAP = TYPE == 1; 451 var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined; 457 if (IS_MAP) result[index] = res; // map 1678 module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) { 1681 var ADDER = IS_MAP ? 'set' : 'add'; 1688 C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER); 1695 if (iterable != undefined) forOf(iterable, IS_MAP, target[ADDER], target); 1718 if (!IS_WEAK) common.setStrong(C, NAME, IS_MAP); 3137 getConstructor: function (wrapper, NAME, IS_MAP, ADDER) { argument 3145 if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that); [all …]
|
| D | core.js | 524 var IS_MAP = TYPE == 1; 537 var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined; 543 if (IS_MAP) result[index] = res; // map 1914 module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) { 1917 var ADDER = IS_MAP ? 'set' : 'add'; 1937 C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER); 1960 if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that); 1969 IS_MAP && fixMethod('get'); 1981 if (!IS_WEAK) common.setStrong(C, NAME, IS_MAP); 3461 getConstructor: function (wrapper, NAME, IS_MAP, ADDER) { argument [all …]
|
| D | shim.js | 516 var IS_MAP = TYPE == 1; 529 var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined; 535 if (IS_MAP) result[index] = res; // map 1804 module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) { 1807 var ADDER = IS_MAP ? 'set' : 'add'; 1827 C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER); 1850 if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that); 1859 IS_MAP && fixMethod('get'); 1871 if (!IS_WEAK) common.setStrong(C, NAME, IS_MAP); 3431 getConstructor: function (wrapper, NAME, IS_MAP, ADDER) { argument [all …]
|
| D | library.min.js.map | 1 …OwnPropertyDescriptor","method","arg","toLength","asc","TYPE","$create","IS_MAP","IS_FILTER","IS_S…
|
| D | shim.min.js.map | 1 …isNaN","method","arg","valueOf","KEY","toLength","asc","TYPE","$create","IS_MAP","IS_FILTER","IS_S…
|
| D | core.min.js.map | 1 …isNaN","method","arg","valueOf","KEY","toLength","asc","TYPE","$create","IS_MAP","IS_FILTER","IS_S…
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.js | 3990 var IS_MAP = TYPE == 1; 4003 var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined; 4012 if (IS_MAP) result[index] = res;else if (res) switch (TYPE) { 4223 getConstructor: function getConstructor(wrapper, NAME, IS_MAP, ADDER) { 4229 if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that); 4300 module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) { 4303 var ADDER = IS_MAP ? 'set' : 'add'; 4327 C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER); 4354 if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that); 4364 IS_MAP && fixMethod('get'); [all …]
|
| D | pdf.worker.js | 5159 var IS_MAP = TYPE == 1; 5172 var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined; 5181 if (IS_MAP) result[index] = res;else if (res) switch (TYPE) { 5392 getConstructor: function getConstructor(wrapper, NAME, IS_MAP, ADDER) { 5398 if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that); 5469 module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) { 5472 var ADDER = IS_MAP ? 'set' : 'add'; 5496 C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER); 5523 if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that); 5533 IS_MAP && fixMethod('get'); [all …]
|
| D | pdf.js.map | 1 …IS_MAP","TYPE","IS_FILTER","IS_SOME","IS_EVERY","IS_FIND_INDEX","NO_HOLES","$create","res","isArra…
|
| D | pdf.worker.js.map | 1 …IS_MAP","TYPE","IS_FILTER","IS_SOME","IS_EVERY","IS_FIND_INDEX","NO_HOLES","$create","res","isArra…
|
| /plugin/combo/resources/library/rrdiagram/0.9.4.1/ |
| H A D | rrdiagram.js.map | 1 …IS_MAP","IS_FILTER","IS_SOME","IS_EVERY","IS_FIND_INDEX","NO_HOLES","create","$this","callbackfn",…
|
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 13661 var IS_MAP = TYPE == 1; 13674 var result = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined; 13680 if (IS_MAP) result[index] = res; // map 13713 module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) { 13716 var ADDER = IS_MAP ? 'set' : 'add'; 13736 C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER); 13759 if (iterable != undefined) forOf(iterable, IS_MAP, that[ADDER], that); 13768 IS_MAP && fixMethod('get'); 13780 if (!IS_WEAK) common.setStrong(C, NAME, IS_MAP); 30788 getConstructor: function (wrapper, NAME, IS_MAP, ADDER) { argument [all …]
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …IS_MAP=TYPE==1;var IS_FILTER=TYPE==2;var IS_SOME=TYPE==3;var IS_EVERY=TYPE==4;var IS_FIND_INDEX=TY…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 26854 var IS_MAP = TYPE == 1; 26868 …var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_REJECT ? create($this, 0) : u… 26874 if (IS_MAP) target[index] = result; // map 27317 getConstructor: function (wrapper, CONSTRUCTOR_NAME, IS_MAP, ADDER) { 27328 if (iterable != undefined) iterate(iterable, that[ADDER], { that: that, AS_ENTRIES: IS_MAP }); 27433 redefineAll(Prototype, IS_MAP ? { 27459 setStrong: function (Constructor, CONSTRUCTOR_NAME, IS_MAP) { 27496 }, IS_MAP ? 'entries' : 'values', !IS_MAP, true); 27529 var IS_MAP = CONSTRUCTOR_NAME.indexOf('Map') !== -1; 27531 var ADDER = IS_MAP ? 'set' : 'add'; [all …]
|