Home
last modified time | relevance | path

Searched refs:setSeconds (Results 1 – 25 of 714) sorted by relevance

12345678910>>...29

/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/tests/
H A Dtimetest.cpp50 QVERIFY(!time.setSeconds(60) && !time.setSeconds(-5) && !time.setSeconds(61)); in testSetters()
61 QVERIFY(time.setSeconds(33)); in testSetters()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DDurations.java64 Duration.newBuilder().setSeconds(DURATION_SECONDS_MIN).setNanos(-999999999).build();
68 Duration.newBuilder().setSeconds(DURATION_SECONDS_MAX).setNanos(999999999).build();
71 public static final Duration ZERO = Duration.newBuilder().setSeconds(0L).setNanos(0).build();
280 .setSeconds(checkedMultiply(days, SECONDS_PER_DAY)) in fromDays()
289 .setSeconds(checkedMultiply(hours, SECONDS_PER_HOUR)) in fromHours()
298 .setSeconds(checkedMultiply(minutes, SECONDS_PER_MINUTE)) in fromMinutes()
452 Duration duration = Duration.newBuilder().setSeconds(seconds).setNanos(nanos).build(); in normalizedDuration()
H A DTimestamps.java70 Timestamp.newBuilder().setSeconds(TIMESTAMP_SECONDS_MIN).setNanos(0).build();
76 Timestamp.newBuilder().setSeconds(TIMESTAMP_SECONDS_MAX).setNanos(999999999).build();
81 public static final Timestamp EPOCH = Timestamp.newBuilder().setSeconds(0).setNanos(0).build();
398 Timestamp timestamp = Timestamp.newBuilder().setSeconds(seconds).setNanos(nanos).build(); in normalizedTimestamp()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DDurations.java64 Duration.newBuilder().setSeconds(DURATION_SECONDS_MIN).setNanos(-999999999).build();
68 Duration.newBuilder().setSeconds(DURATION_SECONDS_MAX).setNanos(999999999).build();
71 public static final Duration ZERO = Duration.newBuilder().setSeconds(0L).setNanos(0).build();
280 .setSeconds(checkedMultiply(days, SECONDS_PER_DAY)) in fromDays()
289 .setSeconds(checkedMultiply(hours, SECONDS_PER_HOUR)) in fromHours()
298 .setSeconds(checkedMultiply(minutes, SECONDS_PER_MINUTE)) in fromMinutes()
452 Duration duration = Duration.newBuilder().setSeconds(seconds).setNanos(nanos).build(); in normalizedDuration()
H A DTimestamps.java70 Timestamp.newBuilder().setSeconds(TIMESTAMP_SECONDS_MIN).setNanos(0).build();
76 Timestamp.newBuilder().setSeconds(TIMESTAMP_SECONDS_MAX).setNanos(999999999).build();
81 public static final Timestamp EPOCH = Timestamp.newBuilder().setSeconds(0).setNanos(0).build();
398 Timestamp timestamp = Timestamp.newBuilder().setSeconds(seconds).setNanos(nanos).build(); in normalizedTimestamp()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/protoc-gen-validate/java/pgv-java-stub/src/main/java/io/envoyproxy/pgv/
H A DTimestampValidation.java26 .setSeconds(seconds) in toTimestamp()
36 .setSeconds(seconds) in toDuration()
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/envoyproxy/protoc-gen-validate/java/pgv-java-stub/src/main/java/io/envoyproxy/pgv/
H A DTimestampValidation.java26 .setSeconds(seconds) in toTimestamp()
36 .setSeconds(seconds) in toDuration()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/java/pgv-java-stub/src/main/java/io/envoyproxy/pgv/
H A DTimestampValidation.java26 .setSeconds(seconds) in toTimestamp()
36 .setSeconds(seconds) in toDuration()
/dports/www/tusd/tusd-1.8.0/vendor/github.com/envoyproxy/protoc-gen-validate/java/pgv-java-stub/src/main/java/io/envoyproxy/pgv/
H A DTimestampValidation.java26 .setSeconds(seconds) in toTimestamp()
36 .setSeconds(seconds) in toDuration()
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/java/pgv-java-stub/src/main/java/io/envoyproxy/pgv/
H A DTimestampValidation.java26 .setSeconds(seconds) in toTimestamp()
36 .setSeconds(seconds) in toDuration()
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/envoyproxy/protoc-gen-validate/java/pgv-java-stub/src/main/java/io/envoyproxy/pgv/
H A DTimestampValidation.java26 .setSeconds(seconds) in toTimestamp()
36 .setSeconds(seconds) in toDuration()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/java/util/src/test/java/com/google/protobuf/util/
H A DTimeUtilTest.java148 Timestamp.newBuilder().setSeconds(TimeUtil.TIMESTAMP_SECONDS_MIN - 1).build(); in testTimetampInvalidFormat()
158 Timestamp.newBuilder().setSeconds(TimeUtil.TIMESTAMP_SECONDS_MAX + 1).build(); in testTimetampInvalidFormat()
249 duration = Duration.newBuilder().setSeconds(1).build(); in testDurationStringFormat()
280 Duration value = Duration.newBuilder().setSeconds(TimeUtil.DURATION_SECONDS_MIN - 1).build(); in testDurationInvalidFormat()
289 Duration value = Duration.newBuilder().setSeconds(TimeUtil.DURATION_SECONDS_MAX + 1).build(); in testDurationInvalidFormat()
298 Duration value = Duration.newBuilder().setSeconds(1).setNanos(-1).build(); in testDurationInvalidFormat()
307 Duration value = Duration.newBuilder().setSeconds(-1).setNanos(1).build(); in testDurationInvalidFormat()
/dports/lang/smalltalk/smalltalk-3.2.5/kernel/
H A DTime.st61 ^self new setSeconds: self utcSecondClock
69 ^self new setSeconds: 0
175 ^self new setSeconds: self primSecondClock
182 ^self basicNew setSeconds: 0
189 ^self new setSeconds: secondCount
397 ^Time new setSeconds: seconds + timeAmount
405 ^Time new setSeconds: seconds + timeAmount asSeconds
413 ^Time new setSeconds: seconds - timeAmount asSeconds
429 setSeconds: secs [
/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/core/
H A Dtime.cpp23 setSeconds(seconds); in Time()
100 Time::setSeconds(int seconds) in setSeconds() function in Time
/dports/devel/eris/eris-1.3.23/test/
H A DcalendarTest.cpp55 sight->setSeconds(2000000); in testSimpleCalendar()
68 sight->setSeconds(67881726); in testSimpleCalendar()
/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/
H A Ddate_test.go78 test(`abc = new Date(12564504e5); abc.setSeconds("61"); abc.toUTCString()`, time0.Format(format))
293 abc.setSeconds(10, 12);
295 def.setSeconds(10);
313 test(`Date.prototype.setSeconds.length`, 2)
331 def.setSeconds(10);
369 def.setSeconds(10);
/dports/www/p5-JE/JE-0.066/t/
H A D15.09-dates.t1509 method_boilerplate_tests(Date.prototype,'setSeconds',2)
1514 ok(d.getSeconds() === 1, 'getSeconds after setSeconds with strings')
1519 ok(d.setSeconds(15)===d.getTime(), 'retval of setSeconds')
1520 is(d.getYear(), e.getYear(), 'setSeconds does not change the year')
1522 is(d.getDate(), e.getDate(), 'setSeconds does not change the date')
1525 is(d.getSeconds(), 15, 'setSeconds changes the seconds')
1527 'setSeconds does not change the ms')
1537 is(d.getSeconds(), 15, 'setSeconds w/2 args sets the sec')
1539 'setSeconds w/2 args changes the ms')
1542 ok(is_nan(d.setSeconds()), 'setSeconds without arguments')
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Form/classes/
H A Dclass.ilDurationInputGUI.php129 public function setSeconds($a_seconds) function in ilDurationInputGUI
279 $this->setSeconds($a_values[$this->getPostVar()]["ss"]);
482 $this->setSeconds($data["seconds"]);
/dports/www/ilias6/ILIAS-6.14/Services/Form/classes/
H A Dclass.ilDurationInputGUI.php129 public function setSeconds($a_seconds) function in ilDurationInputGUI
279 $this->setSeconds($a_values[$this->getPostVar()]["ss"]);
482 $this->setSeconds($data["seconds"]);
/dports/devel/pear-phing/phing-2.6.1/types/selectors/
H A DDateSelector.php78 public function setSeconds($seconds) { function in DateSelector
103 $this->setSeconds($dt);
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/
H A Dtest_qgsinterval.py32 i.setSeconds(5)
48 i.setSeconds(60)
105 i1.setSeconds(6)
300 i.setSeconds(100)
320 i.setSeconds(100)
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/python/
H A Dtest_qgsinterval.py32 i.setSeconds(5)
48 i.setSeconds(60)
105 i1.setSeconds(6)
/dports/devel/atlas-devel/Atlas-C++-0.6.4/Atlas/Objects/
H A DRootOperation.h83 inline void setSeconds(double val);
250 void RootOperationData::setSeconds(double val) in setSeconds() function
365 setSeconds(((RootOperationData*)m_defaults)->attr_seconds); in modifySeconds()
/dports/devel/atlas/Atlas-C++-0.5.2/Atlas/Objects/Operation/
H A DRootOperation.h68 inline void setSeconds(double val);
154 void RootOperation::setSeconds(double val) in setSeconds() function
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/TagManager/
H A DTimestamp.php31 public function setSeconds($seconds) function in Google_Service_TagManager_Timestamp

12345678910>>...29