Home
last modified time | relevance | path

Searched refs:is_silent (Results 126 – 150 of 153) sorted by relevance

1234567

/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Dteleport.c889 is_silent(g.youmonst.data) ? "writhe" : "scream"); in level_tele()
H A Dmhitu.c967 if (!(is_silent(mdat) && g.multi < 0) && rn2(10)) { in hitmu()
H A Dshk.c3931 if (shkp->msleeping || !shkp->mcanmove || is_silent(shkp->data)) in shopdig()
H A Duhitm.c818 if (!(is_silent(g.youmonst.data) && helpless(mon)) in hmon_hitmon()
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Dteleport.c937 is_silent(youmonst.data) ? "writhe" : "scream"); in level_tele()
H A Dshk.c3835 if (shkp->msleeping || !shkp->mcanmove || is_silent(shkp->data))
/dports/audio/ccaudio2/ccaudio2-2.2.0/src/
H A Dcodec.cpp114 bool AudioCodec::is_silent(Level hint, void *data, unsigned samples) in is_silent() function in ucommon::AudioCodec
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dnpcmove.cpp1401 !m.target->is_silent() ); in method_of_attack()
3365 bool allowed = can_use_gun && it.is_gun() && ( !use_silent || it.is_silent() ); in wield_better_weapon()
H A Dbionics.cpp516 ( rules.has_flag( ally_rule::use_silent ) && !cbm_weapon.is_silent() ); in check_or_use_weapon_cbm()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dnpcmove.cpp1401 !m.target->is_silent() ); in method_of_attack()
3365 bool allowed = can_use_gun && it.is_gun() && ( !use_silent || it.is_silent() ); in wield_better_weapon()
H A Dbionics.cpp516 ( rules.has_flag( ally_rule::use_silent ) && !cbm_weapon.is_silent() ); in check_or_use_weapon_cbm()
H A Ditem.cpp6780 bool item::is_silent() const in is_silent() function in item
/dports/lang/v8/v8-9.6.180.12/src/diagnostics/
H A Dobjects-printer.cc684 os << "\n - is_silent: " << is_silent(); in JSPromisePrint()
/dports/lang/v8/v8-9.6.180.12/src/debug/
H A Ddebug.cc2080 if (jspromise->is_silent()) return; in OnException()
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/docs/source/
H A Dversion_history.rst180 #. Fix: Copy minimizer option ``is_silent`` to
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Dshk.c3341 if (shkp->msleeping || !shkp->mcanmove || is_silent(shkp->data))
/dports/games/nethack34/nethack-3.4.3/src/
H A Dshk.c3341 if (shkp->msleeping || !shkp->mcanmove || is_silent(shkp->data))
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Dshk.c3531 if (shkp->msleeping || !shkp->mcanmove || is_silent(shkp->data))
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Dshk.c3341 if (shkp->msleeping || !shkp->mcanmove || is_silent(shkp->data))
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Dshk.c3550 if (shkp->msleeping || !shkp->mcanmove || is_silent(shkp->data))
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Dshk.c3969 if (shkp->msleeping || !shkp->mcanmove || is_silent(shkp->data))
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Dshk.c3969 if (shkp->msleeping || !shkp->mcanmove || is_silent(shkp->data))
/dports/math/ceres-solver/ceres-solver-2.0.0/docs/source/
H A Dversion_history.rst413 #. Fix: Copy minimizer option ``is_silent`` to
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/
H A DCHANGELOG.md516 * Added the field `is_silent` to the class `notification`, so silent notifications can be shown with
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/generate/scheme/
H A Dtd_api.tl3008 //@is_silent True, if the notification was initially silent @type Notification type
3009 notification id:int32 date:int32 is_silent:Bool type:NotificationType = Notification;
3800 //@is_silent True, if the notifications must be shown without sound
3803 …NotificationGroupType chat_id:int53 notification_settings_chat_id:int53 is_silent:Bool total_count…

1234567