Home
last modified time | relevance | path

Searched refs:ntabs (Results 226 – 250 of 259) sorted by relevance

1234567891011

/dports/x11/roxterm/roxterm-3.11.1/src/
H A Droxterm.c4114 guint ntabs; member
4125 if (!d->ntabs) in dont_show_again_toggled()
4127 else if (d->ntabs > 1) in dont_show_again_toggled()
4205 d.ntabs = win ? multi_win_get_ntabs(win) : 0; in roxterm_delete_handler()
4206 if ((!win && d.warn < 3) || !d.warn || (d.warn == 1 && d.ntabs <= 1)) in roxterm_delete_handler()
4223 switch (d.ntabs) in roxterm_delete_handler()
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/std/
H A Dstring.d4432 size_t ntabs;
4454 if (ntabs || nspaces)
4490 if (ntabs)
4545 ntabs = column / _tabSize - startcol / _tabSize;
4546 if (ntabs == 0)
4572 ntabs = 0;
4580 return ntabs ? '\t' : ' ';
4611 if (ntabs)
4612 --ntabs;
4615 else if (!ntabs && !nspaces)
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/src/std/
H A Dstring.d4432 size_t ntabs;
4454 if (ntabs || nspaces)
4490 if (ntabs)
4545 ntabs = column / _tabSize - startcol / _tabSize;
4546 if (ntabs == 0)
4572 ntabs = 0;
4580 return ntabs ? '\t' : ' ';
4611 if (ntabs)
4612 --ntabs;
4615 else if (!ntabs && !nspaces)
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/src/std/
H A Dstring.d4432 size_t ntabs;
4454 if (ntabs || nspaces)
4490 if (ntabs)
4545 ntabs = column / _tabSize - startcol / _tabSize;
4546 if (ntabs == 0)
4572 ntabs = 0;
4580 return ntabs ? '\t' : ' ';
4611 if (ntabs)
4612 --ntabs;
4615 else if (!ntabs && !nspaces)
/dports/lang/gcc9/gcc-9.4.0/libphobos/src/std/
H A Dstring.d4432 size_t ntabs;
4454 if (ntabs || nspaces)
4490 if (ntabs)
4545 ntabs = column / _tabSize - startcol / _tabSize;
4546 if (ntabs == 0)
4572 ntabs = 0;
4580 return ntabs ? '\t' : ' ';
4611 if (ntabs)
4612 --ntabs;
4615 else if (!ntabs && !nspaces)
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/src/std/
H A Dstring.d4432 size_t ntabs;
4454 if (ntabs || nspaces)
4490 if (ntabs)
4545 ntabs = column / _tabSize - startcol / _tabSize;
4546 if (ntabs == 0)
4572 ntabs = 0;
4580 return ntabs ? '\t' : ' ';
4611 if (ntabs)
4612 --ntabs;
4615 else if (!ntabs && !nspaces)
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/src/std/
H A Dstring.d4432 size_t ntabs;
4454 if (ntabs || nspaces)
4490 if (ntabs)
4545 ntabs = column / _tabSize - startcol / _tabSize;
4546 if (ntabs == 0)
4572 ntabs = 0;
4580 return ntabs ? '\t' : ' ';
4611 if (ntabs)
4612 --ntabs;
4615 else if (!ntabs && !nspaces)
/dports/math/libmesh/libmesh-1.6.2/contrib/fparser/util/
H A Dbytecoderules_parser.cc72 std::string Indent(size_t ntabs, size_t nspaces=0) in Indent() argument
74 return std::string(ntabs, '\t') + std::string(nspaces, ' '); in Indent()
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/
H A Dstring.d4974 size_t ntabs;
4996 if (ntabs || nspaces)
5032 if (ntabs)
5089 ntabs = column / _tabSize - startcol / _tabSize;
5090 if (ntabs == 0)
5116 ntabs = 0;
5124 return ntabs ? '\t' : ' ';
5155 if (ntabs)
5156 --ntabs;
5159 else if (!ntabs && !nspaces)
/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/fileformats/
H A Docad8_file_format.cpp763 symbol->custom_tabs.resize(ocad_symbol->ntabs); in importTextSymbol()
764 for (int i = 0; i < ocad_symbol->ntabs; ++i) in importTextSymbol()
2478 ocad_symbol->ntabs = text->getNumCustomTabs(); in exportTextSymbol()
2479 for (int i = 0; i < qMin((s16)32, ocad_symbol->ntabs); ++i) in exportTextSymbol()
/dports/audio/gogglesmm/gogglesmm-1.2.2/src/
H A Dfxext.cpp1883 FXint ntabs = (bar->numChildren()/2); in onPaint() local
1887 FXbool is_last = (tab==(ntabs-1)); in onPaint()
1891 for (FXint t=tab+1;t<ntabs;t++){ in onPaint()
/dports/databases/py-gdbm/Python-3.8.12/Lib/idlelib/
H A Deditor.py1491 ntabs, nspaces = divmod(n, self.tabwidth)
1492 return '\t' * ntabs + ' ' * nspaces
/dports/lang/python310/Python-3.10.1/Lib/idlelib/
H A Deditor.py1490 ntabs, nspaces = divmod(n, self.tabwidth)
1491 return '\t' * ntabs + ' ' * nspaces
/dports/lang/python37/Python-3.7.12/Lib/idlelib/
H A Deditor.py1489 ntabs, nspaces = divmod(n, self.tabwidth)
1490 return '\t' * ntabs + ' ' * nspaces
/dports/lang/python-tools/Python-3.8.12/Lib/idlelib/
H A Deditor.py1491 ntabs, nspaces = divmod(n, self.tabwidth)
1492 return '\t' * ntabs + ' ' * nspaces
/dports/lang/python39/Python-3.9.9/Lib/idlelib/
H A Deditor.py1491 ntabs, nspaces = divmod(n, self.tabwidth)
1492 return '\t' * ntabs + ' ' * nspaces
/dports/databases/py-sqlite3/Python-3.8.12/Lib/idlelib/
H A Deditor.py1491 ntabs, nspaces = divmod(n, self.tabwidth)
1492 return '\t' * ntabs + ' ' * nspaces
/dports/shells/xonsh/xonsh-0.7.9/xonsh/
H A Dtools.py636 def indent(instr, nspaces=4, ntabs=0, flatten=False): argument
661 ind = "\t" * ntabs + " " * nspaces
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/idlelib/
H A Deditor.py1491 ntabs, nspaces = divmod(n, self.tabwidth)
1492 return '\t' * ntabs + ' ' * nspaces
/dports/lang/python311/Python-3.11.0a3/Lib/idlelib/
H A Deditor.py1490 ntabs, nspaces = divmod(n, self.tabwidth)
1491 return '\t' * ntabs + ' ' * nspaces
/dports/lang/python38/Python-3.8.12/Lib/idlelib/
H A Deditor.py1491 ntabs, nspaces = divmod(n, self.tabwidth)
1492 return '\t' * ntabs + ' ' * nspaces
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Doption.c7476 void tabstop_fromto(colnr_T start_col, colnr_T end_col, long ts_arg, long *vts, int *ntabs, in tabstop_fromto() argument
7496 *ntabs = tabs; in tabstop_fromto()
7516 *ntabs = 0; in tabstop_fromto()
7521 *ntabs = 1; in tabstop_fromto()
7531 *ntabs += 1; in tabstop_fromto()
7535 *ntabs += spaces / (int)vts[tabcount]; in tabstop_fromto()
/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dgui.c1739 int32 ntabs, rtabs, tabw, tabsw, i, j, k, l, m, n, o, tabh; in gui_render_tabs() local
1772 ntabs = 0; in gui_render_tabs()
1776 ntabs++; in gui_render_tabs()
1780 if( ntabs == 0 ) in gui_render_tabs()
1791 rtabs = ntabs; in gui_render_tabs()
1811 if( i >= ntabs ) break; in gui_render_tabs()
/dports/irc/dxirc/dxirc-1.40.0/fox/
H A Dfxext.cpp748 FXint ntabs = (bar->numChildren()/2); in onPaint() local
818 if((tab == (ntabs-1)) || tab==ctab) in onPaint()
/dports/games/naev/naev-0.7.0/src/
H A Dtoolkit.c2755 for (i=0; i<wgt->dat.tab.ntabs; i++) { in toolkit_reposition()

1234567891011