Home
last modified time | relevance | path

Searched refs:country_ (Results 1 – 25 of 87) sorted by relevance

1234

/dports/devel/bsddialog/bsddialog-a3712d573561bca2c712ed33dd6803d5c8f44aa4/bsdconfig/timezone/share/
H A Dmenus.subr61 # country_*_name :: when country_*_nzones < 0
67 # country_*_nzones
72 # country_*_cont :: when country_*_nzones < 0
75 # country_*_cont_N :: when country_*_nzones > 0
78 # country_*_descr_N :: when country_*_nzones > 0
95 # country_*_menu_list
123 title = ENVIRON["country_" tlc "_name"]
125 nzones = ENVIRON["country_" tlc "_nzones"]
134 cont = ENVIRON["country_" tlc "_cont"]
145 cont = ENVIRON["country_" tlc "_cont_" n]
[all …]
H A Dzones.subr176 if (!ENVIRON["country_" tlc "_name"])
225 printf "country_%s_nzones=%d\n", tlc, nz
226 printf "export country_%s_nzones\n", tlc
230 printf "country_%s_cont=\"%s\"\n", tlc, country_cont[tlc]
231 printf "export country_%s_cont\n", tlc
232 printf "country_%s_filename=\"%s\"\n",
240 printf "country_%s_cont_%d=\"%s\"\n",
242 printf "export country_%s_cont_%d\n", tlc, n
243 printf "country_%s_filename_%d=\"%s\"\n",
245 printf "country_%s_descr_%d=\"%s\"\n",
/dports/net/pichi/pichi-1.4.0/src/vo/
H A Drule.cpp27 if (!rvo.country_.empty()) in toJson()
28 rule.AddMember(rule::COUNTRY, toJson(begin(rvo.country_), end(rvo.country_), alloc), alloc); in toJson()
45 parseArray(v, rule::COUNTRY, back_inserter(rvo.country_), parseString); in parse()
57 equal(begin(lhs.country_), end(lhs.country_), begin(rhs.country_), end(rhs.country_)); in operator ==()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/form_parsing/
H A Daddress_field.cc138 address_field->country_) { in Parse()
341 if (country_) in ParseCountry()
353 patterns_c, &country_, in ParseCountry()
364 &country_, {log_manager_, "kCountryLocationRe"}); in ParseCountry()
460 if (city_ && state_ && country_ && zip_) in ParseCityStateCountryZipCode()
464 if (state_ && country_ && zip_) in ParseCityStateCountryZipCode()
466 if (city_ && country_ && zip_) in ParseCityStateCountryZipCode()
470 if (city_ && state_ && country_) in ParseCityStateCountryZipCode()
501 return SetFieldAndAdvanceCursor(scanner, &country_); in ParseCityStateCountryZipCode()
604 if (country_) in ParseNameAndLabelForCountry()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/login/screens/
H A Dmarketing_opt_in_screen.cc129 email_opt_in_visible_ = !(IsCurrentUserManaged() || (country_.empty())); in ShowImpl()
172 country_ /*country*/); in OnGetStarted()
176 MarketingBackendConnector::UpdateEmailPreferences(profile, country_); in OnGetStarted()
220 country_.clear(); in SetCountryFromTimezoneIfAvailable()
233 country_ = region_str; in SetCountryFromTimezoneIfAvailable()
H A Dmarketing_opt_in_screen.h87 return default_opt_in_countries_.count(country_); in IsDefaultOptInCountry()
98 std::string country_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/form_parsing/
H A Daddress_field.cc116 address_field->country_) { in Parse()
138 country_(nullptr) {} in AddressField()
165 AddClassification(country_, ADDRESS_HOME_COUNTRY, kBaseAddressParserScore, in AddClassifications()
241 if (country_) in ParseCountry()
247 &country_, {log_manager_, "kCountryRe"})) { in ParseCountry()
256 MATCH_LABEL | MATCH_NAME | MATCH_SELECT | MATCH_SEARCH, &country_, in ParseCountry()
/dports/net/pichi/pichi-1.4.0/test/
H A Dvo_rule.cpp36 if (!rvo.country_.empty()) in toString()
37 v.AddMember(vo::rule::COUNTRY, toJson(begin(rvo.country_), end(rvo.country_), alloc), alloc); in toString()
96 country.country_.emplace_back(ph); in BOOST_AUTO_TEST_CASE()
127 country.country_.emplace_back(""); in BOOST_AUTO_TEST_CASE()
179 country.country_.emplace_back(ph); in BOOST_AUTO_TEST_CASE()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/payments/
H A Dpayment_address.h28 const String& country() const { return country_; } in country()
40 String country_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/payments/
H A Dpayment_address.h28 const String& country() const { return country_; } in country()
40 String country_;
/dports/devel/boost-docs/boost_1_72_0/libs/locale/src/icu/
H A Dicu_backend.cpp85 country_ = d.country; in prepare_data()
110 minf.country = country_; in install()
151 std::string country_; member in boost::locale::impl_icu::icu_localization_backend
/dports/devel/boost-python-libs/boost_1_72_0/libs/locale/src/icu/
H A Dicu_backend.cpp85 country_ = d.country; in prepare_data()
110 minf.country = country_; in install()
151 std::string country_; member in boost::locale::impl_icu::icu_localization_backend
/dports/devel/boost-libs/boost_1_72_0/libs/locale/src/icu/
H A Dicu_backend.cpp85 country_ = d.country; in prepare_data()
110 minf.country = country_; in install()
151 std::string country_; member in boost::locale::impl_icu::icu_localization_backend
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/locale/src/icu/
H A Dicu_backend.cpp85 country_ = d.country; in prepare_data()
110 minf.country = country_; in install()
151 std::string country_; member in boost::locale::impl_icu::icu_localization_backend
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/locale/src/icu/
H A Dicu_backend.cpp85 country_ = d.country; in prepare_data()
110 minf.country = country_; in install()
151 std::string country_; member in boost::locale::impl_icu::icu_localization_backend
/dports/databases/percona57-server/boost_1_59_0/libs/locale/src/icu/
H A Dicu_backend.cpp85 country_ = d.country; in prepare_data()
110 minf.country = country_; in install()
151 std::string country_; member in boost::locale::impl_icu::icu_localization_backend
/dports/databases/xtrabackup/boost_1_59_0/libs/locale/src/icu/
H A Dicu_backend.cpp85 country_ = d.country; in prepare_data()
110 minf.country = country_; in install()
151 std::string country_; member in boost::locale::impl_icu::icu_localization_backend
/dports/databases/percona57-client/boost_1_59_0/libs/locale/src/icu/
H A Dicu_backend.cpp85 country_ = d.country; in prepare_data()
110 minf.country = country_; in install()
151 std::string country_; member in boost::locale::impl_icu::icu_localization_backend
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/locale/src/icu/
H A Dicu_backend.cpp85 country_ = d.country; in prepare_data()
110 minf.country = country_; in install()
151 std::string country_; member in boost::locale::impl_icu::icu_localization_backend
/dports/devel/hyperscan/boost_1_75_0/libs/locale/src/icu/
H A Dicu_backend.cpp85 country_ = d.country; in prepare_data()
110 minf.country = country_; in install()
151 std::string country_; member in boost::locale::impl_icu::icu_localization_backend
/dports/science/libkml/libkml-1.3.0/src/kml/dom/
H A Dxal.h65 const XalCountryPtr& get_country() const { return country_; } in get_country()
66 bool has_country() const { return country_ != NULL; } in has_country()
68 SetComplexChild(country, &country_); in set_country()
74 XalCountryPtr country_; variable
/dports/net-im/psi/psi-1.5/src/
H A Dgeolocation.cpp76 if (!country_.isEmpty()) { in toXml()
78 e.appendChild(doc.createTextNode(country_)); in toXml()
155 country_ = m.text(); in fromXml()
248 return country_; in country()
298 …() && !alt_.hasValue() && !bearing_.hasValue() && !error_.hasValue() && country_.isNull() && regio… in isNull()
325 country_ = s; in setCountry()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/supervised_user/
H A Dkids_management_url_checker_client.cc36 : country_(country) {} in KidsManagementURLCheckerClient()
45 classify_url_request->set_region_code(country_); in CheckURL()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/test/
H A Dcountry_info.cpp16 if (result->country_ == nullptr) { in check_phone_number_info()
19 CHECK(result->country_->country_code_ == country_code); in check_phone_number_info()
/dports/comms/wsjtz/wsjtx/logbook/
H A DWorkedBefore.cpp52 , country_ {country}
63 QString country_; member
77 && lhs.country_ == rhs.country_ // differences as quickly as possible in operator ==()
89 boost::hash_combine (seed, we.country_); in hash_value()
105 << e.country_ << ", " in operator <<()
179 member<worked_entry, QString, &worked_entry::country_>,
185 member<worked_entry, QString, &worked_entry::country_>,

1234