Lines Matching refs:isNaN

2136 …return t == 'number' ? !isNaN(n) && isFinite(n) : t == 'string' ? !n.length ? false : n.length == …
7267 var isNowValid = !isNaN(m._d.getTime()) &&
8466 if (!isNaN(input)) {
8482 return isNaN(input) ? null : input;
9782 if (!(ordering.indexOf(key) !== -1 && (m[key] == null || !isNaN(m[key])))) {
10157 return (isNaN(res) ? 0 : res) * sign;
10197 if (period !== null && !isNaN(+period)) {
13430 return isNaN(result) ? undefined : result;
13898 return isNaN(it = +it) ? 0 : (it > 0 ? floor : ceil)(it);
15125 if (_numbro2.default.validate(changes[i][3]) && !isNaN(changes[i][3])) {
21447 if (!isNaN(new Date(dateString + "T00:00").getDate())) {
21727 isNaN: function isNaN(number) {
24545 …this.stretchAllColumnsWidth[column] = isNaN(newStretchedWidth) ? this._getColumnWidth(column) : ne…
28097 } else if (!isNaN(columnHeaderHeightSetting)) {
28692 if (isNaN(this.columnHeaderHeight)) {
28743 if (isNaN(this.rowHeaderWidth)) {
31723 if (!isNaN(minHeight)) {
31734 if (!isNaN(maxHeight)) {
31745 if (!isNaN(minWidth)) {
31756 if (!isNaN(maxWidth)) {
33411 if (!isNaN(col) && this.colToPropCache && typeof this.colToPropCache[col] !== 'undefined') {
33786 dataRow = isNaN(modifiedRowData) ? modifiedRowData : dataRow;
33870 dataRow = isNaN(modifiedRowData) ? modifiedRowData : dataRow;
34291 var dataRow = isNaN(modifyRowData) ? modifyRowData : this.data[row];
35223 if (!isNaN(dateStr.getTime())) {
36890 if (samplingRatio && !isNaN(samplingRatio)) {
37554 if (samplingRatio && !isNaN(samplingRatio)) {
39484 } else if (isNaN(parseInt(key, 10))) {
50020 return (/Date/).test(Object.prototype.toString.call(obj)) && !isNaN(obj.getTime());
50770 if (!isNaN(month)) {
50793 if (!isNaN(year)) {
50867 if (!isNaN(minMonth) && this._m < minMonth) {
50873 if (!isNaN(maxMonth) && this._m > maxMonth) {