Home
last modified time | relevance | path

Searched refs:addThing (Results 1 – 10 of 10) sorted by relevance

/dports/devel/hs-darcs/darcs-2.16.4/src/Darcs/Repository/
H A DHashedIO.hs123 addThing path (D, h)
134 addThing n x
170 addThing :: AnchoredPath -> (ObjType,PristineHash) -> HashedIO ()
171 addThing path (o, h) = function
174 Right (name,path') -> mWithSubDirectory name $ addThing path' (o,h)
/dports/net/zerotier/ZeroTierOne-1.8.3/node/
H A DCertificateOfOwnership.hpp97 inline void addThing(const InetAddress &ip) in addThing() function in ZeroTier::CertificateOfOwnership
111 inline void addThing(const MAC &mac) in addThing() function in ZeroTier::CertificateOfOwnership
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/dm/
H A Dmovesens.cpp704 …essThingAdditionOrRemoval(uint16 mapX, uint16 mapY, Thing thing, bool partySquare, bool addThing) { in processThingAdditionOrRemoval() argument
718 if ((!addThing) && (thingType != kDMThingTypeParty)) in processThingAdditionOrRemoval()
738 …else if ((curThingType == kDMstringTypeText) && (thingType == kDMThingTypeParty) && addThing && !p… in processThingAdditionOrRemoval()
758 if (addThing && (thingType != kDMThingTypeParty)) in processThingAdditionOrRemoval()
769 bool triggerSensor = addThing; in processThingAdditionOrRemoval()
787 } else if (!addThing) in processThingAdditionOrRemoval()
814 if ((thingType != kDMThingTypeParty) || !addThing || partySquare) in processThingAdditionOrRemoval()
H A Dmovesens.h71 …OrRemoval(uint16 mapX, uint16 mapY, Thing thing, bool partySquare, bool addThing);// @ F0276_SENSO…
/dports/games/scummvm/scummvm-2.5.1/engines/dm/
H A Dmovesens.cpp705 …essThingAdditionOrRemoval(uint16 mapX, uint16 mapY, Thing thing, bool partySquare, bool addThing) { in processThingAdditionOrRemoval() argument
719 if ((!addThing) && (thingType != kDMThingTypeParty)) in processThingAdditionOrRemoval()
739 …else if ((curThingType == kDMstringTypeText) && (thingType == kDMThingTypeParty) && addThing && !p… in processThingAdditionOrRemoval()
759 if (addThing && (thingType != kDMThingTypeParty)) in processThingAdditionOrRemoval()
770 bool triggerSensor = addThing; in processThingAdditionOrRemoval()
788 } else if (!addThing) in processThingAdditionOrRemoval()
815 if ((thingType != kDMThingTypeParty) || !addThing || partySquare) in processThingAdditionOrRemoval()
H A Dmovesens.h71 …OrRemoval(uint16 mapX, uint16 mapY, Thing thing, bool partySquare, bool addThing);// @ F0276_SENSO…
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/include/doomsday/defs/
H A Dded.h139 int addThing(de::String const &id);
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/defs/
H A Dded.cpp114 int ded_s::addThing(String const &id) in addThing() function in ded_s
H A Ddedparser.cpp1184 idx = ded->addThing(""); in DENG2_PIMPL()
/dports/net/zerotier/ZeroTierOne-1.8.3/controller/
H A DEmbeddedNetworkController.cpp1799 nc->certificatesOfOwnership[0].addThing(nc->staticIps[i]); in _request()