Lines Matching refs:geo
314 if (!nv.geo ||nv.geo === '') nv.geo = 'ZZ';
319 if (nv.geo && nv.geo !== '') {
321 nv._country = countryName.of(nv.geo) ?? "Unknown";
559 me.addToCountries(v.geo, v._country, v._type);
1309 if (visitor.geo && visitor.geo !== 'ZZ') {
1310 return (countries.indexOf(visitor.geo) >= 0);
1319 if (visitor.geo && visitor.geo !== 'ZZ') {
1320 return (countries.indexOf(visitor.geo) < 0);
1745 if (data.geo && data.geo !=='') {
1747 'class': 'icon country ctry_' + data.geo.toLowerCase(),
1748 'data-ctry': data.geo,
1867 if (data.geo && data.geo !=='') {
1870 'class': 'country ctry_' + data.geo.toLowerCase(),
1871 'data-ctry': data.geo,
1873 }, data._country + ' (' + data.geo + ')'));