Home
last modified time | relevance | path

Searched refs:tw (Results 251 – 275 of 18123) sorted by relevance

1...<<11121314151617181920>>...725

/dports/sysutils/consul/consul-1.10.3/command/snapshot/inspect/
H A Dformatter.go43 tw := tabwriter.NewWriter(&b, 8, 8, 6, ' ', 0)
45 fmt.Fprintf(tw, " ID\t%s", info.Meta.ID)
46 fmt.Fprintf(tw, "\n Size\t%d", info.Meta.Size)
47 fmt.Fprintf(tw, "\n Index\t%d", info.Meta.Index)
48 fmt.Fprintf(tw, "\n Term\t%d", info.Meta.Term)
49 fmt.Fprintf(tw, "\n Version\t%d", info.Meta.Version)
50 fmt.Fprintf(tw, "\n")
51 fmt.Fprintln(tw, "\n Type\tCount\tSize")
61 fmt.Fprintf(tw, "\n")
62 fmt.Fprintln(tw, "\n Key Name\tCount\tSize")
[all …]
/dports/devel/transwarp/transwarp-2.2.2/test/
H A Dtest_cancel.cpp10 auto task1 = tw::make_task(tw::root, f0); in cancel_with_schedule_all()
11 auto task2 = tw::make_task(task_type, functor, task1); in cancel_with_schedule_all()
12 tw::parallel executor(2); in cancel_with_schedule_all()
16 REQUIRE_THROWS_AS(task2->future().get(), tw::task_canceled); in cancel_with_schedule_all()
32 auto task1 = tw::make_task(tw::root, f0);
33 auto task2 = tw::make_task(tw::consume, f1, task1);
35 tw::sequential executor;
40 struct functor : tw::functor {
70 tw::parallel exec{1};
78 auto task = tw::make_task(tw::root, f);
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/command/snapshot/inspect/
H A Dformatter.go43 tw := tabwriter.NewWriter(&b, 8, 8, 6, ' ', 0)
45 fmt.Fprintf(tw, " ID\t%s", info.Meta.ID)
46 fmt.Fprintf(tw, "\n Size\t%d", info.Meta.Size)
47 fmt.Fprintf(tw, "\n Index\t%d", info.Meta.Index)
48 fmt.Fprintf(tw, "\n Term\t%d", info.Meta.Term)
49 fmt.Fprintf(tw, "\n Version\t%d", info.Meta.Version)
50 fmt.Fprintf(tw, "\n")
51 fmt.Fprintln(tw, "\n Type\tCount\tSize")
61 fmt.Fprintf(tw, "\n")
62 fmt.Fprintln(tw, "\n Key Name\tCount\tSize")
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/command/snapshot/inspect/
H A Dformatter.go43 tw := tabwriter.NewWriter(&b, 8, 8, 6, ' ', 0)
45 fmt.Fprintf(tw, " ID\t%s", info.Meta.ID)
46 fmt.Fprintf(tw, "\n Size\t%d", info.Meta.Size)
47 fmt.Fprintf(tw, "\n Index\t%d", info.Meta.Index)
48 fmt.Fprintf(tw, "\n Term\t%d", info.Meta.Term)
49 fmt.Fprintf(tw, "\n Version\t%d", info.Meta.Version)
50 fmt.Fprintf(tw, "\n")
51 fmt.Fprintln(tw, "\n Type\tCount\tSize")
61 fmt.Fprintf(tw, "\n")
62 fmt.Fprintln(tw, "\n Key Name\tCount\tSize")
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO/tests/TextWriter/
H A DTextWriterTests.netcoreapp.cs15 using (CharArrayTextWriter tw = NewTextWriter) in WriteCharSpanTest()
18 tw.Write(rs); in WriteCharSpanTest()
19 Assert.Equal(new string(rs), tw.Text); in WriteCharSpanTest()
26 using (CharArrayTextWriter tw = NewTextWriter) in WriteLineCharSpanTest()
29 tw.WriteLine(rs); in WriteLineCharSpanTest()
30 Assert.Equal(new string(rs) + tw.NewLine, tw.Text); in WriteLineCharSpanTest()
37 using (CharArrayTextWriter tw = NewTextWriter) in WriteCharMemoryTest()
40 await tw.WriteAsync(rs); in WriteCharMemoryTest()
48 using (CharArrayTextWriter tw = NewTextWriter) in WriteLineCharMemoryTest()
51 await tw.WriteLineAsync(rs); in WriteLineCharMemoryTest()
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Ddwtext.h79 void text_destroy(TW *tw);
85 int text_kbhit(TW *tw);
95 int text_gets(TW *tw, char *buf, int len);
102 int text_read_line(TW *tw, char *buf, int len);
105 int text_putch(TW *tw, int ch);
108 void text_write_buf(TW *tw, const char *buf, int cnt);
111 void text_puts(TW *tw, const char *str);
114 void text_to_cursor(TW *tw);
117 int text_register_class(TW *tw, HICON hicon);
128 void text_size(TW *tw, int width, int height);
[all …]
H A Ddwmain.c44 TW *tw; variable
67 if (tw->quitnow) in poll()
115 text_puts(tw, buf); in display_open()
131 text_puts(tw, buf); in display_preclose()
145 text_puts(tw, buf); in display_close()
263 text_puts(tw, buf); in new_main()
264 text_puts(tw, "\n"); in new_main()
439 tw = text_new(); in WinMain()
440 if (tw == NULL) { in WinMain()
489 text_destroy(tw); in WinMain()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Ddwtext.h74 void text_destroy(TW *tw);
80 int text_kbhit(TW *tw);
90 int text_gets(TW *tw, char *buf, int len);
97 int text_read_line(TW *tw, char *buf, int len);
100 int text_putch(TW *tw, int ch);
103 void text_write_buf(TW *tw, const char *buf, int cnt);
106 void text_puts(TW *tw, const char *str);
109 void text_to_cursor(TW *tw);
112 int text_register_class(TW *tw, HICON hicon);
123 void text_size(TW *tw, int width, int height);
[all …]
H A Ddwmain.c39 TW *tw; variable
62 if (tw->quitnow) in poll()
110 text_puts(tw, buf); in display_open()
125 text_puts(tw, buf); in display_preclose()
139 text_puts(tw, buf); in display_close()
159 text_puts(tw, buf); in display_presize()
275 text_puts(tw, buf); in new_main()
276 text_puts(tw, "\n"); in new_main()
473 tw = text_new(); in WinMain()
474 if (tw == NULL) { in WinMain()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Ddwtext.h79 void text_destroy(TW *tw);
85 int text_kbhit(TW *tw);
95 int text_gets(TW *tw, char *buf, int len);
102 int text_read_line(TW *tw, char *buf, int len);
105 int text_putch(TW *tw, int ch);
108 void text_write_buf(TW *tw, const char *buf, int cnt);
111 void text_puts(TW *tw, const char *str);
114 void text_to_cursor(TW *tw);
117 int text_register_class(TW *tw, HICON hicon);
128 void text_size(TW *tw, int width, int height);
[all …]
H A Ddwmain.c44 TW *tw; variable
67 if (tw->quitnow) in poll()
115 text_puts(tw, buf); in display_open()
131 text_puts(tw, buf); in display_preclose()
145 text_puts(tw, buf); in display_close()
263 text_puts(tw, buf); in new_main()
264 text_puts(tw, "\n"); in new_main()
439 tw = text_new(); in WinMain()
440 if (tw == NULL) { in WinMain()
489 text_destroy(tw); in WinMain()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Ddwtext.h74 void text_destroy(TW *tw);
80 int text_kbhit(TW *tw);
90 int text_gets(TW *tw, char *buf, int len);
97 int text_read_line(TW *tw, char *buf, int len);
100 int text_putch(TW *tw, int ch);
103 void text_write_buf(TW *tw, const char *buf, int cnt);
106 void text_puts(TW *tw, const char *str);
109 void text_to_cursor(TW *tw);
112 int text_register_class(TW *tw, HICON hicon);
123 void text_size(TW *tw, int width, int height);
[all …]
H A Ddwmain.c39 TW *tw; variable
62 if (tw->quitnow) in poll()
110 text_puts(tw, buf); in display_open()
125 text_puts(tw, buf); in display_preclose()
139 text_puts(tw, buf); in display_close()
159 text_puts(tw, buf); in display_presize()
275 text_puts(tw, buf); in new_main()
276 text_puts(tw, "\n"); in new_main()
473 tw = text_new(); in WinMain()
474 if (tw == NULL) { in WinMain()
[all …]
/dports/math/fftw/fftw-2.1.5/mpi/
H A Dfftw_mpi.c39 while (tw && (tw->rows != rows || tw->rowstart != rowstart || in fftw_mpi_create_twiddle()
40 tw->cols != cols || tw->n != n)) in fftw_mpi_create_twiddle()
41 tw = tw->next; in fftw_mpi_create_twiddle()
43 if (tw) { in fftw_mpi_create_twiddle()
44 tw->refcount++; in fftw_mpi_create_twiddle()
45 return tw; in fftw_mpi_create_twiddle()
52 tw->n = n; in fftw_mpi_create_twiddle()
71 tw->W = W; in fftw_mpi_create_twiddle()
76 return tw; in fftw_mpi_create_twiddle()
81 if (tw) { in fftw_mpi_destroy_twiddle()
[all …]
/dports/math/fftw-float/fftw-2.1.5/mpi/
H A Dfftw_mpi.c39 while (tw && (tw->rows != rows || tw->rowstart != rowstart || in fftw_mpi_create_twiddle()
40 tw->cols != cols || tw->n != n)) in fftw_mpi_create_twiddle()
41 tw = tw->next; in fftw_mpi_create_twiddle()
43 if (tw) { in fftw_mpi_create_twiddle()
44 tw->refcount++; in fftw_mpi_create_twiddle()
45 return tw; in fftw_mpi_create_twiddle()
52 tw->n = n; in fftw_mpi_create_twiddle()
71 tw->W = W; in fftw_mpi_create_twiddle()
76 return tw; in fftw_mpi_create_twiddle()
81 if (tw) { in fftw_mpi_destroy_twiddle()
[all …]
/dports/x11-toolkits/kf5-kitemviews/kitemviews-5.89.0/tests/
H A Dktreewidgetsearchlinetest.cpp19 tw = new QTreeWidget(this); in KTreeWidgetSearchLineTest()
20 tw->setColumnCount(4); in KTreeWidgetSearchLineTest()
22 tw->hideColumn(2); in KTreeWidgetSearchLineTest()
30 tw->expandItem(red); in KTreeWidgetSearchLineTest()
32 tw->expandItem(blue); in KTreeWidgetSearchLineTest()
34 tw->expandItem(green); in KTreeWidgetSearchLineTest()
36 tw->expandItem(yellow); in KTreeWidgetSearchLineTest()
64 layout->addWidget(tw); in KTreeWidgetSearchLineTest()
84 tw->expandItem(beans); in create2ndLevel()
88 tw->expandItem(grapes); in create2ndLevel()
[all …]
/dports/x11/tilda/tilda-tilda-1.5.0/src/
H A Dtilda_window.h110 gint tilda_window_add_tab (tilda_window *tw);
130 gint tilda_window_next_tab (tilda_window *tw);
140 gint tilda_window_prev_tab (tilda_window *tw);
158 gint tilda_window_free (tilda_window *tw);
163 void tilda_window_set_fullscreen(tilda_window *tw);
169 gint toggle_fullscreen_cb (tilda_window *tw);
182 void tilda_window_close_current_tab (tilda_window *tw);
190 void tilda_window_toggle_transparency(tilda_window *tw);
195 void tilda_window_refresh_transparency(tilda_window *tw);
200 void tilda_window_toggle_searchbar (tilda_window *tw);
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Ddwtext.h91 void text_destroy(TW *tw);
97 int text_kbhit(TW *tw);
107 int text_gets(TW *tw, char *buf, int len);
114 int text_read_line(TW *tw, char *buf, int len);
117 int text_putch(TW *tw, int ch);
120 void text_write_buf(TW *tw, const char *buf, int cnt);
123 void text_puts(TW *tw, const char *str);
126 void text_to_cursor(TW *tw);
129 int text_register_class(TW *tw, HICON hicon);
140 void text_size(TW *tw, int width, int height);
[all …]
H A Ddwmain.c41 TW *tw; variable
68 if (tw->quitnow) in poll()
116 text_puts(tw, buf); in display_open()
131 text_puts(tw, buf); in display_preclose()
145 text_puts(tw, buf); in display_close()
165 text_puts(tw, buf); in display_presize()
181 text_puts(tw, buf); in display_size()
491 tw = text_new(); in WinMain()
492 if (tw == NULL) { in WinMain()
541 text_destroy(tw); in WinMain()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Ddwtext.h91 void text_destroy(TW *tw);
97 int text_kbhit(TW *tw);
107 int text_gets(TW *tw, char *buf, int len);
114 int text_read_line(TW *tw, char *buf, int len);
117 int text_putch(TW *tw, int ch);
120 void text_write_buf(TW *tw, const char *buf, int cnt);
123 void text_puts(TW *tw, const char *str);
126 void text_to_cursor(TW *tw);
129 int text_register_class(TW *tw, HICON hicon);
140 void text_size(TW *tw, int width, int height);
[all …]
H A Ddwmain.c41 TW *tw; variable
68 if (tw->quitnow) in poll()
116 text_puts(tw, buf); in display_open()
131 text_puts(tw, buf); in display_preclose()
145 text_puts(tw, buf); in display_close()
165 text_puts(tw, buf); in display_presize()
181 text_puts(tw, buf); in display_size()
491 tw = text_new(); in WinMain()
492 if (tw == NULL) { in WinMain()
541 text_destroy(tw); in WinMain()
[all …]
/dports/x11-fm/rodent/rodent-5.3.16.3/apps/rodent-pkg/po/
H A Dzh_TW.po6 # Yuan-Chung Cheng <platin@linux.org.tw>, 1999.
18 # umm <umm@pchome.com.tw>, 2003.
54 # 張合中 <s852101@giga.net.tw>, 2001.
60 # 陳英傑 <r5224205@ms.cc.ntu.edu.tw>, 2001.
99 # Asho Yeh <asho@debian.org.tw>, 2004.
108 # 林耕宇 <s9321028@ncnu.edu.tw>, 2003.
116 # BlueT <BlueT@Ubuntu.org.tw>, 2005.
119 # Keanu <keanu@ms50.url.com.tw>, 2002.
126 # Tse-Chun Ho <saviro.tw@yahoo.com.tw>, 2002.
188 # ID5 <id5id5@tcts1.seed.net.tw>, 2000.
[all …]
/dports/cad/netgen-lvs/netgen-1.5.211/python/
H A Dtooltip.py105 tw.withdraw()
109 tw.tk.call("::tk::unsupported::MacWindowStyle", "style", tw._w, "help", "none")
112 tw.update_idletasks()
115 tw.deiconify()
116 tw.lift()
119 tw = self._tipwindow
121 if tw:
122 tw.destroy()
132 tw = self._tipwindow
133 twx, twy = tw.winfo_reqwidth(), tw.winfo_reqheight()
[all …]
/dports/mail/nmh/nmh-1.7.1/sbr/
H A Ddtimep.l48 if(tw.tw_year < 1970) \
49 tw.tw_year += 1900; \
50 if(tw.tw_year < 1970) \
51 tw.tw_year += 100; \
52 return(&tw)
126 tw.tw_flags &= ~TW_SDAY; tw.tw_flags |= TW_SEXP; \
177 tw->tw_flags |= TW_DST; in zonehack()
178 tw->tw_zone -= 60; in zonehack()
232 static struct tws tw; variable
342 zonehack (&tw);
[all …]
/dports/deskutils/egroupware/egroupware/notifications/lang/
H A Degw_zh-tw.lang1 folder notifications zh-tw 資料夾
2 from notifications zh-tw
3 message from notifications zh-tw 來自
4 minutes notifications zh-tw 分鐘
5 notification common zh-tw 提醒
6 permission notifications zh-tw 權限
7 preferences for notification notifications zh-tw 提醒的設定
8 settings notifications zh-tw 設定
9 signature admin zh-tw 簽名檔
10 step notifications zh-tw 步驟
[all …]

1...<<11121314151617181920>>...725