Home
last modified time | relevance | path

Searched refs:msg2str (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/py-mido/mido-1.2.10/mido/messages/
H A Dmessages.py6 from .strings import msg2str, str2msg
189 return msg2str(vars(self))
254 return msg2str(vars(msg), include_time=include_time)
H A Dstrings.py4 def msg2str(msg, include_time=True): function
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/guis/
H A DGuiDetectDevice.cpp43 const char* msg2str = firstRun ? "PRESS F4 TO QUIT AT ANY TIME." : "PRESS ESC TO CANCEL."; in GuiDetectDevice() local
44 …mMsg2 = std::make_shared<TextComponent>(mWindow, msg2str, Font::get(FONT_SIZE_SMALL), 0x777777FF, … in GuiDetectDevice()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/
H A Dlog_timestamp_formatter.rb8 … FORMAT % [severity[0..0], timestamp.utc.iso8601(3), $$, severity, program_name, msg2str(message)]
/dports/lang/ruby26/ruby-2.6.9/lib/
H A Dlogger.rb598 msg2str(msg)]
607 def msg2str(msg) method in Logger.Formatter
/dports/misc/libpri/libpri-1.6.0/
H A Dpri_internal.h1018 const char *msg2str(int msg);
H A Dq931.c3039 msg2str(msgtype)); in transmit_facility()
4280 const char *msg2str(int msg) in msg2str() function
5034 pri_message(ctrl, "%c Message Type: %s (%d)\n", c, msg2str(mh->msg), mh->msg); in q931_dump_header()
5279 msg2str(msgtype), ctrl); in send_message()
5337 msg2str(msgtype), call->cr); in send_message()
7523 msg2str(mh->msg), mh->msg); in prepare_to_handle_q931_message()
7527 msg2str(mh->msg), mh->msg); in prepare_to_handle_q931_message()
7848 msg2str(mh->msg), in q931_receive()
7876 msg2str(mh->msg), in q931_receive()
9862 msg2str(mh->msg), mh->msg); in post_handle_q931_message()
[all …]
H A Dpri_facility.c3171 msg2str(messagetype)); in pri_call_apdu_queue()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.9.387648 * lib/logger.rb(Logger#msg2str): no special treatment for the object