Home
last modified time | relevance | path

Searched refs:endMs (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DExplainQueryStage.php40 public $endMs; variable in Google\\Service\\Bigquery\\ExplainQueryStage
179 public function setEndMs($endMs) argument
181 $this->endMs = $endMs;
188 return $this->endMs;
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js960 var endMs = this.endMs;
972 endMs = otherRange.endMs;
975 endMs = Math.min(endMs, otherRange.endMs);
978 if (startMs == null || endMs == null || startMs < endMs) {
981 newRange.isEnd = this.isEnd && endMs === this.endMs;
991 (this.endMs == null || (innerRange.endMs != null && innerRange.endMs <= this.endMs));
997 (this.endMs == null || ms < this.endMs);
1008 if (this.endMs != null && ms >= this.endMs) {
12826 endMs: segRange.endMs,
14166 endMs: segRange.endMs,
[all …]