Home
last modified time | relevance | path

Searched refs:status_table (Results 1 – 25 of 59) sorted by relevance

123

/dports/security/py-gpgme/gpgme-1.15.1/src/
H A Dstatus-table.c40 static struct status_table_s status_table[] = variable
160 qsort (status_table, in _gpgme_status_init()
161 DIM(status_table) - 1, sizeof (status_table[0]), in _gpgme_status_init()
171 r = bsearch (&t, status_table, DIM(status_table) - 1, in _gpgme_parse_status()
182 for (i=0; i < DIM(status_table); i++) in _gpgme_status_to_string()
183 if (status_table[i].code == code) in _gpgme_status_to_string()
184 return status_table[i].name? status_table[i].name : ""; in _gpgme_status_to_string()
/dports/security/gpgme/gpgme-1.15.1/src/
H A Dstatus-table.c40 static struct status_table_s status_table[] = variable
160 qsort (status_table, in _gpgme_status_init()
161 DIM(status_table) - 1, sizeof (status_table[0]), in _gpgme_status_init()
171 r = bsearch (&t, status_table, DIM(status_table) - 1, in _gpgme_parse_status()
182 for (i=0; i < DIM(status_table); i++) in _gpgme_status_to_string()
183 if (status_table[i].code == code) in _gpgme_status_to_string()
184 return status_table[i].name? status_table[i].name : ""; in _gpgme_status_to_string()
/dports/security/gpgme-qt5/gpgme-1.15.1/src/
H A Dstatus-table.c40 static struct status_table_s status_table[] = variable
160 qsort (status_table, in _gpgme_status_init()
161 DIM(status_table) - 1, sizeof (status_table[0]), in _gpgme_status_init()
171 r = bsearch (&t, status_table, DIM(status_table) - 1, in _gpgme_parse_status()
182 for (i=0; i < DIM(status_table); i++) in _gpgme_status_to_string()
183 if (status_table[i].code == code) in _gpgme_status_to_string()
184 return status_table[i].name? status_table[i].name : ""; in _gpgme_status_to_string()
/dports/security/gpgme-cpp/gpgme-1.15.1/src/
H A Dstatus-table.c40 static struct status_table_s status_table[] = variable
160 qsort (status_table, in _gpgme_status_init()
161 DIM(status_table) - 1, sizeof (status_table[0]), in _gpgme_status_init()
171 r = bsearch (&t, status_table, DIM(status_table) - 1, in _gpgme_parse_status()
182 for (i=0; i < DIM(status_table); i++) in _gpgme_status_to_string()
183 if (status_table[i].code == code) in _gpgme_status_to_string()
184 return status_table[i].name? status_table[i].name : ""; in _gpgme_status_to_string()
/dports/mail/mailutils/mailutils-3.13/imap4d/
H A Dstatus.c31 struct status_table { struct
34 } status_table[] = { variable
46 struct status_table *p; in status_get_handler()
48 for (p = status_table; p->name; p++) in status_get_handler()
/dports/math/eprover/eprover-E-2.0/development_tools/
H A Dsequential_waldmeister.awk185 status = status_table[res_parts[15]];
294 status_table["T"] = "F";
295 status_table["M"] = "F";
296 status_table["S"] = "T";
297 status_table["R"] = "N";
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c61 GtkTable *status_table = NULL; in cert_presenter() local
194 status_table = GTK_TABLE(gtk_table_new(3, 2, FALSE)); in cert_presenter()
246 gtk_table_attach(status_table, label, 0, 1, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
253 gtk_table_attach(status_table, label, 1, 2, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
256 gtk_table_attach(status_table, label, 0, 1, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
260 gtk_table_attach(status_table, label, 1, 2, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
263 gtk_table_attach(status_table, label, 0, 1, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
267 gtk_table_attach(status_table, label, 1, 2, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
271 gtk_container_add(GTK_CONTAINER(frame_status), GTK_WIDGET(status_table)); in cert_presenter()
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c61 GtkTable *status_table = NULL; in cert_presenter() local
194 status_table = GTK_TABLE(gtk_table_new(3, 2, FALSE)); in cert_presenter()
246 gtk_table_attach(status_table, label, 0, 1, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
253 gtk_table_attach(status_table, label, 1, 2, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
256 gtk_table_attach(status_table, label, 0, 1, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
260 gtk_table_attach(status_table, label, 1, 2, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
263 gtk_table_attach(status_table, label, 0, 1, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
267 gtk_table_attach(status_table, label, 1, 2, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
271 gtk_container_add(GTK_CONTAINER(frame_status), GTK_WIDGET(status_table)); in cert_presenter()
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c61 GtkTable *status_table = NULL; in cert_presenter() local
194 status_table = GTK_TABLE(gtk_table_new(3, 2, FALSE)); in cert_presenter()
246 gtk_table_attach(status_table, label, 0, 1, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
253 gtk_table_attach(status_table, label, 1, 2, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
256 gtk_table_attach(status_table, label, 0, 1, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
260 gtk_table_attach(status_table, label, 1, 2, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
263 gtk_table_attach(status_table, label, 0, 1, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
267 gtk_table_attach(status_table, label, 1, 2, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
271 gtk_container_add(GTK_CONTAINER(frame_status), GTK_WIDGET(status_table)); in cert_presenter()
/dports/mail/claws-mail-newmail/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c61 GtkTable *status_table = NULL; in cert_presenter() local
194 status_table = GTK_TABLE(gtk_table_new(3, 2, FALSE)); in cert_presenter()
246 gtk_table_attach(status_table, label, 0, 1, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
253 gtk_table_attach(status_table, label, 1, 2, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
256 gtk_table_attach(status_table, label, 0, 1, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
260 gtk_table_attach(status_table, label, 1, 2, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
263 gtk_table_attach(status_table, label, 0, 1, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
267 gtk_table_attach(status_table, label, 1, 2, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
271 gtk_container_add(GTK_CONTAINER(frame_status), GTK_WIDGET(status_table)); in cert_presenter()
/dports/mail/claws-mail-tnef_parse/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c61 GtkTable *status_table = NULL; in cert_presenter() local
194 status_table = GTK_TABLE(gtk_table_new(3, 2, FALSE)); in cert_presenter()
246 gtk_table_attach(status_table, label, 0, 1, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
253 gtk_table_attach(status_table, label, 1, 2, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
256 gtk_table_attach(status_table, label, 0, 1, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
260 gtk_table_attach(status_table, label, 1, 2, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
263 gtk_table_attach(status_table, label, 0, 1, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
267 gtk_table_attach(status_table, label, 1, 2, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
271 gtk_container_add(GTK_CONTAINER(frame_status), GTK_WIDGET(status_table)); in cert_presenter()
/dports/mail/claws-mail-managesieve/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c61 GtkTable *status_table = NULL; in cert_presenter() local
194 status_table = GTK_TABLE(gtk_table_new(3, 2, FALSE)); in cert_presenter()
246 gtk_table_attach(status_table, label, 0, 1, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
253 gtk_table_attach(status_table, label, 1, 2, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
256 gtk_table_attach(status_table, label, 0, 1, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
260 gtk_table_attach(status_table, label, 1, 2, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
263 gtk_table_attach(status_table, label, 0, 1, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
267 gtk_table_attach(status_table, label, 1, 2, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
271 gtk_container_add(GTK_CONTAINER(frame_status), GTK_WIDGET(status_table)); in cert_presenter()
/dports/mail/claws-mail-mailmbox/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c61 GtkTable *status_table = NULL; in cert_presenter() local
194 status_table = GTK_TABLE(gtk_table_new(3, 2, FALSE)); in cert_presenter()
246 gtk_table_attach(status_table, label, 0, 1, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
253 gtk_table_attach(status_table, label, 1, 2, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
256 gtk_table_attach(status_table, label, 0, 1, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
260 gtk_table_attach(status_table, label, 1, 2, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
263 gtk_table_attach(status_table, label, 0, 1, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
267 gtk_table_attach(status_table, label, 1, 2, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
271 gtk_container_add(GTK_CONTAINER(frame_status), GTK_WIDGET(status_table)); in cert_presenter()
/dports/mail/claws-mail-litehtml_viewer/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c61 GtkTable *status_table = NULL; in cert_presenter() local
194 status_table = GTK_TABLE(gtk_table_new(3, 2, FALSE)); in cert_presenter()
246 gtk_table_attach(status_table, label, 0, 1, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
253 gtk_table_attach(status_table, label, 1, 2, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
256 gtk_table_attach(status_table, label, 0, 1, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
260 gtk_table_attach(status_table, label, 1, 2, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
263 gtk_table_attach(status_table, label, 0, 1, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
267 gtk_table_attach(status_table, label, 1, 2, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
271 gtk_container_add(GTK_CONTAINER(frame_status), GTK_WIDGET(status_table)); in cert_presenter()
/dports/mail/claws-mail-fetchinfo/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c61 GtkTable *status_table = NULL; in cert_presenter() local
194 status_table = GTK_TABLE(gtk_table_new(3, 2, FALSE)); in cert_presenter()
246 gtk_table_attach(status_table, label, 0, 1, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
253 gtk_table_attach(status_table, label, 1, 2, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
256 gtk_table_attach(status_table, label, 0, 1, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
260 gtk_table_attach(status_table, label, 1, 2, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
263 gtk_table_attach(status_table, label, 0, 1, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
267 gtk_table_attach(status_table, label, 1, 2, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
271 gtk_container_add(GTK_CONTAINER(frame_status), GTK_WIDGET(status_table)); in cert_presenter()
/dports/mail/claws-mail-clamd/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c61 GtkTable *status_table = NULL; in cert_presenter() local
194 status_table = GTK_TABLE(gtk_table_new(3, 2, FALSE)); in cert_presenter()
246 gtk_table_attach(status_table, label, 0, 1, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
253 gtk_table_attach(status_table, label, 1, 2, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
256 gtk_table_attach(status_table, label, 0, 1, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
260 gtk_table_attach(status_table, label, 1, 2, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
263 gtk_table_attach(status_table, label, 0, 1, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
267 gtk_table_attach(status_table, label, 1, 2, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
271 gtk_container_add(GTK_CONTAINER(frame_status), GTK_WIDGET(status_table)); in cert_presenter()
/dports/mail/claws-mail-address_keeper/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c61 GtkTable *status_table = NULL; in cert_presenter() local
194 status_table = GTK_TABLE(gtk_table_new(3, 2, FALSE)); in cert_presenter()
246 gtk_table_attach(status_table, label, 0, 1, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
253 gtk_table_attach(status_table, label, 1, 2, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
256 gtk_table_attach(status_table, label, 0, 1, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
260 gtk_table_attach(status_table, label, 1, 2, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
263 gtk_table_attach(status_table, label, 0, 1, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
267 gtk_table_attach(status_table, label, 1, 2, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
271 gtk_container_add(GTK_CONTAINER(frame_status), GTK_WIDGET(status_table)); in cert_presenter()
/dports/mail/claws-mail/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c61 GtkTable *status_table = NULL; in cert_presenter() local
194 status_table = GTK_TABLE(gtk_table_new(3, 2, FALSE)); in cert_presenter()
246 gtk_table_attach(status_table, label, 0, 1, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
253 gtk_table_attach(status_table, label, 1, 2, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
256 gtk_table_attach(status_table, label, 0, 1, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
260 gtk_table_attach(status_table, label, 1, 2, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
263 gtk_table_attach(status_table, label, 0, 1, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
267 gtk_table_attach(status_table, label, 1, 2, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
271 gtk_container_add(GTK_CONTAINER(frame_status), GTK_WIDGET(status_table)); in cert_presenter()
/dports/mail/claws-mail-archive/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c61 GtkTable *status_table = NULL; in cert_presenter() local
194 status_table = GTK_TABLE(gtk_table_new(3, 2, FALSE)); in cert_presenter()
246 gtk_table_attach(status_table, label, 0, 1, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
253 gtk_table_attach(status_table, label, 1, 2, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
256 gtk_table_attach(status_table, label, 0, 1, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
260 gtk_table_attach(status_table, label, 1, 2, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
263 gtk_table_attach(status_table, label, 0, 1, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
267 gtk_table_attach(status_table, label, 1, 2, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
271 gtk_container_add(GTK_CONTAINER(frame_status), GTK_WIDGET(status_table)); in cert_presenter()
/dports/mail/claws-mail-libravatar/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c61 GtkTable *status_table = NULL; in cert_presenter() local
194 status_table = GTK_TABLE(gtk_table_new(3, 2, FALSE)); in cert_presenter()
246 gtk_table_attach(status_table, label, 0, 1, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
253 gtk_table_attach(status_table, label, 1, 2, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
256 gtk_table_attach(status_table, label, 0, 1, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
260 gtk_table_attach(status_table, label, 1, 2, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
263 gtk_table_attach(status_table, label, 0, 1, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
267 gtk_table_attach(status_table, label, 1, 2, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
271 gtk_container_add(GTK_CONTAINER(frame_status), GTK_WIDGET(status_table)); in cert_presenter()
/dports/mail/claws-mail-att_remover/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c61 GtkTable *status_table = NULL; in cert_presenter() local
194 status_table = GTK_TABLE(gtk_table_new(3, 2, FALSE)); in cert_presenter()
246 gtk_table_attach(status_table, label, 0, 1, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
253 gtk_table_attach(status_table, label, 1, 2, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
256 gtk_table_attach(status_table, label, 0, 1, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
260 gtk_table_attach(status_table, label, 1, 2, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
263 gtk_table_attach(status_table, label, 0, 1, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
267 gtk_table_attach(status_table, label, 1, 2, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
271 gtk_container_add(GTK_CONTAINER(frame_status), GTK_WIDGET(status_table)); in cert_presenter()
/dports/mail/claws-mail-attachwarner/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c61 GtkTable *status_table = NULL; in cert_presenter() local
194 status_table = GTK_TABLE(gtk_table_new(3, 2, FALSE)); in cert_presenter()
246 gtk_table_attach(status_table, label, 0, 1, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
253 gtk_table_attach(status_table, label, 1, 2, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
256 gtk_table_attach(status_table, label, 0, 1, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
260 gtk_table_attach(status_table, label, 1, 2, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
263 gtk_table_attach(status_table, label, 0, 1, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
267 gtk_table_attach(status_table, label, 1, 2, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
271 gtk_container_add(GTK_CONTAINER(frame_status), GTK_WIDGET(status_table)); in cert_presenter()
/dports/mail/claws-mail-dillo/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c61 GtkTable *status_table = NULL; in cert_presenter() local
194 status_table = GTK_TABLE(gtk_table_new(3, 2, FALSE)); in cert_presenter()
246 gtk_table_attach(status_table, label, 0, 1, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
253 gtk_table_attach(status_table, label, 1, 2, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
256 gtk_table_attach(status_table, label, 0, 1, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
260 gtk_table_attach(status_table, label, 1, 2, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
263 gtk_table_attach(status_table, label, 0, 1, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
267 gtk_table_attach(status_table, label, 1, 2, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
271 gtk_container_add(GTK_CONTAINER(frame_status), GTK_WIDGET(status_table)); in cert_presenter()
/dports/mail/claws-mail-gdata/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c61 GtkTable *status_table = NULL; in cert_presenter() local
194 status_table = GTK_TABLE(gtk_table_new(3, 2, FALSE)); in cert_presenter()
246 gtk_table_attach(status_table, label, 0, 1, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
253 gtk_table_attach(status_table, label, 1, 2, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
256 gtk_table_attach(status_table, label, 0, 1, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
260 gtk_table_attach(status_table, label, 1, 2, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
263 gtk_table_attach(status_table, label, 0, 1, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
267 gtk_table_attach(status_table, label, 1, 2, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
271 gtk_container_add(GTK_CONTAINER(frame_status), GTK_WIDGET(status_table)); in cert_presenter()
/dports/mail/claws-mail-bsfilter/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c61 GtkTable *status_table = NULL; in cert_presenter() local
194 status_table = GTK_TABLE(gtk_table_new(3, 2, FALSE)); in cert_presenter()
246 gtk_table_attach(status_table, label, 0, 1, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
253 gtk_table_attach(status_table, label, 1, 2, 0, 1, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
256 gtk_table_attach(status_table, label, 0, 1, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
260 gtk_table_attach(status_table, label, 1, 2, 1, 2, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
263 gtk_table_attach(status_table, label, 0, 1, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
267 gtk_table_attach(status_table, label, 1, 2, 2, 3, GTK_EXPAND|GTK_FILL, 0, 0, 0); in cert_presenter()
271 gtk_container_add(GTK_CONTAINER(frame_status), GTK_WIDGET(status_table)); in cert_presenter()

123