Home
last modified time | relevance | path

Searched refs:_tabSize (Results 1 – 16 of 16) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/filters/sheets/latex/export/
H A Dconfig.h57 int _tabSize; /* Size of the para indentation. */ variable
118 return _tabSize; in getTabSize()
132 _tabSize = size; in setTabSize()
H A Dconfig.cc37 _tabSize = 4; in Config()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/lsp-types-1.3.0.1/src/Language/LSP/Types/
H A DFormatting.hs32 _tabSize :: Int, function
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Management/
H A DWebEvents.cs1036 int _tabSize; field in System.Web.Management.WebEventFormatter
1042 _sb.Append(' ', _tabSize); in AddTab()
1050 _tabSize = 4; in WebEventFormatter()
1069 get { return _tabSize; }
1070 set { _tabSize = Math.Max(value, 0); }
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dncview.cpp116 int _tabSize; member in VFile
156 : useCount( 0 ), fd( -1 ), blockCount( 0 ), _offset( 0 ), _size( 0 ), _tabSize( 8 ), in VFile()
171 _tabSize( tabSize ), in VFile()
515 int tabSize = _tabSize; in GetPrevLine()
639 int tabSize = _tabSize; in ReadString()
/dports/lang/gcc11/gcc-11.2.0/libphobos/src/std/
H A Dstring.d4202 size_t _tabSize;
4212 _tabSize = tabSize;
4259 nspaces = _tabSize - (column % _tabSize);
4430 size_t _tabSize;
4449 _tabSize = tabSize;
4516 column += _tabSize - (column % _tabSize);
4531 column += _tabSize - (column % _tabSize);
4545 ntabs = column / _tabSize - startcol / _tabSize;
4549 nspaces = column % _tabSize;
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/src/std/
H A Dstring.d4202 size_t _tabSize;
4212 _tabSize = tabSize;
4259 nspaces = _tabSize - (column % _tabSize);
4430 size_t _tabSize;
4449 _tabSize = tabSize;
4516 column += _tabSize - (column % _tabSize);
4531 column += _tabSize - (column % _tabSize);
4545 ntabs = column / _tabSize - startcol / _tabSize;
4549 nspaces = column % _tabSize;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/src/std/
H A Dstring.d4202 size_t _tabSize;
4212 _tabSize = tabSize;
4259 nspaces = _tabSize - (column % _tabSize);
4430 size_t _tabSize;
4449 _tabSize = tabSize;
4516 column += _tabSize - (column % _tabSize);
4531 column += _tabSize - (column % _tabSize);
4545 ntabs = column / _tabSize - startcol / _tabSize;
4549 nspaces = column % _tabSize;
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/std/
H A Dstring.d4202 size_t _tabSize;
4212 _tabSize = tabSize;
4259 nspaces = _tabSize - (column % _tabSize);
4430 size_t _tabSize;
4449 _tabSize = tabSize;
4516 column += _tabSize - (column % _tabSize);
4531 column += _tabSize - (column % _tabSize);
4545 ntabs = column / _tabSize - startcol / _tabSize;
4549 nspaces = column % _tabSize;
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/src/std/
H A Dstring.d4202 size_t _tabSize;
4212 _tabSize = tabSize;
4259 nspaces = _tabSize - (column % _tabSize);
4430 size_t _tabSize;
4449 _tabSize = tabSize;
4516 column += _tabSize - (column % _tabSize);
4531 column += _tabSize - (column % _tabSize);
4545 ntabs = column / _tabSize - startcol / _tabSize;
4549 nspaces = column % _tabSize;
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/src/std/
H A Dstring.d4202 size_t _tabSize;
4212 _tabSize = tabSize;
4259 nspaces = _tabSize - (column % _tabSize);
4430 size_t _tabSize;
4449 _tabSize = tabSize;
4516 column += _tabSize - (column % _tabSize);
4531 column += _tabSize - (column % _tabSize);
4545 ntabs = column / _tabSize - startcol / _tabSize;
4549 nspaces = column % _tabSize;
/dports/lang/gcc9/gcc-9.4.0/libphobos/src/std/
H A Dstring.d4202 size_t _tabSize;
4212 _tabSize = tabSize;
4259 nspaces = _tabSize - (column % _tabSize);
4430 size_t _tabSize;
4449 _tabSize = tabSize;
4516 column += _tabSize - (column % _tabSize);
4531 column += _tabSize - (column % _tabSize);
4545 ntabs = column / _tabSize - startcol / _tabSize;
4549 nspaces = column % _tabSize;
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/src/std/
H A Dstring.d4202 size_t _tabSize;
4212 _tabSize = tabSize;
4259 nspaces = _tabSize - (column % _tabSize);
4430 size_t _tabSize;
4449 _tabSize = tabSize;
4516 column += _tabSize - (column % _tabSize);
4531 column += _tabSize - (column % _tabSize);
4545 ntabs = column / _tabSize - startcol / _tabSize;
4549 nspaces = column % _tabSize;
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/src/std/
H A Dstring.d4202 size_t _tabSize;
4212 _tabSize = tabSize;
4259 nspaces = _tabSize - (column % _tabSize);
4430 size_t _tabSize;
4449 _tabSize = tabSize;
4516 column += _tabSize - (column % _tabSize);
4531 column += _tabSize - (column % _tabSize);
4545 ntabs = column / _tabSize - startcol / _tabSize;
4549 nspaces = column % _tabSize;
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/
H A Dstring.d4744 size_t _tabSize;
4754 _tabSize = tabSize;
4801 nspaces = _tabSize - (column % _tabSize);
4972 size_t _tabSize;
4991 _tabSize = tabSize;
5059 column += _tabSize - (column % _tabSize);
5075 column += _tabSize - (column % _tabSize);
5089 ntabs = column / _tabSize - startcol / _tabSize;
5093 nspaces = column % _tabSize;
/dports/www/grafana8/grafana-8.3.6/public/build/
H A D7622.0e38943fa459e872fe93.js.map1_tabSize = tabSize;\r\n this._type = type;\r\n this._insertSpace = insertSpace;\r\n …