Lines Matching refs:prototype

98 /******/ 	__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProper…
262 queriedParents = Array.prototype.slice.call(document.querySelectorAll(parent), 0);
1448 …f Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typ…
1516 Parent.prototype.constructor = Parent;
1517 Child.prototype = new Parent();
1518 Child.prototype.constructor = Child;
1549 } else if (Object.prototype.toString.call(extension[key]) === '[object Date]') {
1613 if (Base.prototype[key] !== void 0) {
1617 Base.prototype[key] = value;
1645 Object.defineProperty(Base.prototype, key, {
1675 return Object.prototype.toString.call(obj) == '[object Object]';
1696 …if (!object.hasOwnProperty || object.hasOwnProperty && Object.prototype.hasOwnProperty.call(object…
1799 return Object.prototype.hasOwnProperty.call(object, key);
1811 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
2120 …f Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typ…
2530 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
4961 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
5526 …f Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typ…
5609 return Object.prototype.toString.call(variable) === '[object RegExp]';
5928 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
6347 })(Function.prototype, TO_STRING, function toString() {
6372 …f Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typ…
6494 } else if (typeof String.prototype.localeCompare === 'function') {
6827 BaseEditor.prototype._fireCallbacks = function (result) {
6834 BaseEditor.prototype.init = function () {};
6836 BaseEditor.prototype.getValue = function () {
6840 BaseEditor.prototype.setValue = function (newValue) {
6844 BaseEditor.prototype.open = function () {
6848 BaseEditor.prototype.close = function () {
6852 BaseEditor.prototype.prepare = function (row, col, prop, td, originalValue, cellProperties) {
6862 BaseEditor.prototype.extend = function () {
6871 Bridge.prototype = Parent.prototype;
6872 Child.prototype = new Bridge();
6873 Child.prototype.constructor = Child;
6881 BaseEditor.prototype.saveValue = function (value, ctrlDown) {
6906 BaseEditor.prototype.beginEditing = function (initialValue, event) {
6927 BaseEditor.prototype.finishEditing = function (restoreOriginalValue, ctrlDown, callback) {
6968 val = [[typeof value === 'string' ? String.prototype.trim.call(value || '') : value]];
6988 BaseEditor.prototype.cancelChanges = function () {
6993 BaseEditor.prototype.discardEditor = function (result) {
7016 BaseEditor.prototype.enableFullEditMode = function () {
7025 BaseEditor.prototype.isInFullEditMode = function () {
7029 BaseEditor.prototype.isOpened = function () {
7033 BaseEditor.prototype.isWaiting = function () {
7037 BaseEditor.prototype.checkEditorSection = function () {
7068 var ArrayProto = Array.prototype;
7150 return input instanceof Array || Object.prototype.toString.call(input) === '[object Array]';
7156 return input != null && Object.prototype.toString.call(input) === '[object Object]';
7173 return typeof input === 'number' || Object.prototype.toString.call(input) === '[object Number]';
7177 return input instanceof Date || Object.prototype.toString.call(input) === '[object Date]';
7189 return Object.prototype.hasOwnProperty.call(a, b);
7242 if (Array.prototype.some) {
7243 some = Array.prototype.some;
7444 …warn(msg + '\nArguments: ' + Array.prototype.slice.call(args).join('') + '\n' + (new Error()).stac…
7467 … return input instanceof Function || Object.prototype.toString.call(input) === '[object Function]';
7906 if (Array.prototype.indexOf) {
7907 indexOf = Array.prototype.indexOf;
10148 createDuration.fn = Duration.prototype;
10394 if (isFunction(Date.prototype.toISOString)) {
10909 var proto = Moment.prototype;
11025 var proto$1 = Locale.prototype;
11495 var proto$2 = Duration.prototype;
11583 hooks.prototype = proto;
11603 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
11757 var TextEditor = _baseEditor2.default.prototype.extend();
11765 TextEditor.prototype.init = function () {
11777 TextEditor.prototype.getValue = function () {
11781 TextEditor.prototype.setValue = function (newValue) {
11874 TextEditor.prototype.open = function () {
11880 TextEditor.prototype.close = function (tdOutside) {
11891 TextEditor.prototype.focus = function () {
11896 TextEditor.prototype.createElements = function () {
11925 TextEditor.prototype.getEditedCell = function () {
11974 TextEditor.prototype.refreshValue = function () {
11982 TextEditor.prototype.refreshDimensions = function () {
12082 TextEditor.prototype.bindEvents = function () {
12116 TextEditor.prototype.destroy = function () {
12226 …if (it && !has(it = stat ? it : it.prototype, TAG)) def(it, TAG, { configurable: true, value: tag …
13317 if ('function' !== typeof Array.prototype.reduce) {
13318 Array.prototype.reduce = function(callback, optInitialValue) {
13380 var args = Array.prototype.slice.call(arguments);
13393 numbro.fn = Numbro.prototype = {
13717 var proto = C && C.prototype;
13737 redefineAll(C.prototype, methods);
13762 C.prototype = proto;
13808 redefine(String.prototype, KEY, strfn);
13809 hide(RegExp.prototype, SYMBOL, length == 2
14033 …f Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typ…
14151 …(0, _object.extend)(GridSettings.prototype, _defaultSettings2.default.prototype); // create grid s…
14152 …(0, _object.extend)(GridSettings.prototype, userSettings); // overwrite defaults with user settings
14153 (0, _object.extend)(GridSettings.prototype, expandType(userSettings));
14268 …Array.prototype.splice.apply(instance.getSettings().colHeaders, spliceArray); // inserts empty (un…
15607 GridSettings.prototype.data = data;
15750 GridSettings.prototype[i] = settings[i];
15765 var columnSetting = settings.columns || GridSettings.prototype.columns;
15790 proto = priv.columnSettings[j].prototype;
15823 if (GridSettings.prototype.className) {
15824 (0, _element.removeClass)(instance.rootElement, GridSettings.prototype.className);
15904 if (GridSettings.prototype.getValue) {
15905 if ((0, _function.isFunction)(GridSettings.prototype.getValue)) {
15906 return GridSettings.prototype.getValue.call(instance);
15908 return instance.getData()[sel[0]][GridSettings.prototype.getValue];
17697 ColumnSettings.prototype[conflictList[i]] = void 0;
17712 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
18294 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
19348 …f Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typ…
19425 DefaultSettings.prototype = {
21641 var FProto = Function.prototype;
21988 Internal.prototype = __webpack_require__(62)($Promise.prototype, {
22090 if (__webpack_require__(20) && /./g.flags != 'g') __webpack_require__(18).f(RegExp.prototype, 'flag…
22685 assign(InternalMap.prototype, methods);
22688 var proto = $WeakMap.prototype;
22888 var proto = Collection && Collection.prototype;
23747 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
24290 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
24615 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
24795 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
25338 Event.prototype.parentCell = function (elem) {
25370 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
25495 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
25620 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
26474 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
26765 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
26976 …f Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typ…
26978 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
27722 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
28463 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
29034 var AutocompleteEditor = _handsontableEditor2.default.prototype.extend();
29042 AutocompleteEditor.prototype.init = function () {
29043 _handsontableEditor2.default.prototype.init.apply(this, arguments);
29049 AutocompleteEditor.prototype.getValue = function () {
29065 AutocompleteEditor.prototype.createElements = function () {
29066 _handsontableEditor2.default.prototype.createElements.apply(this, arguments);
29097 AutocompleteEditor.prototype.prepare = function () {
29099 _handsontableEditor2.default.prototype.prepare.apply(this, arguments);
29102 AutocompleteEditor.prototype.open = function () {
29105 _handsontableEditor2.default.prototype.open.apply(this, arguments);
29164 AutocompleteEditor.prototype.close = function () {
29165 _handsontableEditor2.default.prototype.close.apply(this, arguments);
29167 AutocompleteEditor.prototype.queryChoices = function (query) {
29186 AutocompleteEditor.prototype.updateChoicesList = function (choices) {
29237 AutocompleteEditor.prototype.flipDropdownIfNeeded = function () {
29268 AutocompleteEditor.prototype.limitDropdownIfNeeded = function (spaceAvailable, dropdownHeight) {
29291 AutocompleteEditor.prototype.flipDropdown = function (dropdownHeight) {
29300 AutocompleteEditor.prototype.unflipDropdown = function () {
29311 AutocompleteEditor.prototype.updateDropdownHeight = function () {
29323 AutocompleteEditor.prototype.setDropdownHeight = function (height) {
29329 AutocompleteEditor.prototype.finishEditing = function (restoreOriginalValue) {
29333 _handsontableEditor2.default.prototype.finishEditing.apply(this, arguments);
29336 AutocompleteEditor.prototype.highlightBestMatchingChoice = function (index) {
29420 AutocompleteEditor.prototype.getDropdownHeight = function () {
29427 AutocompleteEditor.prototype.stripValueIfNeeded = function (value) {
29431 AutocompleteEditor.prototype.stripValuesIfNeeded = function (values) {
29445 AutocompleteEditor.prototype.allowKeyEventPropagation = function (keyCode) {
29459 AutocompleteEditor.prototype.discardEditor = function (result) {
29460 _handsontableEditor2.default.prototype.discardEditor.apply(this, arguments);
29490 var HandsontableEditor = _textEditor2.default.prototype.extend();
29498 HandsontableEditor.prototype.createElements = function () {
29499 _textEditor2.default.prototype.createElements.apply(this, arguments);
29509 HandsontableEditor.prototype.prepare = function (td, row, col, prop, value, cellProperties) {
29510 _textEditor2.default.prototype.prepare.apply(this, arguments);
29594 HandsontableEditor.prototype.open = function () {
29597 _textEditor2.default.prototype.open.apply(this, arguments);
29617 HandsontableEditor.prototype.close = function () {
29621 _textEditor2.default.prototype.close.apply(this, arguments);
29624 HandsontableEditor.prototype.focus = function () {
29626 _textEditor2.default.prototype.focus.apply(this, arguments);
29629 HandsontableEditor.prototype.beginEditing = function (initialValue) {
29635 _textEditor2.default.prototype.beginEditing.apply(this, arguments);
29638 HandsontableEditor.prototype.finishEditing = function (isCancelled, ctrlDown) {
29654 return _textEditor2.default.prototype.finishEditing.apply(this, arguments);
29657 HandsontableEditor.prototype.assignHooks = function () {
29861 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
30081 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
30300 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
30473 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
30798 redefineAll(C.prototype, {
30845 if (DESCRIPTORS) dP(C.prototype, 'size', {
30938 UncaughtFrozenStore.prototype = {
30969 redefineAll(C.prototype, {
31023 var ArrayProto = Array.prototype;
31120 var proto = Base.prototype;
31129 if (IteratorPrototype !== Object.prototype && IteratorPrototype.next) {
31298 …set = __webpack_require__(30)(Function.call, __webpack_require__(81).f(Object.prototype, '__proto_…
31839 …ction, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.p…
31882 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
31896 …ction, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.p…
32244 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
32258 …ction, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.p…
32660 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
32674 …ction, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.p…
32770 …f Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typ…
32772 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
33249 …f Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typ…
33317 DataMap.prototype.DESTINATION_RENDERER = 1;
33318 DataMap.prototype.DESTINATION_CLIPBOARD_GENERATOR = 2;
33324 DataMap.prototype.recursiveDuckSchema = function (object) {
33334 DataMap.prototype.recursiveDuckColumns = function (schema, lastCol, parent) {
33359 DataMap.prototype.createMap = function () {
33408 DataMap.prototype.colToProp = function (col) {
33423 DataMap.prototype.propToCol = function (prop) {
33439 DataMap.prototype.getSchema = function () {
33461 DataMap.prototype.createRow = function (index, amount, source) {
33523 DataMap.prototype.createCol = function (index, amount, source) {
33588 DataMap.prototype.removeRow = function (index, amount, source) {
33614 Array.prototype.push.apply(data, newData);
33631 DataMap.prototype.removeCol = function (index, amount, source) {
33693 DataMap.prototype.spliceCol = function (col, index, amount /* , elements... */) {
33720 DataMap.prototype.spliceRow = function (row, index, amount /* , elements... */) {
33745 DataMap.prototype.spliceData = function (index, amount, element) {
33760 DataMap.prototype.filterData = function (index, amount) {
33779 DataMap.prototype.get = function (row, prop) {
33848 DataMap.prototype.getCopyable = function (row, prop) {
33863 DataMap.prototype.set = function (row, prop, value, source) {
33917 DataMap.prototype.visualRowsToPhysical = function (index, amount) {
33941 DataMap.prototype.visualColumnsToPhysical = function (index, amount) {
33962 DataMap.prototype.clear = function () {
33973 DataMap.prototype.clearLengthCache = function () {
33982 DataMap.prototype.getLength = function () {
34029 DataMap.prototype.getAll = function () {
34044 return this.getRange(start, end, DataMap.prototype.DESTINATION_RENDERER);
34055 DataMap.prototype.getRange = function (start, end, destination) {
34101 DataMap.prototype.getText = function (start, end) {
34112 DataMap.prototype.getCopyableText = function (start, end) {
34121 DataMap.prototype.onSkipLengthCache = function (delay) {
34133 DataMap.prototype.destroy = function () {
34156 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
34848 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
34862 …ction, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.p…
34927 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
34929 …et(object, property, receiver) { if (object === null) object = Function.prototype; var desc = Obje…
34963 …ction, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.p…
35002 …_get(DateEditor.prototype.__proto__ || Object.getPrototypeOf(DateEditor.prototype), 'init', this).…
35016 …_get(DateEditor.prototype.__proto__ || Object.getPrototypeOf(DateEditor.prototype), 'createElement…
35065 …_get(DateEditor.prototype.__proto__ || Object.getPrototypeOf(DateEditor.prototype), 'prepare', thi…
35079 …_get(DateEditor.prototype.__proto__ || Object.getPrototypeOf(DateEditor.prototype), 'open', this).…
35097 …_get(DateEditor.prototype.__proto__ || Object.getPrototypeOf(DateEditor.prototype), 'close', this)…
35121 …_get(DateEditor.prototype.__proto__ || Object.getPrototypeOf(DateEditor.prototype), 'finishEditing…
35260 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
35262 …et(object, property, receiver) { if (object === null) object = Function.prototype; var desc = Obje…
35278 …ction, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.p…
35298 …_get(DropdownEditor.prototype.__proto__ || Object.getPrototypeOf(DropdownEditor.prototype), 'prepa…
35345 var MobileTextEditor = _baseEditor2.default.prototype.extend();
35366 if (Object.prototype.hasOwnProperty.call(this.controls, button)) {
35372 MobileTextEditor.prototype.valueChanged = function () {
35376 MobileTextEditor.prototype.init = function () {
35388 MobileTextEditor.prototype.getValue = function () {
35392 MobileTextEditor.prototype.setValue = function (newValue) {
35398 MobileTextEditor.prototype.createElements = function () {
35429 MobileTextEditor.prototype.onBeforeKeyDown = function (event) {
35450 MobileTextEditor.prototype.open = function () {
35459 MobileTextEditor.prototype.focus = function () {
35464 MobileTextEditor.prototype.close = function () {
35471 MobileTextEditor.prototype.scrollToView = function () {
35476 MobileTextEditor.prototype.hideCellPointer = function () {
35482 MobileTextEditor.prototype.updateEditorPosition = function (x, y) {
35531 MobileTextEditor.prototype.updateEditorData = function () {
35541 MobileTextEditor.prototype.prepareAndSave = function () {
35549 val = [[String.prototype.trim.call(this.getValue())]];
35557 MobileTextEditor.prototype.bindEvents = function () {
35625 MobileTextEditor.prototype.destroy = function () {
35642 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
35644 …et(object, property, receiver) { if (object === null) object = Function.prototype; var desc = Obje…
35660 …ction, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.p…
35691 …_get(NumericEditor.prototype.__proto__ || Object.getPrototypeOf(NumericEditor.prototype), 'beginEd…
35709 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
35711 …et(object, property, receiver) { if (object === null) object = Function.prototype; var desc = Obje…
35725 …ction, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.p…
35745 …_get(PasswordEditor.prototype.__proto__ || Object.getPrototypeOf(PasswordEditor.prototype), 'creat…
35773 …f Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typ…
35787 var SelectEditor = _baseEditor2.default.prototype.extend();
35794 SelectEditor.prototype.init = function () {
35802 SelectEditor.prototype.registerHooks = function () {
35819 SelectEditor.prototype.prepare = function () {
35820 _baseEditor2.default.prototype.prepare.apply(this, arguments);
35834 if (Object.prototype.hasOwnProperty.call(options, option)) {
35843 SelectEditor.prototype.prepareOptions = function (optionsToPrepare) {
35857 SelectEditor.prototype.getValue = function () {
35861 SelectEditor.prototype.setValue = function (value) {
35894 SelectEditor.prototype.open = function () {
35901 SelectEditor.prototype.close = function () {
35907 SelectEditor.prototype.focus = function () {
35911 SelectEditor.prototype.refreshValue = function () {
35919 SelectEditor.prototype.refreshDimensions = function () {
35995 SelectEditor.prototype.getEditedCell = function () {
36264 …{ var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.c…
36473 …f Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typ…
36534 …et(object, property, receiver) { if (object === null) object = Function.prototype; var desc = Obje…
36536 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
36572 …ction, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.p…
36743 …_get(AutoColumnSize.prototype.__proto__ || Object.getPrototypeOf(AutoColumnSize.prototype), 'enabl…
36758 …_get(AutoColumnSize.prototype.__proto__ || Object.getPrototypeOf(AutoColumnSize.prototype), 'updat…
36768 …_get(AutoColumnSize.prototype.__proto__ || Object.getPrototypeOf(AutoColumnSize.prototype), 'disab…
37189 …_get(AutoColumnSize.prototype.__proto__ || Object.getPrototypeOf(AutoColumnSize.prototype), 'destr…
37209 …et(object, property, receiver) { if (object === null) object = Function.prototype; var desc = Obje…
37211 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
37245 …ction, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.p…
37419 …_get(AutoRowSize.prototype.__proto__ || Object.getPrototypeOf(AutoRowSize.prototype), 'enablePlugi…
37429 …_get(AutoRowSize.prototype.__proto__ || Object.getPrototypeOf(AutoRowSize.prototype), 'disablePlug…
37838 …_get(AutoRowSize.prototype.__proto__ || Object.getPrototypeOf(AutoRowSize.prototype), 'destroy', t…
37858 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
37860 …et(object, property, receiver) { if (object === null) object = Function.prototype; var desc = Obje…
37888 …ction, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.p…
38003 …_get(Autofill.prototype.__proto__ || Object.getPrototypeOf(Autofill.prototype), 'enablePlugin', th…
38015 …_get(Autofill.prototype.__proto__ || Object.getPrototypeOf(Autofill.prototype), 'updatePlugin', th…
38026 …_get(Autofill.prototype.__proto__ || Object.getPrototypeOf(Autofill.prototype), 'disablePlugin', t…
38561 …_get(Autofill.prototype.__proto__ || Object.getPrototypeOf(Autofill.prototype), 'destroy', this).c…
38733 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
38865 …et(object, property, receiver) { if (object === null) object = Function.prototype; var desc = Obje…
38867 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
38911 …ction, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.p…
39030 …_get(ContextMenu.prototype.__proto__ || Object.getPrototypeOf(ContextMenu.prototype), 'enablePlugi…
39077 …_get(ContextMenu.prototype.__proto__ || Object.getPrototypeOf(ContextMenu.prototype), 'updatePlugi…
39093 …_get(ContextMenu.prototype.__proto__ || Object.getPrototypeOf(ContextMenu.prototype), 'disablePlug…
39259 …_get(ContextMenu.prototype.__proto__ || Object.getPrototypeOf(ContextMenu.prototype), 'destroy', t…
39283 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
39433 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
39581 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
41172 …f Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typ…
41174 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
41176 …et(object, property, receiver) { if (object === null) object = Function.prototype; var desc = Obje…
41228 …ction, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.p…
41365 …_get(CopyPaste.prototype.__proto__ || Object.getPrototypeOf(CopyPaste.prototype), 'enablePlugin', …
41377 …_get(CopyPaste.prototype.__proto__ || Object.getPrototypeOf(CopyPaste.prototype), 'updatePlugin', …
41391 …_get(CopyPaste.prototype.__proto__ || Object.getPrototypeOf(CopyPaste.prototype), 'disablePlugin',…
41810 …_get(CopyPaste.prototype.__proto__ || Object.getPrototypeOf(CopyPaste.prototype), 'destroy', this)…
41830 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
42042 DragToScroll.prototype.setBoundaries = function (boundaries) {
42049 DragToScroll.prototype.setCallback = function (callback) {
42058 DragToScroll.prototype.check = function (x, y) {
42222 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
42224 …et(object, property, receiver) { if (object === null) object = Function.prototype; var desc = Obje…
42250 …ction, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.p…
42322 …_get(ManualColumnFreeze.prototype.__proto__ || Object.getPrototypeOf(ManualColumnFreeze.prototype)…
42337 …_get(ManualColumnFreeze.prototype.__proto__ || Object.getPrototypeOf(ManualColumnFreeze.prototype)…
42350 …_get(ManualColumnFreeze.prototype.__proto__ || Object.getPrototypeOf(ManualColumnFreeze.prototype)…
42533 …_get(ManualColumnFreeze.prototype.__proto__ || Object.getPrototypeOf(ManualColumnFreeze.prototype)…
42553 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
42660 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
42662 …et(object, property, receiver) { if (object === null) object = Function.prototype; var desc = Obje…
42706 …ction, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.p…
42855 …_get(ManualColumnMove.prototype.__proto__ || Object.getPrototypeOf(ManualColumnMove.prototype), 'e…
42870 …_get(ManualColumnMove.prototype.__proto__ || Object.getPrototypeOf(ManualColumnMove.prototype), 'u…
42892 …_get(ManualColumnMove.prototype.__proto__ || Object.getPrototypeOf(ManualColumnMove.prototype), 'd…
43549 …_get(ManualColumnMove.prototype.__proto__ || Object.getPrototypeOf(ManualColumnMove.prototype), 'd…
43569 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
43571 …et(object, property, receiver) { if (object === null) object = Function.prototype; var desc = Obje…
43585 …ction, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.p…
43610 …_get(BacklightUI.prototype.__proto__ || Object.getPrototypeOf(BacklightUI.prototype), 'build', thi…
43630 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
43632 …et(object, property, receiver) { if (object === null) object = Function.prototype; var desc = Obje…
43646 …ction, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.p…
43671 …_get(GuidelineUI.prototype.__proto__ || Object.getPrototypeOf(GuidelineUI.prototype), 'build', thi…
43691 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
43693 …et(object, property, receiver) { if (object === null) object = Function.prototype; var desc = Obje…
43719 …ction, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.p…
43815 …_get(ManualColumnResize.prototype.__proto__ || Object.getPrototypeOf(ManualColumnResize.prototype)…
43841 …_get(ManualColumnResize.prototype.__proto__ || Object.getPrototypeOf(ManualColumnResize.prototype)…
44353 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
44355 …et(object, property, receiver) { if (object === null) object = Function.prototype; var desc = Obje…
44399 …ction, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.p…
44549 …_get(ManualRowMove.prototype.__proto__ || Object.getPrototypeOf(ManualRowMove.prototype), 'enableP…
44564 …_get(ManualRowMove.prototype.__proto__ || Object.getPrototypeOf(ManualRowMove.prototype), 'updateP…
44586 …_get(ManualRowMove.prototype.__proto__ || Object.getPrototypeOf(ManualRowMove.prototype), 'disable…
45263 …_get(ManualRowMove.prototype.__proto__ || Object.getPrototypeOf(ManualRowMove.prototype), 'destroy…
45283 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
45390 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
45392 …et(object, property, receiver) { if (object === null) object = Function.prototype; var desc = Obje…
45406 …ction, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.p…
45431 …_get(BacklightUI.prototype.__proto__ || Object.getPrototypeOf(BacklightUI.prototype), 'build', thi…
45451 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
45453 …et(object, property, receiver) { if (object === null) object = Function.prototype; var desc = Obje…
45467 …ction, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.p…
45492 …_get(GuidelineUI.prototype.__proto__ || Object.getPrototypeOf(GuidelineUI.prototype), 'build', thi…
45512 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
45514 …et(object, property, receiver) { if (object === null) object = Function.prototype; var desc = Obje…
45540 …ction, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.p…
45631 …_get(ManualRowResize.prototype.__proto__ || Object.getPrototypeOf(ManualRowResize.prototype), 'ena…
45657 …_get(ManualRowResize.prototype.__proto__ || Object.getPrototypeOf(ManualRowResize.prototype), 'dis…
46162 MergeCells.prototype.canMergeRange = function (cellRange) {
46167 MergeCells.prototype.mergeRange = function (cellRange) {
46185 MergeCells.prototype.mergeOrUnmergeSelection = function (cellRange) {
46196 MergeCells.prototype.mergeSelection = function (cellRange) {
46200 MergeCells.prototype.unmergeSelection = function (cellRange) {
46205 MergeCells.prototype.applySpanProperties = function (TD, row, col) {
46224 MergeCells.prototype.modifyTransform = function (hook, currentSelectedRange, delta) {
46371 MergeCells.prototype.shiftCollection = function (direction, index, count) {
46433 return _src.Table.prototype.getCell.call(this, coords);
46751 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
46753 …et(object, property, receiver) { if (object === null) object = Function.prototype; var desc = Obje…
46781 …ction, not " + typeof superClass); } subClass.prototype = Object.create(superClass && superClass.p…
46842 …_get(MultipleSelectionHandles.prototype.__proto__ || Object.getPrototypeOf(MultipleSelectionHandle…
47171 …f Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typ…
48597 TableView.prototype.isTextSelectionAllowed = function (el) {
48621 TableView.prototype.isSelectedOnlyCell = function () {
48632 TableView.prototype.isCellEdited = function () {
48638 TableView.prototype.beforeRender = function (force, skipRender) {
48645 TableView.prototype.onDraw = function (force) {
48652 TableView.prototype.render = function () {
48664 TableView.prototype.getCellAtCoords = function (coords, topmost) {
48680 TableView.prototype.scrollViewport = function (coords) {
48689 TableView.prototype.appendRowHeader = function (row, TH) {
48720 TableView.prototype.appendColHeader = function (col, TH) {
48753 TableView.prototype.updateCellHeader = function (element, index, content) {
48782 TableView.prototype.maximumVisibleElementWidth = function (leftOffset) {
48795 TableView.prototype.maximumVisibleElementHeight = function (topOffset) {
48801 TableView.prototype.mainViewIsActive = function () {
48805 TableView.prototype.destroy = function () {
48821 …protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if…
49291 if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;
49362 …if (S !== C && typeof S == 'function' && (P = S.prototype) !== C.prototype && isObject(P) && setPr…
49405 Constructor.prototype = create(IteratorPrototype, { next: descriptor(1, next) });
49536 var ObjectProto = Object.prototype;
49542 return O.constructor.prototype;
50015 return (/Array/).test(Object.prototype.toString.call(obj));
50020 return (/Date/).test(Object.prototype.toString.call(obj)) && !isNaN(obj.getTime());
50552 Pikaday.prototype = {