Searched refs:city (Results 1 - 25 of 46) sorted by relevance

12

/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/collections/ship/basic/
H A DSupplierData.java27 private String city; field in class:SupplierData
29 public SupplierData(String name, int status, String city) { argument
33 this.city = city;
48 return city;
55 " city=" + city + ']';
H A DPartData.java27 private String city; field in class:PartData
29 public PartData(String name, String color, Weight weight, String city) { argument
34 this.city = city;
54 return city;
62 " city=" + city + ']';
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/collections/ship/entity/
H A DSupplierData.java28 private String city; field in class:SupplierData
30 public SupplierData(String name, int status, String city) { argument
34 this.city = city;
49 return city;
56 " city=" + city + ']';
H A DPartData.java28 private String city; field in class:PartData
30 public PartData(String name, String color, Weight weight, String city) { argument
35 this.city = city;
55 return city;
63 " city=" + city + ']';
H A DSupplier.java26 private String city; field in class:Supplier
28 public Supplier(String number, String name, int status, String city) { argument
33 this.city = city;
53 return city;
61 " city=" + city + ']';
H A DPart.java27 private String city; field in class:Part
30 String city) {
36 this.city = city;
61 return city;
70 " city=" + city + ']';
29 Part(String number, String name, String color, Weight weight, String city) argument
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/collections/ship/index/
H A DSupplierData.java27 private String city; field in class:SupplierData
29 public SupplierData(String name, int status, String city) { argument
33 this.city = city;
48 return city;
55 " city=" + city + ']';
H A DPartData.java27 private String city; field in class:PartData
29 public PartData(String name, String color, Weight weight, String city) { argument
34 this.city = city;
54 return city;
62 " city=" + city + ']';
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/collections/ship/tuple/
H A DSupplierData.java28 private String city; field in class:SupplierData
30 public SupplierData(String name, int status, String city) { argument
34 this.city = city;
49 return city;
56 " city=" + city + ']';
H A DPartData.java28 private String city; field in class:PartData
30 public PartData(String name, String color, Weight weight, String city) { argument
35 this.city = city;
55 return city;
63 " city=" + city + ']';
H A DSupplier.java26 private String city; field in class:Supplier
28 public Supplier(String number, String name, int status, String city) { argument
33 this.city = city;
53 return city;
61 " city=" + city + ']';
H A DPart.java27 private String city; field in class:Part
30 String city) {
36 this.city = city;
61 return city;
70 " city=" + city + ']';
29 Part(String number, String name, String color, Weight weight, String city) argument
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/collections/ship/sentity/
H A DSupplier.java36 private String city; field in class:Supplier
38 public Supplier(String number, String name, int status, String city) { argument
43 this.city = city;
72 return city;
80 " city=" + city + ']';
H A DPart.java36 private String city; field in class:Part
39 String city) {
45 this.city = city;
79 return city;
88 " city=" + city + ']';
38 Part(String number, String name, String color, Weight weight, String city) argument
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/collections/ship/factory/
H A DSupplier.java35 static final String CITY_KEY = "city";
40 private String city; field in class:Supplier
42 public Supplier(String number, String name, int status, String city) { argument
47 this.city = city;
67 return city;
75 " city=" + city + ']';
93 if (this.city != null) {
94 keyOutput.writeString(this.city);
[all...]
H A DPart.java39 private String city; field in class:Part
42 String city) {
48 this.city = city;
73 return city;
82 " city=" + city + ']';
41 Part(String number, String name, String color, Weight weight, String city) argument
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/collections/ship/marshal/
H A DSupplier.java35 static final String CITY_KEY = "city";
40 private String city; field in class:Supplier
42 public Supplier(String number, String name, int status, String city) { argument
47 this.city = city;
76 return city;
84 " city=" + city + ']';
108 if (this.city != null) {
109 keyOutput.writeString(this.city);
[all...]
H A DPart.java39 private String city; field in class:Part
42 String city) {
48 this.city = city;
82 return city;
91 " city=" + city + ']';
41 Part(String number, String name, String color, Weight weight, String city) argument
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/db/GettingStarted/
H A DVendor.java10 private String city; field in class:Vendor
26 city = data;
58 return city;
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/canvas/
H A Dcity.tcl6 ## DEMO. Show pseudo-city map using semi-random (*) street tiles.
53 set tile [city::tile]
54 set city [expr {$tile * 64}]
64 -scrollregion [list 0 0 $city $city]
69 -grid-cell-command ::city::grid \
72 -scrollregion [list 0 0 $city $city]
94 ::city::grid get $at [list GOT $donecmd]
/macosx-10.10.1/BerkeleyDB-21/db/examples_c/getting_started/
H A Dgettingstarted_common.h46 char city[MAXFIELD]; /* City */ member in struct:vendor
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-AddressBook/Examples/Plugins/Python Address Label/
H A Dplugin.py32 text += '\n' + address.zip() + ' ' + address.city()
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-AddressBook/Examples/Plugins/Python Address Label/
H A Dplugin.py32 text += '\n' + address.zip() + ' ' + address.city()
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-AddressBook-2.5.1/Examples/Plugins/Python Address Label/
H A Dplugin.py32 text += '\n' + address.zip() + ' ' + address.city()
/macosx-10.10.1/emacs-93/emacs/lisp/net/
H A Deudc-export.el123 The last two lines are searched for the zip code, city and state name.
130 zip city state)
138 (setq city (match-string 2 last2)
144 (setq city (match-string 1 last1)
149 (setq city (match-string 2 last1)
157 (or city "")

Completed in 291 milliseconds

12