Home
last modified time | relevance | path

Searched refs:sunset_time (Results 1 – 7 of 7) sorted by relevance

/dports/sysutils/gnome-settings-daemon/gnome-settings-daemon-3.38.2/plugins/color/
H A Dgsd-night-light-common.c99 gdouble sunset_time = solar_noon + ha_sunrise * 4 / 1440; // Z2 in gsd_night_light_get_sunrise_sunset() local
105 *sunset = sunset_time * 24; in gsd_night_light_get_sunrise_sunset()
/dports/databases/grass7/grass-7.8.6/raster/r.sun/
H A Drsunlib.c162 sungeom->sunset_time = (pom - 90) / 15 + 18; in com_par_const()
168 sungeom->sunset_time = 24; in com_par_const()
174 sungeom->sunset_time = 12; in com_par_const()
212 sungeom->sunset_time = 24; in com_par()
223 sungeom->sunset_time = 24; in com_par()
H A Dsunradstruct.h43 double sunset_time; member
H A Dmain.c1409 lastAngle = (sunGeom->sunset_time - 12) * HOURANGLE; in joules2()
1959 sunset_min = AMIN1(sunset_min, sunGeom.sunset_time); in calculate()
1960 sunset_max = AMAX1(sunset_max, sunGeom.sunset_time); in calculate()
2065 sunGeom.sunset_time); in calculate()
2069 sunGeom.sunset_time - sunGeom.sunrise_time); in calculate()
/dports/deskutils/gnome-clocks/gnome-clocks-40.0/src/
H A Dworld-item.vala124 var sunset_time = new GLib.DateTime.from_unix_local (sunset);
125 sunset_time = sunset_time.to_timezone ((TimeZone) time_zone);
126 return Utils.WallClock.get_default ().format_time (sunset_time);
/dports/misc/ansiweather/ansiweather-1.18.0/
H A Dansiweather285 sunset_time=$(epoch_to_time "$sunset")
435 … $sunrise_text$delimiter$data $sunrise_time $dashes$text $sunset_text$delimiter$data $sunset_time "
/dports/x11/mate-panel/mate-panel-1.26.1/applets/clock/
H A Dclock-location-tile.c581 time_t sunrise_time, sunset_time; in weather_info_setup_tooltip() local
629 if (weather_info_get_value_sunset (info, &sunset_time)) in weather_info_setup_tooltip()
630 sunset_str = convert_time_to_str (sunset_time, clock_format); in weather_info_setup_tooltip()