Lines Matching refs:isValid

7261 function isValid(m) {
7363 if (!this.isValid()) {
7677 return mom.isValid() ?
7682 if (mom.isValid()) {
7785 if (!m.isValid()) {
8081 if (!mom.isValid()) {
8614 if (!this.isValid()) {
8627 if (!this.isValid()) {
8635 if (!this.isValid()) {
9586 if (!isValid(tempConfig)) {
9657 if (!isValid(config)) {
9719 if (this.isValid() && other.isValid()) {
9731 if (this.isValid() && other.isValid()) {
9754 if (!moments[i].isValid() || moments[i][fn](res)) {
9950 if (!this.isValid()) {
10031 if (!this.isValid()) {
10058 this._isDSTShifted = this.isValid() &&
10068 return this.isValid() ? !this._isUTC : false;
10072 return this.isValid() ? this._isUTC : false;
10076 return this.isValid() ? this._isUTC && this._offset === 0 : false;
10176 if (!(base.isValid() && other.isValid())) {
10215 if (!mom.isValid()) {
10267 if (!(this.isValid() && localInput.isValid())) {
10280 if (!(this.isValid() && localInput.isValid())) {
10300 if (!(this.isValid() && localInput.isValid())) {
10325 if (!this.isValid()) {
10331 if (!that.isValid()) {
10387 if (!this.isValid()) {
10408 if (!this.isValid()) {
10434 if (this.isValid() &&
10435 ((isMoment(time) && time.isValid()) ||
10436 createLocal(time).isValid())) {
10448 if (this.isValid() &&
10449 ((isMoment(time) && time.isValid()) ||
10450 createLocal(time).isValid())) {
10583 return this.isValid() ? this.toISOString() : null;
10587 return isValid(this);
10929 proto.isValid = isValid$2;
11275 if (!this.isValid()) {
11306 if (!this.isValid()) {
11334 return this.isValid() ? this[units + 's']() : NaN;
11339 return this.isValid() ? this._data[name] : NaN;
11425 if (!this.isValid()) {
11449 if (!this.isValid()) {
11497 proto$2.isValid = isValid$1;
11640 value: function isValid(wotInstance) {
18335 value: function isValid(wotInstance) {
18336 return this.from.isValid(wotInstance) && this.to.isValid(wotInstance);
35151 if ((0, _moment2.default)(dateStr, dateFormat, true).isValid()) {
35168 if ((0, _moment2.default)(dateStr, dateFormat, true).isValid()) {
49060 …, _moment2.default)(new Date(value)).isValid() || (0, _moment2.default)(value, dateEditor.defaultD…
49062 …at = (0, _moment2.default)(value, this.dateFormat || dateEditor.defaultDateFormat, true).isValid();
49105 …if (dateFromDate.isValid() && dateFromDate.format('x') === dateFromMoment.format('x') || !dateFrom…
49190 …var date = (0, _moment2.default)(value, STRICT_FORMATS, true).isValid() ? (0, _moment2.default)(va…
49191 var isValidTime = date.isValid();
49194 var isValidFormat = (0, _moment2.default)(value, timeFormat, true).isValid() && !twoDigitValue;
50430 date = (date && date.isValid()) ? date.toDate() : null;