Home
last modified time | relevance | path

Searched refs:timeOffset (Results 26 – 37 of 37) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1p1beta1TextFrame.php27 public $timeOffset; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p1beta1TextFrame
46 public function setTimeOffset($timeOffset) argument
48 $this->timeOffset = $timeOffset;
55 return $this->timeOffset;
H A DGoogleCloudVideointelligenceV1TimestampedObject.php32 public $timeOffset; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1TimestampedObject
79 public function setTimeOffset($timeOffset) argument
81 $this->timeOffset = $timeOffset;
88 return $this->timeOffset;
H A DGoogleCloudVideointelligenceV1beta2TimestampedObject.php32 public $timeOffset; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1beta2TimestampedObject
79 public function setTimeOffset($timeOffset) argument
81 $this->timeOffset = $timeOffset;
88 return $this->timeOffset;
H A DGoogleCloudVideointelligenceV1p3beta1TimestampedObject.php32 public $timeOffset; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p3beta1TimestampedObject
79 public function setTimeOffset($timeOffset) argument
81 $this->timeOffset = $timeOffset;
88 return $this->timeOffset;
H A DGoogleCloudVideointelligenceV1p1beta1TimestampedObject.php32 public $timeOffset; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p1beta1TimestampedObject
79 public function setTimeOffset($timeOffset) argument
81 $this->timeOffset = $timeOffset;
88 return $this->timeOffset;
H A DGoogleCloudVideointelligenceV1p2beta1TimestampedObject.php32 public $timeOffset; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p2beta1TimestampedObject
79 public function setTimeOffset($timeOffset) argument
81 $this->timeOffset = $timeOffset;
88 return $this->timeOffset;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1ObjectTrackingFrame.php29 public $timeOffset; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1ObjectTrackingFrame
62 public function setTimeOffset($timeOffset) argument
64 $this->timeOffset = $timeOffset;
71 return $this->timeOffset;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DKeyRangeInfo.php44 public $timeOffset; variable in Google\\Service\\Spanner\\KeyRangeInfo
139 public function setTimeOffset($timeOffset) argument
141 $this->timeOffset = $timeOffset;
148 return $this->timeOffset;
/plugin/icalendar/
H A Dfunctions.php90 …xdate'] = mktime($dtend[4], $dtend[5], $dtend[6], $dtend[2], $dtend[3], $dtend[1]) + $timeOffset;
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js1305 var tmpDate = [], timeOffset, currentTime;
1316 timeOffset = tmpDate[2].getTime() - (tmpDate[2].getTimezoneOffset()) * 60000;
1317 … currentTime = new Date((_this.now(true)).getTime() + parseInt(tmpDate[1] + '1', 10) * timeOffset);
/plugin/edittable/lib/
H A Dhandsontable.full.js29078 var timeOffset = 0;
29085 timeOffset += 10;
29092 }, timeOffset));
/plugin/html5video2/script/
H A Dvideo.min.js21 …s.attributes&&!isNaN(s.attributes["TIME-OFFSET"])?this.manifest.start={timeOffset:s.attributes["TI… property in s.attributes.manifest.start

12