geoip_add_js |
./geoip.module |
Helper function to add the GeoIP JavaScript. |
|
|
geoip_admin_delete_mapping |
geoip_language/geoip_language.admin.inc |
|
|
1 |
geoip_admin_delete_mapping_submit |
geoip_language/geoip_language.admin.inc |
|
|
|
geoip_admin_settings |
./geoip.admin.inc |
Menu callback and form builder for admin/settings/geoip. |
|
1 |
geoip_city |
./geoip.module |
API function to return the city data for a given IP. |
|
|
geoip_close |
lib/geoip.inc |
|
2 |
|
geoip_country_code |
./geoip.module |
API function to return the country code for a given IP. Defaults to using the
current user's IP if not specified. This function works with both the country
and city level databases. |
3 |
|
geoip_country_code_by_addr |
lib/geoip.inc |
|
1 |
|
geoip_country_code_by_name |
lib/geoip.inc |
|
|
|
geoip_country_id_by_addr |
lib/geoip.inc |
|
3 |
|
geoip_country_id_by_name |
lib/geoip.inc |
|
2 |
|
geoip_country_name_by_addr |
lib/geoip.inc |
|
|
|
geoip_country_name_by_name |
lib/geoip.inc |
|
|
|
geoip_country_values |
./geoip.module |
Return a list of country codes as specified by http://www.maxmind.com/app/iso3166 |
6 |
|
geoip_data_file |
./geoip.module |
Return the path of the GeoIP.dat data file. |
2 |
2 |
geoip_data_file_validate |
./geoip.admin.inc |
Validate that the geoip_data_file exists. |
|
1 |
geoip_get_path |
./geoip.module |
Get the file path of the GeoIP module. |
1 |
|
geoip_init |
./geoip.module |
Implementation of hook_init(). |
|
|
geoip_instance |
./geoip.module |
Singleton wrapper around geoip_open(). |
2 |
|
geoip_ip_address |
./geoip.module |
Helper function to get the current IP address. |
2 |
|
geoip_json_country |
./geoip.module |
Callback handler that returns JSON data of the country. |
|
1 |
geoip_language_detect_language |
geoip_language/geoip_language.module |
Return the language object mapped to the current GeoIP detected country. |
1 |
|
geoip_language_flush_caches |
geoip_language/geoip_language.module |
Implementation of hook_flush_caches(). |
|
|
geoip_language_form_locale_languages_configure_form_alter |
geoip_language/geoip_language.module |
Implementation of hook_form_locale_languages_configure_form_alter(). |
|
|
geoip_language_help |
geoip_language/geoip_language.module |
Implementation of hook_help(). |
|
|
geoip_language_init |
geoip_language/geoip_language.module |
Implementation of hook_init(). |
|
|
geoip_language_install |
geoip_language/geoip_language.install |
Implementation of hook_install(). |
|
|
geoip_language_mappings |
geoip_language/geoip_language.module |
API function to return the country-language mapping. |
7 |
|
geoip_language_mapping_create |
geoip_language/geoip_language.module |
API function to create a new mapping. |
2 |
|
geoip_language_mapping_delete |
geoip_language/geoip_language.module |
API function to delete a mapping. |
1 |
|
geoip_language_menu |
geoip_language/geoip_language.module |
Implementation of hook_menu(). |
|
|
geoip_language_negotiation |
geoip_language/geoip_language.module |
Determine the appropriate language based on path prefix, with fallbacks for
user preferred language and GeoIP mapped language. |
1 |
|
geoip_language_schema |
geoip_language/geoip_language.install |
Implementation of hook_schema(). |
|
|
geoip_language_settings_form |
geoip_language/geoip_language.admin.inc |
FAPI callback for creating a new country-language mapping. |
|
1 |
geoip_language_settings_form_submit |
geoip_language/geoip_language.admin.inc |
FAPI submit handler. |
|
|
geoip_language_settings_overview |
geoip_language/geoip_language.admin.inc |
Menu callback for admin/settings/language/geoip |
|
1 |
geoip_language_uninstall |
geoip_language/geoip_language.install |
Implementation of hook_uninstall(). |
|
|
geoip_load_shared_mem |
lib/geoip.inc |
|
|
|
geoip_menu |
./geoip.module |
Implementation of hook_menu(). |
|
|
geoip_open |
lib/geoip.inc |
|
1 |
|
geoip_org_by_addr |
lib/geoip.inc |
|
|
|
GeoIP_record_by_addr |
lib/geoipcity.inc |
|
|
|
geoip_region_by_addr |
lib/geoip.inc |
|
|
|
geoip_region_name |
./geoip.module |
API function to retrieve the region name, given a country code and region
code. |
|
|
geoip_requirements |
./geoip.module |
Implementation of hook_requirements(). |
|
|
geoip_update_6000 |
./geoip.install |
We're changing the default path. If it's been working for them make sure
it is set and not relying on the default value. |
|
|
getdnsattributes |
lib/geoip.inc |
|
|
|
getrecordwithdnsservice |
lib/geoipcity.inc |
|
|
|
page_cache_fastpath |
geoip_language/geoip_language.fastpath.inc |
@file
description |
|
|
_geoip_country_values |
./geoip.values.inc |
Return a list of country codes as specified by http://www.maxmind.com/app/iso3166 |
1 |
|