Home
last modified time | relevance | path

Searched defs:getPaused (Results 1 – 15 of 15) sorted by relevance

/dports/games/avoision/avoision-1.1/Data/Avoision/
H A DBoard.lua255 function board.getPaused(self) function
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/online/
H A Drequest_manager.hpp168 bool getPaused() { return m_paused.load(); } in getPaused() function in Online::RequestManager
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/
H A DDatafeedFetchSchedule.php74 public function getPaused() function in Google_Service_ShoppingContent_DatafeedFetchSchedule
H A DRepricingRule.php108 public function getPaused() function in Google_Service_ShoppingContent_RepricingRule
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/
H A DDatafeedFetchSchedule.php74 public function getPaused() function in Google_Service_ShoppingContent_DatafeedFetchSchedule
/dports/games/scummvm/scummvm-2.5.1/engines/lure/
H A Dsound.h150 bool getPaused() const { return _paused; } in getPaused() function
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/lure/
H A Dsound.h150 bool getPaused() const { return _paused; } in getPaused() function
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/idle-dom/src/
H A DHTMLMediaElement.php196 public function getPaused(): bool; function
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/TagManager/
H A DTag.php164 public function getPaused() function in Google_Service_TagManager_Tag
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/TagManager/
H A DTag.php189 public function getPaused() function in Google_Service_TagManager_Tag
/dports/security/keybase/client-v5.7.1/go/kbfs/libkbfs/
H A Dprefetcher.go1323 func (p *blockPrefetcher) getPaused() (paused bool, ch <-chan struct{}) { func
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/BBGE/
H A DFmodOpenALBridge.cpp1223 FMOD_RESULT OpenALChannelGroup::getPaused(bool *_paused) in getPaused() function in FMOD::OpenALChannelGroup
/dports/games/zdoom/zdoom-2.8.1/src/sound/
H A Dfmod_wrap.h284 …FMOD_RESULT getPaused (bool *paused) { FMOD_BOOL b; FMOD_RESULT res = FMOD_Channel_Ge… in getPaused() function
384 …FMOD_RESULT getPaused (bool *paused) { FMOD_BOOL b; FMOD_RESULT res = FMOD_ChannelGr… in getPaused() function
/dports/cad/ldview/ldview-4.4/LDLib/
H A DLDrawModelViewer.h424 bool getPaused(void) const { return flags.paused != false; } in getPaused() function
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/game/
H A Dgame.cpp6202 bool Game::getPaused() in update() function in Glest::Game::Game