Home
last modified time | relevance | path

Searched refs:countries (Results 1 – 25 of 497) sorted by relevance

12345678910>>...20

/plugin/onlineordering/
H A Dorder_form.php74 $countries = $data['countries']; variable
75 if ( !isset( $countries ) )
78 $countries = $this->_get_countries(); variable
81 if ( count( $countries ) == 1 )
83 $output .= '<option selected value="'.$countries[0].'">'.$countries[0].'</option>';
87 for ( $index = 0; $index < count( $countries ); $index++ )
89 $country = $countries[ $index ];
115 if ( count($countries) == 1 )
118 …$porto = number_format($this->_get_porto($data, $countries[0]), 2, ",", ":").' '.$data['currency']…
H A Dsyntax.php233 $countries = $data['countries'];
235 $countries = $this->getConf('countries');
385 $conf_countries = $this->getConf('countries');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DCountryTargeting.php26 public $countries; variable in Google\\Service\\AndroidPublisher\\CountryTargeting
35 public function setCountries($countries) argument
37 $this->countries = $countries;
44 return $this->countries;
H A DTrackCountryAvailability.php37 public function setCountries($countries) argument
39 $this->countries = $countries;
46 return $this->countries;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DChannelSectionTargeting.php26 public $countries; variable in Google\\Service\\YouTube\\ChannelSectionTargeting
39 public function setCountries($countries) argument
41 $this->countries = $countries;
48 return $this->countries;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCountriesListResponse.php33 public function setCountries($countries) argument
35 $this->countries = $countries;
42 return $this->countries;
H A DGeoTargeting.php55 public function setCountries($countries) argument
57 $this->countries = $countries;
64 return $this->countries;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DReturnPolicyOnline.php26 public $countries; variable in Google\\Service\\ShoppingContent\\ReturnPolicyOnline
61 public function setCountries($countries) argument
63 $this->countries = $countries;
70 return $this->countries;
/plugin/authgoogle/google/contrib/
H A DGoogle_UrlshortenerService.php124 public $countries; variable in Google_AnalyticsSnapshot
140 public function setCountries(/* array(Google_StringCount) */ $countries) { argument
141 $this->assertIsArray($countries, 'Google_StringCount', __METHOD__);
142 $this->countries = $countries;
145 return $this->countries;
/plugin/accscounter/syntax/
H A Dcounter.php82 $countries = explode(',', $this->getConf('cntrExclusion'));
83 $countries = array_map('trim', $countries);
84 $countries = array_unique($countries);
85 $countries = array_filter($countries);
105 foreach ($countries as $checking) {
/plugin/quickstats/
H A Dadmin.php24 private $countries; variable in admin_plugin_quickstats
58 $this->countries = array();
84 $this->countries[$cc]=$this->cc_arrays->get_country_name($cc) ;
87 asort($this->countries);
352 foreach($this->countries as $cc => $country) {
H A Dscript.js148 var countries=document.getElementById('country_names');
149 var option = countries.options[countries.selectedIndex];
H A Dstyle.css54 div.quickstats.misc span.title, div.quickstats.page span.title, div.quickstats.countries span.title…
57 div.quickstats.countries { }
H A Dstyle.wide.css55 div.quickstats.misc span.title, div.quickstats.page span.title, div.quickstats.countries span.title…
58 div.quickstats.countries { }
H A Dsyntax.php224 case 'countries':
487 $countries = $this->misc_data['country'];
488 $this->sort($countries);
504 foreach($countries as $cc=>$count) {
H A DHOW-TO73 ~~QUICKSTATS:countries<;;depth>~~
82 ~~QUICKSTATS:<month_year>&countries<;;depth>~~
105 countries:
112 countries
/plugin/letsencrypt/
H A Dadmin.php56 $countries = $this->getCountries();
58 $country = $countries[$code];
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A Ddc15e2373e5ecbe09b4ea0858eb63d47.asciidoc8 'countries' => [
H A D028f6d6ac2594e20b78b8a8f8cbad49d.asciidoc8 'countries' => [
/plugin/quickstats/lang/en/
H A Dquery.txt18countries, this will add it to the list so that you can then select it. If you enter a partial na…
/plugin/statistics/inc/
H A DStatisticsGraph.class.php151 public function countries() { function in StatisticsGraph
152 $this->sumUpPieChart('countries', 'country');
H A DStatisticsQuery.class.php349 public function countries($tlimit, $start = 0, $limit = 20) { function in StatisticsQuery
/plugin/revealjs/lib/font/source-sans-pro/
H A DLICENSE3 …d. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries.
/plugin/colorbox/
H A DLICENSE.md78countries either by patents or by copyrighted interfaces, the original copyright holder who places…
/plugin/math2/phpmathpublisher/
H A DCOPYING230 certain countries either by patents or by copyrighted interfaces, the
233 those countries, so that distribution is permitted only in or among
234 countries not thus excluded. In such case, this License incorporates

12345678910>>...20