Home
last modified time | relevance | path

Searched refs:status_message (Results 1 – 25 of 1033) sorted by relevance

12345678910>>...42

/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/
H A Dui_controller.py212 if status_message.finished:
218 status_message.size):
226 status_message.size):
239 if status_message.size:
520 status_message,
628 status_message.size = status_message.size if status_message.size else 0
631 status_message.size)
697 key = (status_message.component_num, status_message.dst_url)
716 key = (status_message.component_num, status_message.dst_url)
728 key = (status_message.component_num, status_message.dst_url)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/gslib/
H A Dui_controller.py202 if status_message.finished:
208 status_message.size):
216 status_message.size):
229 if status_message.size:
591 if not status_message.finished:
602 status_message.size = status_message.size if status_message.size else 0
671 key = (status_message.component_num, status_message.dst_url)
690 key = (status_message.component_num, status_message.dst_url)
702 key = (status_message.component_num, status_message.dst_url)
726 key = (status_message.component_num, status_message.dst_url)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/
H A Dui_controller.py212 if status_message.finished:
218 status_message.size):
226 status_message.size):
239 if status_message.size:
520 status_message,
628 status_message.size = status_message.size if status_message.size else 0
631 status_message.size)
697 key = (status_message.component_num, status_message.dst_url)
716 key = (status_message.component_num, status_message.dst_url)
728 key = (status_message.component_num, status_message.dst_url)
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/storage/tasks/
H A Dtask_status.py76 status_message.processed_bytes -
78 if status_message.finished:
86 def _add_file_progress(self, status_message): argument
96 if status_message.finished:
101 status_message.processed_bytes)
103 def add_message(self, status_message): argument
113 if status_message.total_components:
116 self._add_file_progress(status_message)
135 status_message = task_status_queue.get()
136 if status_message == '_SHUTDOWN':
[all …]
/dports/security/py-dfdatetime/dfdatetime-20210509/utils/
H A Ddependencies.py157 return False, status_message
195 status_message = (
198 return False, status_message
218 return False, status_message
227 return False, status_message
230 status_message = (
233 return False, status_message
242 return False, status_message
245 status_message = (
248 return False, status_message
[all …]
/dports/security/py-dfwinreg/dfwinreg-20201006/utils/
H A Ddependencies.py159 return False, status_message
197 status_message = (
200 return False, status_message
220 return False, status_message
229 return False, status_message
232 status_message = (
235 return False, status_message
244 return False, status_message
247 status_message = (
250 return False, status_message
[all …]
/dports/security/py-artifacts/artifacts-20210620/utils/
H A Ddependencies.py161 return False, status_message
199 status_message = (
202 return False, status_message
222 return False, status_message
231 return False, status_message
234 status_message = (
237 return False, status_message
246 return False, status_message
249 status_message = (
252 return False, status_message
[all …]
/dports/devel/py-dtfabric/dtfabric-20200621/utils/
H A Ddependencies.py159 return False, status_message
197 status_message = (
200 return False, status_message
220 return False, status_message
229 return False, status_message
232 status_message = (
235 return False, status_message
244 return False, status_message
247 status_message = (
250 return False, status_message
[all …]
/dports/www/p5-HTTP-Exception/HTTP-Exception-0.04006/t/
H A D07-status_messages.t6 # double checking synonym for status_message and message
8 my $e = HTTP::Exception->new(404, status_message => 'Nothing here');
9 is $e->status_message, 'Nothing here', 'status message with H::E + new ';
13 is $e1->status_message, 'Nothing here', 'status message with H::E + new ';
16 my $e2 = HTTP::Exception::404->new(status_message => 'Nothing here');
17 is $e2->status_message, 'Nothing here', 'status message with H::E::404 + new';
24 my $e3 = HTTP::Exception::NOT_FOUND->new(status_message => 'Nothing here');
33 $e4->status_message('Nothing here too');
34 is $e4->status_message, 'Nothing here too', 'status_message set after ->new';
37 is $e4->status_message, 'Nothing here', 'status_message set after ->new';
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dwebglcontextevent.rs22 status_message: DOMString, field
28 self.status_message.clone() in StatusMessage()
38 pub fn new_inherited(status_message: DOMString) -> WebGLContextEvent { in new_inherited()
41 status_message: status_message, in new_inherited()
49 let status_message = DOMString::new(); in new_uninitialized() localVariable
51 Box::new(WebGLContextEvent::new_inherited(status_message)), in new_uninitialized()
60 status_message: DOMString) -> DomRoot<WebGLContextEvent> { in new()
62 Box::new(WebGLContextEvent::new_inherited(status_message)), in new()
77 let status_message = match init.statusMessage.as_ref() { in Constructor() localVariable
90 status_message)) in Constructor()
/dports/www/p5-HTTP-Exception/HTTP-Exception-0.04006/lib/HTTP/Exception/
H A DBase.pm13 $params{status_message} = delete $params{message} if (exists $params{message});
20 sub full_message { shift->status_message }
25 sub status_message { subroutine
26 $_[0]->{status_message} = $_[1] if (@_ > 1);
27 return $_[0]->{status_message} ||= $_[0]->_status_message;
29 *message = \&status_message;
30 *error = \&status_message;
/dports/devel/p5-MooseX-Daemonize/MooseX-Daemonize-0.22/lib/MooseX/
H A DDaemonize.pm73 has status_message => ( attribute
149 $self->status_message('Start failed : ' . $@);
156 $self->status_message('Start succeeded');
178 $self->status_message('Daemon is running with pid (' . $self->pidfile->pid . ')');
182 $self->status_message('Daemon is not running with pid (' . $self->pidfile->pid . ')');
196 $self->status_message('Restart (Stop) failed : ' . $@);
201 $self->status_message('Restart (Start) failed : ' . $@);
206 $self->status_message("Restart successful");
236 $self->status_message('Stop failed : ' . $@);
241 $self->status_message('Stop succeeded');
[all …]
/dports/devel/cpp-netlib/cpp-netlib-cpp-netlib-0.13.0-final/boost/network/protocol/http/message/modifiers/
H A Dstatus_message.hpp22 void status_message(basic_response<Tag> &response, T const &value, in status_message() function
24 response << boost::network::http::status_message(value); in status_message()
28 void status_message(basic_response<Tag> &response, T const &future, in status_message() function
30 response.status_message(future); in status_message()
36 void status_message(basic_response<Tag> &response, T const &value) { in status_message() function
37 impl::status_message(response, value, is_async<Tag>()); in status_message()
/dports/www/p5-HTTP-Message/HTTP-Message-6.35/t/
H A Dstatus.t7 use HTTP::Status qw(:constants :is status_message);
31 is(status_message( 0), undef);
32 is(status_message(200), "OK");
33 is(status_message(404), "Not Found");
34 is(status_message(999), undef);
49 "Cacheable by default [$_] " . status_message($_)
53 "... is not cacheable [$_] " . status_message($_)
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/src/
H A Dpresence.c55 gchar *status_message; member
87 new->status_message = NULL; in _resource_new()
99 g_free (resource->status_message); in _resource_free()
440 presence->status_message = best->status_message; in aggregate_resources()
453 presence->status_message = NULL; in aggregate_resources()
533 if (tp_strdiff (res->status_message, status_message)) in gabble_presence_update()
536 res->status_message = g_strdup (status_message); in gabble_presence_update()
552 presence->status_message = res ? res->status_message : NULL; in gabble_presence_update()
632 if (presence->status_message) in gabble_presence_add_status_and_vcard()
634 presence->status_message); in gabble_presence_add_status_and_vcard()
[all …]
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/tests/
H A Dtest-presence.c30 g_assert (NULL == presence->status_message); in big_test_of_doom()
38 g_assert (NULL == presence->status_message); in big_test_of_doom()
49 g_assert (NULL == presence->status_message); in big_test_of_doom()
60 g_assert (0 == strcmp ("status message", presence->status_message)); in big_test_of_doom()
75 g_assert (0 == strcmp ("status message", presence->status_message)); in big_test_of_doom()
90 g_assert (0 == strcmp ("dingbats", presence->status_message)); in big_test_of_doom()
100 g_assert (0 == strcmp ("dingoes", presence->status_message)); in big_test_of_doom()
130 g_assert (0 == strcmp ("status message", presence->status_message)); in big_test_of_doom()
166 g_assert (0 == strcmp ("gone", presence->status_message)); in big_test_of_doom()
202 g_assert_cmpstr (presence->status_message, ==, "foo"); in prefer_higher_priority_resources()
/dports/devel/etl/synfig-1.2.2/synfig-studio/src/synfigapp/actions/
H A Dvaluedesclink.cpp167 status_message = (_("Cannot link two different exported values ('") + in set_param()
175 status_message = _("Used exported ValueNode ('") + link_value_node->get_id() + _("')."); in set_param()
182 status_message = _("Using the only available ValueNode."); in set_param()
196 status_message = _("Using the most referenced ValueNode."); in set_param()
203 status_message = _("Using the most referenced ValueNode."); in set_param()
211 status_message = _("There's a tie for most referenced; using the animated ValueNode."); in set_param()
269 status_message = _("Everything is tied; using the least recently modified value."); in set_param()
276 status_message = _("Everything is tied; using the least recently modified value."); in set_param()
282 status_message = _("Absolutely everything is tied."); in set_param()
318 throw Error(status_message.c_str()); in prepare()
[all …]
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-studio/src/synfigapp/actions/
H A Dvaluedesclink.cpp167 status_message = (_("Cannot link two different exported values ('") + in set_param()
175 status_message = _("Used exported ValueNode ('") + link_value_node->get_id() + _("')."); in set_param()
182 status_message = _("Using the only available ValueNode."); in set_param()
196 status_message = _("Using the most referenced ValueNode."); in set_param()
203 status_message = _("Using the most referenced ValueNode."); in set_param()
211 status_message = _("There's a tie for most referenced; using the animated ValueNode."); in set_param()
269 status_message = _("Everything is tied; using the least recently modified value."); in set_param()
276 status_message = _("Everything is tied; using the least recently modified value."); in set_param()
282 status_message = _("Absolutely everything is tied."); in set_param()
318 throw Error(status_message.c_str()); in prepare()
[all …]
/dports/graphics/synfig/synfig-1.2.2/synfig-studio/src/synfigapp/actions/
H A Dvaluedesclink.cpp167 status_message = (_("Cannot link two different exported values ('") + in set_param()
175 status_message = _("Used exported ValueNode ('") + link_value_node->get_id() + _("')."); in set_param()
182 status_message = _("Using the only available ValueNode."); in set_param()
196 status_message = _("Using the most referenced ValueNode."); in set_param()
203 status_message = _("Using the most referenced ValueNode."); in set_param()
211 status_message = _("There's a tie for most referenced; using the animated ValueNode."); in set_param()
269 status_message = _("Everything is tied; using the least recently modified value."); in set_param()
276 status_message = _("Everything is tied; using the least recently modified value."); in set_param()
282 status_message = _("Absolutely everything is tied."); in set_param()
318 throw Error(status_message.c_str()); in prepare()
[all …]
/dports/net-im/tox/c-toxcore-0.2.13/auto_tests/
H A Dtox_one_test.c18 static void set_random_name_and_status_message(Tox *tox, uint8_t *name, uint8_t *status_message) in set_random_name_and_status_message() argument
27 status_message[i] = random_u08(); in set_random_name_and_status_message()
34 uint8_t status_message[TOX_MAX_STATUS_MESSAGE_LENGTH]; in test_one() local
42 set_random_name_and_status_message(tox1, name, status_message); in test_one()
77 tox_self_set_status_message(tox1, status_message, sizeof(status_message), nullptr); in test_one()
78 ck_assert_msg(tox_self_get_status_message_size(tox1) == sizeof(status_message), in test_one()
97 …ck_assert_msg(tox_self_get_status_message_size(tox2) == sizeof status_message, "Wrong status messa… in test_one()
105 …ck_assert_msg(!memcmp(status_message, status_message_loaded, sizeof status_message_loaded), "Wrong… in test_one()
/dports/www/p5-CGI-Application-Dispatch/CGI-Application-Dispatch-3.12/lib/CGI/Application/Dispatch/
H A DPSGI.pm205 or HTTP::Exception->throw(404, status_message => 'Resource not found');
218 HTTP::Exception->throw(500, status_message => 'PARAMS and TMPL_PATH not allowed');
236 $module or HTTP::Exception->throw(500, status_message => 'App not defined');
356 my $output = $e->isa('HTTP::Exception::Base') ? $e->status_message : "Internal Server Error";
456 … HTTP::Exception->throw(400, status_message => "Invalid characters in runmode name") unless $rm;
492 HTTP::Exception->throw(404, status_message => "RM '$rm' not found");
496 HTTP::Exception->throw(500, status_message => "Unknown error: $e");
596 $module or HTTP::Exception->throw(404, status_message => "Can't define module name");
602 HTTP::Exception->throw(400, status_message => "Invalid characters in module name");
613 HTTP::Exception->throw(404, status_message => "Can't find module $module");
[all …]
/dports/german/BBBike/BBBike-3.18/
H A DBBBikeVia.pm185 status_message($point_text, "info");
191 status_message(M("Punkt muss auf einer Stra�e liegen"), "info");
195 status_message(M"Kein Punkt zu verschieben", "die");
238 status_message(M"Neuen Via-Punkt w�hlen", "info");
244 status_message(M("Punkt muss auf einer Stra�e liegen"), "info");
297 status_message(M"Ersten Nachbarn (Start, Via oder Ziel) w�hlen", "info");
309 status_message($common . " " . M"bzw. noch einmal Start f�r neuen Startpunkt",
312 status_message($common . " " . M"bzw. noch einmal Ziel f�r neuen Zielpunkt",
315 status_message($common, "info");
382 status_message(M"Keine Nachbarn, bitte noch einmal versuchen", "error");
[all …]
/dports/emulators/quasi88/quasi88-0.6.4/src/
H A Dquasi88.c554 status_message(0, STATUS_INFO_TIME, Q_TITLE " " Q_VERSION); in status_override()
561 status_message(1, STATUS_INFO_TIME, "State-Load Successful"); in status_override()
742 status_message(1, STATUS_INFO_TIME, "State-Load Successful"); in quasi88_stateload()
781 status_message(1, STATUS_INFO_TIME, "State-Save Successful"); in quasi88_statesave()
783 status_message(1, STATUS_INFO_TIME, "State-Save Failed !"); in quasi88_statesave()
804 status_message(1, STATUS_INFO_TIME, "Screen Capture Saved"); in quasi88_screen_snapshot()
806 status_message(1, STATUS_INFO_TIME, "Screen Capture Failed !"); in quasi88_screen_snapshot()
836 status_message(1, STATUS_INFO_TIME, "Sound Record Stopped"); in quasi88_waveout()
899 status_message(1, time, str); in quasi88_cfg_set_wait_rate()
925 status_message(1, time, str); in quasi88_cfg_set_no_wait()
[all …]
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/OpenXPKI/Server/Workflow/Activity/Tools/
H A DSetStatusMessage.pm16 my $status_message = $self->param('message') || undef;
18 $context->param({'status_message' => $status_message});
20 if ($status_message) {
21 CTX('log')->application()->debug("Set user message $status_message");
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Server/Workflow/Activity/Tools/
H A DSetStatusMessage.pm16 my $status_message = $self->param('message') || undef;
18 $context->param({'status_message' => $status_message});
20 if ($status_message) {
21 CTX('log')->application()->debug("Set user message $status_message");

12345678910>>...42