Home
last modified time | relevance | path

Searched refs:status_text (Results 1 – 25 of 909) sorted by relevance

12345678910>>...37

/dports/sysutils/fdupes/fdupes-2.1.2/
H A Dncurses-commands.h57 struct status_text;
59 …g(struct filegroup *groups, int groupcount, wchar_t *commandarguments, struct status_text *status);
60 …g(struct filegroup *groups, int groupcount, wchar_t *commandarguments, struct status_text *status);
61 …g(struct filegroup *groups, int groupcount, wchar_t *commandarguments, struct status_text *status);
62 …g(struct filegroup *groups, int groupcount, wchar_t *commandarguments, struct status_text *status);
63 …x(struct filegroup *groups, int groupcount, wchar_t *commandarguments, struct status_text *status);
66 …g(struct filegroup *groups, int groupcount, wchar_t *commandarguments, struct status_text *status);
67 …g(struct filegroup *groups, int groupcount, wchar_t *commandarguments, struct status_text *status);
68 …x(struct filegroup *groups, int groupcount, wchar_t *commandarguments, struct status_text *status);
69 …s(struct filegroup *groups, int groupcount, wchar_t *commandarguments, struct status_text *status);
[all …]
H A Dncurses-status.h32 struct status_text
39 struct status_text *status_text_alloc(struct status_text *status, size_t width);
40 void free_status_text(struct status_text *status);
41 void format_status_left(struct status_text *status, wchar_t *format, ...);
42 void format_status_right(struct status_text *status, wchar_t *format, ...);
43 void print_status(WINDOW *statuswin, struct status_text *status);
H A Dncurses-status.c27 struct status_text *status_text_alloc(struct status_text *status, size_t width) in status_text_alloc()
29 struct status_text *result; in status_text_alloc()
35 result = (struct status_text*) malloc(sizeof(struct status_text)); in status_text_alloc()
84 void free_status_text(struct status_text *status) in free_status_text()
91 void format_status_left(struct status_text *status, wchar_t *format, ...) in format_status_left()
110 void format_status_right(struct status_text *status, wchar_t *format, ...) in format_status_right()
129 void print_status(WINDOW *statuswin, struct status_text *status) in print_status()
/dports/security/py-gvm-tools/gvm-tools-21.10.0/scripts/
H A Dclean-sensor.gmp.py32 status_text = gmp.delete_task(task_id, ultimate=True).xpath(
35 print(status_text)
40 status_text = gmp.delete_target(target_id, ultimate=True).xpath(
43 print(status_text)
50 status_text = gmp.delete_scan_config(config_id, ultimate=True).xpath(
53 print(status_text)
63 print(status_text)
70 status_text = gmp.delete_credential(config_id, ultimate=True).xpath(
73 print(status_text)
76 status_text = gmp.empty_trashcan().xpath('@status_text')[0]
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/tab_contents/
H A Dcore_tab_helper.cc70 base::string16 status_text; in GetStatusText() local
72 return status_text; in GetStatusText()
141 *status_text = in GetStatusTextForWebContents()
156 *status_text = in GetStatusTextForWebContents()
160 *status_text = in GetStatusTextForWebContents()
164 *status_text = in GetStatusTextForWebContents()
168 *status_text = in GetStatusTextForWebContents()
172 *status_text = in GetStatusTextForWebContents()
176 *status_text = in GetStatusTextForWebContents()
196 *status_text = in GetStatusTextForWebContents()
[all …]
/dports/x11/i3lock-color/i3lock-color-2.13.c.4/
H A Dunlock_indicator.c651 draw_text(ctx, draw_data->status_text); in draw_elements()
727 draw_data.status_text.show = true; in render_lock()
728 … strncpy(draw_data.status_text.str, verif_text, sizeof(draw_data.status_text.str) - 1); in render_lock()
738 … strncpy(draw_data.status_text.str, lock_text, sizeof(draw_data.status_text.str) - 1); in render_lock()
748 … strncpy(draw_data.status_text.str, wrong_text, sizeof(draw_data.status_text.str) - 1); in render_lock()
758 … strncpy(draw_data.status_text.str, lock_failed_text, sizeof(draw_data.status_text.str) - 1); in render_lock()
769 … strncpy(draw_data.status_text.str, noinput_text, sizeof(draw_data.status_text.str) - 1); in render_lock()
789 … strncpy(draw_data.status_text.str, "> 999", sizeof(draw_data.status_text.str)); in render_lock()
791 … snprintf(draw_data.status_text.str, sizeof(draw_data.status_text.str), "%d", failed_attempts); in render_lock()
1000 …DEBUG("Status at %fx%f on screen %d\n", draw_data.status_text.x, draw_data.status_text.y, current_… in render_lock()
[all …]
/dports/audio/schismtracker/schismtracker-20211116/schism/
H A Dstatus.c40 static char *status_text = NULL; variable
51 if (status_text) in status_text_flash()
52 free(status_text); in status_text_flash()
68 if (status_text) in status_text_flash_bios()
69 free(status_text); in status_text_flash_bios()
160 if (status_text && now > text_timeout) { in status_text_redraw()
161 free(status_text); in status_text_redraw()
162 status_text = NULL; in status_text_redraw()
165 if (status_text) { in status_text_redraw()
167 draw_text_bios_len(status_text, 60, 2, 9, 0, 2); in status_text_redraw()
[all …]
/dports/cad/gtkwave/gtkwave-3.3.107/src/
H A Dstatus.c23 void status_text(char *str) in status_text() function
71 status_text("VCD loading interactively.\n"); in realize_text()
75 status_text("VCD loaded successfully.\n"); in realize_text()
81 status_text("LXT loaded successfully.\n"); in realize_text()
86 status_text("GHW loaded successfully.\n"); in realize_text()
93 case LXT2_IS_LXT2: status_text("LXT2 loaded successfully.\n"); break; in realize_text()
94 case LXT2_IS_AET2: status_text("AET2 loaded successfully.\n"); break; in realize_text()
95 case LXT2_IS_VZT: status_text("VZT loaded successfully.\n"); break; in realize_text()
102 status_text(buf); in realize_text()
109 status_text(buf); in realize_text()
[all …]
/dports/graphics/quat-gui/quat-1.20/gui/
H A DMainWindow.cxx227 status_text << "Dummy."; status_text.seekp(0); in MainWindow()
427 status_text.seekp(0); in DoImgOpen()
608 status_text.seekp(0); in Image_Close()
667 status_text.seekp(0); in Image_Save()
678 status_text.seekp(0); in Image_Save()
688 status_text.seekp(0); in Image_SaveAs()
721 status_text.seekp(0); in Image_SaveAs()
737 status_text.seekp(0); in Image_AdjustWindow()
752 status_text.seekp(0); in Help_About()
814 status_text.seekp(0); in Calculation_StartImage()
[all …]
/dports/graphics/quat/quat-1.20/gui/
H A DMainWindow.cxx227 status_text << "Dummy."; status_text.seekp(0); in MainWindow()
427 status_text.seekp(0); in DoImgOpen()
608 status_text.seekp(0); in Image_Close()
667 status_text.seekp(0); in Image_Save()
678 status_text.seekp(0); in Image_Save()
688 status_text.seekp(0); in Image_SaveAs()
721 status_text.seekp(0); in Image_SaveAs()
737 status_text.seekp(0); in Image_AdjustWindow()
752 status_text.seekp(0); in Help_About()
814 status_text.seekp(0); in Calculation_StartImage()
[all …]
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_http_host_status_check/
H A Dmod_http_host_status_check.lua43 local ok, status_text = true;
52 status_text = status_string(current_status, time() - events[host].timestamp);
54 status_text = status_string(current_status, nil, "!");
57 status_text = status_string(current_status, nil, "?");
68status_text = status_string(connected, event_info and (time() - events[host].timestamp), not event…
75 status_text = ("TIMEOUT (%0.2fs)"):format(time_since_heartbeat);
78 status_text = status_text:gsub("^%S+", "GOOD");
89 host_statuses[host] = string_pad(status_text, 20);
94 module:log("warn", "Host status check %s (%s)", ok and "OK" or "FAILED", status_text);
/dports/devel/grpc130/grpc-1.30.2/src/php/tests/unit_tests/
H A DEndToEndTest.php40 $status_text = 'xyz';
62 'details' => $status_text,
79 $this->assertSame($status_text, $status->details);
89 $status_text = 'xyz';
113 'details' => $status_text,
125 $this->assertSame($status_text, $status->details);
162 'details' => $status_text,
185 $this->assertSame($status_text, $status->details);
290 'details' => $status_text,
331 'details' => $status_text,
[all …]
/dports/devel/grpc/grpc-1.42.0/src/php/tests/unit_tests/
H A DEndToEndTest.php40 $status_text = 'xyz';
62 'details' => $status_text,
79 $this->assertSame($status_text, $status->details);
89 $status_text = 'xyz';
113 'details' => $status_text,
125 $this->assertSame($status_text, $status->details);
162 'details' => $status_text,
185 $this->assertSame($status_text, $status->details);
282 'details' => $status_text,
321 'details' => $status_text,
[all …]
/dports/devel/grpc134/grpc-1.34.1/src/php/tests/unit_tests/
H A DEndToEndTest.php40 $status_text = 'xyz';
62 'details' => $status_text,
79 $this->assertSame($status_text, $status->details);
89 $status_text = 'xyz';
113 'details' => $status_text,
125 $this->assertSame($status_text, $status->details);
162 'details' => $status_text,
185 $this->assertSame($status_text, $status->details);
290 'details' => $status_text,
331 'details' => $status_text,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/php/tests/unit_tests/
H A DEndToEndTest.php40 $status_text = 'xyz';
62 'details' => $status_text,
79 $this->assertSame($status_text, $status->details);
89 $status_text = 'xyz';
113 'details' => $status_text,
125 $this->assertSame($status_text, $status->details);
162 'details' => $status_text,
185 $this->assertSame($status_text, $status->details);
290 'details' => $status_text,
331 'details' => $status_text,
[all …]
/dports/x11/lightdm/lightdm-1.30.0/tests/src/
H A Dtest-gobject-greeter.c277 g_autoptr(GString) status_text = g_string_new (""); in request_cb()
286 g_string_append_printf (status_text, " IMAGE=%s", image ? image : ""); in request_cb()
292 g_string_append_printf (status_text, " LAYOUT=%s", layout ? layout : ""); in request_cb()
294 g_string_append_printf (status_text, " LAYOUTS=%s", layouts_text); in request_cb()
305 status_notify ("%s", status_text->str); in request_cb()
452 g_autoptr(GString) status_text = g_string_new (""); in main()
453 g_string_printf (status_text, "%s START", greeter_id); in main()
455 g_string_append_printf (status_text, " XDG_SEAT=%s", xdg_seat); in main()
457 g_string_append_printf (status_text, " XDG_VTNR=%s", xdg_vtnr); in main()
463 g_string_append_printf (status_text, " MIR_SERVER_VT=%s", mir_vt); in main()
[all …]
H A Dtest-script-hook.c27 g_autoptr(GString) status_text = g_string_new ("SCRIPT-HOOK"); in main()
28 g_string_append_printf (status_text, " %s", argv[1]); in main()
30 g_string_append_printf (status_text, " XDG_SEAT=%s", g_getenv ("XDG_SEAT")); in main()
32 g_string_append_printf (status_text, " USER=%s", g_getenv ("USER")); in main()
33 status_notify ("%s", status_text->str); in main()
H A Dtest-session.c365 g_autoptr(GString) status_text = g_string_new (""); in main()
366 g_string_printf (status_text, "%s START", session_id); in main()
368 g_string_append_printf (status_text, " XDG_SEAT=%s", xdg_seat); in main()
370 g_string_append_printf (status_text, " XDG_VTNR=%s", xdg_vtnr); in main()
376 g_string_append_printf (status_text, " XDG_SESSION_COOKIE=%s", xdg_session_cookie); in main()
378 g_string_append_printf (status_text, " XDG_SESSION_CLASS=%s", xdg_session_class); in main()
380 g_string_append_printf (status_text, " XDG_SESSION_TYPE=%s", xdg_session_type); in main()
384 g_string_append_printf (status_text, " MIR_SERVER_VT=%s", mir_vt); in main()
386 g_string_append_printf (status_text, " NAME=%s", argv[1]); in main()
387 g_string_append_printf (status_text, " USER=%s", getenv ("USER")); in main()
[all …]
/dports/x11/cinnamon-session/cinnamon-session-4.8.0/cinnamon-session/
H A Dcsm-presence.c53 char *status_text; member
103 const char *status_text, in csm_presence_set_status_text() argument
108 g_free (presence->priv->status_text); in csm_presence_set_status_text()
109 presence->priv->status_text = NULL; in csm_presence_set_status_text()
112 if (status_text != NULL && strlen (status_text) > MAX_STATUS_TEXT) { in csm_presence_set_status_text()
120 if (status_text != NULL) { in csm_presence_set_status_text()
121 presence->priv->status_text = g_strdup (status_text); in csm_presence_set_status_text()
459 g_value_set_string (value, self->priv->status_text ? self->priv->status_text : ""); in csm_presence_get_property()
484 if (presence->priv->status_text != NULL) { in csm_presence_finalize()
485 g_free (presence->priv->status_text); in csm_presence_finalize()
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/views/tableitems/mytracker/
H A DStatusItem.java45 String status_text = ""; in refresh() local
55 status_text = MessageText.getString( "MyTrackerView.status.started" ); in refresh()
58 status_text = MessageText.getString( "MyTrackerView.status.stopped" ); in refresh()
61 status_text = MessageText.getString( "MyTrackerView.status.failed" ); in refresh()
64 status_text = MessageText.getString( "MyTrackerView.status.published" ); in refresh()
68 cell.setText( status_text ); in refresh()
/dports/astro/gpsd/gpsd-3.20/test/daemon/
H A Dais-nmea-type6-fid55.log.chk2 {"class":"AIS","type":1,"repeat":0,"mmsi":258568010,"scaled":false,"status":7,"status_text":"Engage…
4 {"class":"AIS","type":1,"repeat":0,"mmsi":244740943,"scaled":false,"status":0,"status_text":"Under …
6 {"class":"AIS","type":1,"repeat":0,"mmsi":211707860,"scaled":false,"status":0,"status_text":"Under …
11 {"class":"AIS","type":3,"repeat":0,"mmsi":538071319,"scaled":false,"status":1,"status_text":"At anc…
77 {"class":"AIS","type":3,"repeat":0,"mmsi":370737000,"scaled":false,"status":1,"status_text":"At anc…
88 {"class":"AIS","type":3,"repeat":0,"mmsi":235084947,"scaled":false,"status":5,"status_text":"Moored…
161 {"class":"AIS","type":3,"repeat":0,"mmsi":305077000,"scaled":false,"status":5,"status_text":"Moored…
223 {"class":"AIS","type":3,"repeat":0,"mmsi":413527080,"scaled":false,"status":5,"status_text":"Moored…
243 {"class":"AIS","type":3,"repeat":0,"mmsi":565169000,"scaled":false,"status":5,"status_text":"Moored…
255 {"class":"AIS","type":3,"repeat":0,"mmsi":219630000,"scaled":false,"status":5,"status_text":"Moored…
[all …]
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/protocols/novell/
H A Dnmuserrecord.c30 char *status_text; member
194 if (dest->status_text) { in nm_user_record_copy()
195 g_free(dest->status_text); in nm_user_record_copy()
196 dest->status_text = NULL; in nm_user_record_copy()
199 if (src->status_text) in nm_user_record_copy()
200 dest->status_text = g_strdup(src->status_text); in nm_user_record_copy()
309 if (user_record->status_text) { in nm_release_user_record()
337 return user_record->status_text; in nm_user_record_get_status_text()
468 if (user_record->status_text) { in nm_user_record_set_status()
469 g_free(user_record->status_text); in nm_user_record_set_status()
[all …]
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/protocols/novell/
H A Dnmuserrecord.c30 char *status_text; member
194 if (dest->status_text) { in nm_user_record_copy()
195 g_free(dest->status_text); in nm_user_record_copy()
196 dest->status_text = NULL; in nm_user_record_copy()
199 if (src->status_text) in nm_user_record_copy()
200 dest->status_text = g_strdup(src->status_text); in nm_user_record_copy()
309 if (user_record->status_text) { in nm_release_user_record()
337 return user_record->status_text; in nm_user_record_get_status_text()
468 if (user_record->status_text) { in nm_user_record_set_status()
469 g_free(user_record->status_text); in nm_user_record_set_status()
[all …]
/dports/net-im/finch/pidgin-2.14.8/libpurple/protocols/novell/
H A Dnmuserrecord.c30 char *status_text; member
194 if (dest->status_text) { in nm_user_record_copy()
195 g_free(dest->status_text); in nm_user_record_copy()
196 dest->status_text = NULL; in nm_user_record_copy()
199 if (src->status_text) in nm_user_record_copy()
200 dest->status_text = g_strdup(src->status_text); in nm_user_record_copy()
309 if (user_record->status_text) { in nm_release_user_record()
337 return user_record->status_text; in nm_user_record_get_status_text()
468 if (user_record->status_text) { in nm_user_record_set_status()
469 g_free(user_record->status_text); in nm_user_record_set_status()
[all …]
/dports/x11/gnome-session/gnome-session-40.1.1/gnome-session/
H A Dgsm-presence.c48 char *status_text; member
109 const char *status_text, in gsm_presence_set_status_text() argument
114 g_free (presence->priv->status_text); in gsm_presence_set_status_text()
115 presence->priv->status_text = NULL; in gsm_presence_set_status_text()
118 if (status_text != NULL && strlen (status_text) > MAX_STATUS_TEXT) { in gsm_presence_set_status_text()
126 if (status_text != NULL) { in gsm_presence_set_status_text()
127 presence->priv->status_text = g_strdup (status_text); in gsm_presence_set_status_text()
129 presence->priv->status_text = g_strdup (""); in gsm_presence_set_status_text()
292 gchar *status_text, in gsm_presence_set_status_text_dbus() argument
297 if (gsm_presence_set_status_text (presence, status_text, &error)) { in gsm_presence_set_status_text_dbus()
[all …]

12345678910>>...37