Home
last modified time | relevance | path

Searched refs:city (Results 1 – 25 of 103) sorted by relevance

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DAddress.php29 public $city; variable in Google\\Service\\ShoppingContent\\Address
60 public function setCity($city) argument
62 $this->city = $city;
69 return $this->city;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
H A DSimpleAddressType.php25 public $city; variable in Google\\Service\\CivicInfo\\SimpleAddressType
54 public function setCity($city) argument
56 $this->city = $city;
63 return $this->city;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DAddress.php25 public $city; variable in Google\\Service\\PeopleService\\Address
72 public function setCity($city) argument
74 $this->city = $city;
81 return $this->city;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInterconnectLocation.php34 public $city; variable in Google\\Service\\Compute\\InterconnectLocation
117 public function setCity($city) argument
119 $this->city = $city;
126 return $this->city;
/plugin/inseecity/
H A Dplugin.info.txt5 name INSEE city code
6 desc city code databse
/plugin/vcard/
H A Dvcard.php103 …function setAddress($postoffice="", $extended="", $street="", $city="", $region="", $zip="", $coun… argument
108 …ey] = encode($name).";".encode($extended).";".encode($street).";".encode($city).";".encode($region…
115 …function setLabel($postoffice="", $extended="", $street="", $city="", $region="", $zip="", $countr… argument
121 if ($city!="") $label.= "$city\r\n";
/plugin/davcard/
H A Dscript.js162 var city = $rowData.data('city');
168 addrRow['city'] = city;
262 var city = $rowData.data('city');
268 addrRow['city'] = city;
435 var city = jQuery('#dw_davcard__editentry_addresses_city').val();
438 if(street == '' && zipcode == '' && country == '' && city == '')
444 dw_davcard__modals.addAddress(type, typeText, street, zipcode, city, country);
469 var city = entry['addr'][i]['address'][3];
471 dw_davcard__modals.addAddress(type, typeText, street, zipcode, city, country);
548 addAddress: function(type, typeText, street, zipcode, city, country) argument
[all …]
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Model/
H A DCity.php52 protected $city; variable in GeoIp2\\Model\\City
76 $this->city = new \GeoIp2\Record\City($this->get('city'), $locales);
/plugin/facebookevents/
H A Dsyntax.php241 $city = isset($event['place']['location']['city']) ? $event['place']['location']['city'] : "";
247 if ( $place_name && $street & $city && $country && $zip){
248 $location = "{$place_name}, {$street}, {$zip} {$city}, {$country}";
262 $entry = str_replace('{city}', $city, $entry );
/plugin/importfacebookevents/
H A Dsyntax.php271 $city = isset($event['place']['location']['city']) ? $event['place']['location']['city'] : "";
278 if ($place_name && $street & $city && $country && $zip){
280 $location_address = "{$street}, {$zip} {$city}, {$country}";
336 $entry = str_replace('{city}', $city, $entry);
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md105 classes for the different parts of the data such as the city in which the
125 // Replace "city" with the appropriate method for your database, e.g.,
127 $record = $reader->city('128.101.101.101');
136 print($record->city->name . "\n"); // 'Minneapolis'
222 print($record->city->confidence . "\n"); // 60
223 print($record->city->name . "\n"); // 'Minneapolis'
284 // Replace "city" with the method corresponding to the web service that
286 $record = $client->city('128.101.101.101');
295 print($record->city->name . "\n"); // 'Minneapolis'
312 * `GeoIp2\Record\City` - `$city->geonameId`
[all …]
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/
H A DProviderInterface.php19 public function city($ipAddress); function
/plugin/csv/_test/csv/
H A Dc-q-q-comma_in_quotes.csv1 first,last,address,city,zip
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A Dc849c6c8f8659dbb93e1c14356f74e37.asciidoc10 'city' => [
H A D7f56755fb6c42f7e6203339a6d0cb6e6.asciidoc10 'query' => 'ny city',
H A D5f3a3eefeefe6fa85ec49d499212d245.asciidoc9 'city' => [
H A Df32f0c19b42de3b87dd764fe4ca17e7c.asciidoc10 'query' => 'ny city',
H A Ddb6cba451ba562abe953d09ad80cc15c.asciidoc9 'query' => 'city.\*:(this AND that OR thus)',
H A D28aad2c5942bfb221c2bf1bbdc01658e.asciidoc10 'city.*',
H A Dad6ea0c1e46712aa1fd6d3bfa0ec979e.asciidoc9 'query' => '(new york city) OR (big apple)',
/plugin/bible/bible_douayRheims/
H A DJonas.txt2 …1:2. Arise and go to Ninive, the great city, and preach in it: For the wickedness thereof is come …
29 3:2. Arise, and go to Ninive, the great city: and preach in it the preaching that I bid thee.
30 …went to Ninive, according to the word of the Lord: now Ninive was a great city of three days' jour…
31 …3:4. And Jonas began to enter into the city one day's journey: and he cried and said: Yet forty da…
42city, and sat toward the east side of the city: and he made himself a booth there, and he sat unde…
48 …4:11. And shall I not spare Ninive, that great city, in which there are more than a hundred and tw…
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163705.bak266 $city = isset($event['place']['location']['city']) ? $event['place']['location']['city'] : "";
273 if ($place_name && $street & $city && $country && $zip){
275 $location_address = "{$street}, {$zip} {$city}, {$country}";
331 $entry = str_replace('{city}', $city, $entry);
H A Dsyntax.php.2018-03-08_165255.bak273 $city = isset($event['place']['location']['city']) ? $event['place']['location']['city'] : "";
280 if ($place_name && $street & $city && $country && $zip){
282 $location_address = "{$street}, {$zip} {$city}, {$country}";
338 $entry = str_replace('{city}', $city, $entry);
H A Dsyntax.php.2018-03-08_163658.bak267 $city = isset($event['place']['location']['city']) ? $event['place']['location']['city'] : "";
274 if ($place_name && $street & $city && $country && $zip){
276 $location_address = "{$street}, {$zip} {$city}, {$country}";
332 $entry = str_replace('{city}', $city, $entry);
H A Dsyntax.php.2018-03-08_163718.bak266 $city = isset($event['place']['location']['city']) ? $event['place']['location']['city'] : "";
273 if ($place_name && $street & $city && $country && $zip){
275 $location_address = "{$street}, {$zip} {$city}, {$country}";
331 $entry = str_replace('{city}', $city, $entry);

12345