Home
last modified time | relevance | path

Searched refs:Spaces (Results 176 – 200 of 6901) sorted by relevance

12345678910>>...277

/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Process/Spacing/
H A DTabToSpace.pas63 fsSpaces := StrRepeat(NativeSpace, FormattingSettings.Spaces.SpacesPerTab);
100 Result := FormattingSettings.Spaces.TabsToSpaces;
H A DNoSpaceBefore.pas129 if (FormattingSettings.Spaces.SpaceForOperator = eNever) then
188 Result := FormattingSettings.Spaces.FixSpacing;
/dports/editors/lazarus/lazarus/components/jcf2/Process/Spacing/
H A DTabToSpace.pas63 fsSpaces := StrRepeat(NativeSpace, FormattingSettings.Spaces.SpacesPerTab);
100 Result := FormattingSettings.Spaces.TabsToSpaces;
H A DNoSpaceBefore.pas124 if (FormattingSettings.Spaces.SpaceForOperator = eNever) then
183 Result := FormattingSettings.Spaces.FixSpacing;
/dports/editors/lazarus-qt5/lazarus/components/jcf2/Process/Spacing/
H A DTabToSpace.pas63 fsSpaces := StrRepeat(NativeSpace, FormattingSettings.Spaces.SpacesPerTab);
100 Result := FormattingSettings.Spaces.TabsToSpaces;
H A DNoSpaceBefore.pas124 if (FormattingSettings.Spaces.SpaceForOperator = eNever) then
183 Result := FormattingSettings.Spaces.FixSpacing;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Process/Spacing/
H A DTabToSpace.pas63 fsSpaces := StrRepeat(NativeSpace, FormattingSettings.Spaces.SpacesPerTab);
100 Result := FormattingSettings.Spaces.TabsToSpaces;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dgnatls.adb103 Spaces : constant String (1 .. Max_Column) := (others => ' '); constant
303 if Source_Start > Spaces'Last then
304 Source_Start := Spaces'Last;
373 Write_Str (Spaces
404 (Spaces (Source_Start + Object_Name'Length .. Source_End));
551 Write_Str (Spaces (Unit_Start + Name_Len + 1 .. Unit_End));
1020 Write_Str (Spaces (1 .. Source_Start - 2));
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dgnatls.adb103 Spaces : constant String (1 .. Max_Column) := (others => ' '); constant
303 if Source_Start > Spaces'Last then
304 Source_Start := Spaces'Last;
373 Write_Str (Spaces
404 (Spaces (Source_Start + Object_Name'Length .. Source_End));
551 Write_Str (Spaces (Unit_Start + Name_Len + 1 .. Unit_End));
1020 Write_Str (Spaces (1 .. Source_Start - 2));
/dports/misc/ompl/ompl-1.5.2/doc/markdown/
H A Dspaces.md1 # Available Spaces {#spaces}
3 ## State Spaces
24 ## Control Spaces
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libsanitizer/ubsan/
H A Dubsan_diag.cc213 unsigned Spaces = 0; in renderMemorySnippet() local
220 Spaces += (P % 8) == 0 ? 2 : 1; in renderMemorySnippet()
223 while (Spaces--) in renderMemorySnippet()
231 Spaces += 2; in renderMemorySnippet()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EmbeddedPkg/Ebl/
H A DCommand.c606 UINTN Spaces = 0; in OutputData() local
657 Spaces = 9 * ((0x10 - Line)/4); in OutputData()
660 Spaces = 5 * ((0x10 - Line)/2); in OutputData()
663 Spaces = 3 * (0x10 - Line); in OutputData()
667 Blanks[Spaces] = '\0'; in OutputData()
671 Blanks[Spaces] = ' '; in OutputData()
/dports/sysutils/bacula9-docs/bacula-docs-9.6.7/manuals/en/pdf-and-html/main/
H A Dconfigure.aux20 \@writefile{toc}{\contentsline {subsection}{\numberline {19.2.2}Upper and Lower Case and Spaces}{16…
21 \@writefile{general}{\indexentry{Spaces!Upper/Lower Case}{168}}
22 \@writefile{general}{\indexentry{Upper and Lower Case and Spaces}{168}}
23 \newlabel{Includes}{{19.2.2}{168}{Upper and Lower Case and Spaces}{subsection.19.2.2}{}}
/dports/games/d2x/d2x-0.2.5/unused/ui/
H A Dfile.c318 char Spaces[35]; in ui_get_filename() local
347 Spaces[i] = ' '; in ui_get_filename()
348 Spaces[34] = 0; in ui_get_filename()
386 ui_wprintf_at( wnd, 20, 60, "%s", Spaces ); in ui_get_filename()
506 ui_wprintf_at( wnd, 20, 60, "%s", Spaces ); in ui_get_filename()
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Common/include/mirtk/
H A DIndent.h140 int Spaces() const in Spaces() function
150 for (int i = 0; i < indent.Spaces(); ++i) os << " ";
/dports/security/libcryptui/libcryptui-3.12.2/
H A DHACKING57 * Spaces between functions and arguments, or macros and arguments.
58 * Spaces before and after most binary operators.
59 * Spaces after most unary operators (including a comma).
/dports/sysutils/vector/vector-0.10.0/website/docs/reference/transforms/
H A Dtokenizer.md.erb49 * `"..."` - Quotes are used tp wrap phrases. Spaces are preserved, but the wrapping quotes will be …
50 * `[...]` - Brackets are used to wrap phrases. Spaces are preserved, but the wrapping brackets will…
/dports/lang/yap/yap-6.2.2/packages/semweb/
H A Dturtle_chars.pl102 Spaces is N - Pos,
103 format('~*c', [Spaces, 32]).
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Support/
H A Draw_ostream.cpp331 static const char Spaces[] = " " in indent() local
336 if (NumSpaces < array_lengthof(Spaces)) in indent()
337 return write(Spaces, NumSpaces); in indent()
341 (unsigned)array_lengthof(Spaces)-1); in indent()
342 write(Spaces, NumToWrite); in indent()
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/commonmark-0.1.1.4/src/Commonmark/
H A DBlocks.hs539 skipWhile (hasType Spaces)
555 skipWhile (hasType Spaces)
574 skipWhile (hasType Spaces)
585 skipWhile (hasType Spaces)
623 skipWhile (hasType Spaces)
625 skipWhile (hasType Spaces)
697 skipWhile (hasType Spaces)
944 skipWhile (hasType Spaces)
1016 skipWhile (hasType Spaces)
1043 skipWhile (hasType Spaces)
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/commonmark-0.1.1.4/src/Commonmark/
H A DBlocks.hs539 skipWhile (hasType Spaces)
555 skipWhile (hasType Spaces)
574 skipWhile (hasType Spaces)
585 skipWhile (hasType Spaces)
623 skipWhile (hasType Spaces)
625 skipWhile (hasType Spaces)
697 skipWhile (hasType Spaces)
944 skipWhile (hasType Spaces)
1016 skipWhile (hasType Spaces)
1043 skipWhile (hasType Spaces)
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/commonmark-0.2.1/src/Commonmark/
H A DBlocks.hs539 skipWhile (hasType Spaces)
555 skipWhile (hasType Spaces)
574 skipWhile (hasType Spaces)
585 skipWhile (hasType Spaces)
624 skipWhile (hasType Spaces)
626 skipWhile (hasType Spaces)
699 skipWhile (hasType Spaces)
945 skipWhile (hasType Spaces)
1017 skipWhile (hasType Spaces)
1044 skipWhile (hasType Spaces)
[all …]
/dports/emulators/qemu/qemu-6.2.0/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/emulators/qemu60/qemu-6.0.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/devel/meson/meson-0.60.3/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…

12345678910>>...277