Home
last modified time | relevance | path

Searched refs:speed_unit (Results 1 – 25 of 37) sorted by relevance

12

/dports/astro/gpsd/gpsd-3.20/
H A Dxgpsspeed67 def __init__(self, speed_unit=None):
78 self.speed_unit = speed_unit or self.MPH_UNIT_LABEL
82 % (repr(speed_unit))
89 def __init__(self, speed_unit=None):
260 self.speed_unit
603 self.speed_unit = speed_unit
629 speed_unit=self.speed_unit,
633 self.widget = LandSpeedometer(speed_unit=self.speed_unit)
769 speed_unit=self.speed_unit,
774 widget = LandSpeedometer(speed_unit=self.speed_unit)
[all …]
/dports/x11/mate-panel/mate-panel-1.26.1/applets/clock/
H A Dclock-location.c44 SpeedUnit speed_unit; member
127 priv->speed_unit = prefs->speed_unit; in clock_location_new()
199 priv->speed_unit = SPEED_UNIT_MS; in clock_location_init()
657 if (priv->speed_unit > SPEED_UNIT_DEFAULT) in update_weather_info()
658 prefs.speed_unit = priv->speed_unit; in update_weather_info()
704 prefs.speed_unit = priv->speed_unit; in setup_weather_updates()
740 priv->speed_unit = prefs->speed_unit; in clock_location_set_weather_prefs()
H A Dclock.c155 SpeedUnit speed_unit; member
2206 prefs.speed_unit = cd->speed_unit; in location_start_element()
2307 prefs.speed_unit = cd->speed_unit; in update_weather_locations()
2339 if (oldvalue != cd->speed_unit) in temperature_unit_changed()
2350 cd->speed_unit = g_settings_get_enum (settings, key); in speed_unit_changed()
2351 if (cd->speed_unit > 0) in speed_unit_changed()
2357 if (oldvalue != cd->speed_unit) in speed_unit_changed()
2677 prefs.speed_unit = cd->speed_unit; in run_prefs_edit_save()
3036 old_value = cd->speed_unit; in speed_combo_changed()
3161 if (cd->speed_unit > 0) in fill_prefs_window()
[all …]
/dports/net-mgmt/nagios-snmp-plugins-extras/plugins/
H A Dcheck_snmp_int.pl549 my $speed_unit=undef;
606 $speed_unit="%";
611 $speed_unit="Mbps";
614 $speed_unit="Gbps";
617 $speed_unit="Kbps";
622 $speed_unit="MBps";
625 $speed_unit="GBps";
628 $speed_unit="KBps";
706 if ( $l==0 || $l == 1) { $print_out.= $speed_unit; }
/dports/net/measurement-kit/measurement-kit-0.10.14/example/nettests/
H A Dsimple.cpp41 std::string speed_unit = doc["speed"][1]; in main() local
43 speed, speed_unit.c_str()); in main()
H A Dmultithread.cpp123 std::string speed_unit = doc["speed"][1]; in main() local
125 elapsed_unit.c_str(), speed, speed_unit.c_str()); in main()
/dports/games/pioneer/pioneer-20210723/data/pigui/modules/flight-ui/
H A Dreticule.lua321 local speed, speed_unit = ui.Format.Speed(approach_speed)
325 …{ text=speed_unit, color=colorDark, font=pionillium.small, tooltip=lui.HUD_SPEED_OF_APPROACH_TO_…
335 speed, speed_unit = ui.Format.Speed(velocity:length())
351 …{ text=speed_unit, color=colorDark, font=pionillium.small, tooltip=lui.HUD_SPEED_RELATIVE_TO_…
370 local speed, speed_unit = ui.Format.Speed(approach_speed)
378 …{ text=speed_unit, color=colors.frameDark, font=pionillium.small, tooltip=lui.HUD_SPEED_OF_APPROA…
390 speed, speed_unit = ui.Format.Speed(velocity:length())
394 …{ text=speed_unit, color=colors.frameDark, font=pionillium.small, tooltip=lui.HUD_SPEED_RELA…
409 local speed, speed_unit = ui.Format.Speed(maneuverSpeed)
417 …{ text=speed_unit, color=colors.maneuverDark, font=pionillium.small, tooltip=lui.HUD_DELT…
/dports/games/pioneer/pioneer-20210723/data/pigui/modules/
H A Dplanetary-info.lua45 local speed,speed_unit = ui.Format.Speed(vspd)
46 ui.text(speed .. speed_unit)
/dports/misc/ansiweather/ansiweather-1.18.0/
H A Dansiweather317 speed_unit="m/s"
323 speed_unit="mph"
420 output="$output$dashes$text $wind_text$delimiter$data $wind $speed_unit $direction "
/dports/games/xonotic/Xonotic/source/qcsrc/client/
H A Dmain.qh109 float GetSpeedUnitFactor(int speed_unit);
110 string GetSpeedUnit(int speed_unit);
/dports/devel/libburn/libburn-1.5.4/test/
H A Dtelltoc.c249 char profile_name[80], speed_unit[40]; in telltoc_media() local
265 strcpy(speed_unit,"176.4 kB/s (CD, data speed 150 KiB/s)"); in telltoc_media()
268 strcpy(speed_unit,"1385.0 kB/s (DVD)"); in telltoc_media()
271 strcpy(speed_unit,"4495.625 kB/s (BD)"); in telltoc_media()
400 printf("Speed unit 1x: %s\n", speed_unit); in telltoc_media()
/dports/net/libmateweather/libmateweather-1.26.0/libmateweather/
H A Dmateweather-prefs.h50 SpeedUnit speed_unit; member
H A Dmateweather-prefs.c81 prefs->speed_unit = g_settings_get_enum (settings, GSETTINGS_SPEED_UNIT); in mateweather_prefs_load()
H A Dweather.c522 info->speed_unit = prefs->speed_unit; in _weather_info_fill()
664 info->speed_unit = SPEED_UNIT_MS; in weather_info_to_metric()
675 info->speed_unit = SPEED_UNIT_MPH; in weather_info_to_imperial()
967 windspeed_string (info->windspeed, info->speed_unit)); in weather_info_get_wind()
1622 res = speed_value (info->windspeed, unit, speed, info->speed_unit); in weather_info_get_value_wind()
H A Dweather-priv.h67 SpeedUnit speed_unit; member
H A Dweather.h120 SpeedUnit speed_unit; member
/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dgps.c124 char speed_unit; in decode_gps_rmc() local
320 speed_unit='K'; in decode_gps_rmc()
352 xastir_snprintf(unit, unit_length, "%c", speed_unit); in decode_gps_rmc()
/dports/sysutils/xorriso/libisoburn-1.5.0/xorriso/
H A Ddrive_mgt.c1646 *speed_unit= "D"; in Xorriso_choose_speed_factor()
1668 *speed_unit= "C"; in Xorriso_choose_speed_factor()
1670 *speed_unit= "B"; in Xorriso_choose_speed_factor()
1673 *speed_unit= "C"; in Xorriso_choose_speed_factor()
1675 *speed_unit= "B"; in Xorriso_choose_speed_factor()
1679 *speed_unit= "C"; in Xorriso_choose_speed_factor()
1682 *speed_unit= "B"; in Xorriso_choose_speed_factor()
1684 if((*speed_unit)[0] == 'C') in Xorriso_choose_speed_factor()
1686 else if((*speed_unit)[0] == 'B') in Xorriso_choose_speed_factor()
1717 char *respt, *speed_unit= "D"; in Xorriso_list_speeds_sub() local
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/sdmmc/
H A Dsdmmc_cis.c79 static const int speed_unit[] = { 10, 100, 1000, 10000, }; in decode_funce_common() local
98 speed_val[max_tran_speed >> 3] * speed_unit[max_tran_speed & 7]; in decode_funce_common()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mmc/core/
H A Dsdio_cis.c107 static const unsigned int speed_unit[8] = variable
167 speed_unit[buf[3] & 7]; in cistpl_funce_common()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mmc/core/
H A Dsdio_cis.c107 static const unsigned int speed_unit[8] = variable
167 speed_unit[buf[3] & 7]; in cistpl_funce_common()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mmc/core/
H A Dsdio_cis.c107 static const unsigned int speed_unit[8] = variable
167 speed_unit[buf[3] & 7]; in cistpl_funce_common()
/dports/x11/mate-applets/mate-applets-1.26.0/mateweather/src/
H A Dmateweather-applet.c339 gw_applet->mateweather_pref.speed_unit = SPEED_UNIT_INVALID; in mateweather_applet_create()
544 prefs.speed_unit = gw_applet->mateweather_pref.speed_unit; in mateweather_update()
/dports/astro/foxtrotgps/foxtrotgps-1.2.2/data/
H A Dorg.foxtrotgps.convert6 speed-unit = /apps/foxtrotgps/speed_unit
/dports/net-mgmt/py-napalm/napalm-3.3.1/napalm/nxos_ssh/
H A Dnxos_ssh.py169 speed_unit = match.group("speed_unit")
170 speed_unit = speed_unit.rstrip(",")
172 if speed_unit != "Kbit":

12