Home
last modified time | relevance | path

Searched refs:country1 (Results 1 – 25 of 42) sorted by relevance

12

/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/test_website/tests/
H A Dtest_is_multilang.py33 country1 = self.env['res.country'].create({'name': "My Super Country"})
41 'src': country1.name,
42 'value': country1.name + ' Italia',
45 'res_id': country1.id,
51 'value': country1.name + ' Belgium',
55 r = self.url_open('/test_lang_url/%s' % country1.id)
57 self.assertTrue(r.url.endswith('/test_lang_url/my-super-country-%s' % country1.id))
59 r = self.url_open('/%s/test_lang_url/%s' % (it.url_code, country1.id))
61 …rtTrue(r.url.endswith('/%s/test_lang_url/my-super-country-italia-%s' % (it.url_code, country1.id)))
69 …True(it_href.endswith('/%s/test_lang_url/my-super-country-italia-%s' % (it.url_code, country1.id)))
[all …]
/dports/audio/py-pylast/pylast-4.4.0/tests/
H A Dtest_country.py20 country1 = pylast.Country("Italy", self.network)
24 text = str(country1)
25 rep = repr(country1)
26 url = country1.get_url()
32 assert country1 == country1
33 assert country1 != country2
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/main/cpp/
H A Dlocale.cpp29 Locale::Locale(const LogString& language1, const LogString& country1) in Locale() argument
30 : language(language1), country(country1) in Locale()
34 Locale::Locale(const LogString& language1, const LogString& country1, in Locale() argument
36 : language(language1), country(country1), variant(variant1) in Locale()
/dports/lang/asn1c/asn1c-0.9.27/tests/
H A D77-str-default-OK.asn115 cntry PRString DEFAULT country1,
16 cntry1 PrintableString DEFAULT country1,
21 country1 PrintableString ::= "Rwanda"
H A D78-str-default-SE.asn115 country UTF8String DEFAULT country1,
19 country1 GeneralString ::= "Cyprus"
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/website/tests/
H A Dtest_get_current_website.py27 country1 = self.env['res.country'].create({'name': "My Country 1"})
35 'country_ids': [(6, 0, (country1 + country2 + country5).ids)],
50 self.assertEqual(Website._get_current_website_id('', country1.id), website1.id)
87 self.assertEqual(Website._get_current_website_id('my2ndsite.com', country1.id), website2.id)
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/util/Currency/
H A DCurrencyTest.java126 String[] country1 = {"US", "CA", "JP", "CN", "SG", "CH"}; in testLocaleMapping() local
128 for (int i = 0; i < country1.length; i++) { in testLocaleMapping()
129 checkCountryCurrency(country1[i], currency1[i]); in testLocaleMapping()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/util/Currency/
H A DCurrencyTest.java126 String[] country1 = {"US", "CA", "JP", "CN", "SG", "CH"}; in testLocaleMapping() local
128 for (int i = 0; i < country1.length; i++) { in testLocaleMapping()
129 checkCountryCurrency(country1[i], currency1[i]); in testLocaleMapping()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/Currency/
H A DCurrencyTest.java133 String[] country1 = {"US", "CA", "JP", "CN", "SG", "CH"}; in testLocaleMapping() local
135 for (int i = 0; i < country1.length; i++) { in testLocaleMapping()
136 checkCountryCurrency(country1[i], currency1[i]); in testLocaleMapping()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/Currency/
H A DCurrencyTest.java133 String[] country1 = {"US", "CA", "JP", "CN", "SG", "CH"}; in testLocaleMapping() local
135 for (int i = 0; i < country1.length; i++) { in testLocaleMapping()
136 checkCountryCurrency(country1[i], currency1[i]); in testLocaleMapping()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/Currency/
H A DCurrencyTest.java133 String[] country1 = {"US", "CA", "JP", "CN", "SG", "CH"}; in testLocaleMapping() local
135 for (int i = 0; i < country1.length; i++) { in testLocaleMapping()
136 checkCountryCurrency(country1[i], currency1[i]); in testLocaleMapping()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/Currency/
H A DCurrencyTest.java133 String[] country1 = {"US", "CA", "JP", "CN", "SG", "CH"}; in testLocaleMapping() local
135 for (int i = 0; i < country1.length; i++) { in testLocaleMapping()
136 checkCountryCurrency(country1[i], currency1[i]); in testLocaleMapping()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/Currency/
H A DCurrencyTest.java133 String[] country1 = {"US", "CA", "JP", "CN", "SG", "CH"}; in testLocaleMapping() local
135 for (int i = 0; i < country1.length; i++) { in testLocaleMapping()
136 checkCountryCurrency(country1[i], currency1[i]); in testLocaleMapping()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/Currency/
H A DCurrencyTest.java133 String[] country1 = {"US", "CA", "JP", "CN", "SG", "CH"}; in testLocaleMapping() local
135 for (int i = 0; i < country1.length; i++) { in testLocaleMapping()
136 checkCountryCurrency(country1[i], currency1[i]); in testLocaleMapping()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/Currency/
H A DCurrencyTest.java133 String[] country1 = {"US", "CA", "JP", "CN", "SG", "CH"}; in testLocaleMapping() local
135 for (int i = 0; i < country1.length; i++) { in testLocaleMapping()
136 checkCountryCurrency(country1[i], currency1[i]); in testLocaleMapping()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/Currency/
H A DCurrencyTest.java133 String[] country1 = {"US", "CA", "JP", "CN", "SG", "CH"}; in testLocaleMapping() local
135 for (int i = 0; i < country1.length; i++) { in testLocaleMapping()
136 checkCountryCurrency(country1[i], currency1[i]); in testLocaleMapping()
/dports/games/xrisk/xrisk-2.15/src/
H A Dxrisklib.c280 int neighbours(country1, country2) in neighbours() argument
281 countryp country1; in neighbours()
285 for(t=0;country1->neighbours[t]&&(country1->neighbours[t]!=country2);t++);
286 if (country1->neighbours[t]) return(1);
H A Dxrisklibex.h59 countryp country1,
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/data_model/
H A Dautofill_profile_comparator.cc1123 const base::string16& country1 = p1.GetInfo(kCountryCode, app_locale_); in HaveMergeableAddresses() local
1125 if (!country1.empty() && !country2.empty() && in HaveMergeableAddresses()
1126 !case_insensitive_compare_.StringsEqual(country1, country2)) { in HaveMergeableAddresses()
1148 AddressRewriter::ForCountryCode(country1.empty() ? country2 : country1); in HaveMergeableAddresses()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/data_model/
H A Dautofill_profile_comparator.cc1072 const base::string16& country1 = p1.GetInfo(kCountryCode, app_locale_); in HaveMergeableAddresses() local
1074 if (!country1.empty() && !country2.empty() && in HaveMergeableAddresses()
1075 !case_insensitive_compare_.StringsEqual(country1, country2)) { in HaveMergeableAddresses()
1097 AddressRewriter::ForCountryCode(country1.empty() ? country2 : country1); in HaveMergeableAddresses()
/dports/games/openra/OpenRA-release-20200503/mods/cnc/audio/
H A Dnotifications.yaml68 Country1: country1
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objects/seqfeat/
H A DSubSource.hpp298 … static bool IsSubstringOfStringInList(const string& phrase, const string& country1, size_t pos1);
475 bool DoCountryBoxesOverlap(const string& country1, const string& country2);
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objects/seqfeat/
H A DSubSource.hpp298 … static bool IsSubstringOfStringInList(const string& phrase, const string& country1, size_t pos1);
475 bool DoCountryBoxesOverlap(const string& country1, const string& country2);
/dports/net/hostapd-devel/hostap-14ab4a816/tests/hwsim/
H A Dtest_mbo.py123 country1 = dev[0].get_driver_status_field("country")
124 logger.info("Country code at the end (1): " + country1)
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/tests/hwsim/
H A Dtest_mbo.py123 country1 = dev[0].get_driver_status_field("country")
124 logger.info("Country code at the end (1): " + country1)

12