Home
last modified time | relevance | path

Searched refs:Duration (Results 1 – 25 of 54) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DAppStartTime.php22 protected $fullyDrawnTimeType = Duration::class;
24 protected $initialDisplayTimeType = Duration::class;
28 * @param Duration
30 public function setFullyDrawnTime(Duration $fullyDrawnTime)
35 * @return Duration
42 * @param Duration
44 public function setInitialDisplayTime(Duration $initialDisplayTime)
49 * @return Duration
H A DStep.php31 protected $deviceUsageDurationType = Duration::class;
49 protected $runDurationType = Duration::class;
107 * @param Duration
109 public function setDeviceUsageDuration(Duration $deviceUsageDuration)
114 * @return Duration
205 * @param Duration
207 public function setRunDuration(Duration $runDuration)
212 * @return Duration
H A DTestTiming.php22 protected $testProcessDurationType = Duration::class;
26 * @param Duration
28 public function setTestProcessDuration(Duration $testProcessDuration)
33 * @return Duration
H A DIndividualOutcome.php30 protected $runDurationType = Duration::class;
66 * @param Duration
68 public function setRunDuration(Duration $runDuration)
73 * @return Duration
H A DIosTest.php30 protected $testTimeoutType = Duration::class;
90 * @param Duration
92 public function setTestTimeout(Duration $testTimeout)
97 * @return Duration
H A DAndroidTest.php30 protected $testTimeoutType = Duration::class;
90 * @param Duration
92 public function setTestTimeout(Duration $testTimeout)
97 * @return Duration
H A DTestSuiteOverview.php22 protected $elapsedTimeType = Duration::class;
52 * @param Duration
54 public function setElapsedTime(Duration $elapsedTime)
59 * @return Duration
H A DTestCase.php23 protected $elapsedTimeType = Duration::class;
49 * @param Duration
51 public function setElapsedTime(Duration $elapsedTime)
56 * @return Duration
H A DDuration.php20 class Duration extends \Google\Model class
62 class_alias(Duration::class, 'Google_Service_ToolResults_Duration');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DOutlierDetection.php22 protected $baseEjectionTimeType = Duration::class;
44 protected $intervalType = Duration::class;
64 * @param Duration
66 public function setBaseEjectionTime(Duration $baseEjectionTime)
71 * @return Duration
148 * @param Duration
150 public function setInterval(Duration $interval)
155 * @return Duration
H A DHttpRouteAction.php27 protected $maxStreamDurationType = Duration::class;
33 protected $timeoutType = Duration::class;
69 * @param Duration
71 public function setMaxStreamDuration(Duration $maxStreamDuration)
76 * @return Duration
111 * @param Duration
113 public function setTimeout(Duration $timeout)
118 * @return Duration
H A DNodeGroupMaintenanceWindow.php22 protected $maintenanceDurationType = Duration::class;
30 * @param Duration
32 public function setMaintenanceDuration(Duration $maintenanceDuration)
37 * @return Duration
H A DHttpFaultDelay.php22 protected $fixedDelayType = Duration::class;
27 * @param Duration
29 public function setFixedDelay(Duration $fixedDelay)
34 * @return Duration
H A DHttpRetryPolicy.php27 protected $perTryTimeoutType = Duration::class;
49 * @param Duration
51 public function setPerTryTimeout(Duration $perTryTimeout)
56 * @return Duration
H A DConsistentHashLoadBalancerSettingsHttpCookie.php30 protected $ttlType = Duration::class;
62 * @param Duration
64 public function setTtl(Duration $ttl)
69 * @return Duration
H A DNotificationEndpointGrpcSettings.php34 protected $resendIntervalType = Duration::class;
84 * @param Duration
86 public function setResendInterval(Duration $resendInterval)
91 * @return Duration
H A DDuration.php20 class Duration extends \Google\Model class
62 class_alias(Duration::class, 'Google_Service_Compute_Duration');
H A DBackendService.php95 protected $maxStreamDurationType = Duration::class;
467 * @param Duration
469 public function setMaxStreamDuration(Duration $maxStreamDuration)
474 * @return Duration
/plugin/jukebox/id3/
H A Dmodule.audio-video.flv.php68 $Duration = 0;
180 if ($Timestamp > $Duration) {
181 $Duration = $Timestamp;
187 if ($ThisFileInfo['playtime_seconds'] = $Duration / 1000) {
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php19 class Duration extends Property { class
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php19 class Duration extends Property class
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php21 class Duration extends Property { class
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php21 class Duration extends Property { class
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDuration.php21 class Duration extends Property { class
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.flv.php123 $Duration = 0;
140 if ($Timestamp > $Duration) {
141 $Duration = $Timestamp;
315 $info['playtime_seconds'] = $Duration / 1000;

123