Home
last modified time | relevance | path

Searched refs:setMilliseconds (Results 1 – 25 of 188) sorted by relevance

12345678

/dports/multimedia/musique/musique-1.10.1/src/
H A Dhttputils.cpp13 throttledHttp->setMilliseconds(200); in lastFm()
33 throttledHttp->setMilliseconds(900); in discogs()
/dports/comms/cubicsdr/CubicSDR-0248e5a/src/util/
H A DTimer.cpp121 void Timer::setMilliseconds(unsigned long milliseconds_in) in setMilliseconds() function in Timer
130 setMilliseconds((long)(seconds_in*1000.0)); in setSeconds()
H A DTimer.h122 void setMilliseconds(unsigned long milliseconds_in);
/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/
H A Ddate_test.go75 …test(`abc = new Date(12564504e5); abc.setMilliseconds(2001); abc.toUTCString()`, time0.Format(form…
238 def = abc.setMilliseconds();
296 def.setMilliseconds(12);
332 def.setMilliseconds(12);
370 def.setMilliseconds(12);
/dports/multimedia/minitube/minitube-3.9.2/lib/http/src/
H A Dthrottledhttp.h11 void setMilliseconds(int milliseconds) { this->milliseconds = milliseconds; } in setMilliseconds() function
/dports/multimedia/musique/musique-1.10.1/lib/http/src/
H A Dthrottledhttp.h11 void setMilliseconds(int milliseconds) { this->milliseconds = milliseconds; } in setMilliseconds() function
/dports/www/p5-JE/JE-0.066/lib/JE/Object/
H A DDate.pm1038 name => 'setMilliseconds',
1041 name => 'setMilliseconds',
1069 value => $proto->prop('setMilliseconds'),
1454 name => 'setMilliseconds',
/dports/www/matomo/piwik/plugins/CoreHome/vue/src/Periods/
H A Dutilities.ts25 date.setMilliseconds(0);
H A DPeriods.spec.ts21 date.setMilliseconds(0);
/dports/www/ilias/ILIAS-5.4.25/Modules/Chatroom/chat/node_modules/cron-parser/lib/
H A Dindex.d.ts45 setMilliseconds(s: number): void
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/nashorn/script/basic/
H A DJDK-8013337.js.EXPECTED6 Date.prototype.setMilliseconds calls valueOf on arg
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/nashorn/script/basic/
H A DJDK-8013337.js.EXPECTED6 Date.prototype.setMilliseconds calls valueOf on arg
/dports/lang/rhino/rhino1_7R4/testsrc/doctests/
H A Ddate.parse.doctest12 js> var _ = d.setMilliseconds(0);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/nashorn/script/basic/
H A DJDK-8013337.js.EXPECTED6 Date.prototype.setMilliseconds calls valueOf on arg
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/nashorn/script/basic/
H A DJDK-8013337.js.EXPECTED6 Date.prototype.setMilliseconds calls valueOf on arg
/dports/www/ilias6/ILIAS-6.14/Modules/Chatroom/chat/node_modules/cron-parser/lib/
H A Dindex.d.ts45 setMilliseconds(s: number): void
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/nashorn/script/basic/
H A DJDK-8013337.js.EXPECTED6 Date.prototype.setMilliseconds calls valueOf on arg
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/test/script/basic/
H A DJDK-8013337.js.EXPECTED6 Date.prototype.setMilliseconds calls valueOf on arg
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/test/script/basic/
H A DJDK-8013337.js.EXPECTED6 Date.prototype.setMilliseconds calls valueOf on arg
/dports/multimedia/minitube/minitube-3.9.2/src/yt/invidious/
H A Dinvidious.cpp41 throttledHttp->setMilliseconds(500); in cachedHttp()
/dports/www/p5-JE/JE-0.066/t/
H A D15.09-dates.t1442 method_boilerplate_tests(Date.prototype,'setMilliseconds',1)
1445 ok(is_nan(new Date().setMilliseconds()), 'setMilliseconds without args')
1448 'setMilliseconds treats strings the same way as numbers')
1453 'retval of setMilliseconds')
1455 'affect of setMilliseconds')
1458 'retval of setMilliseconds(1000)')
1460 'affect of setMilliseconds(1000)')
1462 'affect of setMilliseconds(1000)')
1467 ok(error instanceof TypeError, 'setMilliseconds death')
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dop251/goja/
H A Ddate_test.go269 assert.sameValue((new Date(0)).setMilliseconds(2345), 2345, "setMilliseconds(2345)");
270 …assert.sameValue(new Date(1000).setMilliseconds(23450000000000), 23450000001000, "setMilliseconds(…
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dop251/goja/
H A Ddate_test.go269 assert.sameValue((new Date(0)).setMilliseconds(2345), 2345, "setMilliseconds(2345)");
270 …assert.sameValue(new Date(1000).setMilliseconds(23450000000000), 23450000001000, "setMilliseconds(…
/dports/editors/the/THE-3.3RC4/
H A Djs.tld242 setMilliseconds
H A Dhtml.tld242 setMilliseconds

12345678