Home
last modified time | relevance | path

Searched refs:tw (Results 51 – 75 of 11467) sorted by relevance

12345678910>>...459

/dports/security/akmos/akmos-0.7.2/src/algo/
H A Dskein_skey.h32 #define SKEIN_R256(skey, key, tw, k0, k1, k2, k3, \ argument
36 skey[(r*4)+1] = key[k1] + tw[tw1]; \
37 skey[(r*4)+2] = key[k2] + tw[tw2]; \
41 #define SKEIN_R512(skey, key, tw, k0, k1, k2, k3, \ argument
49 skey[(r*8)+5] = key[k5] + tw[tw1]; \
50 skey[(r*8)+6] = key[k6] + tw[tw2]; \
54 #define SKEIN_R1024(skey, key, tw, k0, k1, k2, k3, \ argument
72 skey[(r*16)+13] = key[k13] + tw[tw1]; \
73 skey[(r*16)+14] = key[k14] + tw[tw2]; \
77 #define SKEIN_SKEY_256(skey, key, tw) \ argument
[all …]
/dports/deskutils/egroupware/egroupware/timesheet/lang/
H A Degw_zh-tw.lang2 2 month ago timesheet zh-tw 兩個月前
3 2 years ago timesheet zh-tw 兩年前
4 3 years ago timesheet zh-tw 三年前
8 by timesheet zh-tw
9 check all timesheet zh-tw 全選
16 deleted timesheet zh-tw 刪除了
23 end timesheet zh-tw 結束
35 id timesheet zh-tw 編號
43 links timesheet zh-tw 連結
52 order timesheet zh-tw 順序
[all …]
/dports/deskutils/py-taskw/taskw-1.2.0/taskw/test/
H A Dtest_datas.py75 self.tw.task_add("foobar")
87 self.tw.task_done()
91 self.tw.task_done(id=1)
101 self.tw.task_done(id=1)
176 self.tw.task_add(
185 self.tw.task_add(
196 self.tw.task_add(
209 self.tw.task_add(
220 self.tw.task_add(
575 self.tw.task_add(
[all …]
/dports/games/openjk/OpenJK-07675e2/codemp/qcommon/
H A Dcm_trace.cpp947 if ( tw->start[0] != tw->end[0] || tw->start[1] != tw->end[1] ) {
1270 tw.sphere.radius = ( tw.size[1][0] > tw.size[1][2] ) ? tw.size[1][2]: tw.size[1][0];
1275 tw.maxOffset = tw.size[1][0] + tw.size[1][1] + tw.size[1][2];
1316 tw.bounds[0][i] = tw.start[i] - fabs(tw.sphere.offset[i]) - tw.sphere.radius;
1317 tw.bounds[1][i] = tw.end[i] + fabs(tw.sphere.offset[i]) + tw.sphere.radius;
1319 tw.bounds[0][i] = tw.end[i] - fabs(tw.sphere.offset[i]) - tw.sphere.radius;
1320 tw.bounds[1][i] = tw.start[i] + fabs(tw.sphere.offset[i]) + tw.sphere.radius;
1327 tw.bounds[0][i] = tw.start[i] + tw.size[0][i];
1328 tw.bounds[1][i] = tw.end[i] + tw.size[1][i];
1330 tw.bounds[0][i] = tw.end[i] + tw.size[0][i];
[all …]
/dports/devel/transwarp/transwarp-2.2.2/test/
H A Dtest_events.cpp13 auto t = tw::make_task(tw::root, []{}); in __anone06e65fe0102()
30 auto t1 = tw::make_task(tw::root, []{}); in __anone06e65fe0202()
31 auto t2 = tw::make_task(tw::root, []{}); in __anone06e65fe0302()
41 auto t1 = tw::make_task(tw::root, []{}); in __anone06e65fe0502()
42 auto t2 = tw::make_task(tw::root, []{}); in __anone06e65fe0602()
54 auto t1 = tw::make_task(tw::root, []{}); in __anone06e65fe0802()
55 auto t2 = tw::make_task(tw::root, []{}); in __anone06e65fe0902()
67 auto t = tw::make_task(tw::root, []{}); in __anone06e65fe0b02()
132 auto t = tw::make_task(tw::root, []{ throw tw::task_canceled(""); }); in __anone06e65fe1002()
146 auto t = tw::make_task(tw::root, []{}); in __anone06e65fe1102()
[all …]
H A Dtest_schedule.cpp5 auto task = tw::make_task(tw::root, [&x]{ x *= 2; }); in __anond74419560102()
12 auto task1 = tw::make_task(tw::root, f1);
14 auto task2 = tw::make_task(tw::root, f2);
27 auto task1 = tw::make_task(tw::root, f1);
29 auto task2 = tw::make_task(tw::root, f2);
43 auto task1 = tw::make_task(tw::root, f1);
45 auto task2 = tw::make_task(tw::root, f2);
55 auto task1 = tw::make_task(tw::root, f1);
57 auto task2 = tw::make_task(tw::root, f2);
71 auto task1 = tw::make_task(tw::root, f1);
[all …]
/dports/deskutils/egroupware/egroupware/setup/lang/
H A Degw_zh-tw.lang20 actions setup zh-tw 動作
162 day setup zh-tw
343 new setup zh-tw
345 no setup zh-tw
354 not setup zh-tw
363 ok setup zh-tw 正常
369 or setup zh-tw
451 set setup zh-tw 設定
510 top setup zh-tw 頂部
514 true setup zh-tw
[all …]
/dports/x11-toolkits/mowitz/Mowitz-0.2.1/Mowitz/
H A DMwTable.c818 tw->table.white = tw->core.background_pixel; in Realize()
823 tw->table.clear_gc = get_gc(w, tw->table.white, tw->table.black); in Realize()
824 tw->table.cell_gc = get_gc(w, tw->table.black, tw->table.white); in Realize()
825 tw->table.grid_gc = get_gc(w, tw->table.grey, tw->table.white); in Realize()
830 tw->table.cursor_gc = get_gc(w, tw->table.black^tw->table.white, 0); in Realize()
835 tw->table.block_gc = get_gc(w, tw->table.grey, tw->table.white); in Realize()
837 tw->table.block_gc = get_gc(w, tw->table.black^tw->table.white, 0); in Realize()
880 cur_y += cell_height(tw, tw->table.top_row); in move_top()
884 cur_y -= cell_height(tw, tw->table.top_row); in move_top()
890 cur_x += cell_width(tw, tw->table.top_col); in move_top()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/archive/tar/
H A Dwriter.go51 if tw.nb > 0 {
56 n := tw.nb + tw.pad
63 nw, tw.err = tw.w.Write(zeroBlock[0:nr])
66 tw.nb = 0
67 tw.pad = 0
68 return tw.err
152 tw.Flush()
269 _, tw.err = tw.w.Write(header)
379 if tw.err != nil || tw.closed {
382 tw.Flush()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libgo/go/archive/tar/
H A Dwriter.go47 if tw.nb > 0 {
52 n := tw.nb + tw.pad
59 nw, tw.err = tw.w.Write(zeroBlock[0:nr])
62 tw.nb = 0
63 tw.pad = 0
64 return tw.err
122 tw.Flush()
193 _, tw.err = tw.w.Write(header)
296 if tw.err != nil || tw.closed {
299 tw.Flush()
[all …]
/dports/devel/py-py/py-1.9.0/testing/io_/
H A Dtest_terminalwriter.py92 tw.line(msg)
101 tw.line(msg)
140 return tw
143 tw.line("hello")
152 tw.line(msg)
210 tw.getlines()
217 tw.line("so")
233 tw.line("hello")
238 tw.line("hello")
267 tw.hasmarkup = True
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/testing/io/
H A Dtest_terminalwriter.py27 assert tw.fullwidth == 80
33 assert tw.fullwidth == 42
66 def tw( member in TestTerminalWriter
91 yield tw
94 tw.line("hello")
101 tw.line(msg)
147 tw.fullwidth = 70
158 tw.hasmarkup = True
169 assert tw.hasmarkup
239 tw.write(text)
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/testing/io/
H A Dtest_terminalwriter.py27 assert tw.fullwidth == 80
33 assert tw.fullwidth == 42
66 def tw( member in TestTerminalWriter
91 yield tw
94 tw.line("hello")
101 tw.line(msg)
147 tw.fullwidth = 70
158 tw.hasmarkup = True
169 assert tw.hasmarkup
239 tw.write(text)
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/testing/io/
H A Dtest_terminalwriter.py27 assert tw.fullwidth == 80
33 assert tw.fullwidth == 42
66 def tw( member in TestTerminalWriter
91 yield tw
94 tw.line("hello")
101 tw.line(msg)
147 tw.fullwidth = 70
158 tw.hasmarkup = True
169 assert tw.hasmarkup
239 tw.write(text)
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/archive/tar/
H A Dwriter.go49 if tw.nb > 0 {
54 n := tw.nb + tw.pad
61 nw, tw.err = tw.w.Write(zeroBlock[0:nr])
64 tw.nb = 0
65 tw.pad = 0
66 return tw.err
150 tw.Flush()
250 _, tw.err = tw.w.Write(header)
360 if tw.err != nil || tw.closed {
363 tw.Flush()
[all …]
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DTextOut.c292 (*tw->text.output->DrawInsertionPoint)(tw,\
296 (*tw->text.output->DrawInsertionPoint)(tw,\
1704 tw->text.top_line = _XmTextGetTableIndex(tw, tw->text.top_character);
1758 tw->text.top_line = _XmTextGetTableIndex(tw, tw->text.top_character);
3369 XClearArea(XtDisplay(tw), XtWindow(tw),
3389 XClearArea(XtDisplay(tw), XtWindow(tw),
3481 XClearArea(XtDisplay(tw), XtWindow(tw),
3505 XClearArea(XtDisplay(tw), XtWindow(tw),
4762 tw->text.new_top = tw->text.line_table[tw->text.top_line].start_pos;
4779 tw->text.new_top = tw->text.line_table[tw->text.top_line].start_pos;
[all …]
H A DTextIn.c85 (*tw->text.output->DrawInsertionPoint)(tw, tw->text.cursor_position, off)
88 (*tw->text.output->DrawInsertionPoint)(tw, tw->text.cursor_position, on)
2559 (*tw->text.output->PosToXY)(tw, tw->text.cursor_position, &x, &y); in MovePreviousPage()
2611 (*tw->text.output->PosToXY)(tw, tw->text.cursor_position, &x, &y); in MovePageLeft()
2658 (*tw->text.output->PosToXY)(tw, tw->text.cursor_position, &x, &y); in MovePageRight()
2704 (*tw->text.output->PosToXY)(tw, tw->text.cursor_position, &x, &y); in MovePageUp()
2749 (*tw->text.output->PosToXY)(tw, tw->text.cursor_position, &x, &y); in MovePageDown()
2855 if (tw->text.cursor_position == tw->text.line[tw->text.number_lines].start) in ScrollCursorVertically()
3089 tw->text.add_mode = !tw->text.add_mode; in ToggleAddMode()
3831 (*tw->text.output->PosToXY)(tw, tw->text.cursor_position, in StartSecondary()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/py/testing/io_/
H A Dtest_terminalwriter.py85 tw.line(msg)
94 tw.line(msg)
133 return tw
136 tw.line("hello")
145 tw.line(msg)
197 tw.getlines()
204 tw.line("so")
220 tw.line("hello")
225 tw.line("hello")
254 tw.hasmarkup = True
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/tools/third_party/py/testing/io_/
H A Dtest_terminalwriter.py85 tw.line(msg)
94 tw.line(msg)
133 return tw
136 tw.line("hello")
145 tw.line(msg)
197 tw.getlines()
204 tw.line("so")
220 tw.line("hello")
225 tw.line("hello")
254 tw.hasmarkup = True
[all …]
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/py/testing/io_/
H A Dtest_terminalwriter.py85 tw.line(msg)
94 tw.line(msg)
133 return tw
136 tw.line("hello")
145 tw.line(msg)
197 tw.getlines()
204 tw.line("so")
220 tw.line("hello")
225 tw.line("hello")
254 tw.hasmarkup = True
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/py/testing/io_/
H A Dtest_terminalwriter.py85 tw.line(msg)
94 tw.line(msg)
133 return tw
136 tw.line("hello")
145 tw.line(msg)
197 tw.getlines()
204 tw.line("so")
220 tw.line("hello")
225 tw.line("hello")
254 tw.hasmarkup = True
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/py/testing/io_/
H A Dtest_terminalwriter.py85 tw.line(msg)
94 tw.line(msg)
133 return tw
136 tw.line("hello")
145 tw.line(msg)
197 tw.getlines()
204 tw.line("so")
220 tw.line("hello")
225 tw.line("hello")
254 tw.hasmarkup = True
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/py/testing/io_/
H A Dtest_terminalwriter.py85 tw.line(msg)
94 tw.line(msg)
133 return tw
136 tw.line("hello")
145 tw.line(msg)
197 tw.getlines()
204 tw.line("so")
220 tw.line("hello")
225 tw.line("hello")
254 tw.hasmarkup = True
[all …]
/dports/deskutils/egroupware/egroupware/registration/lang/
H A Degw_zh-tw.lang9 address registration zh-tw 住址
19 city registration zh-tw 鄉鎮市區
20 confirm registration zh-tw 確認
32 fax registration zh-tw 傳真
35 hours registration zh-tw 小時
41 immediately admin zh-tw 立即
42 ip registration zh-tw 網路位址
52 order registration zh-tw 排序
65 send email admin zh-tw 傳送郵件
72 text registration zh-tw 文字
[all …]
/dports/chinese/pcmanx/pcmanx-gtk2-1.3/data/
H A Dsitelist10 s大葉資工天資驕子 bbs.csie.dyu.edu.tw
12 s大葉戀戀紅城 bbs.dyu.edu.tw
17 s中山山抹微雲 vicky.nsysu.edu.tw
24 s中山計中西灣 bbs3.nsysu.edu.tw
25 s中山計中美麗之島 bbs.nsysu.edu.tw
109 s中華方城 bbs.chu.edu.tw
133 s元智風之塔站 bbs.yzu.edu.tw
155 s世新資管 im2.shu.edu.tw
158 s世新翠穀風情 bbs.shu.edu.tw
364 s東吳溪城 bbs.scu.edu.tw
[all …]

12345678910>>...459