Home
last modified time | relevance | path

Searched refs:tw (Results 1 – 25 of 4683) sorted by relevance

12345678910>>...188

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/Readers/NameTable/
H A DTestFiles.cs97 tw.WriteLine("%e;"); in CreateGenericTestFile()
109 tw.WriteLine("]>"); in CreateGenericTestFile()
174 tw.Flush(); in CreateGenericTestFile()
206 tw.Flush(); in CreateGenericTestFile()
273 tw.Flush(); in CreateGenericTestFile()
284 tw.Write("<"); in CreateBigElementTestFile()
285 tw.Write(str); in CreateBigElementTestFile()
287 tw.Flush(); in CreateBigElementTestFile()
289 tw.Write("<"); in CreateBigElementTestFile()
290 tw.Write(str); in CreateBigElementTestFile()
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Ddwtext.c131 xpos = tw->CursorPos.x*tw->CharSize.x - tw->ScrollPos.x; in text_update_text()
132 ypos = tw->CursorPos.y*tw->CharSize.y - tw->ScrollPos.y; in text_update_text()
363 tw->KeyBufIn = tw->KeyBufOut = tw->KeyBuf = malloc(tw->KeyBufSize); in text_create()
377 tw->x, tw->y, tw->cx, tw->cy, in text_create()
449 p = tw->ScreenBuffer + tw->CursorPos.y*tw->ScreenSize.x + tw->CursorPos.x; in text_write_buf()
506 tw->CursorPos.y*tw->CharSize.y + tw->CharAscent in text_getch()
534 if (tw->KeyBufOut - tw->KeyBuf >= tw->KeyBufSize) in text_getch()
751 if (tw->KeyBufIn - tw->KeyBuf >= tw->KeyBufSize) in text_paste_from_clipboard()
795 tw->CursorPos.y*tw->CharSize.y + tw->CharAscent in WndTextProc()
827 tw->ScrollMax.y = max(0, tw->CharSize.y*tw->ScreenSize.y - tw->ClientSize.y); in WndTextProc()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Ddwtext.c131 xpos = tw->CursorPos.x*tw->CharSize.x - tw->ScrollPos.x; in text_update_text()
132 ypos = tw->CursorPos.y*tw->CharSize.y - tw->ScrollPos.y; in text_update_text()
363 tw->KeyBufIn = tw->KeyBufOut = tw->KeyBuf = malloc(tw->KeyBufSize); in text_create()
377 tw->x, tw->y, tw->cx, tw->cy, in text_create()
449 p = tw->ScreenBuffer + tw->CursorPos.y*tw->ScreenSize.x + tw->CursorPos.x; in text_write_buf()
506 tw->CursorPos.y*tw->CharSize.y + tw->CharAscent in text_getch()
534 if (tw->KeyBufOut - tw->KeyBuf >= tw->KeyBufSize) in text_getch()
751 if (tw->KeyBufIn - tw->KeyBuf >= tw->KeyBufSize) in text_paste_from_clipboard()
795 tw->CursorPos.y*tw->CharSize.y + tw->CharAscent in WndTextProc()
827 tw->ScrollMax.y = max(0, tw->CharSize.y*tw->ScreenSize.y - tw->ClientSize.y); in WndTextProc()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Ddwtext.c125 xpos = tw->CursorPos.x*tw->CharSize.x - tw->ScrollPos.x; in text_update_text()
126 ypos = tw->CursorPos.y*tw->CharSize.y - tw->ScrollPos.y; in text_update_text()
357 tw->KeyBufIn = tw->KeyBufOut = tw->KeyBuf = malloc(tw->KeyBufSize); in text_create()
371 tw->x, tw->y, tw->cx, tw->cy, in text_create()
443 p = tw->ScreenBuffer + tw->CursorPos.y*tw->ScreenSize.x + tw->CursorPos.x; in text_write_buf()
501 tw->CursorPos.y*tw->CharSize.y + tw->CharAscent in text_getch()
529 if (tw->KeyBufOut - tw->KeyBuf >= tw->KeyBufSize) in text_getch()
754 if (tw->KeyBufIn - tw->KeyBuf >= tw->KeyBufSize) in text_paste_from_clipboard()
798 tw->CursorPos.y*tw->CharSize.y + tw->CharAscent in WndTextProc()
830 tw->ScrollMax.y = max(0, tw->CharSize.y*tw->ScreenSize.y - tw->ClientSize.y); in WndTextProc()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Ddwtext.c125 xpos = tw->CursorPos.x*tw->CharSize.x - tw->ScrollPos.x; in text_update_text()
126 ypos = tw->CursorPos.y*tw->CharSize.y - tw->ScrollPos.y; in text_update_text()
357 tw->KeyBufIn = tw->KeyBufOut = tw->KeyBuf = malloc(tw->KeyBufSize); in text_create()
371 tw->x, tw->y, tw->cx, tw->cy, in text_create()
443 p = tw->ScreenBuffer + tw->CursorPos.y*tw->ScreenSize.x + tw->CursorPos.x; in text_write_buf()
501 tw->CursorPos.y*tw->CharSize.y + tw->CharAscent in text_getch()
529 if (tw->KeyBufOut - tw->KeyBuf >= tw->KeyBufSize) in text_getch()
754 if (tw->KeyBufIn - tw->KeyBuf >= tw->KeyBufSize) in text_paste_from_clipboard()
798 tw->CursorPos.y*tw->CharSize.y + tw->CharAscent in WndTextProc()
830 tw->ScrollMax.y = max(0, tw->CharSize.y*tw->ScreenSize.y - tw->ClientSize.y); in WndTextProc()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Ddwtext.c177 xpos = tw->CursorPos.x*tw->CharSize.x - tw->ScrollPos.x; in text_update_text()
178 ypos = tw->CursorPos.y*tw->CharSize.y - tw->ScrollPos.y; in text_update_text()
249 CreateCaret(tw->hwnd, 0, tw->CharSize.x, 2+tw->CaretHeight); in text_font()
413 tw->KeyBufIn = tw->KeyBufOut = tw->KeyBuf = malloc(tw->KeyBufSize); in text_create()
427 tw->x, tw->y, tw->cx, tw->cy, in text_create()
517 p = tw->ScreenBuffer + tw->CursorPos.y*tw->ScreenSize.x + tw->CursorPos.x; in text_write_buf()
575 tw->CursorPos.y*tw->CharSize.y + tw->CharAscent in text_getch()
604 if (tw->KeyBufOut - tw->KeyBuf >= tw->KeyBufSize) in text_getch()
892 if (tw->KeyBufIn - tw->KeyBuf >= tw->KeyBufSize) in text_paste_from_clipboard()
968 tw->ScrollMax.y = max(0, tw->CharSize.y*tw->ScreenSize.y - tw->ClientSize.y); in WndTextProc()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Ddwtext.c177 xpos = tw->CursorPos.x*tw->CharSize.x - tw->ScrollPos.x; in text_update_text()
178 ypos = tw->CursorPos.y*tw->CharSize.y - tw->ScrollPos.y; in text_update_text()
249 CreateCaret(tw->hwnd, 0, tw->CharSize.x, 2+tw->CaretHeight); in text_font()
413 tw->KeyBufIn = tw->KeyBufOut = tw->KeyBuf = malloc(tw->KeyBufSize); in text_create()
427 tw->x, tw->y, tw->cx, tw->cy, in text_create()
517 p = tw->ScreenBuffer + tw->CursorPos.y*tw->ScreenSize.x + tw->CursorPos.x; in text_write_buf()
575 tw->CursorPos.y*tw->CharSize.y + tw->CharAscent in text_getch()
604 if (tw->KeyBufOut - tw->KeyBuf >= tw->KeyBufSize) in text_getch()
892 if (tw->KeyBufIn - tw->KeyBuf >= tw->KeyBufSize) in text_paste_from_clipboard()
968 tw->ScrollMax.y = max(0, tw->CharSize.y*tw->ScreenSize.y - tw->ClientSize.y); in WndTextProc()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Ddwtext.c185 xpos = tw->CursorPos.x*tw->CharSize.x - tw->ScrollPos.x; in text_update_text()
186 ypos = tw->CursorPos.y*tw->CharSize.y - tw->ScrollPos.y; in text_update_text()
263 CreateCaret(tw->hwnd, 0, tw->CharSize.x, 2+tw->CaretHeight); in text_font()
441 tw->KeyBufIn = tw->KeyBufOut = tw->KeyBuf = malloc(tw->KeyBufSize); in text_create()
460 tw->x, tw->y, tw->cx, tw->cy, in text_create()
465 tw->x, tw->y, tw->cx, tw->cy, in text_create()
564 p = tw->ScreenBuffer + tw->CursorPos.y*tw->ScreenSize.x + tw->CursorPos.x; in text_write_buf()
633 tw->CursorPos.y*tw->CharSize.y + tw->CharAscent in text_getch()
678 if (tw->KeyBufOut - tw->KeyBuf >= tw->KeyBufSize) in text_getch()
1055 tw->ScrollMax.y = max(0, tw->CharSize.y*tw->ScreenSize.y - tw->ClientSize.y);
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Ddwtext.c185 xpos = tw->CursorPos.x*tw->CharSize.x - tw->ScrollPos.x; in text_update_text()
186 ypos = tw->CursorPos.y*tw->CharSize.y - tw->ScrollPos.y; in text_update_text()
263 CreateCaret(tw->hwnd, 0, tw->CharSize.x, 2+tw->CaretHeight); in text_font()
441 tw->KeyBufIn = tw->KeyBufOut = tw->KeyBuf = malloc(tw->KeyBufSize); in text_create()
460 tw->x, tw->y, tw->cx, tw->cy, in text_create()
465 tw->x, tw->y, tw->cx, tw->cy, in text_create()
564 p = tw->ScreenBuffer + tw->CursorPos.y*tw->ScreenSize.x + tw->CursorPos.x; in text_write_buf()
633 tw->CursorPos.y*tw->CharSize.y + tw->CharAscent in text_getch()
678 if (tw->KeyBufOut - tw->KeyBuf >= tw->KeyBufSize) in text_getch()
1055 tw->ScrollMax.y = max(0, tw->CharSize.y*tw->ScreenSize.y - tw->ClientSize.y);
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO/tests/TextWriter/
H A DTextWriterTests.cs243 Assert.Equal(tw.NewLine, tw.Text); in WriteLineTest()
286 Assert.Equal("True" + tw.NewLine, tw.Text); in WriteLineBoolTest()
290 Assert.Equal("False" + tw.NewLine, tw.Text); in WriteLineBoolTest()
300 Assert.Equal(int.MinValue.ToString() + tw.NewLine, tw.Text); in WriteLineIntTest()
304 Assert.Equal(int.MaxValue.ToString() + tw.NewLine, tw.Text); in WriteLineIntTest()
314 Assert.Equal(uint.MinValue.ToString() + tw.NewLine, tw.Text); in WriteLineUIntTest()
364 Assert.Equal(float.NaN.ToString() + tw.NewLine, tw.Text); in WriteLineFloatTest()
382 Assert.Equal(double.NaN.ToString() + tw.NewLine, tw.Text); in WriteLineDoubleTest()
506 Assert.Equal(tw.NewLine, tw.Text); in WriteLineAsyncTest()
516 Assert.Equal("a" + tw.NewLine, tw.Text); in WriteLineAsyncCharTest()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/XmlReaderLib/
H A DTestFiles.cs298 tw.Flush(); in CreateByteTestFile()
311 tw.Flush(); in CreateUTF8EncodedTestFile()
323 tw.Flush(); in CreateEncodedTestFile()
341 tw.Flush(); in CreateWhitespaceHandlingTestFile()
429 tw.Flush(); in CreateGenericTestFile()
461 tw.Flush(); in CreateGenericTestFile()
527 tw.Flush(); in CreateGenericTestFile()
568 tw.Flush(); in CreateInvalidNamespaceTestFile()
589 tw.Flush(); in CreateNamespaceTestFile()
607 tw.Flush(); in CreateXmlLangTestFile()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml.Linq/tests/XDocument.Common/
H A DBridgeHelpers.cs546 tw.Flush(); in CreateByteTestFile()
559 tw.Flush(); in CreateUTF8EncodedTestFile()
571 tw.Flush(); in CreateEncodedTestFile()
590 tw.Flush(); in CreateWhitespaceHandlingTestFile()
697 tw.Flush(); in CreateGenericTestFile()
729 tw.Flush(); in CreateGenericTestFile()
795 tw.Flush(); in CreateGenericTestFile()
826 tw.Flush(); in CreateInvalidDTDTestFile()
836 tw.Flush(); in CreateValidDTDTestFile()
847 tw.Flush(); in CreateWellFormedDTDTestFile()
[all …]
/dports/deskutils/egroupware/egroupware/api/lang/
H A Degw_zh-tw.lang6 1 day common zh-tw 1 天
7 1 hour common zh-tw 1 小時
9 1 week common zh-tw 1 星期
12 about common zh-tw 關於
22 acl common zh-tw 控管權限
23 action common zh-tw 動作
25 active common zh-tw 啟用
26 add common zh-tw 新增
38 all common zh-tw 所有
45 and common zh-tw
[all …]
/dports/x11/tilda/tilda-tilda-1.5.0/src/
H A Dtilda_window.c79 DEBUG_ASSERT (tw != NULL); in find_tt_in_g_list()
176 DEBUG_ASSERT (tw != NULL); in tilda_window_set_fullscreen()
191 tw->fullscreen = !tw->fullscreen; in toggle_fullscreen_cb()
527 tw->auto_hide_current_time += tw->timer_resolution; in auto_hide_tick()
528 if ((tw->auto_hide_current_time >= tw->auto_hide_max_time) || tw->current_state == STATE_UP) in auto_hide_tick()
547 if ((tw->auto_hide_tick_handler == 0) && (tw->disable_auto_hide == FALSE)) { in start_auto_hide_tick()
555 tw->auto_hide_tick_handler = g_timeout_add(tw->timer_resolution, auto_hide_tick, tw); in start_auto_hide_tick()
753 gtk_window_add_accel_group (GTK_WINDOW (tw->window), tw->accel_group); in tilda_window_setup_keyboard_accelerators()
972 tw->terms = NULL; in tilda_window_init()
988 g_signal_connect (G_OBJECT(tw->window), "show", G_CALLBACK (focus_term), tw); in tilda_window_init()
[all …]
/dports/deskutils/egroupware/egroupware/mail/lang/
H A Degw_zh-tw.lang1 (no subject) mail zh-tw (沒有標題)
3 all of mail zh-tw 所有的
7 any of mail zh-tw 任意的
10 by date mail zh-tw 按日期
12 compose mail zh-tw 建立
15 contains mail zh-tw 包含
22 disable mail zh-tw 停用
23 discard mail zh-tw 取消
51 from mail zh-tw
59 if mail zh-tw 如果
[all …]
/dports/games/dhewm3/dhewm3-1.5.1/neo/cm/
H A DCollisionModel_translate.cpp191 tw->contacts[tw->numContacts] = tw->trace.c; in CM_AddContact()
845 tw.extents[0] = tw.extents[1] = tw.extents[2] = CM_BOX_EPSILON; in Translation()
854 tw.vertices[0].p = tw.start; in Translation()
855 tw.vertices[0].endp = tw.vertices[0].p + tw.dir; in Translation()
856 tw.vertices[0].pl.FromRay( tw.vertices[0].p, tw.dir ); in Translation()
857 tw.numEdges = tw.numPolys = 0; in Translation()
911 tw.vertices[i].p += tw.start; in Translation()
1008 if ( tw.start[i] < tw.end[i] ) { in Translation()
1009 tw.bounds[0][i] = tw.start[i] + tw.size[0][i] - CM_BOX_EPSILON; in Translation()
1010 tw.bounds[1][i] = tw.end[i] + tw.size[1][i] + CM_BOX_EPSILON; in Translation()
[all …]
/dports/deskutils/egroupware/egroupware/projectmanager/lang/
H A Degw_zh-tw.lang13 actions projectmanager zh-tw 動作
14 activity projectmanager zh-tw 活動
29 app. projectmanager zh-tw 應用
37 budget projectmanager zh-tw 預算
40 by projectmanager zh-tw
61 dates projectmanager zh-tw 日期
62 days projectmanager zh-tw
111 font projectmanager zh-tw 字型
125 h projectmanager zh-tw
154 new projectmanager zh-tw 新增
[all …]
/dports/mail/mmh/mmh-0.4/sbr/
H A Ddtime.c111 return (&tw); in dlocaltime()
172 if (!tw) in dctime()
176 tw_dotw[tw->tw_wday], tw_moty[tw->tw_mon], tw->tw_mday, in dctime()
177 tw->tw_hour, tw->tw_min, tw->tw_sec, in dctime()
178 tw->tw_year < 100 ? tw->tw_year + 1900 : tw->tw_year); in dctime()
230 if (!tw) in dasctime()
240 tw->tw_mday, tw_moty[tw->tw_mon], in dasctime()
241 tw->tw_year < 100 ? 2 : 4, tw->tw_year, in dasctime()
242 tw->tw_hour, tw->tw_min, tw->tw_sec, result); in dasctime()
347 century = tw->tw_year < 100 ? 19 : tw->tw_year / 100; in set_dotw()
[all …]
/dports/deskutils/egroupware/egroupware/addressbook/lang/
H A Degw_zh-tw.lang1 %1 added addressbook zh-tw %1 新增了
50 birthday common zh-tw 生日
53 business common zh-tw 公司
77 city common zh-tw 縣市
78 company common zh-tw 公司
81 contact common zh-tw 聯絡人
144 empty admin zh-tw 清空
175 general admin zh-tw 一般
181 h addressbook zh-tw
262 pager common zh-tw 呼叫器
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qtabwidget/
H A Dtst_qtabwidget.cpp132 QTabWidget *tw; member in tst_QTabWidget
193 delete tw; in cleanup()
194 tw = 0; in cleanup()
229 tw->removeTab(-1); in addRemoveTab()
477 tw->show(); in removeTab()
522 tw->clear(); in clear()
568 QVERIFY(tw->currentIndex() < 3 && tw->currentIndex() >= 0); in keyboardNavigation()
597 tw->show(); in paintEventCount()
638 QTabWidget tw; in minimumSizeHint() local
649 tw.show(); in minimumSizeHint()
[all …]
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DText.c2294 (*tw->text.source->RemoveWidget)(tw->text.source, tw); in InitializeHook()
2296 (*tw->text.source->AddWidget)(tw->text.source, tw); in InitializeHook()
2366 (*tw->text.output->PosToXY)(tw, tw->text.cursor_position, in InitializeHook()
2417 (*tw->text.source->RemoveWidget)(tw->text.source, tw); in Destroy()
3400 (*tw->text.source->Replace)(tw, NULL, &PreStartTW(tw), &PreEndTW(tw), in PreeditDone()
3428 (*tw->text.source->Replace)(tw, NULL, &PreStartTW(tw), &PreStartTW(tw), in PreeditDone()
3441 PreStartTW(tw) = PreEndTW(tw) = PreCursorTW(tw) = 0; in PreeditDone()
3893 if (PreUnder(tw) && PreStartTW(tw) < PreEndTW(tw)) { in _XmTextSetPreeditPosition()
3900 PreStartTW(tw) = PreEndTW(tw) = PreCursorTW(tw) = in _XmTextSetPreeditPosition()
4097 (*tw->text.source->RemoveWidget)(tw->text.source, tw); in XmTextSetSource()
[all …]
/dports/mail/nmh/nmh-1.7.1/sbr/
H A Ddtime.c121 return (&tw); in dlocaltime()
168 return (&tw); in dgmtime()
184 if (!tw) in dctime()
188 tw_dotw[tw->tw_wday], tw_moty[tw->tw_mon], tw->tw_mday, in dctime()
189 tw->tw_hour, tw->tw_min, tw->tw_sec, in dctime()
190 m_strn(tw->tw_year < 100 ? tw->tw_year + 1900 : tw->tw_year, 4)); in dctime()
255 if (!tw) in dasctime()
265 tw->tw_mday, tw_moty[tw->tw_mon], in dasctime()
266 tw->tw_year < 100 ? 2 : 4, tw->tw_year, in dasctime()
267 tw->tw_hour, tw->tw_min, tw->tw_sec, result); in dasctime()
[all …]
/dports/deskutils/egroupware/egroupware/calendar/lang/
H A Degw_zh-tw.lang2 %1 hours calendar zh-tw %1 小時
7 accept calendar zh-tw 確定
20 alarm calendar zh-tw 警告
43 busy calendar zh-tw 忙碌
44 by calendar zh-tw
74 day calendar zh-tw
75 days calendar zh-tw
137 for calendar zh-tw
145 fri calendar zh-tw
156 h calendar zh-tw
[all …]
/dports/deskutils/egroupware/egroupware/admin/lang/
H A Degw_zh-tw.lang8 - type admin zh-tw - 類型
19 action admin zh-tw 動作
20 actions admin zh-tw 動作
21 activate admin zh-tw 啟用
99 color admin zh-tw 顏色
110 data admin zh-tw 資料
111 day admin zh-tw
160 down admin zh-tw
352 rows admin zh-tw
427 top admin zh-tw 頂部
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv4/
H A Dinet_timewait_sock.c38 tw->tw_tb = NULL; in inet_twsk_bind_unhash()
55 bhead = &hashinfo->bhash[inet_bhashfn(twsk_net(tw), tw->tw_num, in inet_twsk_kill()
63 inet_twsk_put(tw); in inet_twsk_kill()
71 pr_debug("%s timewait_sock %p released\n", tw->tw_prot->name, tw); in inet_twsk_free()
73 kmem_cache_free(tw->tw_prot->twsk_prot->twsk_slab, tw); in inet_twsk_free()
80 inet_twsk_free(tw); in inet_twsk_put()
118 inet_twsk_add_bind_node(tw, &tw->tw_tb->owners); in inet_twsk_hashdance()
146 struct inet_timewait_sock *tw = from_timer(tw, t, tw_timer); in tw_timer_handler() local
148 if (tw->tw_kill) in tw_timer_handler()
166 if (tw) { in inet_twsk_alloc()
[all …]

12345678910>>...188