Home
last modified time | relevance | path

Searched refs:indentation (Results 301 – 325 of 22934) sorted by relevance

1...<<11121314151617181920>>...918

/dports/devel/anjuta/anjuta-3.34.0/plugins/indentation-c-style/
H A Danjuta-indentation-c-style.plugin.in2 Location=anjuta-indentation-c-style:IndentCPlugin
3 Icon=anjuta-indentation-c-style-plugin.png
4 _Name=C style indentation Plugin
5 _Description=auto-indentation for c style code
/dports/lang/haskell-mode.el/haskell-mode-17.2/
H A DNEWS21 - Implemented standalone deriving indentation
23 - Removed haskell-indentation-ifte-offset
97 - Implement shallow indentation
125 - Fixed indentation for Unicode symbols
137 - Improved indentation of guards with commas
159 - Merge hi2 (haskell-indentation attempt 2) in place of haskell-indentation
375 - Improvements to `haskell-indentation`
380 (via `haskell-indentation-delete-backward-indentation` and
381 `haskell-indentation-delete-indentation`)
485 haskell-indentation.
[all …]
/dports/graphics/py-pyglet/pyglet-1.5.21/doc/ext/
H A Ddocstrings.py17 def indentation(line): function
25 first = indentation(lines[start])
31 level = indentation(line)
35 (current == indentation(lines[start + i + 2])):
56 indent = indentation(lines[0])
70 indent = indentation(lines[0])
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/src/cpp/test/
H A Dtools.cpp18 testSuite::run(unsigned int const indentation) { in run() argument
20 cout << string(indentation*2, ' ') in run()
22 this->runtests(indentation); in run()
29 cout << string(indentation*2, ' ') in run()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/python/
H A Dpythonindenter.cpp85 int indentation = tabSettings.indentationColumn(previousLine); in indentFor() local
88 indentation += tabSettings.m_indentSize; in indentFor()
90 indentation = qMax<int>(0, indentation + getIndentDiff(previousLine, tabSettings)); in indentFor()
92 return indentation; in indentFor()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/utils/
H A Dnavigationtreeview.cpp48 setIndentation(indentation() * 9/10); in NavigationTreeView()
80 if (itemRect.x() - indentation() < 0) { in scrollTo()
82 scrollX += itemRect.x() - indentation(); in scrollTo()
88 if (itemRect.width() + indentation() < viewportWidth) in scrollTo()
91 scrollX += itemRect.x() - indentation(); in scrollTo()
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/
H A Dkrdebuglogger.cpp24 int KrDebugLogger::indentation = 1; member in KrDebugLogger
35 indentation += indentationIncrease; in KrDebugLogger()
40 indentation -= indentationIncrease; in ~KrDebugLogger()
56 for (int x = 0; x < indentation; ++x) in prepareWriting()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
H A Dreadability-misleading-indentation.rst1 .. title:: clang-tidy - readability-misleading-indentation
3 readability-misleading-indentation
6 Correct indentation helps to understand code. Mismatch of the syntactical
7 structure and the indentation of the code may hide serious problems.
27 foo2(); // Wrong indentation: else belongs to if(cond2) statement.
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/docs/clang-tidy/checks/
H A Dreadability-misleading-indentation.rst1 .. title:: clang-tidy - readability-misleading-indentation
3 readability-misleading-indentation
6 Correct indentation helps to understand code. Mismatch of the syntactical
7 structure and the indentation of the code may hide serious problems.
27 foo2(); // Wrong indentation: else belongs to if(cond2) statement.
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/docs/clang-tidy/checks/
H A Dreadability-misleading-indentation.rst1 .. title:: clang-tidy - readability-misleading-indentation
3 readability-misleading-indentation
6 Correct indentation helps to understand code. Mismatch of the syntactical
7 structure and the indentation of the code may hide serious problems.
27 foo2(); // Wrong indentation: else belongs to if(cond2) statement.
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/docs/clang-tidy/checks/
H A Dreadability-misleading-indentation.rst1 .. title:: clang-tidy - readability-misleading-indentation
3 readability-misleading-indentation
6 Correct indentation helps to understand code. Mismatch of the syntactical
7 structure and the indentation of the code may hide serious problems.
27 foo2(); // Wrong indentation: else belongs to if(cond2) statement.
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/docs/clang-tidy/checks/
H A Dreadability-misleading-indentation.rst1 .. title:: clang-tidy - readability-misleading-indentation
3 readability-misleading-indentation
6 Correct indentation helps to understand code. Mismatch of the syntactical
7 structure and the indentation of the code may hide serious problems.
27 foo2(); // Wrong indentation: else belongs to if(cond2) statement.
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/docs/clang-tidy/checks/
H A Dreadability-misleading-indentation.rst1 .. title:: clang-tidy - readability-misleading-indentation
3 readability-misleading-indentation
6 Correct indentation helps to understand code. Mismatch of the syntactical
7 structure and the indentation of the code may hide serious problems.
27 foo2(); // Wrong indentation: else belongs to if(cond2) statement.
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/docs/clang-tidy/checks/
H A Dreadability-misleading-indentation.rst1 .. title:: clang-tidy - readability-misleading-indentation
3 readability-misleading-indentation
6 Correct indentation helps to understand code. Mismatch of the syntactical
7 structure and the indentation of the code may hide serious problems.
27 foo2(); // Wrong indentation: else belongs to if(cond2) statement.
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/docs/clang-tidy/checks/
H A Dreadability-misleading-indentation.rst1 .. title:: clang-tidy - readability-misleading-indentation
3 readability-misleading-indentation
6 Correct indentation helps to understand code. Mismatch of the syntactical
7 structure and the indentation of the code may hide serious problems.
27 foo2(); // Wrong indentation: else belongs to if(cond2) statement.
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/docs/clang-tidy/checks/
H A Dreadability-misleading-indentation.rst1 .. title:: clang-tidy - readability-misleading-indentation
3 readability-misleading-indentation
6 Correct indentation helps to understand code. Mismatch of the syntactical
7 structure and the indentation of the code may hide serious problems.
27 foo2(); // Wrong indentation: else belongs to if(cond2) statement.
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/samples/Chart/
H A D32_Chart_read_write.php50 $indentation = str_repeat(' ', strlen($chartName) + 3); variable
54 $helper->log($indentation . ' ' . $chartType);
63 $helper->log($indentation . ' ' . $chartType);
65 $helper->log($indentation . ' *** Type not yet implemented');
67 $helper->log($indentation . ' Combination Chart');
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/docs/clang-tidy/checks/
H A Dreadability-misleading-indentation.rst1 .. title:: clang-tidy - readability-misleading-indentation
3 readability-misleading-indentation
6 Correct indentation helps to understand code. Mismatch of the syntactical
7 structure and the indentation of the code may hide serious problems.
27 foo2(); // Wrong indentation: else belongs to if(cond2) statement.
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/docs/clang-tidy/checks/
H A Dreadability-misleading-indentation.rst1 .. title:: clang-tidy - readability-misleading-indentation
3 readability-misleading-indentation
6 Correct indentation helps to understand code. Mismatch of the syntactical
7 structure and the indentation of the code may hide serious problems.
27 foo2(); // Wrong indentation: else belongs to if(cond2) statement.
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
H A Dreadability-misleading-indentation.rst1 .. title:: clang-tidy - readability-misleading-indentation
3 readability-misleading-indentation
6 Correct indentation helps to understand code. Mismatch of the syntactical
7 structure and the indentation of the code may hide serious problems.
27 foo2(); // Wrong indentation: else belongs to if(cond2) statement.
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/docs/clang-tidy/checks/
H A Dreadability-misleading-indentation.rst1 .. title:: clang-tidy - readability-misleading-indentation
3 readability-misleading-indentation
6 Correct indentation helps to understand code. Mismatch of the syntactical
7 structure and the indentation of the code may hide serious problems.
27 foo2(); // Wrong indentation: else belongs to if(cond2) statement.
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/docs/clang-tidy/checks/
H A Dreadability-misleading-indentation.rst1 .. title:: clang-tidy - readability-misleading-indentation
3 readability-misleading-indentation
6 Correct indentation helps to understand code. Mismatch of the syntactical
7 structure and the indentation of the code may hide serious problems.
27 foo2(); // Wrong indentation: else belongs to if(cond2) statement.
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/docs/clang-tidy/checks/
H A Dreadability-misleading-indentation.rst1 .. title:: clang-tidy - readability-misleading-indentation
3 readability-misleading-indentation
6 Correct indentation helps to understand code. Mismatch of the syntactical
7 structure and the indentation of the code may hide serious problems.
27 foo2(); // Wrong indentation: else belongs to if(cond2) statement.
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Document/
H A DDocumentModelGeneral.cpp97 void DocumentModelGeneral::printStream(QString indentation, in printStream() argument
100 str << indentation << "DocumentModelGeneral\n"; in printStream()
102 indentation += INDENTATION_DELTA; in printStream()
104 str << indentation << "cursorSize=" << m_cursorSize << "\n"; in printStream()
105 str << indentation << "extraPrecision=" << m_extraPrecision << "\n"; in printStream()
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/word-wrap-0.4.1/
H A DCHANGELOG.md7 indentation longer than the indentation width when
10 * When breakLongWords is enabled, this change reduces the indentation
12 the wrap limit, so they will have reduced indentation and word
16 indentation of the indented lines and leaves whole words, unbroken,
17 on them, resulting in lines that are longer than the indentation
68 * Wrap settings now include a setting to control how indentation is

1...<<11121314151617181920>>...918