Home
last modified time | relevance | path

Searched refs:geoname_id (Results 1 – 25 of 54) sorted by relevance

123

/dports/net/py-GeoIP2/GeoIP2-python-4.2.0/geoip2/
H A Drecords.py91 geoname_id: Optional[int]
97 geoname_id: Optional[int] = None,
102 self.geoname_id = geoname_id
145 geoname_id: Optional[int]
151 geoname_id: Optional[int] = None,
156 self.geoname_id = geoname_id
213 geoname_id: Optional[int]
221 geoname_id: Optional[int] = None,
228 self.geoname_id = geoname_id
518 geoname_id: Optional[int]
[all …]
/dports/net/p5-GeoIP2/GeoIP2-2.006002/t/GeoIP2/Model/
H A DCountry.t12 geoname_id => 42,
16 geoname_id => 1,
24 geoname_id => 2,
73 $model->continent->geoname_id,
75 'continent geoname_id is 42'
97 $model->country->geoname_id,
99 'country geoname_id is 1'
133 $model->registered_country->geoname_id,
135 'registered_country geoname_id is 2'
H A DCity.t18 geoname_id => 9876,
23 geoname_id => 42,
27 geoname_id => 1,
54 geoname_id => 2,
59 geoname_id => 3,
65 geoname_id => 574635,
H A DInsights.t19 geoname_id => 9876,
24 geoname_id => 42,
29 geoname_id => 1,
59 geoname_id => 2,
64 geoname_id => 3,
71 geoname_id => 574635,
H A Dnames.t23 geoname_id => 42,
30 geoname_id => 1,
/dports/net/p5-GeoIP2/GeoIP2-2.006002/t/GeoIP2/Database/
H A DReader-Enterprise.t30 is( $item->geoname_id, 5112335, 'geoname_id' );
35 is( $item->geoname_id, 6255149, 'geoname_id' );
73 is( $item->geoname_id, 6252001, 'geoname_id' );
109 is( $item->geoname_id, 6252001, 'geoname_id' );
132 is( $item->geoname_id, 5128638, 'geoname_id' );
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/geoip2/geoip2/
H A Drecords.pyi19 geoname_id: int
24 geoname_id: int
29 geoname_id: int
56 geoname_id: int
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2and3/geoip2/
H A Drecords.pyi19 geoname_id: int
24 geoname_id: int
29 geoname_id: int
56 geoname_id: int
/dports/sysutils/vector/vector-0.10.0/cargo-crates/maxminddb-0.14.0/src/maxminddb/
H A Dgeoip2.rs77 pub geoname_id: Option<u32>, field
85 pub geoname_id: Option<u32>, field
91 pub geoname_id: Option<u32>, field
112 pub geoname_id: Option<u32>, field
119 pub geoname_id: Option<u32>, field
/dports/security/webfwlog/webfwlog-1.1.1/pgsql/
H A Dpgsql_geoip2_tables.sql32 CREATE INDEX "geoname_id" ON "blocks" (geoname_id); index
57 PRIMARY KEY (geoname_id, locale_code)
/dports/net/p5-GeoIP2/GeoIP2-2.006002/
H A DREADME.md37 - [GeoIP2::Record::City](https://metacpan.org/pod/GeoIP2::Record::City) - `$city->geoname_id`
38 …ttps://metacpan.org/pod/GeoIP2::Record::Continent) - `$continent->code` or `$continent->geoname_id`
39 …tacpan.org/pod/GeoIP2::Record::RepresentedCountry) - `$country->iso_code` or `$country->geoname_id`
40 …acpan.org/pod/GeoIP2::Record::Subdivision) - `$subdivision->iso_code` or `$subdivision->geoname_id`
47 uniquely identified by a `geoname_id`, which is an integer.
50 `geoname_id` field. This is the ID of a geographical feature (city, region,
/dports/www/mod_maxminddb/mod_maxminddb-1.2.0/t/
H A Dx-forwarded-for.t58 MM_CONTINENT_GEONAME_ID => 'continent/geoname_id',
61 MM_COUNTRY_GEONAME_ID => 'country/geoname_id',
84 MM_SUBDIVISION_1_GEONAME_ID => 'subdivisions/:0/geoname_id',
/dports/security/silktools/silk-3.19.1/src/rwpmap/tests/
H A DGeoLite2-Country-Blocks-IPv4.csv1 network,geoname_id,registered_country_geoname_id,represented_country_geoname_id,is_anonymous_proxy,…
/dports/net/p5-GeoIP2/GeoIP2-2.006002/t/GeoIP2/WebService/
H A DClient.t19 geoname_id => 42,
23 geoname_id => 1,
160 $country->continent->geoname_id,
162 'continent geoname_id is 42'
184 $country->country->geoname_id,
186 'country geoname_id is 1'
/dports/net/p5-GeoIP2/GeoIP2-2.006002/lib/GeoIP2/Record/
H A DContinent.pm22 has geoname_id => ( attribute in GeoIP2::Record::Continent
H A DCity.pm22 has geoname_id => ( attribute in GeoIP2::Record::City
H A DSubdivision.pm22 has geoname_id => ( attribute in GeoIP2::Record::Subdivision
/dports/mail/spamassassin-devel/spamassassin-1ea352210/t/data/geodb/
H A Dcreate_GeoIP2-Country.pl10 geoname_id => 'uint32',
H A Dcreate_GeoIP2-City.pl14 geoname_id => 'uint32',
/dports/net/py-GeoIP2/GeoIP2-python-4.2.0/tests/
H A Dmodels_test.py140 model.subdivisions[0].geoname_id, 574635, "div 1 has correct geoname_id"
292 self.assertEqual(model.continent.geoname_id, 42, "continent geoname_id is 42")
300 self.assertEqual(model.country.geoname_id, 1, "country geoname_id is 1")
/dports/net/p5-GeoIP2/GeoIP2-2.006002/lib/GeoIP2/Role/Record/
H A DCountry.pm36 has geoname_id => (
/dports/net/py-GeoIP2/GeoIP2-python-4.2.0/
H A DREADME.rst414 * ``geoip2.records.City`` - ``city.geoname_id``
415 * ``geoip2.records.Continent`` - ``continent.code`` or ``continent.geoname_id``
416 …ountry`` and ``geoip2.records.RepresentedCountry`` - ``country.iso_code`` or ``country.geoname_id``
417 * ``geoip2.records.subdivision`` - ``subdivision.iso_code`` or ``subdivision.geoname_id``
439 uniquely identified by a ``geoname_id``, which is an integer.
442 ``geoname_id`` field. This is the ID of a geographical feature (city, region,
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/http_routing/
H A Dgeoipresolver.py53 … country, attr = (r.country, 'iso_code') if r.country.geoname_id else (r.continent, 'code')
/dports/net/p5-GeoIP2/GeoIP2-2.006002/t/lib/Test/
H A DGeoIP2.pm147 geoname_id => 9876,
/dports/dns/bind911/bind-9.11.37/bin/tests/system/geoip2/data/
H A Dwrite-test-data.pl71 geoname_id => 'uint32',

123