Lines Matching refs:indexOf

206 …if (element.nodeType === Node.ELEMENT_NODE && (nodes.indexOf(element.nodeName) > -1 || nodes.index…
268 if (queriedParents.indexOf(node) > -1) {
520 } else if (['TABLE', 'THEAD', 'TBODY', 'TFOOT', 'TR'].indexOf(element.nodeName) > -1) {
767 …Height && (props.indexOf(overflowY) !== -1 || props.indexOf(overflow) !== -1 || props.indexOf(comp…
770 …lWidth && (props.indexOf(overflowX) !== -1 || props.indexOf(overflow) !== -1 || props.indexOf(comp…
964 return re.text.indexOf(r.text) + r.text.length;
1131 return element && (inputs.indexOf(element.nodeName) > -1 || element.contentEditable === 'true');
1142 …return isInput(element) && element.className.indexOf('handsontableInput') == -1 && element.classNa…
1431 if (unique.indexOf(value) === -1) {
4147 if (bucket[key].indexOf(callback) === -1) {
4225 if (bucket[key].indexOf(callback) >= 0) {
4391 REGISTERED_HOOKS.splice(REGISTERED_HOOKS.indexOf(key), 1);
4413 return REGISTERED_HOOKS.indexOf(key) >= 0;
4921 return metaKeys.indexOf(keyCode) !== -1;
4929 …return [KEY_CODES.CONTROL_LEFT, 224, KEY_CODES.COMMAND_LEFT, KEY_CODES.COMMAND_RIGHT].indexOf(keyC…
5032 if (initializedPlugins.indexOf(this.pluginName) >= 0) {
5033 initializedPlugins.splice(initializedPlugins.indexOf(this.pluginName), 1);
5309 if (className.indexOf(alignment) != -1) {
5320 if (className.indexOf(alignment) != -1) {
5853 if (unique.indexOf(string) === -1) {
5969 if (Overlay.CLONE_TYPES.indexOf(type) === -1) {
6184 if (Overlay.CLONE_TYPES.indexOf(direction) === -1) {
7904 var indexOf;
7906 if (Array.prototype.indexOf) {
7907 indexOf = Array.prototype.indexOf;
7909 indexOf = function (o) {
7921 var indexOf$1 = indexOf;
9256 timezoneIndex = military.indexOf(match[5][1].toUpperCase()) - 12;
9492 skipped = string.substr(0, string.indexOf(parsedInput));
9496 string = string.slice(string.indexOf(parsedInput) + parsedInput.length);
9782 if (!(ordering.indexOf(key) !== -1 && (m[key] == null || !isNaN(m[key])))) {
11869 …ROW_RIGHT, _unicode.KEY_CODES.ARROW_DOWN, _unicode.KEY_CODES.ARROW_LEFT].indexOf(event.keyCode) ==…
12404 if (value.toString().indexOf('e') > -1) {
12435 if (escapedFormat.indexOf('$') > -1) { // currency!!!!!
12437 } else if (escapedFormat.indexOf('%') > -1) { // percentage
12439 } else if (escapedFormat.indexOf(':') > -1) { // time
12459 if (string.indexOf(':') > -1) {
12481 if (string.indexOf(binarySuffixes[power]) > -1) {
12483 } else if (string.indexOf(decimalSuffixes[power]) > -1) {
12500 ((string.indexOf('%') > -1) ? 0.01 : 1) *
12515 symbolIndex = format.indexOf('$'),
12516 openParenIndex = format.indexOf('('),
12517 plusSignIndex = format.indexOf('+'),
12518 minusSignIndex = format.indexOf('-'),
12524 if(format.indexOf('$') === -1){
12536 if (format.indexOf(' $') > -1) {
12539 } else if (format.indexOf('$ ') > -1) {
12550 if (originalFormat.indexOf('$') === -1) {
12554 if (output.indexOf(')') > -1) {
12565 if (output.indexOf('(') > -1 || output.indexOf('-') > -1) {
12581 … if (output.indexOf('(') > -1 || output.indexOf('+') > -1 || output.indexOf('-') > -1) {
12594 if (output.indexOf(')') > -1) {
12617 if (format.indexOf(' %') > -1) {
12626 if (output.indexOf(')') > -1) {
12738 if (format.indexOf('{') === 0) {
12739 var end = format.indexOf('}');
12749 if (format.indexOf('}') === format.length - 1 && format.length) {
12750 var start = format.indexOf('{');
12762 if (format.indexOf('.') === -1) {
12771 if (format.indexOf('-') !== -1) {
12774 if (format.indexOf('(') > -1) {
12777 } else if (format.indexOf('+') > -1) {
12783 if (format.indexOf('a') > -1) {
12788 abbrK = format.indexOf('aK') >= 0;
12789 abbrM = format.indexOf('aM') >= 0;
12790 abbrB = format.indexOf('aB') >= 0;
12791 abbrT = format.indexOf('aT') >= 0;
12795 if (format.indexOf(' a') > -1) {
12832 if (intPrecision && length < intPrecision && format.indexOf('.') === -1) {
12843 if (format.indexOf(byteFormat.marker) > -1) {
12845 if (format.indexOf(' ' + byteFormat.marker) >-1) {
12862 if (format.indexOf('o') > -1) {
12864 if (format.indexOf(' o') > -1) {
12876 if (format.indexOf('[.]') > -1) {
12882 thousands = format.indexOf(',');
12887 if (precision.indexOf('*') !== -1) {
12894 if (precision.indexOf('[') > -1) {
12922 if (w.indexOf('-') > -1) {
12936 if (format.indexOf('.') === 0) {
12940 indexOpenP = format.indexOf('(');
12941 indexMinus = format.indexOf('-');
13298 process.title.indexOf('node') !== -1 ||
13299 process.title.indexOf('meteor-tool') > 0 ||
14765 …false || Array.isArray(disableVisualSelection) && disableVisualSelection.indexOf('current') === -1…
14771 …false || Array.isArray(disableVisualSelection) && disableVisualSelection.indexOf('area') === -1) &…
15111 … } else if (changes[i][3].indexOf('.') === len - 3 && changes[i][3].indexOf(',') === -1) {
15743 } else if (_pluginHooks2.default.getSingleton().getRegistered().indexOf(i) > -1) {
15852 …if (_initialStyle && (_initialStyle.indexOf('height') > -1 || _initialStyle.indexOf('overflow') > …
17515 result += Math.pow(COLUMN_LABEL_BASE_LENGTH, j) * (COLUMN_LABEL_BASE.indexOf(label[i]) + 1);
18994 if (ITEMS.indexOf(key) === -1) {
22330 .indexOf(searchString, arguments.length > 1 ? arguments[1] : undefined);
23667 if (c === cLen - 1 && rows[r][c].indexOf('"') === 0 && countQuotes(rows[r][c]) & 1) {
23708 if (val.indexOf('\n') > -1) {
25066 if (optionType.indexOf('array') > -1 && _this.getSetting(key).length) {
26017 if (tempElem.className.indexOf('wtHolder') > -1) {
29069 …(0, _element.addClass)(this.htContainer, window.navigator.platform.indexOf('Mac') === -1 ? '' : 'h…
29129 …exOfMatch = filteringCaseSensitive === true ? value.indexOf(this.query) : value.toLowerCase().inde…
29372 valueIndex = currentItem.indexOf(value);
29374 valueIndex = currentItem.toLowerCase().indexOf(value.toLowerCase());
29716 return (index = this._arrayMap.indexOf(value)) === -1 ? null : index;
30677 var duplicate = sampledValues.indexOf(value) > -1;
33766 return physicalRows.indexOf(index) == -1;
33794 } else if (typeof prop === 'string' && prop.indexOf('.') > -1) {
33886 } else if (typeof prop === 'string' && prop.indexOf('.') > -1) {
38081 if (['up', 'left'].indexOf(directionOfDrag) > -1) {
38612 if (['down', 'up'].indexOf(direction) !== -1) {
38626 if (['right', 'left'].indexOf(direction) !== -1) {
39551 if (!item && _predefinedItems.ITEMS.indexOf(name) >= 0) {
40465 if (className && className.indexOf('htLeft') !== -1) {
40505 if (className && className.indexOf('htCenter') !== -1) {
40545 if (className && className.indexOf('htRight') !== -1) {
40585 if (className && className.indexOf('htJustify') !== -1) {
40627 if (className && className.indexOf('htTop') !== -1) {
40666 if (className && className.indexOf('htMiddle') !== -1) {
40706 if (className && className.indexOf('htBottom') !== -1) {
41459 if (copyableRows.indexOf(row) === -1) {
41464 if (copyableColumns.indexOf(column) === -1) {
41503 if (copyableRows.indexOf(row) === -1) {
41508 if (copyableColumns.indexOf(column) === -1) {
43248 var isSortingElement = event.realTarget.className.indexOf('columnSorting') > -1;
43355 if (priv.columnsToMove.indexOf(coords.col) > -1) {
43388 …if (priv.columnsToMove.length < 1 || priv.target.col === void 0 || priv.columnsToMove.indexOf(priv…
45068 if (priv.rowsToMove.indexOf(coords.row) > -1) {
45103 …if (rowsLen < 1 || target === void 0 || priv.rowsToMove.indexOf(target) > -1 || priv.rowsToMove[ro…
46323 if (sharedBorders.indexOf('top') > -1) {
46330 } else if (sharedBorders.indexOf('bottom') > -1) {
46864 var entryPosition = _this.dragged.indexOf(query);
47241 return value.toString().toLowerCase().indexOf(query.toLowerCase()) != -1;
47614 } else if ([_cellProperties.uncheckedTemplate, null, void 0].indexOf(dataAtCell) !== -1) {
47884 …if (classArr.indexOf('htLeft') < 0 && classArr.indexOf('htCenter') < 0 && classArr.indexOf('htRigh…
47888 if (classArr.indexOf('htNumeric') < 0) {
49998 return (' ' + el.className + ' ').indexOf(' ' + cn + ' ') !== -1;
50936 this._o.position.indexOf('right') > -1 &&
50944 this._o.position.indexOf('top') > -1 &&