Home
last modified time | relevance | path

Searched refs:getContinent (Results 1 – 7 of 7) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInterconnectLocation.php138 public function getContinent() function in Google\\Service\\Compute\\InterconnectLocation
/plugin/geonav/server/
H A Dget_county.php13 list ($continent, $country) = getContinent($countryCode);
H A Dget_locality.php17 list ($continent, $country) = getContinent($countryCode);
H A Dget_state.php12 list ($continent, $country) = getContinent($countryCode);
H A DgetContinent.php2 function getContinent($countryCode2) { function
H A Dget_continent.php11 list ($continent, $country) = getContinent($q);
H A Dget_country.php11 list ($continent, $country) = getContinent($countryCode);