Home
last modified time | relevance | path

Searched refs:city (Results 26 – 50 of 103) sorted by last modified time

12345

/plugin/quickstats/
H A DHOW-TO56 For additional installation instructions see http://www.maxmind.com/app/installation?city=1.
/plugin/csv/_test/csv/
H A Dc-q-q-comma_in_quotes.csv1 first,last,address,city,zip
/plugin/dirtylittlehelper/mermaid/editor/
H A Dfontawesome.all.min.css5 …circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f6…
/plugin/schedule/
H A Dschedules.class.php316 foreach (explode ($sep, $schedule->where) as $city) {
317 $city = trim ($city);
318 if (!$city)
320 $insee = $scheduleCitiesInsee [strtolower ($city)];
321 $newFields [] = $insee ? $insee : $city;
/plugin/inseecity/
H A Dplugin.info.txt5 name INSEE city code
6 desc city code databse
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …m|icq|jabber|msn|yahoo|address(es)?|save addressbook|should enable action|city|country( code)?|for…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1city::before{content:"\F146"}.mdi-city-variant::before{content:"\FA35"}.mdi-city-variant-outline::…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml715 city : Royal Oak
740 … => 'Dumars', 'address' => [ 'lines' => "458 Walkman Dr.\nSuite #292\n", 'city' => 'Royal Oak', 's…
742 … => 'Dumars', 'address' => [ 'lines' => "458 Walkman Dr.\nSuite #292\n", 'city' => 'Royal Oak', 's…
/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/importfacebookevents/nppBackup/
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_165158.bak271 $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);
H A Dsyntax.php.2018-03-08_165027.bak272 $city = isset($event['place']['location']['city']) ? $event['place']['location']['city'] : "";
279 if ($place_name && $street & $city && $country && $zip){
281 $location_address = "{$street}, {$zip} {$city}, {$country}";
337 $entry = str_replace('{city}', $city, $entry);
H A Dsyntax.php.2018-03-08_164706.bak270 $city = isset($event['place']['location']['city']) ? $event['place']['location']['city'] : "";
277 if ($place_name && $street & $city && $country && $zip){
279 $location_address = "{$street}, {$zip} {$city}, {$country}";
335 $entry = str_replace('{city}', $city, $entry);
H A Dsyntax.php.2018-03-08_164623.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_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);
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_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);
/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/authgoogle/google/contrib/
H A DGoogle_CivicInfoService.php627 public $city; variable in Google_SimpleAddressType
634 public function setCity( $city) { argument
635 $this->city = $city;
638 return $this->city;
/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/pgn4web/pgn4web/
H A Dpgn-standard.txt494 The Site tag value should include city and region names along with a standard
498 appear as the tag value. A comma may be used to separate a city from a region.
499 No comma is needed to separate a city or region from the IOC country code. A
/plugin/vcard/
H A Dsyntax.php48 list($zip, $city) = explode(' ', trim($place), 2);
107 'locality' => $city,
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/tuxquote/
H A Dquotes.txt74 Happiness is having a large, loving, caring, close-knit family in another city.
1549 It's a city where everyone mutinies but no one deserts. <BR> -- Harry Hershfield, New York Times, 5…
1556 Washington is a city of Southern efficiency and Northern charm. <BR> -- John F. Kennedy, U.S. presi…
/plugin/subjectindex/plugins/
H A Dbible_verses.txt1001 …'mor and She'chem his son went to the gate of their city and began to speak to the men of their ci…
5953 And all YOU men of war must march round the city, going round the city once. That is the way you sh…
6007 … "See, YOU are lying in ambush against the city to the rear of the city. Do not go very far away f…
6800 …ught against the city all that day and got to capture the city; and he killed the people that were…
11582 …proceeded to station judges throughout the land in all the fortified cities of Judah, city by city.
18397 … the palm of the king of As·syr'i·a I shall deliver you and this city, and I will defend this city.
22574city and sat down east of the city; and gradually he made for himself there a booth, that he might…
24249 and the whole city was gathered right at the door.
25541 And he journeyed through from city to city and from village to village, teaching and continuing on …
30183 For he was awaiting the city having real foundations, the builder and maker of which [city] is God.
[all …]

12345