Home
last modified time | relevance | path

Searched refs:tab_offset (Results 1 – 25 of 112) sorted by relevance

12345

/dports/www/mitmproxy/mitmproxy-7.0.4/mitmproxy/tools/console/
H A Dtabs.py25 def __init__(self, tabs, tab_offset=0): argument
27 self.tab_offset = tab_offset
33 self.tab_offset = offset
39 self.change_tab((self.tab_offset + 1) % n)
41 self.change_tab((self.tab_offset + 1) % n)
43 self.change_tab((self.tab_offset - 1) % n)
53 if i == self.tab_offset % len(self.tabs):
73 body = self.tabs[self.tab_offset % len(self.tabs)][1](),
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/tabs/
H A Dstacked_tab_strip_layout.cc134 const int exposed = tab_offset() - (ideal_x(i + 1) - ideal_x(i)); in SizeToFit()
150 ideal_x(i + 1) - ideal_x(i) > tab_offset(); --i) { in SizeToFit()
151 SetIdealBoundsAt(i, ideal_x(i + 1) - tab_offset()); in SizeToFit()
240 return ideal_x(index) != ideal_x(index - 1) + tab_offset(); in IsStacked()
241 return ideal_x(index + 1) != ideal_x(index) + tab_offset(); in IsStacked()
362 next_x = std::max(GetMinXCompressed(i), next_x - tab_offset()); in MakeVisible()
395 int x = std::max(min_x, ideal_x(i + 1) - (tab_offset())); in LayoutByTabOffsetBefore()
402 int x = std::min(ideal_x(i), ideal_x(i - 1) + tab_offset()); in LayoutUsingCurrentAfter()
410 int x = std::max(ideal_x(i), ideal_x(i + 1) - tab_offset()); in LayoutUsingCurrentBefore()
432 const int max_x = ideal_x(i - 1) + tab_offset(); in LayoutForDragAfter()
[all …]
/dports/math/reduce/Reduce-svn5758-src/csl/embedded/
H A Dtermed.c1262 { tab_offset += cursorx;
1313 return tab_offset;
1324 tab_offset = 0,
1381 { tab_offset = 0;
1389 { tab_offset += finx;
1443 { tab_offset = line_wrap(' ', tab_offset);
1457 tab_offset = 0;
1460 { tab_offset = line_wrap('^', tab_offset);
1462 tab_offset = line_wrap(ch | 0x40, tab_offset);
1464 else if (ch <= 0x7f) tab_offset = line_wrap(ch, tab_offset);
[all …]
/dports/x11-wm/yeahwm/yeahwm-0.3.5/
H A Dscreen.c127 … c->x - c->border + c->tab_offset, c->y - c->border - theight, c->tab_width, theight); in sweep()
242 … XMoveWindow(dpy, c->tab, c->x - c->border + c->tab_offset, c->y - c->border - theight); in drag()
270 XMoveWindow(dpy, c->tab, c->x - c->border + c->tab_offset, c->y - c->border - theight); in move()
280 …XMoveResizeWindow(dpy, c->tab, c->x - c->border + c->tab_offset, c->y - c->border - theight, c->ta… in resize()
504 if (c->tab_offset && c->tab_width + c->tab_offset > c->width) in check_tab_pos_size()
505 c->tab_offset = c->width - c->tab_width; in check_tab_pos_size()
506 if (c->tab_width + c->tab_offset > c->width) in check_tab_pos_size()
507 c->tab_width = c->width - c->tab_offset; in check_tab_pos_size()
508 if (c->tab_offset < 0) in check_tab_pos_size()
509 c->tab_offset = 0; in check_tab_pos_size()
H A Devents.c238 …XMoveResizeWindow(dpy, c->tab, c->x - c->border + c->tab_offset, c->y - c->border - theight, c->ta… in handle_configure_request()
317 …XMoveResizeWindow(dpy, c->tab, c->x - c->border + c->tab_offset, c->y - c->border - theight, c->ta… in handle_property_change()
366 int old_offset = c->tab_offset; in shift_tab()
378 c->tab_offset = old_offset + ev.xmotion.x - x1; in shift_tab()
380 XMoveWindow(dpy, c->tab, c->x - c->border + c->tab_offset, c->y - c->border - theight); in shift_tab()
/dports/misc/clifm/clifm-1.3/src/
H A Dselection.c647 size_t t = tab_offset; in sel_function()
648 tab_offset = 0; in sel_function()
652 tab_offset = t; in sel_function()
688 size_t t = tab_offset; in show_sel_files()
689 tab_offset = 0; in show_sel_files()
724 tab_offset = t; in show_sel_files()
1049 size_t t = tab_offset; in deselect()
1050 tab_offset = 0; in deselect()
1053 tab_offset = t; in deselect()
H A Dsearch.c425 size_t t = tab_offset; in search_glob()
426 tab_offset = 0; in search_glob()
445 tab_offset = t; in search_glob()
772 size_t t = tab_offset; in search_regex()
773 tab_offset = 0; in search_regex()
804 tab_offset = t; in search_regex()
H A Dtabcomp.c136 for (s = to_print + tab_offset; *s; s++) { in print_filename()
1350 tab_offset = strlen(qq); in tab_complete()
1352 tab_offset = strlen(matches[0]); in tab_complete()
1356 tab_offset = strlen(matches[0]); in tab_complete()
1359 tab_offset = 0; in tab_complete()
1391 if (tab_offset) { in tab_complete()
1415 tab_offset = 0; in tab_complete()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dindent.c1216 prev_tab_offset = tab_offset; in compute_motion()
1248 tab_offset = prev_tab_offset; in compute_motion()
1370 prev_tab_offset = tab_offset; in compute_motion()
1377 prev_tab_offset = tab_offset; in compute_motion()
1382 tab_offset += prev_hpos; in compute_motion()
1386 tab_offset += width; in compute_motion()
1404 tab_offset = prev_tab_offset; in compute_motion()
1641 tab_offset = 0; in compute_motion()
1761 int tab_offset; variable
1789 hscroll = tab_offset = 0;
[all …]
/dports/editors/emacs/emacs-27.2/src/
H A Dindent.c1210 prev_tab_offset = tab_offset; in compute_motion()
1242 tab_offset = prev_tab_offset; in compute_motion()
1364 prev_tab_offset = tab_offset; in compute_motion()
1371 prev_tab_offset = tab_offset; in compute_motion()
1376 tab_offset += prev_hpos; in compute_motion()
1380 tab_offset += width; in compute_motion()
1398 tab_offset = prev_tab_offset; in compute_motion()
1635 tab_offset = 0; in compute_motion()
1755 int tab_offset; variable
1783 hscroll = tab_offset = 0;
[all …]
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A Dtermed.cpp2179 { tab_offset += cursorx; in line_wrap()
2214 return tab_offset; in line_wrap()
2223 tab_offset = 0; in refresh_display() local
2281 { tab_offset = 0; in refresh_display()
2292 { tab_offset += finx; in refresh_display()
2348 { tab_offset = line_wrap(' ', tab_offset); in refresh_display()
2359 tab_offset = 0; in refresh_display()
2362 { tab_offset = line_wrap('^', tab_offset); in refresh_display()
2364 tab_offset = line_wrap(ch | 0x40, tab_offset); in refresh_display()
2369 tab_offset = line_wrap(ch, tab_offset); in refresh_display()
[all …]
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Dtermed.cpp2179 { tab_offset += cursorx; in line_wrap()
2214 return tab_offset; in line_wrap()
2223 tab_offset = 0; in refresh_display() local
2281 { tab_offset = 0; in refresh_display()
2292 { tab_offset += finx; in refresh_display()
2348 { tab_offset = line_wrap(' ', tab_offset); in refresh_display()
2359 tab_offset = 0; in refresh_display()
2362 { tab_offset = line_wrap('^', tab_offset); in refresh_display()
2364 tab_offset = line_wrap(ch | 0x40, tab_offset); in refresh_display()
2369 tab_offset = line_wrap(ch, tab_offset); in refresh_display()
[all …]
/dports/devel/py-pyelftools/pyelftools-0.27/elftools/elf/
H A Ddynamic.py292 tab_ptr, tab_offset = self.get_table_offset('DT_SYMTAB')
293 if tab_ptr is None or tab_offset is None:
348 i * symbol_size + tab_offset)
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dpr50908.c65 width, hscroll, tab_offset, win) in compute_motion() argument
66 int did_motion, width, hscroll, tab_offset; in compute_motion()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A Dpr50908.c65 width, hscroll, tab_offset, win) in compute_motion() argument
66 int did_motion, width, hscroll, tab_offset; in compute_motion()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A Dpr50908.c65 width, hscroll, tab_offset, win) in compute_motion() argument
66 int did_motion, width, hscroll, tab_offset; in compute_motion()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dpr50908.c65 width, hscroll, tab_offset, win) in compute_motion() argument
66 int did_motion, width, hscroll, tab_offset; in compute_motion()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr50908.c65 width, hscroll, tab_offset, win) in compute_motion() argument
66 int did_motion, width, hscroll, tab_offset; in compute_motion()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr50908.c65 width, hscroll, tab_offset, win) in compute_motion() argument
66 int did_motion, width, hscroll, tab_offset; in compute_motion()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr50908.c65 width, hscroll, tab_offset, win) in compute_motion() argument
66 int did_motion, width, hscroll, tab_offset; in compute_motion()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A Dpr50908.c65 width, hscroll, tab_offset, win) in compute_motion() argument
66 int did_motion, width, hscroll, tab_offset; in compute_motion()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/
H A Dpr50908.c65 width, hscroll, tab_offset, win) in compute_motion() argument
66 int did_motion, width, hscroll, tab_offset; in compute_motion()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr50908.c65 width, hscroll, tab_offset, win) in compute_motion() argument
66 int did_motion, width, hscroll, tab_offset; in compute_motion()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A Dpr50908.c65 width, hscroll, tab_offset, win) in compute_motion() argument
66 int did_motion, width, hscroll, tab_offset; in compute_motion()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/
H A Dpr50908.c65 width, hscroll, tab_offset, win) in compute_motion() argument
66 int did_motion, width, hscroll, tab_offset; in compute_motion()

12345