/dports/comms/klog/klog-1.8.5/src/ |
H A D | database.cpp | 4932 countryCodes.clear (); in fillCountryCodes() 4936 countryCodes.insert ("mu", 4); in fillCountryCodes() 4939 countryCodes.insert ("gq", 49); in fillCountryCodes() 4948 countryCodes.insert ("bv", 24); in fillCountryCodes() 4950 countryCodes.insert ("az", 18); in fillCountryCodes() 4951 countryCodes.insert ("ge", 75); in fillCountryCodes() 5007 countryCodes.insert ("bs", 60); in fillCountryCodes() 5037 countryCodes.insert ("am", 14); in fillCountryCodes() 5120 countryCodes.insert ("us", 20); in fillCountryCodes() 5295 return countryCodes; in fillCountryCodes() [all …]
|
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Partners/ |
H A D | LocalizedCompanyInfo.php | 21 public $countryCodes; variable in Google_Service_Partners_LocalizedCompanyInfo 26 public function setCountryCodes($countryCodes) argument 28 $this->countryCodes = $countryCodes; 32 return $this->countryCodes;
|
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Partners/ |
H A D | LocalizedCompanyInfo.php | 21 public $countryCodes; variable in Google_Service_Partners_LocalizedCompanyInfo 26 public function setCountryCodes($countryCodes) argument 28 $this->countryCodes = $countryCodes; 32 return $this->countryCodes;
|
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/text/ |
H A D | juce_LocalisedStrings.cpp | 37 : languageName (other.languageName), countryCodes (other.countryCodes), in LocalisedStrings() 45 countryCodes = other.countryCodes; in operator =() 155 countryCodes.addTokens (line.substring (10).trim(), true); in loadFromText() 156 countryCodes.trim(); in loadFromText() 157 countryCodes.removeEmptyStrings(); in loadFromText() 167 jassert (countryCodes == other.countryCodes); in addStrings()
|
H A D | juce_LocalisedStrings.h | 166 const StringArray& getCountryCodes() const { return countryCodes; } in getCountryCodes() 191 StringArray countryCodes; variable
|
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/text/ |
H A D | juce_LocalisedStrings.cpp | 37 : languageName (other.languageName), countryCodes (other.countryCodes), in LocalisedStrings() 45 countryCodes = other.countryCodes; in operator =() 155 countryCodes.addTokens (line.substring (10).trim(), true); in loadFromText() 156 countryCodes.trim(); in loadFromText() 157 countryCodes.removeEmptyStrings(); in loadFromText() 167 jassert (countryCodes == other.countryCodes); in addStrings()
|
H A D | juce_LocalisedStrings.h | 166 const StringArray& getCountryCodes() const { return countryCodes; } in getCountryCodes() 191 StringArray countryCodes; variable
|
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/text/ |
H A D | juce_LocalisedStrings.cpp | 37 : languageName (other.languageName), countryCodes (other.countryCodes), in LocalisedStrings() 45 countryCodes = other.countryCodes; in operator =() 155 countryCodes.addTokens (line.substring (10).trim(), true); in loadFromText() 156 countryCodes.trim(); in loadFromText() 157 countryCodes.removeEmptyStrings(); in loadFromText() 167 jassert (countryCodes == other.countryCodes); in addStrings()
|
H A D | juce_LocalisedStrings.h | 166 const StringArray& getCountryCodes() const { return countryCodes; } in getCountryCodes() 191 StringArray countryCodes; variable
|
/dports/graphics/qgis/qgis-3.22.3/src/core/geocoding/ |
H A D | qgsnominatimgeocoder.h | 49 …QgsNominatimGeocoder( const QString &countryCodes = QString(), const QString &endpoint = QString()… 100 QString countryCodes() const; 110 void setCountryCodes( const QString &countryCodes );
|
H A D | qgsnominatimgeocoder.cpp | 35 QgsNominatimGeocoder::QgsNominatimGeocoder( const QString &countryCodes, const QString &endpoint ) in QgsNominatimGeocoder() argument 37 , mCountryCodes( countryCodes ) in QgsNominatimGeocoder() 242 QString QgsNominatimGeocoder::countryCodes() const in countryCodes() function in QgsNominatimGeocoder 247 void QgsNominatimGeocoder::setCountryCodes( const QString &countryCodes ) in setCountryCodes() argument 249 mCountryCodes = countryCodes; in setCountryCodes()
|
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/ |
H A D | CountryTypeTest.php | 47 $countryCodes = []; 50 $countryCodes[] = $choice->value; 53 $this->assertNotContains('ZZ', $countryCodes);
|
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Form/Tests/Extension/Core/Type/ |
H A D | CountryTypeTest.php | 47 $countryCodes = []; 50 $countryCodes[] = $choice->value; 53 $this->assertNotContains('ZZ', $countryCodes);
|
/dports/graphics/qgis/qgis-3.22.3/python/core/auto_generated/geocoding/ |
H A D | qgsnominatimgeocoder.sip.in | 33 …QgsNominatimGeocoder( const QString &countryCodes = QString(), const QString &endpoint = QString()… 37 Optionally, ``countryCodes`` can be specified to restrict results to one or more countries. The cod… 94 QString countryCodes() const; 101 void setCountryCodes( const QString &countryCodes ); 108 .. seealso:: :py:func:`countryCodes`
|
/dports/graphics/qgis/qgis-3.22.3/tests/src/python/ |
H A D | test_qgsnominatimgeocoder.py | 68 self.assertFalse(geocoder.countryCodes()) 70 self.assertEqual(geocoder.countryCodes(), 'ca,km') 81 geocoder = QgsNominatimGeocoder(countryCodes='ca,km', endpoint='https://my.server/search')
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/autofill/settings/ |
H A D | AutofillProfileBridge.java | 95 List<String> countryCodes = new ArrayList<>(); in getSupportedCountries() local 99 AutofillProfileBridgeJni.get().getSupportedCountries(countryCodes, countryNames); in getSupportedCountries() 101 for (int i = 0; i < countryCodes.size(); i++) { in getSupportedCountries() 102 countries.add(new DropdownKeyValue(countryCodes.get(i), countryNames.get(i))); in getSupportedCountries() 257 void getSupportedCountries(List<String> countryCodes, List<String> countryNames); in getSupportedCountries() argument
|
/dports/textproc/pear-File_MARC/File_MARC-1.4.1/File/MARC/Lint/ |
H A D | CodeData.php | 92 public $countryCodes; variable in File_MARC_Lint_CodeData 150 …$this->countryCodes = explode("\t", "aa abc aca ae af ag ai aj aku alu am an ao aq aru a…
|
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/modules/community/addressbook/model/ |
H A D | Address.php | 106 $countryCodes = array_flip(go()->t('countries')); 107 if(isset($countryCodes[$this->country])) { 108 $this->countryCode = $countryCodes[$this->country] ?? null;
|
/dports/net/storj/storj-1.45.3/satellite/geoip/ |
H A D | example_testplanet_test.go | 41 countryCodes := map[int]location.CountryCode{ 51 assert.Equal(t, countryCodes[i], dossier.CountryCode)
|
/dports/www/matomo/piwik/plugins/UserLanguage/ |
H A D | Archiver.php | 66 $countryCodes = $regionDataProvider->getCountryList($includeInternalCodes = true); 71 …yCode = Common::extractCountryCodeFromBrowserLanguage($row['label'], $countryCodes, $enableLanguag…
|
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/plugins/LocalePlugin/ |
H A D | sqUnixLocale.c | 80 countryCodes[] = { variable 551 struct CountryCode *cc= countryCodes; in getCountry()
|
/dports/misc/freeguide/freeguide-0.11.1/src/freeguide/plugins/grabber/xmltv/ |
H A D | GrabberXMLTV.java | 701 String[] countryCodes = getCountryCodes( ); in getSupportedCountries() local 702 countryInfos = new CountryInfo[countryCodes.length]; in getSupportedCountries() 704 for( int i = 0; i < countryCodes.length; i++ ) in getSupportedCountries() 707 String regionPlusCode = REGION_PREFIX + countryCodes[i]; in getSupportedCountries() 726 countryCodes[i], displayName, 0, allowChannelsSelect ); in getSupportedCountries()
|
/dports/www/matomo/piwik/plugins/Intl/Commands/ |
H A D | GenerateIntl.php | 298 …$countryCodes = array_keys(StaticContainer::get('Piwik\Intl\Data\Provider\RegionDataProvider')->ge… 299 $countryCodes = array_map('strtoupper', $countryCodes); 321 foreach ($countryCodes AS $code) {
|
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/mkvtoolnix-gui/ |
H A D | app.cpp | 273 …auto countryCodes = !region.alpha_2_code.empty() ? Q("%1; %2").arg(Q(region.alpha_2_code).toLower(… in initializeRegions() local 274 auto description = Q("%1 (%2)").arg(Q(region.name)).arg(countryCodes); in initializeRegions()
|
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/util/locale_database/ |
H A D | qlocalexml2cpp.py | 366 def countryCodes(self, countries): # TODO: unify with countryNames() member in LocaleDataWriter 508 writer.countryCodes(reader.countries)
|