Home
last modified time | relevance | path

Searched refs:timeframes (Results 1 – 25 of 41) sorted by relevance

12

/dports/multimedia/tautulli/Tautulli-2.8.0/lib/arrow/
H A Dlocales.py307 timeframes = { variable in EnglishLocale
411 timeframes = { variable in ItalianLocale
484 timeframes = { variable in SpanishLocale
559 timeframes = { variable in FrenchBaseLocale
665 timeframes = { variable in GreekLocale
735 timeframes = { variable in JapaneseLocale
796 timeframes = { variable in SwedishLocale
952 timeframes = { variable in ChineseCNLocale
1013 timeframes = { variable in ChineseTWLocale
1073 timeframes = { variable in HongKongLocale
[all …]
H A Darrow.py1273 timeframes: List[Tuple[TimeFrameLiteral, float]] = []
1280 timeframes.append(
1284 timeframes.append((_frame, value))
1301 if len(timeframes) < len(granularity):
1307 return locale.describe_multi(timeframes, only_distance=only_distance)
1369 for unit, unit_object in locale_obj.timeframes.items():
/dports/devel/py-arrow/arrow-1.2.1/arrow/
H A Dlocales.py307 timeframes = { variable in EnglishLocale
411 timeframes = { variable in ItalianLocale
484 timeframes = { variable in SpanishLocale
559 timeframes = { variable in FrenchBaseLocale
665 timeframes = { variable in GreekLocale
735 timeframes = { variable in JapaneseLocale
796 timeframes = { variable in SwedishLocale
952 timeframes = { variable in ChineseCNLocale
1013 timeframes = { variable in ChineseTWLocale
1073 timeframes = { variable in HongKongLocale
[all …]
H A Darrow.py1273 timeframes: List[Tuple[TimeFrameLiteral, float]] = []
1280 timeframes.append(
1284 timeframes.append((_frame, value))
1301 if len(timeframes) < len(granularity):
1307 return locale.describe_multi(timeframes, only_distance=only_distance)
1369 for unit, unit_object in locale_obj.timeframes.items():
/dports/net-mgmt/icingaweb2-module-reporting/icingaweb2-module-reporting-0.9.2/library/Reporting/
H A DDatabase.php35 $timeframes = [];
38 $timeframes[$row->id] = $row->name;
41 return $timeframes;
/dports/emulators/fs-uae/fs-uae-3.1.35/src/od-fs/
H A Daudio.cpp240 if (statuscnt > 0 && tframe != timeframes) { in finish_sound_buffer()
241 tframe = timeframes; in finish_sound_buffer()
/dports/audio/uade/uade-2.13/src/include/
H A Dcustom.h105 extern unsigned long frametime, timeframes;
/dports/emulators/uae/uae-0.8.29/src/include/
H A Dcustom.h115 extern unsigned long frametime, timeframes;
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Dcustom.h152 extern unsigned long frametime, timeframes;
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Dcustom.h171 extern unsigned long frametime, timeframes;
/dports/audio/uade/uade-2.13/src/
H A Dcustom.c158 unsigned long int frametime = 0, timeframes = 0;
1222 timeframes++;
1358 if (timeframes) {
1360 frametime / timeframes, timeframes, frametime);
/dports/emulators/fs-uae/fs-uae-3.1.35/src/dosbox/
H A Dcmos.cpp151 extern unsigned long int timeframes;
/dports/science/lammps/lammps-stable_29Sep2021/python/examples/pizza/
H A Dgl.py508 self.timeframes = []
526 self.timeframes.append(time)
537 self.nframes = len(self.timeframes)
730 return (self.timeframes[index],len(self.atomdraw))
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/python/examples/pizza/
H A Dgl.py505 self.timeframes = []
523 self.timeframes.append(time)
534 self.nframes = len(self.timeframes)
727 return (self.timeframes[index],len(self.atomdraw))
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/guilib/
H A DGUIEPGGridContainer.dox226 | timeblocks | The number of timeframes on the ruler.
/dports/emulators/uae/uae-0.8.29/src/
H A Dcustom.c187 unsigned long int msecs = 0, frametime = 0, lastframetime = 0, timeframes = 0; variable
3402 timeframes++; in vsync_handler()
3404 if ((timeframes & 127) == 0) in vsync_handler()
3405 gui_fps (1000 * timeframes / frametime); in vsync_handler()
3673 if (timeframes) { in dumpcustom()
3675 (double)frametime / timeframes, timeframes, frametime); in dumpcustom()
/dports/devel/py-datadog/datadog-0.42.0/datadog/dogshell/
H A Dservice_level_objective.py384 ops = {args.slo_id: args.timeframes}
/dports/finance/py-backtrader/backtrader-1.9.74.123/
H A DREADME.rst85 - Multiple timeframes at once
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dcustom.cpp366 unsigned long int frametime = 0, lastframetime = 0, timeframes = 0; variable
1326 corrupt_offset = (vpos ^ (timeframes << 12)) & 0xff00;
7542 timeframes++;
7548 if ((timeframes & 7) == 0) {
7566 if ((timeframes & 15) == 0) {
8320 if (timeframes & 1) {
8722 if (timeframes) {
8724 (double)frametime / timeframes, timeframes, frametime);
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dcustom.c363 unsigned long int frametime = 0, lastframetime = 0, timeframes = 0; variable
5917 timeframes++; in fpscounter()
5919 if ((timeframes & 7) == 0) { in fpscounter()
5942 if ((timeframes & 15) == 0) { in fpscounter()
7031 if (timeframes) { in dumpcustom()
7033 (double)frametime / timeframes, timeframes, frametime); in dumpcustom()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/docs/src/whatsnew/
H A D0.11.rst315 timeframes.
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/doc/design/
H A Dcomponents.md5 …Agile processes, is driven by a need to have a useful product in short timeframes, and to manage r…
/dports/emulators/hatari/hatari-2.2.1/src/cpu/
H A Ddebug.c1928 dma_record_frame[dma_record_toggle] = timeframes; in record_dma()
5936 history[lasthist].fp = timeframes; in addhistory()
6149 if (last_frame + 2 >= timeframes) { in debug()
6188 last_frame = timeframes; in debug()
H A Dnewcpu.c5232 if (timeframes != vsyncstate) {
5233 vsyncstate = timeframes;
6086 if (framecnt != timeframes) {
6087 framecnt = timeframes;
/dports/net-mgmt/pmacct/pmacct-1.7.5/docs/
H A DINTERNALS333 space wasting. (b) when using timestamps to break down aggregates into timeframes ('sql_history' ke…

12