Home
last modified time | relevance | path

Searched defs:town (Results 1 – 25 of 121) sorted by relevance

12345

/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/game/
H A Dgame_over.cpp63 const Castle * town = world.getCastleEntrance( conf.WinsMapsPositionObject() ); in DialogWins() local
112 const Castle * town = world.getCastleEntrance( conf.WinsMapsPositionObject() ); in DialogLoss() local
145 const Castle * town = world.getCastleEntrance( conf.LossMapsPositionObject() ); in DialogLoss() local
214 const Castle * town = world.getCastleEntrance( conf.WinsMapsPositionObject() ); in GetActualDescription() local
247 const Castle * town = world.getCastleEntrance( conf.LossMapsPositionObject() ); in GetActualDescription() local
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/mymoney/
H A Dmymoneyinstitution.cpp56 const QString& town, in MyMoneyInstitution()
152 QString MyMoneyInstitution::town() const in town() function in MyMoneyInstitution
158 void MyMoneyInstitution::setTown(const QString& town) in setTown()
169 void MyMoneyInstitution::setCity(const QString& town) in setCity()
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/install/mysql/tables/
H A Dllx_c_ziptown.sql26 town varchar(180) NOT NULL, -- Town name field
H A Dllx_societe_address.sql30 town varchar(50), -- town field
H A Dllx_establishment.sql29 town varchar(50), field
H A Dllx_entrepot.sql32 town varchar(50), field
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/install/mysql/tables/
H A Dllx_c_ziptown.sql26 town varchar(180) NOT NULL, -- Town name field
H A Dllx_societe_address.sql30 town varchar(50), -- town field
H A Dllx_establishment.sql29 town varchar(50), field
H A Dllx_entrepot.sql33 town varchar(50), field
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dautotest.c83 Unit *town = create_unit (TOWN, FALSE); in test_tooling() local
119 Unit *town = create_and_place (TOWN, 2, 2); in test_occupancy() local
204 Unit *town = NULL, *bomber = NULL; in test_victim_here() local
/dports/devel/ada-util/ada-util-b6612400/regtests/files/
H A Dtest-2.json8 "town": "nowhere", string
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Strategic/
H A DStrategicMap_Secrets.cc25 auto town = GCM->getTown(bTownID); in IsTownFound() local
56 auto town = GCM->getTown(bTownID); in SetTownAsFound() local
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/ajax/
H A Dziptown.php61 $town = $_GET['town'] ? $_GET['town'] : ''; variable
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/ajax/
H A Dziptown.php72 $town = GETPOST('town'); variable
/dports/games/openttd/openttd-12.1/src/
H A Ddepot_base.h20 Town *town; member
H A Dviewport_kdtree.h29 TownID town; member
H A Dnewgrf_house.cpp55 HouseResolverObject::HouseResolverObject(HouseID house_id, TileIndex tile, Town *town, in HouseResolverObject()
153 static uint32 GetNumHouses(HouseID house_id, const Town *town) in GetNumHouses()
413 …ck(CallbackID callback, uint32 param1, uint32 param2, HouseID house_id, Town *town, TileIndex tile, in GetHouseCallback()
477 …lbackID callback, uint32 param1, uint32 param2, const HouseSpec *spec, Town *town, TileIndex tile,… in GetSimpleHouseCallback()
H A Dnewgrf_house.h23 Town *town; ///< Town of this house. member
/dports/net/geocode-glib/geocode-glib-3.26.2/geocode-glib/tests/
H A Drev.json1 …:{"pub":"The Astolat","road":"Old Palace Road","suburb":"Guildford Park","town":"Guildford","count… string
H A Dpub.json1 …tance":0.6,"address":{"road":"Old Palace Road","suburb":"Guildford Park","town":"Guildford","count… string
H A Dxep.json1 …ance":1.13,"address":{"road":"Old Palace Road","suburb":"Guildford Park","town":"Guildford","count… string
/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_event_types.hpp776 ScriptEventTownFounded(TownID town) : in ScriptEventTownFounded()
795 TownID town; ///< The town that got founded. member in ScriptEventTownFounded
984 ScriptEventCompanyTown(ScriptEventType event, ScriptCompany::CompanyID company, TownID town) : in ScriptEventCompanyTown()
1011 TownID town; ///< The town involved into the event. member in ScriptEventCompanyTown
1025 ScriptEventExclusiveTransportRights(ScriptCompany::CompanyID company, TownID town) : in ScriptEventExclusiveTransportRights()
1048 ScriptEventRoadReconstruction(ScriptCompany::CompanyID company, TownID town) : in ScriptEventRoadReconstruction()
/dports/www/elgg/elgg-3.3.23/vendor/fzaninotto/faker/src/Faker/Provider/en_HK/
H A DAddress.php201 public function town() function in Faker\\Provider\\en_HK\\Address
/dports/devel/py-Faker/Faker-0.8.15/faker/providers/address/ja_JP/
H A D__init__.py320 def town(self): member in Provider

12345