Home
last modified time | relevance | path

Searched refs:street (Results 226 – 250 of 5989) sorted by relevance

12345678910>>...240

/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/base_address_extended/i18n/
H A Dzh_TW.po25 "Change how the system computes the full street field based on the different "
26 "street subfields"
67 …n with all the fields of the street (for example, use '%(street_name)s, %(street_number)s' if you …
68 "%(street_name)s: the name of the street\n"
132 msgid "Unrecognized field %s in street format."
H A Dbg.po28 "Change how the system computes the full street field based on the different "
29 "street subfields"
71 …n with all the fields of the street (for example, use '%(street_name)s, %(street_number)s' if you …
72 "%(street_name)s: the name of the street\n"
136 msgid "Unrecognized field %s in street format."
H A Dckb.po25 "Change how the system computes the full street field based on the different "
26 "street subfields"
67 …n with all the fields of the street (for example, use '%(street_name)s, %(street_number)s' if you …
68 "%(street_name)s: the name of the street\n"
126 msgid "Unrecognized field %s in street format."
H A Dbn.po25 "Change how the system computes the full street field based on the different "
26 "street subfields"
67 …n with all the fields of the street (for example, use '%(street_name)s, %(street_number)s' if you …
68 "%(street_name)s: the name of the street\n"
126 msgid "Unrecognized field %s in street format."
H A Dfi.po28 "Change how the system computes the full street field based on the different "
29 "street subfields"
70 …n with all the fields of the street (for example, use '%(street_name)s, %(street_number)s' if you …
71 "%(street_name)s: the name of the street\n"
129 msgid "Unrecognized field %s in street format."
H A Dhu.po29 "Change how the system computes the full street field based on the different "
30 "street subfields"
71 …n with all the fields of the street (for example, use '%(street_name)s, %(street_number)s' if you …
72 "%(street_name)s: the name of the street\n"
130 msgid "Unrecognized field %s in street format."
H A Dsv.po29 "Change how the system computes the full street field based on the different "
30 "street subfields"
71 …n with all the fields of the street (for example, use '%(street_name)s, %(street_number)s' if you …
72 "%(street_name)s: the name of the street\n"
130 msgid "Unrecognized field %s in street format."
H A Dzh_CN.po30 "Change how the system computes the full street field based on the different "
31 "street subfields"
72 …n with all the fields of the street (for example, use '%(street_name)s, %(street_number)s' if you …
73 "%(street_name)s: the name of the street\n"
137 msgid "Unrecognized field %s in street format."
H A Deu.po29 "Change how the system computes the full street field based on the different "
30 "street subfields"
71 …n with all the fields of the street (for example, use '%(street_name)s, %(street_number)s' if you …
72 "%(street_name)s: the name of the street\n"
130 msgid "Unrecognized field %s in street format."
H A Dro.po27 "Change how the system computes the full street field based on the different "
28 "street subfields"
69 …n with all the fields of the street (for example, use '%(street_name)s, %(street_number)s' if you …
70 "%(street_name)s: the name of the street\n"
128 msgid "Unrecognized field %s in street format."
H A Dru.po28 "Change how the system computes the full street field based on the different "
29 "street subfields"
72 …n with all the fields of the street (for example, use '%(street_name)s, %(street_number)s' if you …
73 "%(street_name)s: the name of the street\n"
136 msgid "Unrecognized field %s in street format."
H A Dsl.po28 "Change how the system computes the full street field based on the different "
29 "street subfields"
70 …n with all the fields of the street (for example, use '%(street_name)s, %(street_number)s' if you …
71 "%(street_name)s: the name of the street\n"
129 msgid "Unrecognized field %s in street format."
H A Dar.po28 "Change how the system computes the full street field based on the different "
29 "street subfields"
71 …n with all the fields of the street (for example, use '%(street_name)s, %(street_number)s' if you …
72 "%(street_name)s: the name of the street\n"
136 msgid "Unrecognized field %s in street format."
H A Duk.po26 "Change how the system computes the full street field based on the different "
27 "street subfields"
70 …n with all the fields of the street (for example, use '%(street_name)s, %(street_number)s' if you …
71 "%(street_name)s: the name of the street\n"
135 msgid "Unrecognized field %s in street format."
/dports/www/ilias/ILIAS-5.4.25/Services/ActiveRecord/_Examples/Message/
H A Dclass.arUser.php103 protected $street; variable in arUser
1142 * @param int $street
1144 public function setStreet($street) argument
1146 $this->street = $street;
1155 return $this->street;
/dports/www/ilias/ILIAS-5.4.25/Services/AuthShibboleth/classes/Config/
H A Dclass.shibConfig.php70 protected $street = ''; variable in shibConfig
536 * @param string $street
538 public function setStreet($street) argument
540 $this->street = $street;
549 return $this->street;
/dports/www/ilias6/ILIAS-6.14/Services/AuthShibboleth/classes/Config/
H A Dclass.shibConfig.php70 protected $street = ''; variable in shibConfig
536 * @param string $street
538 public function setStreet($street) argument
540 $this->street = $street;
549 return $this->street;
/dports/devel/libgdata/libgdata-0.17.13/gdata/gd/
H A Dgdata-gd-postal-address.c61 gchar *street; member
399 if (g_strcmp0 (a->street, b->street) == 0 && g_strcmp0 (a->po_box, b->po_box) == 0 && in compare_with()
429 g_free (priv->street); in gdata_gd_postal_address_finalize()
474 g_value_set_string (value, priv->street); in gdata_gd_postal_address_get_property()
601 …gdata_parser_string_from_element (node, "street", P_NO_DUPES, &(priv->street), &success, error) ==… in parse_xml()
652 OUTPUT_STRING_ELEMENT ("street", street) in get_xml()
1019 return self->priv->street; in gdata_gd_postal_address_get_street()
1034 gdata_gd_postal_address_set_street (GDataGDPostalAddress *self, const gchar *street) in gdata_gd_postal_address_set_street() argument
1037 g_return_if_fail (street == NULL || *street != '\0'); in gdata_gd_postal_address_set_street()
1039 g_free (self->priv->street); in gdata_gd_postal_address_set_street()
[all …]
/dports/cad/sumo/sumo-1.2.0/src/activitygen/
H A DAGActivityGenHandler.cpp178 AGStreet* street = dynamic_cast<AGStreet*>(net->getEdge(eid)); in parseStreets() local
179 if (street == nullptr) { in parseStreets()
183 street->setPopulation(pop * street->getLength()); in parseStreets()
184 street->setWorkplaceNumber(work * street->getLength()); in parseStreets()
185 myCity.streets.push_back(street); in parseStreets()
/dports/www/p5-HTML-FormFu/HTML-FormFu-2.07/t/model/
H A Dhashref_create_repeatable_without_nestedname.t25 # address => { street => "Lombardstreet", number => 22 },
53 # address => { street => "Lombardstreet", number => 22 },
54 # 'address-split' => { street => "Lombardstreet", number => 22 },
/dports/devel/py-pyface/pyface-7.2.0/examples/data_view/
H A Dcolumn_example.py31 any_name, family_name, favorite_color, age, street, city, country
46 street = Str() variable in Address
167 street=street(),
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/mymoney/
H A Dmymoneyinstitution.cpp57 const QString& street, in MyMoneyInstitution() argument
69 d->m_street = street; in MyMoneyInstitution()
128 QString MyMoneyInstitution::street() const in street() function in MyMoneyInstitution
134 void MyMoneyInstitution::setStreet(const QString& street) in setStreet() argument
137 d->m_street = street; in setStreet()
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtlocation/examples/location/mapviewer/forms/
H A DGeocode.qml62 address.street = street.text
71 street.text = ""
83 street.text = address.street
/dports/net/p5-Phone-Info/Phone-Info-0.0.1/lib/Phone/
H A DInfo.pm147 street=>$args{street},
317 $data=$args{res}->{listings}[$int]{address}{street};
418 street=>$args{street}
/dports/mail/pear-Contact_Vcard_Build/Contact_Vcard_Build-1.1.2/tests/
H A Dbuild-johndoe.phpt35 $street = '2 Enterprise Avenue';
41 $vcard->addAddress($pob, $extend, $street, $locality, $region,
47 $street = '3 Acacia Avenue';
53 $vcard->addAddress($pob, $extend, $street, $locality, $region,

12345678910>>...240