Home
last modified time | relevance | path

Searched refs:is_portable (Results 1 – 25 of 26) sorted by relevance

12

/dports/games/supertux2/SuperTux-v0.6.3-Source/src/object/
H A Dblock.cpp118 bool is_portable = ((portable != nullptr) && portable->is_portable()); in collision() local
121 if (m_bouncing && (!is_portable || badguy || is_bomb) && hit_mo_from_below) { in collision()
H A Drusty_trampoline.cpp142 RustyTrampoline::is_portable() const in is_portable() function in RustyTrampoline
144 return Rock::is_portable() && portable; in is_portable()
H A Dtrampoline.cpp126 Trampoline::is_portable() const in is_portable() function in Trampoline
128 return Rock::is_portable() && portable; in is_portable()
H A Dportable.hpp41 virtual bool is_portable() const { return true; } in is_portable() function in Portable
H A Dtrampoline.hpp33 virtual bool is_portable() const override;
H A Drusty_trampoline.hpp37 virtual bool is_portable() const override;
/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Dapp.cpp453 static bool* is_portable = NULL; in isPortable() local
454 if (!is_portable) { in isPortable()
455 is_portable = in isPortable()
461 return *is_portable; in isPortable()
/dports/devel/thonny/thonny-3.3.14/thonny/
H A Dfirst_run.py5 from thonny import is_portable, languages, ui_utils
16 self.title("Welcome to Thonny!" + " [portable]" if is_portable() else "")
H A D__init__.py14 elif is_portable():
63 def is_portable(): function
H A Dworkbench.py29 is_portable,
124 self._is_portable = is_portable()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/badguy/
H A Dmrbomb.hpp38 virtual bool is_portable() const override;
H A Dsnail.hpp44 virtual bool is_portable() const override;
H A Dgoldbomb.hpp41 virtual bool is_portable() const override;
H A Dmriceblock.hpp39 virtual bool is_portable() const override;
H A Dmrbomb.cpp144 MrBomb::is_portable() const in is_portable() function in MrBomb
H A Dgoldbomb.cpp255 GoldBomb::is_portable() const in is_portable() function in GoldBomb
H A Dsnail.cpp309 Snail::is_portable() const in is_portable() function in Snail
H A Dmriceblock.cpp301 MrIceBlock::is_portable() const in is_portable() function in MrIceBlock
/dports/irc/hexchat/hexchat-2.16.0/src/common/
H A Dutil.c1332 static int is_portable = -1; in portable_mode() local
1334 if (G_UNLIKELY(is_portable == -1)) in portable_mode()
1343 is_portable = g_file_test (filename, G_FILE_TEST_EXISTS); in portable_mode()
1349 return is_portable; in portable_mode()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/adrift/
H A Dsclibrar.cpp3651 if (is_portable) in lib_object_too_heavy()
3652 *is_portable = !(object_weight > player_limit); in lib_object_too_heavy()
3680 if (is_portable) in lib_object_too_large()
3681 *is_portable = !(object_size > player_limit); in lib_object_too_large()
3755 sc_bool is_portable; in lib_take_backend_common() local
3761 if (lib_object_too_heavy(game, object, &is_portable)) { in lib_take_backend_common()
3764 too_heavy_portable = is_portable; in lib_take_backend_common()
3772 too_large_portable = is_portable; in lib_take_backend_common()
3819 sc_bool is_portable; in lib_take_backend_common() local
3851 too_heavy_portable = is_portable; in lib_take_backend_common()
[all …]
/dports/games/scare/scare-1.3.10/source/
H A Dsclibrar.c4135 if (is_portable) in lib_object_too_heavy()
4136 *is_portable = !(object_weight > player_limit); in lib_object_too_heavy()
4167 if (is_portable) in lib_object_too_large()
4168 *is_portable = !(object_size > player_limit); in lib_object_too_large()
4248 sc_bool is_portable; in lib_take_backend_common() local
4254 if (lib_object_too_heavy (game, object, &is_portable)) in lib_take_backend_common()
4259 too_heavy_portable = is_portable; in lib_take_backend_common()
4269 too_large_portable = is_portable; in lib_take_backend_common()
4320 sc_bool is_portable; in lib_take_backend_common() local
4358 too_heavy_portable = is_portable; in lib_take_backend_common()
[all …]
/dports/net-im/gajim/gajim-gajim-1.3.3/win/misc/
H A Dgajim-portable.nsi132 FileOpen $0 "is_portable" w
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/fsboot/
H A D__init__.py162 def is_portable(): function
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/fsgs/
H A DFSGSDirectories.py380 if fsboot.is_portable():
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/common/
H A Dapp.py175 def is_portable(): function

12