Lines Matching refs:isValid

140 function isValid(m) {  function
243 if (!this.isValid()) {
613 if (!m.isValid()) {
811 return mom.isValid() ?
816 if (mom.isValid() && !isNaN(value)) {
1037 if (!mom.isValid()) {
1504 if (!this.isValid()) {
1517 if (!this.isValid()) {
1525 if (!this.isValid()) {
2507 if (!isValid(tempConfig)) {
2578 if (!isValid(config)) {
2640 if (this.isValid() && other.isValid()) {
2652 if (this.isValid() && other.isValid()) {
2675 if (!moments[i].isValid() || moments[i][fn](res)) {
2871 if (!this.isValid()) {
2952 if (!this.isValid()) {
2979 this._isDSTShifted = this.isValid() &&
2989 return this.isValid() ? !this._isUTC : false;
2993 return this.isValid() ? this._isUTC : false;
2997 return this.isValid() ? this._isUTC && this._offset === 0 : false;
3097 if (!(base.isValid() && other.isValid())) {
3136 if (!mom.isValid()) {
3188 if (!(this.isValid() && localInput.isValid())) {
3201 if (!(this.isValid() && localInput.isValid())) {
3221 if (!(this.isValid() && localInput.isValid())) {
3246 if (!this.isValid()) {
3252 if (!that.isValid()) {
3304 if (!this.isValid()) {
3330 if (!this.isValid()) {
3356 if (this.isValid() &&
3357 ((isMoment(time) && time.isValid()) ||
3358 createLocal(time).isValid())) {
3370 if (this.isValid() &&
3371 ((isMoment(time) && time.isValid()) ||
3372 createLocal(time).isValid())) {
3505 return this.isValid() ? this.toISOString() : null;
3509 return isValid(this);
3851 proto.isValid = isValid$2;
4197 if (!this.isValid()) {
4228 if (!this.isValid()) {
4260 return this.isValid() ? this[units + 's']() : NaN;
4265 return this.isValid() ? this._data[name] : NaN;
4351 if (!this.isValid()) {
4379 if (!this.isValid()) {
4431 proto$2.isValid = isValid$1;