Home
last modified time | relevance | path

Searched refs:countrycode (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/dports/www/pear-Services_GeoNames/Services_GeoNames-1.0.1/tests/data/
H A Dtest_cities.dat4 "countrycode": "MX",
17 "countrycode": "PH",
30 "countrycode": "BD",
43 "countrycode": "KR",
56 "countrycode": "ID",
69 "countrycode": "JP",
82 "countrycode": "TW",
95 "countrycode": "CN",
108 "countrycode": "CO",
121 "countrycode": "HK",
/dports/www/pear-Services_GeoNames/Services_GeoNames-1.0.1/tests/
H A Dtest_cities.phpt26 [countrycode] => MX
41 [countrycode] => PH
56 [countrycode] => BD
71 [countrycode] => KR
86 [countrycode] => ID
101 [countrycode] => JP
116 [countrycode] => TW
131 [countrycode] => CN
146 [countrycode] => CO
161 [countrycode] => HK
/dports/www/joomla3/joomla3-3.9.24/libraries/cms/html/
H A Dtel.php37 $countrycode = $number[0];
43 $display[1] = $countrycode;
59 $display[1] = $countrycode;
69 $display[3] = $countrycode;
/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/src/
H A Dfmpaths.cpp108 QString countrycode(l_c.last()); in LocalizedDirPath() local
111 if((!langcode.isEmpty()) || (!countrycode.isEmpty())) in LocalizedDirPath()
113 names << base + langcode + sep + countrycode ; in LocalizedDirPath()
136 QString countrycode(l_c.last()); in LocalizedFilePath() local
139 if((!langcode.isEmpty()) || (!countrycode.isEmpty())) in LocalizedFilePath()
141 names << base + langcode + sep + countrycode + ext ; in LocalizedFilePath()
/dports/astro/marble/marble-21.12.3/src/lib/marble/geodata/handlers/kml/
H A DKmlCountrycodeTagHandler.cpp21 KML_DEFINE_TAG_HANDLER( countrycode ) in KML_DEFINE_TAG_HANDLER() argument
30 QString countrycode = parser.readElementText().trimmed(); in KML_DEFINE_TAG_HANDLER() local
32 parentItem.nodeAs<GeoDataPlacemark>()->setCountryCode( countrycode ); in KML_DEFINE_TAG_HANDLER()
H A DKmlCountryNameCodeTagHandler.cpp30 QString countrycode = parser.readElementText().trimmed(); in KML_DEFINE_TAG_HANDLER() local
32 parentItem.nodeAs<GeoDataPlacemark>()->setCountryCode( countrycode ); in KML_DEFINE_TAG_HANDLER()
/dports/www/moodle310/moodle/iplookup/
H A Dlib.php51 $countrycode = $record->country->isoCode;
53 if (isset($countries[$countrycode])) {
55 $info['country'] = $countries[$countrycode];
/dports/www/moodle311/moodle/iplookup/
H A Dlib.php51 $countrycode = $record->country->isoCode;
53 if (isset($countries[$countrycode])) {
55 $info['country'] = $countries[$countrycode];
/dports/www/moodle39/moodle/iplookup/
H A Dlib.php51 $countrycode = $record->country->isoCode;
53 if (isset($countries[$countrycode])) {
55 $info['country'] = $countries[$countrycode];
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/HelpBrowser/
H A DLuminancePaths.cpp80 QString countrycode(l_c.last()); in LocalizedDirPath() local
83 if ((!langcode.isEmpty()) || (!countrycode.isEmpty())) { in LocalizedDirPath()
84 names << base + langcode + sep + countrycode; in LocalizedDirPath()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/lib/geoip/
H A Dgeoip.c132 strlcpy(c->countrycode, country, sizeof(c->countrycode)); in geoip_add_entry()
133 tor_strlower(c->countrycode); in geoip_add_entry()
142 tor_assert(!strcasecmp(c->countrycode, country)); in geoip_add_entry()
298 strlcpy(geoip_unresolved->countrycode, "??", in init_geoip_countries()
299 sizeof(geoip_unresolved->countrycode)); in init_geoip_countries()
451 return c->countrycode; in geoip_get_country_name()
H A Dgeoip.h35 char countrycode[3]; member
47 MOCK_DECL(country_t, geoip_get_country, (const char *countrycode));
/dports/security/tor/tor-0.4.6.8/src/lib/geoip/
H A Dgeoip.c132 strlcpy(c->countrycode, country, sizeof(c->countrycode)); in geoip_add_entry()
133 tor_strlower(c->countrycode); in geoip_add_entry()
142 tor_assert(!strcasecmp(c->countrycode, country)); in geoip_add_entry()
298 strlcpy(geoip_unresolved->countrycode, "??", in init_geoip_countries()
299 sizeof(geoip_unresolved->countrycode)); in init_geoip_countries()
451 return c->countrycode; in geoip_get_country_name()
H A Dgeoip.h35 char countrycode[3]; member
47 MOCK_DECL(country_t, geoip_get_country, (const char *countrycode));
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-core/src/main/
H A Dutil.c85 void countrycodestring(char countrycode, char *string) in countrycodestring() argument
87 switch (countrycode) in countrycodestring()
126 sprintf(string, "Australia (%c)", countrycode); in countrycodestring()
131 sprintf(string, "Europe (%c)", countrycode); in countrycodestring()
135 sprintf(string, "Unknown (0x%02X)", countrycode); in countrycodestring()
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/drivers/
H A Dusbhid.c463 u8 countrycode = 0; in usb_hid_init() local
486 countrycode = HID_INST(dev)->descriptor->bCountryCode; in usb_hid_init()
489 if (countrycode > 35) in usb_hid_init()
490 countrycode = 0; in usb_hid_init()
492 countries[countrycode][0], countrycode); in usb_hid_init()
495 usb_hid_set_layout(countries[countrycode][1]); in usb_hid_init()
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/drivers/
H A Dusbhid.c463 u8 countrycode = 0; in usb_hid_init() local
486 countrycode = HID_INST(dev)->descriptor->bCountryCode; in usb_hid_init()
489 if (countrycode > 35) in usb_hid_init()
490 countrycode = 0; in usb_hid_init()
492 countries[countrycode][0], countrycode); in usb_hid_init()
495 usb_hid_set_layout(countries[countrycode][1]); in usb_hid_init()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/drivers/
H A Dusbhid.c463 u8 countrycode = 0; in usb_hid_init() local
486 countrycode = HID_INST(dev)->descriptor->bCountryCode; in usb_hid_init()
489 if (countrycode > 35) in usb_hid_init()
490 countrycode = 0; in usb_hid_init()
492 countries[countrycode][0], countrycode); in usb_hid_init()
495 usb_hid_set_layout(countries[countrycode][1]); in usb_hid_init()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/drivers/
H A Dusbhid.c463 u8 countrycode = 0; in usb_hid_init() local
486 countrycode = HID_INST(dev)->descriptor->bCountryCode; in usb_hid_init()
489 if (countrycode > 35) in usb_hid_init()
490 countrycode = 0; in usb_hid_init()
492 countries[countrycode][0], countrycode); in usb_hid_init()
495 usb_hid_set_layout(countries[countrycode][1]); in usb_hid_init()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/drivers/
H A Dusbhid.c463 u8 countrycode = 0; in usb_hid_init() local
486 countrycode = HID_INST(dev)->descriptor->bCountryCode; in usb_hid_init()
489 if (countrycode > 35) in usb_hid_init()
490 countrycode = 0; in usb_hid_init()
492 countries[countrycode][0], countrycode); in usb_hid_init()
495 usb_hid_set_layout(countries[countrycode][1]); in usb_hid_init()
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/drivers/
H A Dusbhid.c463 u8 countrycode = 0; in usb_hid_init() local
486 countrycode = HID_INST(dev)->descriptor->bCountryCode; in usb_hid_init()
489 if (countrycode > 35) in usb_hid_init()
490 countrycode = 0; in usb_hid_init()
492 countries[countrycode][0], countrycode); in usb_hid_init()
495 usb_hid_set_layout(countries[countrycode][1]); in usb_hid_init()
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/drivers/
H A Dusbhid.c463 u8 countrycode = 0; in usb_hid_init() local
486 countrycode = HID_INST(dev)->descriptor->bCountryCode; in usb_hid_init()
489 if (countrycode > 35) in usb_hid_init()
490 countrycode = 0; in usb_hid_init()
492 countries[countrycode][0], countrycode); in usb_hid_init()
495 usb_hid_set_layout(countries[countrycode][1]); in usb_hid_init()
/dports/devel/pear-Validate_Finance/Validate_Finance-0.5.6/Validate/Finance/
H A DIBAN.php610 $countrycode = $this->getCountrycode();
611 if (is_string($countrycode)) {
613 return $countryname[$countrycode];
615 return $countrycode;
/dports/security/py-txtorcon/txtorcon-21.1.0/test/
H A Dtest_router.py149 self.assertEqual(router.location.countrycode, 'ZZ')
165 self.assertEqual(loc0.countrycode, 'ZZ')
166 self.assertEqual(loc1.countrycode, 'ZZ')
181 self.assertNotEqual(loc.countrycode, None)
194 self.assertEqual(loc.countrycode, None)
/dports/misc/p5-Geo-Coder-PlaceFinder/Geo-Coder-PlaceFinder-0.05/xt/
H A Dlive.t38 is($location->{countrycode}, 'FR', 'latin1 bytes');
42 is($location->{countrycode}, 'FR', 'UTF-8 characters');
48 is($location->{countrycode}, 'FR', 'UTF-8 bytes');

12345678910>>...15