Home
last modified time | relevance | path

Searched refs:countryCode (Results 26 – 30 of 30) sorted by last modified time

12

/plugin/geonav/server/
H A Dget_county.php8 $countryCode=$_GET["ctry"]; variable
13 list ($continent, $country) = getContinent($countryCode);
20 $countryCode = strtolower($countryCode); variable
22 $path = $topic . ':earth:' . $continent . ':' . $countryCode. ':' . $region . ':' . $county;
H A Dget_locality.php13 $countryCode=$_GET["ctry"]; variable
17 list ($continent, $country) = getContinent($countryCode);
25 $countryCode = strtolower($countryCode); variable
28 …$path = $topic . ':earth:' . $continent . ':' . $countryCode . ':' . $region . ':' . $county . ':'…
H A Dget_state.php7 $countryCode=$_GET["ctry"]; variable
12 list ($continent, $country) = getContinent($countryCode);
18 $countryCode = strtolower($countryCode); variable
39 $countryCode = strtolower($countryCode); variable
41 $path = $topic . ':earth:' . $continent . ':' . $countryCode . ':' . $region;
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;
/plugin/flowplay2/flowplayer/
H A DREADME.txt85 * added enableAds, publisherId, adServerUrl, adServerAuth, countryCode config options

12