You are here

constant IP_GEOLOC_RANGE_SEPARATOR1 in IP Geolocation Views & Maps 8

Same name and namespace in other branches
  1. 7 ip_geoloc.module \IP_GEOLOC_RANGE_SEPARATOR1
4 uses of IP_GEOLOC_RANGE_SEPARATOR1
IpGeoLocGlobal::isInRange in src/Services/IpGeoLocGlobal.php
Determines if a value is within the supplied numeric or alphabetical range.
IpGeoLocGlobal::rangeWidgetValidate in src/Services/IpGeoLocGlobal.php
FAPI validation of a range element.
ip_geoloc_is_in_range in ./ip_geoloc.module
Determines if a value is within the supplied numeric or alphabetical range. String comparison is based on the ASCII/UTF8 order, so is case-sensitive.
ip_geoloc_range_widget_validate in ./ip_geoloc.module
FAPI validation of a range element.

File

./ip_geoloc.module, line 30
IPGV&M is a mapping engine for Views that contain locations of entities and/or visitors. Google Maps, Leaflet and OpenLayers2 maps are all supported and available through this module. Using a number of optional sources IPGV&M also retrieves…

Code

define('IP_GEOLOC_RANGE_SEPARATOR1', '--');