Home
last modified time | relevance | path

Searched refs:country (Results 1 – 25 of 207) sorted by relevance

123456789

/plugin/routeplaner/syntax/
H A Droutenplaner.php134 if (trim($country, " \t\n") != '') {
135 $country = trim($country, " \t\n");
137 $country = ' ';//'missing country';
140 return array($company,$street,$zip,$town,$country);
180 @$country = $data[4];
186 … $ret .= '<input type="hidden" name="tocountry" value="'.$this->l2s_country_names[$country].'" />';
235 …$ret .= '<td><input type="text" name="tocountry_" value="'.$country.'" disabled="disabled" style="…
253 @$country = $data[4];
329 …put id="tocountry" name="tocountry" type="hidden" value="'.$this->l2s_country_names[$country].'">';
332 …$txt .=' <p style="font-size: 12px; margin: 0 5px !important;">'.$country.' - '.$zip.' '.$town.'…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DPosDataProviders.php26 public $country; variable in Google\\Service\\ShoppingContent\\PosDataProviders
33 public function setCountry($country) argument
35 $this->country = $country;
42 return $this->country;
H A DPickupServicesPickupService.php29 public $country; variable in Google\\Service\\ShoppingContent\\PickupServicesPickupService
52 public function setCountry($country) argument
54 $this->country = $country;
61 return $this->country;
H A DOrdersCreateTestOrderRequest.php25 public $country; variable in Google\\Service\\ShoppingContent\\OrdersCreateTestOrderRequest
36 public function setCountry($country) argument
38 $this->country = $country;
45 return $this->country;
H A DPostalCodeGroup.php26 public $country; variable in Google\\Service\\ShoppingContent\\PostalCodeGroup
37 public function setCountry($country) argument
39 $this->country = $country;
46 return $this->country;
H A DCarriersCarrier.php26 public $country; variable in Google\\Service\\ShoppingContent\\CarriersCarrier
43 public function setCountry($country) argument
45 $this->country = $country;
52 return $this->country;
H A DDatafeedTarget.php26 public $country; variable in Google\\Service\\ShoppingContent\\DatafeedTarget
43 public function setCountry($country) argument
45 $this->country = $country;
52 return $this->country;
H A DAddress.php33 public $country; variable in Google\\Service\\ShoppingContent\\Address
74 public function setCountry($country) argument
76 $this->country = $country;
83 return $this->country;
H A DAccountAddress.php25 public $country; variable in Google\\Service\\ShoppingContent\\AccountAddress
46 public function setCountry($country) argument
48 $this->country = $country;
55 return $this->country;
H A DAccountTaxTaxRule.php25 public $country; variable in Google\\Service\\ShoppingContent\\AccountTaxTaxRule
46 public function setCountry($country) argument
48 $this->country = $country;
55 return $this->country;
H A DReturnAddressAddress.php26 public $country; variable in Google\\Service\\ShoppingContent\\ReturnAddressAddress
51 public function setCountry($country) argument
53 $this->country = $country;
60 return $this->country;
H A DAccountStatusProducts.php30 public $country; variable in Google\\Service\\ShoppingContent\\AccountStatusProducts
57 public function setCountry($country) argument
59 $this->country = $country;
66 return $this->country;
H A DDatafeedstatusesCustomBatchRequestEntry.php29 public $country; variable in Google\\Service\\ShoppingContent\\DatafeedstatusesCustomBatchRequestEntry
64 public function setCountry($country) argument
66 $this->country = $country;
73 return $this->country;
H A DProductTax.php25 public $country; variable in Google\\Service\\ShoppingContent\\ProductTax
47 public function setCountry($country) argument
49 $this->country = $country;
56 return $this->country;
H A DReturnAddress.php27 public $country; variable in Google\\Service\\ShoppingContent\\ReturnAddress
62 public function setCountry($country) argument
64 $this->country = $country;
71 return $this->country;
H A DAccountStatusAccountLevelIssue.php25 public $country; variable in Google\\Service\\ShoppingContent\\AccountStatusAccountLevelIssue
54 public function setCountry($country) argument
56 $this->country = $country;
63 return $this->country;
H A DTestOrderAddress.php26 public $country; variable in Google\\Service\\ShoppingContent\\TestOrderAddress
59 public function setCountry($country) argument
61 $this->country = $country;
68 return $this->country;
H A DOrderAddress.php26 public $country; variable in Google\\Service\\ShoppingContent\\OrderAddress
59 public function setCountry($country) argument
61 $this->country = $country;
68 return $this->country;
H A DLiaCountrySettings.php27 public $country; variable in Google\\Service\\ShoppingContent\\LiaCountrySettings
60 public function setCountry($country) argument
62 $this->country = $country;
69 return $this->country;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/
H A DUserLocale.php25 public $country; variable in Google\\Service\\Blogger\\UserLocale
38 public function setCountry($country) argument
40 $this->country = $country;
47 return $this->country;
H A DBlogLocale.php25 public $country; variable in Google\\Service\\Blogger\\BlogLocale
38 public function setCountry($country) argument
40 $this->country = $country;
47 return $this->country;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/Resource/
H A DLiasettings.php150 * @param string $country The country for which inventory validation is
155 public function requestinventoryverification($merchantId, $accountId, $country, $optParams = []) argument
157 $params = ['merchantId' => $merchantId, 'accountId' => $accountId, 'country' => $country];
170 * @param string $country The country for which inventory verification is
179 …public function setinventoryverificationcontact($merchantId, $accountId, $country, $language, $con… argument
181 …$params = ['merchantId' => $merchantId, 'accountId' => $accountId, 'country' => $country, 'languag…
194 * @param string $country The country for which the POS data provider is
203 public function setposdataprovider($merchantId, $accountId, $country, $optParams = []) argument
205 $params = ['merchantId' => $merchantId, 'accountId' => $accountId, 'country' => $country];
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Language/
H A DLanguageToFont.php12 $country = '';
18 $country = strtolower($tags[1]);
22 $country = strtolower($tags[2]);
319 if ($country === 'in') {
404 if ($country === 'hk' || $country === 'tw') {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DVolumeSaleInfo.php30 public $country; variable in Google\\Service\\Books\\VolumeSaleInfo
67 public function setCountry($country) argument
69 $this->country = $country;
76 return $this->country;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DChannelSnippet.php25 public $country; variable in Google\\Service\\YouTube\\ChannelSnippet
54 public function setCountry($country) argument
56 $this->country = $country;
63 return $this->country;

123456789