Home
last modified time | relevance | path

Searched refs:countryCode (Results 1 – 25 of 30) sorted by path

12

/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php1879 public $countryCode; variable in Google_BooksLayerGeoDataGeo
1900 public function setCountryCode( $countryCode) { argument
1901 $this->countryCode = $countryCode;
1904 return $this->countryCode;
H A DGoogle_DirectoryService.php1808 public $countryCode; variable in Google_UserAddress
1826 public function setCountryCode($countryCode) { argument
1827 $this->countryCode = $countryCode;
1830 return $this->countryCode;
H A DGoogle_ResellerService.php305 public $countryCode; variable in Google_Address
335 public function setCountryCode( $countryCode) { argument
336 $this->countryCode = $countryCode;
339 return $this->countryCode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DSubscriptionPurchase.php43 public $countryCode; variable in Google\\Service\\AndroidPublisher\\SubscriptionPurchase
206 public function setCountryCode($countryCode) argument
208 $this->countryCode = $countryCode;
215 return $this->countryCode;
H A DTrackTargetedCountry.php25 public $countryCode; variable in Google\\Service\\AndroidPublisher\\TrackTargetedCountry
30 public function setCountryCode($countryCode) argument
32 $this->countryCode = $countryCode;
39 return $this->countryCode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DGeolayerdataGeo.php34 public $countryCode; variable in Google\\Service\\Books\\GeolayerdataGeo
79 public function setCountryCode($countryCode) argument
81 $this->countryCode = $countryCode;
88 return $this->countryCode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CertificateAuthorityService/
H A DSubject.php29 public $countryCode; variable in Google\\Service\\CertificateAuthorityService\\Subject
72 public function setCountryCode($countryCode) argument
74 $this->countryCode = $countryCode;
81 return $this->countryCode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCity.php25 public $countryCode; variable in Google\\Service\\Dfareporting\\City
62 public function setCountryCode($countryCode) argument
64 $this->countryCode = $countryCode;
71 return $this->countryCode;
H A DCountry.php25 public $countryCode; variable in Google\\Service\\Dfareporting\\Country
46 public function setCountryCode($countryCode) argument
48 $this->countryCode = $countryCode;
55 return $this->countryCode;
H A DMetro.php25 public $countryCode; variable in Google\\Service\\Dfareporting\\Metro
54 public function setCountryCode($countryCode) argument
56 $this->countryCode = $countryCode;
63 return $this->countryCode;
H A DMobileCarrier.php25 public $countryCode; variable in Google\\Service\\Dfareporting\\MobileCarrier
46 public function setCountryCode($countryCode) argument
48 $this->countryCode = $countryCode;
55 return $this->countryCode;
H A DPostalCode.php29 public $countryCode; variable in Google\\Service\\Dfareporting\\PostalCode
60 public function setCountryCode($countryCode) argument
62 $this->countryCode = $countryCode;
69 return $this->countryCode;
H A DRegion.php25 public $countryCode; variable in Google\\Service\\Dfareporting\\Region
50 public function setCountryCode($countryCode) argument
52 $this->countryCode = $countryCode;
59 return $this->countryCode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DCustomerPostalAddress.php41 public $countryCode; variable in Google\\Service\\Directory\\CustomerPostalAddress
118 public function setCountryCode($countryCode) argument
120 $this->countryCode = $countryCode;
127 return $this->countryCode;
H A DUserAddress.php29 public $countryCode; variable in Google\\Service\\Directory\\UserAddress
92 public function setCountryCode($countryCode) argument
94 $this->countryCode = $countryCode;
101 return $this->countryCode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DContactInfo.php26 public $countryCode; variable in Google\\Service\\DisplayVideo\\ContactInfo
51 public function setCountryCode($countryCode) argument
53 $this->countryCode = $countryCode;
60 return $this->countryCode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DAddress.php33 public $countryCode; variable in Google\\Service\\PeopleService\\Address
100 public function setCountryCode($countryCode) argument
102 $this->countryCode = $countryCode;
109 return $this->countryCode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reseller/
H A DAddress.php41 public $countryCode; variable in Google\\Service\\Reseller\\Address
122 public function setCountryCode($countryCode) argument
124 $this->countryCode = $countryCode;
131 return $this->countryCode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DShoppingContent.php2580 'countryCode' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DDeliveryArea.php25 public $countryCode; variable in Google\\Service\\ShoppingContent\\DeliveryArea
36 public function setCountryCode($countryCode) argument
38 $this->countryCode = $countryCode;
45 return $this->countryCode;
H A DHolidaysHoliday.php25 public $countryCode; variable in Google\\Service\\ShoppingContent\\HolidaysHoliday
50 public function setCountryCode($countryCode) argument
52 $this->countryCode = $countryCode;
59 return $this->countryCode;
H A DRepricingRule.php27 public $countryCode; variable in Google\\Service\\ShoppingContent\\RepricingRule
78 public function setCountryCode($countryCode) argument
80 $this->countryCode = $countryCode;
87 return $this->countryCode;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/flowplay2/flowplayer/
H A DREADME.txt85 * added enableAds, publisherId, adServerUrl, adServerAuth, countryCode config options
/plugin/geonav/server/
H A Dget_country.php7 $countryCode=$_GET["q"]; variable
11 list ($continent, $country) = getContinent($countryCode);
15 $countryCode = strtolower($countryCode); variable
17 $path = $topic . ':earth:' . $continent . ':' . $countryCode;

12