/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
H A D | Address.php | 29 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 D | SimpleAddressType.php | 25 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 D | Address.php | 25 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 D | InterconnectLocation.php | 34 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 D | plugin.info.txt | 5 name INSEE city code 6 desc city code databse
|
/plugin/vcard/ |
H A D | vcard.php | 103 …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 D | script.js | 162 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 D | City.php | 12 * @property-read \GeoIp2\Record\City $city City data for the requested IP 52 protected $city; variable in GeoIp2\\Model\\City 76 $this->city = new \GeoIp2\Record\City($this->get('city'), $locales);
|
/plugin/facebookevents/ |
H A D | syntax.php | 241 $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 D | syntax.php | 271 $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 D | README.md | 105 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 [all...] |
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/ |
H A D | ProviderInterface.php | 19 public function city($ipAddress); function
|
/plugin/csv/_test/csv/ |
H A D | c-q-q-comma_in_quotes.csv | 1 first,last,address,city,zip
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/ |
H A D | c849c6c8f8659dbb93e1c14356f74e37.asciidoc | 10 'city' => [
|
H A D | 7f56755fb6c42f7e6203339a6d0cb6e6.asciidoc | 10 'query' => 'ny city',
|
H A D | 5f3a3eefeefe6fa85ec49d499212d245.asciidoc | 9 'city' => [
|
H A D | f32f0c19b42de3b87dd764fe4ca17e7c.asciidoc | 10 'query' => 'ny city',
|
H A D | db6cba451ba562abe953d09ad80cc15c.asciidoc | 9 'query' => 'city.\*:(this AND that OR thus)',
|
H A D | 28aad2c5942bfb221c2bf1bbdc01658e.asciidoc | 10 'city.*',
|
H A D | ad6ea0c1e46712aa1fd6d3bfa0ec979e.asciidoc | 9 'query' => '(new york city) OR (big apple)',
|
/plugin/bible/bible_douayRheims/ |
H A D | Jonas.txt | 2 …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… 42 …city, 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 D | syntax.php.2018-03-08_163705.bak | 266 $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 D | syntax.php.2018-03-08_165255.bak | 273 $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 D | syntax.php.2018-03-08_163658.bak | 267 $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 D | syntax.php.2018-03-08_163718.bak | 266 $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);
|