theme_weather |
./weather.module |
Custom theme function for the weather block output |
|
|
weather_block |
./weather.module |
Generate HTML for the weather block |
|
|
weather_custom_block |
./weather.module |
Show a configuration page for a custom weather block |
|
1 |
weather_custom_block_form |
./weather.module |
Construct the configuration form for a weather block |
|
1 |
weather_custom_block_form_submit |
./weather.module |
Handle the submission of the custom weather block |
|
|
weather_custom_block_form_validate |
./weather.module |
Check the submission of the custom weather block |
|
|
weather_get_metar |
./weather.module |
Fetches the latest METAR data from the database or internet |
1 |
|
weather_install |
./weather.install |
Implementation of hook_install(). |
|
|
weather_menu |
./weather.module |
Implementation of hook_menu(). |
|
|
weather_parse_metar |
./weather_parser.inc |
Parses a raw METAR data string |
1 |
|
weather_perm |
./weather.module |
Implementation of hook_perm(). |
|
|
weather_store_metar |
./weather.module |
Stores parsed METAR data in the database |
1 |
|
weather_uninstall |
./weather.install |
Implementation of hook_uninstall(). |
|
|
weather_update_1 |
./weather.install |
Implementation of hook_update_N(). |
|
|
weather_update_2 |
./weather.install |
|
|
|
weather_update_3 |
./weather.install |
|
|
|
_weather_format_condition |
./weather.module |
Format the weather condition and phenomena (rain, drizzle, ...) |
1 |
|
_weather_format_pressure |
./weather.module |
Convert pressure |
1 |
|
_weather_format_relative_humidity |
./weather.module |
Calculate the relative humidity |
1 |
|
_weather_format_temperature |
./weather.module |
Convert temperatures |
1 |
|
_weather_format_visibility |
./weather.module |
Convert the visibility |
1 |
|
_weather_format_wind |
./weather.module |
Convert wind |
1 |
|
_weather_get_config |
./weather.module |
Return the configuration for the given user id. |
2 |
|
_weather_get_configs_in_use |
./weather.module |
Determine how many configurations exist for the given user id. |
2 |
|
_weather_get_countries |
./icao_codes.inc |
|
1 |
|
_weather_get_country_from_icao |
./icao_codes.inc |
|
2 |
|
_weather_get_first_valid_config |
./weather.module |
Return the first valid configuration or 1 if there is none |
2 |
|
_weather_get_free_config |
./weather.module |
Return the first unused configuration number |
1 |
|
_weather_get_image |
./weather.module |
|
1 |
|
_weather_get_lat_long |
./icao_codes.inc |
|
1 |
|
_weather_get_places |
./icao_codes.inc |
|
1 |
|
_weather_parse_condition |
./weather_parser.inc |
Extract the condition information |
1 |
|
_weather_parse_icao |
./weather_parser.inc |
Extract the ICAO code |
1 |
|
_weather_parse_phenomena |
./weather_parser.inc |
Extract the phenomena information |
1 |
|
_weather_parse_pressure |
./weather_parser.inc |
Extract the pressure information |
1 |
|
_weather_parse_reporttype |
./weather_parser.inc |
Extract the report type |
1 |
|
_weather_parse_stop |
./weather_parser.inc |
Decide whether to stop parsing |
1 |
|
_weather_parse_temperature |
./weather_parser.inc |
Extract the temperature information |
1 |
|
_weather_parse_timestamp |
./weather_parser.inc |
Extract the timestamp |
1 |
|
_weather_parse_visibility |
./weather_parser.inc |
Extract the visibility information |
1 |
|
_weather_parse_wind |
./weather_parser.inc |
Extract the wind information |
1 |
|
_weather_retrieve_data |
./weather.module |
Retrieve data from weather.noaa.gov |
1 |
|
_weather_setup_icao_codes |
./icao_codes.inc |
|
5 |
|
_weather_sunrise_sunset |
./weather.module |
Internal helper function to calculate the sunrise and sunset times
for a given location |
1 |
|