Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DExplainQueryStage.php90 public $startMs; variable in Google\\Service\\Bigquery\\ExplainQueryStage
363 public function setStartMs($startMs) argument
365 $this->startMs = $startMs;
372 return $this->startMs;
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js959 var startMs = this.startMs;
964 startMs = otherRange.startMs;
967 startMs = Math.max(startMs, otherRange.startMs);
978 if (startMs == null || endMs == null || startMs < endMs) {
990 …return (this.startMs == null || (innerRange.startMs != null && innerRange.startMs >= this.startMs)…
996 return (this.startMs == null || ms >= this.startMs) &&
1005 if (this.startMs != null && ms < this.startMs) {
1050 return range1.startMs - range2.startMs; // earlier ranges go first
4801 return r1.startMs - r2.startMs || // earlier events go first
12825 startMs: segRange.startMs,
[all …]