Home
last modified time | relevance | path

Searched refs:GetDefaultSlot (Results 1 – 13 of 13) sorted by relevance

/dports/games/pioneer/pioneer-20210723/data/pigui/libs/
H A Dequipment-market.lua63 if player:GetEquipSlotCapacity(e:GetDefaultSlot(player)) < 1 then
162 if e1:GetDefaultSlot() == e2:GetDefaultSlot() then
163 if e1:GetDefaultSlot() == "cargo" then
166 if e1:GetDefaultSlot():find("laser") then -- can be laser_front or _back
178 return e1:GetDefaultSlot() < e2:GetDefaultSlot()
/dports/games/pioneer/pioneer-20210723/data/libs/
H A DEquipSet.lua306 slot = item:GetDefaultSlot(ship)
344 slot = item:GetDefaultSlot(ship)
H A DEquipType.lua107 function EquipType:GetDefaultSlot(ship) function
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DShadowRoot.h156 HTMLSlotElement* GetDefaultSlot() const { in GetDefaultSlot() function
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DShadowRoot.h154 HTMLSlotElement* GetDefaultSlot() const { in GetDefaultSlot() function
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DShadowRoot.h156 HTMLSlotElement* GetDefaultSlot() const { in GetDefaultSlot() function
/dports/www/firefox/firefox-99.0/dom/base/
H A DShadowRoot.h166 HTMLSlotElement* GetDefaultSlot() const { in GetDefaultSlot() function
/dports/games/pioneer/pioneer-20210723/data/pigui/modules/info-view/
H A D01-ship-info.lua142 local slot = et:GetDefaultSlot(Game.player)
/dports/games/pioneer/pioneer-20210723/data/modules/Scoop/
H A DScoop.lua546 if not ship:IsPlayer() or equipment == nil or equipment:GetDefaultSlot() ~= "cargo" then return end
/dports/www/firefox-esr/firefox-91.8.0/layout/xul/
H A DnsXULPopupManager.cpp2519 if (HTMLSlotElement* slot = shadow->GetDefaultSlot()) { in FindDefaultInsertionPoint()
/dports/www/firefox/firefox-99.0/layout/xul/
H A DnsXULPopupManager.cpp2513 if (HTMLSlotElement* slot = shadow->GetDefaultSlot()) { in FindDefaultInsertionPoint()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/xul/
H A DnsXULPopupManager.cpp2519 if (HTMLSlotElement* slot = shadow->GetDefaultSlot()) { in FindDefaultInsertionPoint()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/xul/
H A DnsXULPopupManager.cpp2270 if (HTMLSlotElement* slot = shadow->GetDefaultSlot()) { in FindDefaultInsertionPoint()