Home
last modified time | relevance | path

Searched refs:Spaces (Results 1 – 25 of 3957) sorted by relevance

12345678910>>...159

/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/persistent-2.10.5.2/test/
H A Dmain.hs17 [ Spaces 1
19 , Spaces 3
21 , Spaces 2
26 [ Spaces 2
28 , Spaces 2
148 , [ Spaces 2, Token "x", Spaces 1, Token "X"]
151 , [ Spaces 1, Token "name", Spaces 1, Token "String" ]
157 , [ Spaces 2, Token "x", Spaces 1, Token "X"]
160 , [ Spaces 1, Token "name", Spaces 1, Token "String" ]
242 subject [[Spaces 3, Token "indented"], [Spaces 2]]
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/persistent-2.10.5.2/test/
H A Dmain.hs17 [ Spaces 1
19 , Spaces 3
21 , Spaces 2
26 [ Spaces 2
28 , Spaces 2
148 , [ Spaces 2, Token "x", Spaces 1, Token "X"]
151 , [ Spaces 1, Token "name", Spaces 1, Token "String" ]
157 , [ Spaces 2, Token "x", Spaces 1, Token "X"]
160 , [ Spaces 1, Token "name", Spaces 1, Token "String" ]
242 subject [[Spaces 3, Token "indented"], [Spaces 2]]
[all …]
/dports/devel/arcanist/arcanist-b2e715f/src/lint/linter/xhpast/rules/__tests__/parentheses-spacing/
H A Dparentheses-spacing.lint-test24 warning:3:5:XHP25:Spaces Inside Parentheses
25 warning:3:8:XHP25:Spaces Inside Parentheses
26 warning:4:3:XHP25:Spaces Inside Parentheses
27 warning:5:3:XHP25:Spaces Inside Parentheses
28 warning:7:21:XHP25:Spaces Inside Parentheses
29 warning:7:24:XHP25:Spaces Inside Parentheses
30 warning:13:6:XHP25:Spaces Inside Parentheses
31 warning:13:30:XHP25:Spaces Inside Parentheses
32 warning:14:10:XHP25:Spaces Inside Parentheses
33 warning:14:19:XHP25:Spaces Inside Parentheses
[all …]
H A Darray.lint-test7 warning:3:8:XHP25:Spaces Inside Parentheses
8 warning:3:16:XHP25:Spaces Inside Parentheses
9 warning:4:7:XHP25:Spaces Inside Parentheses
10 warning:4:14:XHP25:Spaces Inside Parentheses
11 warning:5:2:XHP25:Spaces Inside Parentheses
12 warning:5:11:XHP25:Spaces Inside Parentheses
/dports/devel/arcanist-lib/arcanist-b2e715f/src/lint/linter/xhpast/rules/__tests__/parentheses-spacing/
H A Dparentheses-spacing.lint-test24 warning:3:5:XHP25:Spaces Inside Parentheses
25 warning:3:8:XHP25:Spaces Inside Parentheses
26 warning:4:3:XHP25:Spaces Inside Parentheses
27 warning:5:3:XHP25:Spaces Inside Parentheses
28 warning:7:21:XHP25:Spaces Inside Parentheses
29 warning:7:24:XHP25:Spaces Inside Parentheses
30 warning:13:6:XHP25:Spaces Inside Parentheses
31 warning:13:30:XHP25:Spaces Inside Parentheses
32 warning:14:10:XHP25:Spaces Inside Parentheses
33 warning:14:19:XHP25:Spaces Inside Parentheses
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Format/
H A DWhitespaceManager.cpp42 ContinuesPPDirective(ContinuesPPDirective), Spaces(Spaces), in Change()
1184 C.Spaces = EndSpaces; in getCells()
1249 Changes[i].Spaces = Changes[Start].Spaces; in alignToStartOfCell()
1322 unsigned Spaces = in appendEscapedNewlineText() local
1346 if (Spaces < FirstTabWidth || Spaces == 1) { in appendIndentText()
1364 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText()
1370 Spaces = appendTabIndent(Text, Spaces, Spaces); in appendIndentText()
1377 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText()
1388 if (Indentation > Spaces) in appendTabIndent()
1389 Indentation = Spaces; in appendTabIndent()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Format/
H A DWhitespaceManager.cpp42 ContinuesPPDirective(ContinuesPPDirective), Spaces(Spaces), in Change()
1184 C.Spaces = EndSpaces; in getCells()
1249 Changes[i].Spaces = Changes[Start].Spaces; in alignToStartOfCell()
1322 unsigned Spaces = in appendEscapedNewlineText() local
1346 if (Spaces < FirstTabWidth || Spaces == 1) { in appendIndentText()
1364 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText()
1370 Spaces = appendTabIndent(Text, Spaces, Spaces); in appendIndentText()
1377 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText()
1388 if (Indentation > Spaces) in appendTabIndent()
1389 Indentation = Spaces; in appendTabIndent()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Format/
H A DWhitespaceManager.cpp42 ContinuesPPDirective(ContinuesPPDirective), Spaces(Spaces), in Change()
1184 C.Spaces = EndSpaces; in getCells()
1249 Changes[i].Spaces = Changes[Start].Spaces; in alignToStartOfCell()
1322 unsigned Spaces = in appendEscapedNewlineText() local
1346 if (Spaces < FirstTabWidth || Spaces == 1) { in appendIndentText()
1364 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText()
1370 Spaces = appendTabIndent(Text, Spaces, Spaces); in appendIndentText()
1377 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText()
1388 if (Indentation > Spaces) in appendTabIndent()
1389 Indentation = Spaces; in appendTabIndent()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp42 ContinuesPPDirective(ContinuesPPDirective), Spaces(Spaces), in Change()
1183 C.Spaces = EndSpaces; in getCells()
1237 Changes[i].Spaces = Changes[Start].Spaces; in alignToStartOfCell()
1310 unsigned Spaces = in appendEscapedNewlineText() local
1334 if (Spaces < FirstTabWidth || Spaces == 1) { in appendIndentText()
1352 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText()
1358 Spaces = appendTabIndent(Text, Spaces, Spaces); in appendIndentText()
1365 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText()
1376 if (Indentation > Spaces) in appendTabIndent()
1377 Indentation = Spaces; in appendTabIndent()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Format/
H A DWhitespaceManager.cpp42 ContinuesPPDirective(ContinuesPPDirective), Spaces(Spaces), in Change()
1184 C.Spaces = EndSpaces; in getCells()
1249 Changes[i].Spaces = Changes[Start].Spaces; in alignToStartOfCell()
1322 unsigned Spaces = in appendEscapedNewlineText() local
1346 if (Spaces < FirstTabWidth || Spaces == 1) { in appendIndentText()
1364 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText()
1370 Spaces = appendTabIndent(Text, Spaces, Spaces); in appendIndentText()
1377 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText()
1388 if (Indentation > Spaces) in appendTabIndent()
1389 Indentation = Spaces; in appendTabIndent()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Format/
H A DWhitespaceManager.cpp42 ContinuesPPDirective(ContinuesPPDirective), Spaces(Spaces), in Change()
1184 C.Spaces = EndSpaces; in getCells()
1249 Changes[i].Spaces = Changes[Start].Spaces; in alignToStartOfCell()
1322 unsigned Spaces = in appendEscapedNewlineText() local
1346 if (Spaces < FirstTabWidth || Spaces == 1) { in appendIndentText()
1364 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText()
1370 Spaces = appendTabIndent(Text, Spaces, Spaces); in appendIndentText()
1377 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText()
1388 if (Indentation > Spaces) in appendTabIndent()
1389 Indentation = Spaces; in appendTabIndent()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Format/
H A DWhitespaceManager.cpp40 ContinuesPPDirective(ContinuesPPDirective), Spaces(Spaces), in Change()
907 unsigned Spaces = in appendEscapedNewlineText() local
923 Text.append(Spaces, ' '); in appendIndentText()
931 if (Spaces < FirstTabWidth || Spaces == 1) { in appendIndentText()
941 } else if (Spaces == 1) { in appendIndentText()
949 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText()
955 Spaces = appendTabIndent(Text, Spaces, Spaces); in appendIndentText()
962 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText()
973 if (Indentation > Spaces) in appendTabIndent()
974 Indentation = Spaces; in appendTabIndent()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Format/
H A DWhitespaceManager.cpp40 ContinuesPPDirective(ContinuesPPDirective), Spaces(Spaces), in Change()
907 unsigned Spaces = in appendEscapedNewlineText() local
923 Text.append(Spaces, ' '); in appendIndentText()
931 if (Spaces < FirstTabWidth || Spaces == 1) { in appendIndentText()
941 } else if (Spaces == 1) { in appendIndentText()
949 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText()
955 Spaces = appendTabIndent(Text, Spaces, Spaces); in appendIndentText()
962 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText()
973 if (Indentation > Spaces) in appendTabIndent()
974 Indentation = Spaces; in appendTabIndent()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Format/
H A DWhitespaceManager.cpp40 ContinuesPPDirective(ContinuesPPDirective), Spaces(Spaces), in Change()
911 unsigned Spaces = in appendEscapedNewlineText() local
927 Text.append(Spaces, ' '); in appendIndentText()
935 if (Spaces < FirstTabWidth || Spaces == 1) { in appendIndentText()
945 } else if (Spaces == 1) { in appendIndentText()
953 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText()
959 Spaces = appendTabIndent(Text, Spaces, Spaces); in appendIndentText()
966 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText()
977 if (Indentation > Spaces) in appendTabIndent()
978 Indentation = Spaces; in appendTabIndent()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Format/
H A DWhitespaceManager.cpp40 ContinuesPPDirective(ContinuesPPDirective), Spaces(Spaces), in Change()
705 Changes[i].Spaces += Shift; in alignTrailingComments()
800 unsigned Spaces = in appendEscapedNewlineText() local
803 Text.append(Spaces, ' '); in appendEscapedNewlineText()
815 Text.append(Spaces, ' '); in appendIndentText()
823 if (Spaces < FirstTabWidth || Spaces == 1) { in appendIndentText()
828 Spaces -= FirstTabWidth; in appendIndentText()
833 } else if (Spaces == 1) { in appendIndentText()
844 Indentation = Spaces; in appendIndentText()
851 Text.append(Spaces, ' '); in appendIndentText()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Format/
H A DWhitespaceManager.cpp40 ContinuesPPDirective(ContinuesPPDirective), Spaces(Spaces), in Change()
705 Changes[i].Spaces += Shift; in alignTrailingComments()
800 unsigned Spaces = in appendEscapedNewlineText() local
803 Text.append(Spaces, ' '); in appendEscapedNewlineText()
815 Text.append(Spaces, ' '); in appendIndentText()
823 if (Spaces < FirstTabWidth || Spaces == 1) { in appendIndentText()
828 Spaces -= FirstTabWidth; in appendIndentText()
833 } else if (Spaces == 1) { in appendIndentText()
844 Indentation = Spaces; in appendIndentText()
851 Text.append(Spaces, ' '); in appendIndentText()
[all …]
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/packages/
H A Dio.cpkg547 Define Print_Table(Headings, Spaces, Rows) -- TODO: Check
50 If len(Spaces) < len(Headings) Then
51 Spaces := Spaces + NewList(len(Headings)-len(Spaces),0);
53 Spaces := [ max(Spaces[I], len(Headings[I])) | I In 1..len(Headings) ];
54 Dashes := sum(NewList(sum(Spaces)+len(Spaces)-1,"-"));
57 Print spaces(max(Spaces[C]-len(Headings[C]),0));
63 For C := 1 To len(Spaces) Do
64 Print $.format(sprint(Rows[R,C]),Spaces[C])," ";
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/packages/
H A Dio.cpkg547 Define Print_Table(Headings, Spaces, Rows) -- TODO: Check
50 If len(Spaces) < len(Headings) Then
51 Spaces := Spaces + NewList(len(Headings)-len(Spaces),0);
53 Spaces := [ max(Spaces[I], len(Headings[I])) | I In 1..len(Headings) ];
54 Dashes := sum(NewList(sum(Spaces)+len(Spaces)-1,"-"));
57 Print spaces(max(Spaces[C]-len(Headings[C]),0));
63 For C := 1 To len(Spaces) Do
64 Print $.format(sprint(Rows[R,C]),Spaces[C])," ";
/dports/emulators/dolphin-emu/dolphin-3152428/Data/Sys/GameSettings/
H A DGP5E01.ini124 $P1 Max Blue Spaces
129 $P1 No Blue Spaces
134 $P1 Max Red Spaces
139 $P1 No Red Spaces
199 $P2 No Blue Spaces
204 $P2 Max Red Spaces
209 $P2 No Red Spaces
269 $P3 No Blue Spaces
274 $P3 Max Red Spaces
279 $P3 No Red Spaces
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Format/
H A DWhitespaceManager.cpp40 ContinuesPPDirective(ContinuesPPDirective), Spaces(Spaces), in Change()
957 unsigned Spaces = in appendEscapedNewlineText() local
973 Text.append(Spaces, ' '); in appendIndentText()
981 if (Spaces < FirstTabWidth || Spaces == 1) { in appendIndentText()
991 } else if (Spaces == 1) { in appendIndentText()
999 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText()
1005 Spaces = appendTabIndent(Text, Spaces, Spaces); in appendIndentText()
1012 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText()
1023 if (Indentation > Spaces) in appendTabIndent()
1024 Indentation = Spaces; in appendTabIndent()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Format/
H A DWhitespaceManager.cpp40 ContinuesPPDirective(ContinuesPPDirective), Spaces(Spaces), in Change()
957 unsigned Spaces = in appendEscapedNewlineText() local
973 Text.append(Spaces, ' '); in appendIndentText()
981 if (Spaces < FirstTabWidth || Spaces == 1) { in appendIndentText()
991 } else if (Spaces == 1) { in appendIndentText()
999 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText()
1005 Spaces = appendTabIndent(Text, Spaces, Spaces); in appendIndentText()
1012 Spaces = appendTabIndent(Text, Spaces, Indentation); in appendIndentText()
1023 if (Indentation > Spaces) in appendTabIndent()
1024 Indentation = Spaces; in appendTabIndent()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Format/
H A DWhitespaceManager.cpp40 ContinuesPPDirective(ContinuesPPDirective), Spaces(Spaces), in Change()
705 Changes[i].Spaces += Shift; in alignTrailingComments()
800 unsigned Spaces = in appendEscapedNewlineText() local
803 Text.append(Spaces, ' '); in appendEscapedNewlineText()
815 Text.append(Spaces, ' '); in appendIndentText()
821 if (Spaces < FirstTabWidth || Spaces == 1) { in appendIndentText()
822 Text.append(Spaces, ' '); in appendIndentText()
826 Spaces -= FirstTabWidth; in appendIndentText()
839 Indentation = Spaces; in appendIndentText()
844 Text.append(Spaces, ' '); in appendIndentText()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Format/
H A DWhitespaceManager.cpp41 ContinuesPPDirective(ContinuesPPDirective), Spaces(Spaces),
281 Changes[i].Spaces += Shift;
568 Changes[i].Spaces += Shift;
663 unsigned Spaces =
666 Text.append(Spaces, ' ');
678 Text.append(Spaces, ' ');
685 Spaces -= FirstTabWidth;
697 if (Indentation > Spaces)
698 Indentation = Spaces;
703 Text.append(Spaces, ' ');
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Format/
H A DWhitespaceManager.cpp41 ContinuesPPDirective(ContinuesPPDirective), Spaces(Spaces), in Change()
275 Changes[i].Spaces += Shift; in AlignTokenSequence()
562 Changes[i].Spaces += Shift; in alignTrailingComments()
657 unsigned Spaces = in appendEscapedNewlineText() local
660 Text.append(Spaces, ' '); in appendEscapedNewlineText()
672 Text.append(Spaces, ' '); in appendIndentText()
679 Spaces -= FirstTabWidth; in appendIndentText()
691 if (Indentation > Spaces) in appendIndentText()
692 Indentation = Spaces; in appendIndentText()
697 Text.append(Spaces, ' '); in appendIndentText()
[all …]
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/combinedspace/
H A Dinterpolation.hh104 template< class CombineOp , class ... Spaces >
107 typedef TupleSpaceInterpolation< CombineOp, Spaces ... > ThisType;
108 typedef std::tuple< typename Spaces::InterpolationImplType ... > InterpolationTupleType;
110 static const int setSize = sizeof ... ( Spaces ) -1;
134 static_assert( Std::are_all_same< typename Spaces::EntityType ... >::value,
139 TupleSpaceInterpolation ( std::tuple< const Spaces & ... > tuple, const EntityType &entity ) in TupleSpaceInterpolation()
144 TupleSpaceInterpolation ( const Spaces & ... spaces, const EntityType &entity ) in TupleSpaceInterpolation()
164 template< class CombineOp, class ... Spaces >
166 struct TupleSpaceInterpolation< CombineOp, Spaces ... >::ProductApply
209 template< class CombineOp, class ... Spaces >
[all …]

12345678910>>...159