Home
last modified time | relevance | path

Searched refs:Spaces (Results 201 – 225 of 7157) sorted by relevance

12345678910>>...287

/dports/emulators/qemu5/qemu-5.2.0/meson/test cases/unit/65 cmake parser/
H A Dmeson.build7 assert(dep.get_variable(cmake : 'VAR_WITH_SPACES') == 'With Spaces', 'set() with spaces incorrect')
10 assert(dep.get_variable(cmake : 'VAR_WITH_SPACES_PS') == 'With Spaces', 'set(PARENT_SCOPE) with spa…
/dports/lang/yap/yap-6.2.2/packages/sgml/
H A Dxml_unicode.pl93 Spaces is N - Pos,
94 format('~*c', [Spaces, 32]).
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/meson/test cases/unit/64 cmake parser/
H A Dmeson.build7 assert(dep.get_variable(cmake : 'VAR_WITH_SPACES') == 'With Spaces', 'set() with spaces incorrect')
10 assert(dep.get_variable(cmake : 'VAR_WITH_SPACES_PS') == 'With Spaces', 'set(PARENT_SCOPE) with spa…
/dports/textproc/p5-Perl-Critic/Perl-Critic-1.140/t/ValuesAndExpressions/
H A DRequireUpperCaseHeredocTerminator.run59 ## name RT #27073: Spaces before HEREDOC token
69 ## name RT #27073: Spaces before HEREDOC token with indented heredoc
H A DRequireQuotedHeredocTerminator.run31 ## name RT# 25085: Spaces before HEREDOC token - w/ double quotes
41 ## name RT# 25085: Spaces before HEREDOC token - w/ single quotes
/dports/textproc/p5-Perl-Lint/Perl-Lint-0.25/t/Policy/ValuesAndExpressions/
H A Drequire_quoted_heredoc_terminator.t50 --- dscr: RT# 25085: Spaces before HEREDOC token - w/ double quotes
59 --- dscr: RT# 25085: Spaces before HEREDOC token - w/ single quotes
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Process/Spacing/
H A DNoSpaceBefore.pas129 if (FormattingSettings.Spaces.SpaceForOperator = eNever) then
188 Result := FormattingSettings.Spaces.FixSpacing;
H A DSpaceBeforeColon.pas62 lcSpaces := FormattingSettings.Spaces;
197 Result := FormattingSettings.Spaces.FixSpacing;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Process/Spacing/
H A DSpaceBeforeColon.pas62 lcSpaces := FormattingSettings.Spaces;
197 Result := FormattingSettings.Spaces.FixSpacing;
/dports/editors/lazarus/lazarus/components/jcf2/Process/Spacing/
H A DSpaceBeforeColon.pas62 lcSpaces := FormattingSettings.Spaces;
193 Result := FormattingSettings.Spaces.FixSpacing;
/dports/textproc/txt2tags/txt2tags-3.7/test/marks/
H A Dtable.t2t17 %%% Align: Spaces before the leading pipe centralize the table
20 %%% Align: Spaces inside the cell denote its alignment
/dports/editors/lazarus-qt5/lazarus/components/jcf2/Process/Spacing/
H A DSpaceBeforeColon.pas62 lcSpaces := FormattingSettings.Spaces;
193 Result := FormattingSettings.Spaces.FixSpacing;
/dports/cad/zcad/zcad-8b8a693/cad_source/other/AGraphLaz/Graphs/
H A DRWGML.pas64 Spaces = [#0..' '];
133 while (Pos <= LineLen) and not (Line[Pos] in (Spaces + Delimiters)) do
146 while (Pos <= LineLen) and (Line[Pos] in Spaces) do Inc(Pos);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wuffs/src/lib/dumbindent/
H A Ddumbindent.go146 Spaces int member
168 } else if opts.Spaces > 0 {
169 indentCount = opts.Spaces
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/lib/Support/
H A Draw_ostream.cpp462 static const char Spaces[] = " " in indent() local
467 if (NumSpaces < array_lengthof(Spaces)) in indent()
468 return write(Spaces, NumSpaces); in indent()
472 (unsigned)array_lengthof(Spaces)-1); in indent()
473 write(Spaces, NumToWrite); in indent()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxa4032.a268 TC_Unb_String := Unb.To_Unbounded_String("No Spaces");
272 if TC_Unb_String /= Unb.To_Unbounded_String("No Spaces") then
276 TC_Unb_String := Unb.To_Unbounded_String(" Leading Spaces ");
280 if TC_Unb_String /= Unb.To_Unbounded_String("Leading Spaces ") then
284 TC_Unb_String := Unb.To_Unbounded_String(" Ending Spaces ");
288 if TC_Unb_String /= Unb.To_Unbounded_String(" Ending Spaces") then
293 Unb.To_Unbounded_String(" Spaces on both ends ");
298 Unb.To_Unbounded_String("Spaces on both ends")
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxa4032.a268 TC_Unb_String := Unb.To_Unbounded_String("No Spaces");
272 if TC_Unb_String /= Unb.To_Unbounded_String("No Spaces") then
276 TC_Unb_String := Unb.To_Unbounded_String(" Leading Spaces ");
280 if TC_Unb_String /= Unb.To_Unbounded_String("Leading Spaces ") then
284 TC_Unb_String := Unb.To_Unbounded_String(" Ending Spaces ");
288 if TC_Unb_String /= Unb.To_Unbounded_String(" Ending Spaces") then
293 Unb.To_Unbounded_String(" Spaces on both ends ");
298 Unb.To_Unbounded_String("Spaces on both ends")
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxa4032.a268 TC_Unb_String := Unb.To_Unbounded_String("No Spaces");
272 if TC_Unb_String /= Unb.To_Unbounded_String("No Spaces") then
276 TC_Unb_String := Unb.To_Unbounded_String(" Leading Spaces ");
280 if TC_Unb_String /= Unb.To_Unbounded_String("Leading Spaces ") then
284 TC_Unb_String := Unb.To_Unbounded_String(" Ending Spaces ");
288 if TC_Unb_String /= Unb.To_Unbounded_String(" Ending Spaces") then
293 Unb.To_Unbounded_String(" Spaces on both ends ");
298 Unb.To_Unbounded_String("Spaces on both ends")
/dports/games/p5-Games-Bingo/Games-Bingo-0.18/
H A DGames-Bingo.sublime-workspace115 "Trailing Spaces: Delete Trailing Spaces"
123 "Trailing Spaces: Delete Trailing Spaces"
127 "Trailing Spaces: Delete Trailing Spaces"
167 "Trailing Spaces: Delete Trailing Spaces"
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxa4032.a268 TC_Unb_String := Unb.To_Unbounded_String("No Spaces");
272 if TC_Unb_String /= Unb.To_Unbounded_String("No Spaces") then
276 TC_Unb_String := Unb.To_Unbounded_String(" Leading Spaces ");
280 if TC_Unb_String /= Unb.To_Unbounded_String("Leading Spaces ") then
284 TC_Unb_String := Unb.To_Unbounded_String(" Ending Spaces ");
288 if TC_Unb_String /= Unb.To_Unbounded_String(" Ending Spaces") then
293 Unb.To_Unbounded_String(" Spaces on both ends ");
298 Unb.To_Unbounded_String("Spaces on both ends")
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxa4032.a268 TC_Unb_String := Unb.To_Unbounded_String("No Spaces");
272 if TC_Unb_String /= Unb.To_Unbounded_String("No Spaces") then
276 TC_Unb_String := Unb.To_Unbounded_String(" Leading Spaces ");
280 if TC_Unb_String /= Unb.To_Unbounded_String("Leading Spaces ") then
284 TC_Unb_String := Unb.To_Unbounded_String(" Ending Spaces ");
288 if TC_Unb_String /= Unb.To_Unbounded_String(" Ending Spaces") then
293 Unb.To_Unbounded_String(" Spaces on both ends ");
298 Unb.To_Unbounded_String("Spaces on both ends")
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxa4032.a268 TC_Unb_String := Unb.To_Unbounded_String("No Spaces");
272 if TC_Unb_String /= Unb.To_Unbounded_String("No Spaces") then
276 TC_Unb_String := Unb.To_Unbounded_String(" Leading Spaces ");
280 if TC_Unb_String /= Unb.To_Unbounded_String("Leading Spaces ") then
284 TC_Unb_String := Unb.To_Unbounded_String(" Ending Spaces ");
288 if TC_Unb_String /= Unb.To_Unbounded_String(" Ending Spaces") then
293 Unb.To_Unbounded_String(" Spaces on both ends ");
298 Unb.To_Unbounded_String("Spaces on both ends")
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxa4032.a268 TC_Unb_String := Unb.To_Unbounded_String("No Spaces");
272 if TC_Unb_String /= Unb.To_Unbounded_String("No Spaces") then
276 TC_Unb_String := Unb.To_Unbounded_String(" Leading Spaces ");
280 if TC_Unb_String /= Unb.To_Unbounded_String("Leading Spaces ") then
284 TC_Unb_String := Unb.To_Unbounded_String(" Ending Spaces ");
288 if TC_Unb_String /= Unb.To_Unbounded_String(" Ending Spaces") then
293 Unb.To_Unbounded_String(" Spaces on both ends ");
298 Unb.To_Unbounded_String("Spaces on both ends")
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxa4032.a268 TC_Unb_String := Unb.To_Unbounded_String("No Spaces");
272 if TC_Unb_String /= Unb.To_Unbounded_String("No Spaces") then
276 TC_Unb_String := Unb.To_Unbounded_String(" Leading Spaces ");
280 if TC_Unb_String /= Unb.To_Unbounded_String("Leading Spaces ") then
284 TC_Unb_String := Unb.To_Unbounded_String(" Ending Spaces ");
288 if TC_Unb_String /= Unb.To_Unbounded_String(" Ending Spaces") then
293 Unb.To_Unbounded_String(" Spaces on both ends ");
298 Unb.To_Unbounded_String("Spaces on both ends")
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/ada/acats/tests/cxa/
H A Dcxa4032.a268 TC_Unb_String := Unb.To_Unbounded_String("No Spaces");
272 if TC_Unb_String /= Unb.To_Unbounded_String("No Spaces") then
276 TC_Unb_String := Unb.To_Unbounded_String(" Leading Spaces ");
280 if TC_Unb_String /= Unb.To_Unbounded_String("Leading Spaces ") then
284 TC_Unb_String := Unb.To_Unbounded_String(" Ending Spaces ");
288 if TC_Unb_String /= Unb.To_Unbounded_String(" Ending Spaces") then
293 Unb.To_Unbounded_String(" Spaces on both ends ");
298 Unb.To_Unbounded_String("Spaces on both ends")

12345678910>>...287