Home
last modified time | relevance | path

Searched refs:QuerySlot (Results 1 – 11 of 11) sorted by relevance

/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/unimkt/
H A Dquery_slot.go24 func (client *Client) QuerySlot(request *QuerySlotRequest) (response *QuerySlotResponse, err error)… func
37 response, err := client.QuerySlot(request)
59 response, err = client.QuerySlot(request)
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/net/
H A DNetQueryDelayer.h25 struct QuerySlot { struct
29 Container<QuerySlot> container_; argument
H A DNetQueryDelayer.cpp86 auto id = container_.create(QuerySlot()); in delay()
/dports/www/py-nevow/Nevow-0.14.0/nevow/
H A Dquery.py82 class QuerySlot(QueryList): class
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/GUIScript/
H A DGUIScript.cpp5941 int tmp = core->QuerySlot(idx);
7250 si = actor->inventory.RemoveItem(core->QuerySlot(Slot));
8883 Slot = core->QuerySlot(Slot);
9025 Slot = core->QuerySlot(Slot);
9175 int id = core->QuerySlot(i);
9190 int id = core->QuerySlot(i);
9577 si = TryToUnequip( actor, core->QuerySlot(Slot), Count );
9702 Slot = core->QuerySlot(Slot);
9904 SlotID = core->QuerySlot(SlotID);
11498 slot = core->QuerySlot(slot);
[all …]
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DInterface.h588 ieDword QuerySlot(unsigned int idx) const;
H A DInventory.cpp1850 int realslot = core->QuerySlot(slot); in FindStealableItem()
H A DInterface.cpp3480 ieDword Interface::QuerySlot(unsigned int idx) const in QuerySlot() function in GemRB::Interface
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/CREImporter/
H A DCREImporter.cpp1282 int Slot = core->QuerySlot(i); in ReadInventory()
2285 unsigned int j = core->QuerySlot(i+1); in GetStoredFileSize()
2324 unsigned int j = core->QuerySlot(i+1); in PutInventory()
2339 unsigned int j = core->QuerySlot(i+1); in PutInventory()
/dports/games/gemrb/gemrb-0.9.0/gemrb/plugins/FXOpcodes/
H A DFXOpcodes.cpp4436 …target->inventory.SetSlotItemRes( fx->Resource, core->QuerySlot(fx->Parameter2), fx->Parameter1, f… in fx_create_item_in_slot()
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/Scriptable/
H A DActor.cpp9813 int slot = core->QuerySlot( 0 ); in SetupFist()