Home
last modified time | relevance | path

Searched refs:STATUS_AVAILABLE (Results 1 – 25 of 42) sorted by relevance

12

/dports/net-im/libpurple/pidgin-2.14.8/libpurple/
H A Dsound.c33 #define STATUS_AVAILABLE 1 macro
56 return (( available && pref_status == STATUS_AVAILABLE) || in purple_sound_play_required()
137 purple_prefs_add_int("/purple/sound/while_status", STATUS_AVAILABLE); in purple_sound_init()
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/
H A Dsound.c33 #define STATUS_AVAILABLE 1 macro
56 return (( available && pref_status == STATUS_AVAILABLE) || in purple_sound_play_required()
137 purple_prefs_add_int("/purple/sound/while_status", STATUS_AVAILABLE); in purple_sound_init()
/dports/net-im/finch/pidgin-2.14.8/libpurple/
H A Dsound.c33 #define STATUS_AVAILABLE 1 macro
56 return (( available && pref_status == STATUS_AVAILABLE) || in purple_sound_play_required()
137 purple_prefs_add_int("/purple/sound/while_status", STATUS_AVAILABLE); in purple_sound_init()
/dports/net-im/centerim/centerim-4.22.10/libmsn/msn/
H A Dbuddy.cpp32 case STATUS_AVAILABLE: in buddyStatusToString()
56 return STATUS_AVAILABLE; in buddyStatusFromString()
H A Dbuddy.h37 STATUS_AVAILABLE, enumerator
/dports/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6/tests/twisted/account-manager/
H A Ddevice-idle.py31 STATUS_AVAILABLE = 0 variable
43 def __init__(self, q, bus, status=STATUS_AVAILABLE):
116 for status in [STATUS_AVAILABLE, STATUS_IDLE, STATUS_BUSY]:
/dports/mail/thunderbird/thunderbird-91.8.0/comm/chat/components/public/
H A DimIStatusInfo.idl24 const short STATUS_AVAILABLE = 7;
33 readonly attribute boolean available; // (statusType == STATUS_AVAILABLE)
H A DimIUserStatusInfo.idl27 * STATUS_UNAVAILABLE, STATUS_AWAY, STATUS_AVAILABLE and STATUS_INVISIBLE.
/dports/multimedia/totem/totem-3.38.2/src/plugins/im-status/
H A Dtotem-im-status.c58 STATUS_AVAILABLE = 0, enumerator
79 g_variant_new ("(u)", idle ? STATUS_BUSY : STATUS_AVAILABLE), in totem_im_status_set_idleness()
/dports/devel/dmucs/dmucs/
H A Ddmucs_msg.cc102 status = STATUS_AVAILABLE; in parseMsg()
189 if (status_ == STATUS_AVAILABLE) { in handle()
H A Ddmucs_host.h35 STATUS_AVAILABLE = 1, enumerator
H A Ddmucs_pkt.cc97 status = STATUS_AVAILABLE; in parseMsg()
H A Ddmucs_host_state.h70 virtual int asInt() { return (int) STATUS_AVAILABLE; } in asInt()
H A Dmonitor.cc239 case STATUS_AVAILABLE: ostr = &availHosts; break; in parseResults()
H A Ddmucs_db.cc192 if (host->getStateAsInt() == STATUS_AVAILABLE) { in releaseCpu()
/dports/sysutils/py-hcloud/hcloud-1.16.0/hcloud/volumes/
H A Ddomain.py36 STATUS_AVAILABLE = "available" variable in Volume
/dports/devel/py-oci/oci-2.53.1/src/oci/ocvp/models/
H A Dhcx_license_summary.py18 STATUS_AVAILABLE = "AVAILABLE" variable in HcxLicenseSummary
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/dcim/
H A Dchoices.py72 STATUS_AVAILABLE = 'available' variable in RackStatusChoices
79 (STATUS_AVAILABLE, 'Available'),
87 STATUS_AVAILABLE: 'success',
/dports/polish/tleenx2/TleenX2-20040214/src/
H A Dmain.h23 enum {STATUS_AVAILABLE=0, STATUS_CHATTY, STATUS_DND, STATUS_AWAY, enumerator
H A Dusers.c21 static gint status_map[]={STATUS_AVAILABLE,
/dports/mail/thunderbird/thunderbird-91.8.0/comm/chat/modules/
H A DimStatusUtils.jsm24 statusAttributes[imIStatusInfo.STATUS_AVAILABLE] = "available";
/dports/mail/thunderbird/thunderbird-91.8.0/comm/chat/components/src/
H A DimCore.jsm123 _offlineStatusType: Ci.imIStatusInfo.STATUS_AVAILABLE,
147 _idleStatusType: Ci.imIStatusInfo.STATUS_AVAILABLE,
181 _statusType: Ci.imIStatusInfo.STATUS_AVAILABLE,
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DElevationPool.cpp223 tile->_status.exchange( ok ? STATUS_AVAILABLE : STATUS_FAIL ); in tryTile()
230 else if ( tile->_status == STATUS_AVAILABLE ) in tryTile()
/dports/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6/src/
H A Dmcd-slacker.c50 STATUS_AVAILABLE = 0, enumerator
/dports/devel/py-oci/oci-2.53.1/src/oci/database_management/models/
H A Ddatafile.py18 STATUS_AVAILABLE = "AVAILABLE" variable in Datafile

12