Home
last modified time | relevance | path

Searched refs:short_message (Results 1 – 25 of 71) sorted by relevance

123

/dports/net/p5-Net-SMPP/Net-SMPP-1.19/
H A DSMPP.pm938 $short_message = '' if !defined $short_message;
946 $sm_default_msg_id, length($short_message), $short_message, );
1091 $short_message = '' if !defined $short_message;
1109 $sm_default_msg_id, length($short_message), $short_message, )
1220 $short_message = '' if !defined $short_message;
1410 $short_message = '' if !defined $short_message;
1435 $sm_default_msg_id, length($short_message), $short_message, );
1872 $short_message = ${*$me}{short_message} if !defined $short_message;
1923 $short_message = ${*$me}{short_message} if !defined $short_message;
2149 $short_message = ${*$me}{short_message} if !defined $short_message;
[all …]
H A Dtest.pl245 && ($pdu->{short_message} eq '')
281 short_message => 'foobar',
388 && ($pdu->{short_message} eq '')
459 && ($pdu->{short_message} eq '')
495 short_message => 'foobar',
592 && ($pdu->{short_message} eq '')
869 && ($pdu->{short_message} eq '')
918 short_message => 'foobar',
1647 short_message => 'foobar',
1736 short_message => 'foobar',
[all …]
/dports/devel/elixir-smppex/smppex-2.2.9/test/pdu/
H A Doserl_test.exs9 Pdu.new({1, 2, 3}, %{short_message: "message"}, %{
19 {:short_message, 'message'}
28 {:short_message, 'message'},
37 assert "message" == Pdu.mandatory_field(pdu, :short_message)
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/sched/
H A Dsched_main.cpp263 char short_string[256], *short_message=short_string; in set_core_dump_size_limit() local
265 short_message += sprintf(short_message,"Default resource limit for core dump size curr="); in set_core_dump_size_limit()
267 short_message += sprintf(short_message,"Inf max="); in set_core_dump_size_limit()
269 short_message += sprintf(short_message,"%d max=", (int)limit.rlim_cur); in set_core_dump_size_limit()
273 short_message += sprintf(short_message,"Inf\n"); in set_core_dump_size_limit()
275 short_message += sprintf(short_message,"%d\n", (int)limit.rlim_max); in set_core_dump_size_limit()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_errors-718.0.0/src/
H A Dannotate_snippet_emitter_writer.rs21 short_message: bool, field
57 !self.short_message in should_show_explain()
82 short_message: bool, in new()
85 Self { source_map, short_message, ui_testing: false, macro_backtrace } in new()
H A Demitter.rs510 !self.short_message in should_show_explain()
572 short_message: bool, field
591 short_message: bool, in stderr()
600 short_message, in stderr()
611 short_message: bool, in new()
620 short_message, in new()
1130 if !self.short_message { in get_multispan_max_line_num()
1303 if !self.short_message { in emit_message_default()
1363 if !self.short_message { in emit_message_default()
1736 if !self.short_message { in emit_messages_default()
[all …]
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_errors-722.0.0/src/
H A Dannotate_snippet_emitter_writer.rs21 short_message: bool, field
57 !self.short_message in should_show_explain()
82 short_message: bool, in new()
85 Self { source_map, short_message, ui_testing: false, macro_backtrace } in new()
H A Demitter.rs524 !self.short_message in should_show_explain()
586 short_message: bool, field
605 short_message: bool, in stderr()
614 short_message, in stderr()
625 short_message: bool, in new()
634 short_message, in new()
1144 if !self.short_message { in get_multispan_max_line_num()
1317 if !self.short_message { in emit_message_default()
1377 if !self.short_message { in emit_message_default()
1750 if !self.short_message { in emit_messages_default()
[all …]
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_errors/src/
H A Dannotate_snippet_emitter_writer.rs21 short_message: bool, field
57 !self.short_message in should_show_explain()
82 short_message: bool, in new()
85 Self { source_map, short_message, ui_testing: false, macro_backtrace } in new()
H A Demitter.rs518 !self.short_message in should_show_explain()
593 short_message: bool, field
612 short_message: bool, in stderr()
621 short_message, in stderr()
632 short_message: bool, in new()
641 short_message, in new()
1150 if !self.short_message { in get_multispan_max_line_num()
1338 if !self.short_message { in emit_message_default()
1402 if !self.short_message { in emit_message_default()
1851 if !self.short_message { in emit_messages_default()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_errors/src/
H A Dannotate_snippet_emitter_writer.rs21 short_message: bool, field
57 !self.short_message in should_show_explain()
82 short_message: bool, in new()
85 Self { source_map, short_message, ui_testing: false, macro_backtrace } in new()
H A Demitter.rs524 !self.short_message in should_show_explain()
586 short_message: bool, field
605 short_message: bool, in stderr()
614 short_message, in stderr()
625 short_message: bool, in new()
634 short_message, in new()
1144 if !self.short_message { in get_multispan_max_line_num()
1317 if !self.short_message { in emit_message_default()
1377 if !self.short_message { in emit_message_default()
1750 if !self.short_message { in emit_messages_default()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_smpp/
H A Dmod_smpp_message.c104 snprintf((char *)msg->req.short_message, sizeof(msg->req.short_message), "%s", body); in mod_smpp_message_create()
108 … (unsigned char *) &(msg->req.short_message), &(msg->req.sm_length)) != SWITCH_STATUS_SUCCESS ) { in mod_smpp_message_create()
166 switch_event_add_body(evt, "%s", (const char *) res->short_message); in mod_smpp_message_decode()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/hack/src/transport/
H A DTTransportException.php51 string $short_message = '', argument
53 $this->shortMessage = $short_message;
/dports/devel/elixir-smppex/smppex-2.2.9/lib/smppex/protocol/
H A Dmandatory_fields_specs.ex86 {:short_message, {:octet_string, :sm_length}}
127 {:short_message, {:octet_string, :sm_length}}
158 {:short_message, {:octet_string, :sm_length}}
210 {:short_message, {:octet_string, :sm_length}}
/dports/cad/lepton-eda/lepton-eda-1.9.17/liblepton/src/
H A Dg_basic.c243 char *short_message; in process_error_stack() local
256 short_message = scm_to_utf8_string (scm_get_output_string (s_port)); in process_error_stack()
285 g_set_error (err, EDA_ERROR, EDA_ERROR_SCHEME, "%s", short_message); in process_error_stack()
/dports/cad/geda/geda-gaf-1.8.2/libgeda/src/
H A Dg_basic.c246 char *short_message; in process_error_stack() local
258 short_message = scm_to_utf8_string (scm_get_output_string (s_port)); in process_error_stack()
288 g_set_error (err, EDA_ERROR, EDA_ERROR_SCHEME, "%s", short_message); in process_error_stack()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_log.c210 if (json_format->short_message.name) { in switch_log_node_to_json()
211 char short_message[151]; in switch_log_node_to_json() local
213 switch_snprintf(short_message, sizeof(short_message) - 1, "%s", full_message); in switch_log_node_to_json()
214 if ((short_message_end = strchr(short_message, '\n'))) { in switch_log_node_to_json()
217 cJSON_AddItemToObject(json, json_format->short_message.name, cJSON_CreateString(short_message)); in switch_log_node_to_json()
/dports/www/piwigo/piwigo/include/
H A Dfunctions_category.inc.php380 * @param bool $short_message if true append " in this album"
384 …ages_count($cat_nb_images, $cat_count_images, $cat_count_categories, $short_message = true, $separ… argument
392 …$display_text.= get_display_images_count($cat_nb_images, $cat_nb_images, 0, $short_message, $separ…
403 if (!$short_message)
/dports/devel/elixir-smppex/smppex-2.2.9/test/protocol/
H A Dmandatory_fields_builder_test.exs58 {:short_message, {:octet_string, :sm_length}}
61 assert {:ok, <<03, 01, 02, 03>>} == build_(%{short_message: <<01, 02, 03>>}, spec)
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/tests/
H A Dtest-mongoc-stream.c131 const char *short_message = "Failure to send all requested bytes (only " in test_stream_writev_full() local
152 ASSERT_CMPSTR (error.message, short_message); in test_stream_writev_full()
/dports/devel/elixir-smppex/smppex-2.2.9/lib/smppex/
H A Dpdu.ex172 iex(3)> SMPPEX.Pdu.mandatory_field(pdu, :short_message)
291 iex(1)> pdu = SMPPEX.Pdu.new(4, %{short_message: "hi"}, %{0x0424 => "hello"})
296 iex(4)> SMPPEX.Pdu.field(pdu, :short_message)
318 iex(1)> pdu = SMPPEX.Pdu.new(4, %{short_message: "hi"}, %{0x0424 => "hello"})
333 iex(1)> pdu = SMPPEX.Pdu.new(4, %{short_message: "hi"}, %{0x0424 => "hello"})
335 %{short_message: "hi"}
/dports/devel/libsmpp34/libsmpp34-1.10/def_frame/
H A Dreplace_sm.frame10 OCTET8( instancia, short_message, 254 );
H A Dsubmit_multi.frame17 OCTET8( instancia, short_message, 254 );
/dports/devel/libsmpp34/libsmpp34-1.10/test_pdu/
H A Dreplace_sm_test.c66 memcpy(b.short_message, TEXTO, b.sm_length); in main()

123