Home
last modified time | relevance | path

Searched refs:Spaces (Results 151 – 175 of 6645) sorted by relevance

12345678910>>...266

/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/commonmark-extensions-0.2.0.4/src/Commonmark/Extensions/
H A DAttributes.hs65 skipWhile (hasType Spaces)
67 skipWhile (hasType Spaces)
83 skipWhile (hasType Spaces)
185 skipWhile (hasType Spaces)
187 skipWhile (hasType Spaces)
207 skipWhile (hasType Spaces)
281 <|> many1 (noneOfToks [Spaces, LineEnd, Symbol '<', Symbol '>',
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Process/Spacing/
H A DSingleSpaceAfter.pas131 if FormattingSettings.Spaces.SpaceAfterOpenBrackets then
153 if FormattingSettings.Spaces.SpaceForOperator = eAlways then
198 (FormattingSettings.Spaces.SpaceBeforeClassHeritage) then
280 Result := FormattingSettings.Spaces.FixSpacing;
H A DSpaceToTab.pas61 fsSpaces := string(StrRepeat(NativeSpace, FormattingSettings.Spaces.SpacesForTab));
97 Result := FormattingSettings.Spaces.SpacesToTabs;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Process/Spacing/
H A DSingleSpaceAfter.pas131 if FormattingSettings.Spaces.SpaceAfterOpenBrackets then
153 if FormattingSettings.Spaces.SpaceForOperator = eAlways then
198 (FormattingSettings.Spaces.SpaceBeforeClassHeritage) then
280 Result := FormattingSettings.Spaces.FixSpacing;
H A DSpaceToTab.pas61 fsSpaces := string(StrRepeat(NativeSpace, FormattingSettings.Spaces.SpacesForTab));
97 Result := FormattingSettings.Spaces.SpacesToTabs;
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/commonmark-0.1.1.4/src/Commonmark/
H A DTokens.hs27 Spaces constructor
48 ' ' -> Tok Spaces pos t :
50 '\t' -> Tok Spaces pos t :
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/commonmark-0.1.1.4/src/Commonmark/
H A DTokens.hs27 Spaces constructor
48 ' ' -> Tok Spaces pos t :
50 '\t' -> Tok Spaces pos t :
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/commonmark-0.2.1/src/Commonmark/
H A DTokens.hs27 Spaces constructor
49 ' ' -> Tok Spaces pos t :
51 '\t' -> Tok Spaces pos t :
/dports/editors/lazarus/lazarus/components/jcf2/Process/Spacing/
H A DSingleSpaceAfter.pas147 if FormattingSettings.Spaces.SpaceAfterOpenBrackets then
176 if FormattingSettings.Spaces.SpaceForOperator = eAlways then
249 (FormattingSettings.Spaces.SpaceBeforeClassHeritage) then
343 Result := FormattingSettings.Spaces.FixSpacing;
H A DSpaceToTab.pas61 fsSpaces := string(StrRepeat(NativeSpace, FormattingSettings.Spaces.SpacesForTab));
97 Result := FormattingSettings.Spaces.SpacesToTabs;
/dports/editors/lazarus-qt5/lazarus/components/jcf2/Process/Spacing/
H A DSingleSpaceAfter.pas147 if FormattingSettings.Spaces.SpaceAfterOpenBrackets then
176 if FormattingSettings.Spaces.SpaceForOperator = eAlways then
249 (FormattingSettings.Spaces.SpaceBeforeClassHeritage) then
343 Result := FormattingSettings.Spaces.FixSpacing;
H A DSpaceToTab.pas61 fsSpaces := string(StrRepeat(NativeSpace, FormattingSettings.Spaces.SpacesForTab));
97 Result := FormattingSettings.Spaces.SpacesToTabs;
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/mmcdole/goxpp/
H A Dxpp.go29 Spaces map[string]string member
52 Spaces: map[string]string{},
295 p.Spaces = map[string]string{}
297 p.Spaces = p.SpacesStack[len(p.SpacesStack)-1]
327 for k, v := range p.Spaces {
340 p.Spaces = newSpace
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/mmcdole/goxpp/goxpp-0068e33feabf/
H A Dxpp.go29 Spaces map[string]string
52 Spaces: map[string]string{},
295 p.Spaces = map[string]string{}
297 p.Spaces = p.SpacesStack[len(p.SpacesStack)-1]
327 for k, v := range p.Spaces {
340 p.Spaces = newSpace
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsynedittexttrimmer.pas104 function Spaces(Index: Integer) : String; in Spaces() function
757 fLockList.Add(fLineIndex, Spaces(fLineIndex));
841 Result:= NextLines.Strings[Index] + Spaces(Index);
968 s := Spaces(LogY - 1);
984 s := Spaces(LogY - 1);
1017 s := Spaces(LogY - 1);
1091 Len := Length(t) + Length(Spaces(LogY-1));
1249 Len := Length(t) + Length(Spaces(LogY-1));
1310 s := Spaces(LogY - 1);
1347 EditMoveFromTrim(LogY, length(Spaces(LogY - 1)));
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsynedittexttrimmer.pas104 function Spaces(Index: Integer) : String; in Spaces() function
757 fLockList.Add(fLineIndex, Spaces(fLineIndex));
841 Result:= NextLines.Strings[Index] + Spaces(Index);
968 s := Spaces(LogY - 1);
984 s := Spaces(LogY - 1);
1017 s := Spaces(LogY - 1);
1091 Len := Length(t) + Length(Spaces(LogY-1));
1249 Len := Length(t) + Length(Spaces(LogY-1));
1310 s := Spaces(LogY - 1);
1347 EditMoveFromTrim(LogY, length(Spaces(LogY - 1)));
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/Uefi/InteractiveIO/
H A DIIOwrite.c29 static wchar_t Spaces[] = L" "; // Spaces for expanding TABs variable
31 #define MAX_TAB_WIDTH ((int)(sizeof(Spaces) / sizeof(wchar_t)) - 1)
95 wcb = &Spaces[SpaceIndex]; // Point to the appropriate number of spaces in IIO_WriteOne()
/dports/devel/creduce/creduce-2.10.0/clang_delta/
H A DReplaceFunctionDefWithDecl.cpp175 char Spaces[] = {' ', '\t', '\r', '\n'}; in removeInlineKeyword() local
176 unsigned Len = sizeof(Spaces) / sizeof(char); in removeInlineKeyword()
178 std::string LeadingInlineStr = InlineStr + Spaces[I]; in removeInlineKeyword()
181 std::string InlineStrVariant = Spaces[J] + InlineStr + Spaces[K]; in removeInlineKeyword()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/usvg-0.11.0/src/
H A Dmain.rs151 .unwrap_or(usvg::XmlIndent::Spaces(4)), in collect_args()
197 "0" => usvg::XmlIndent::Spaces(0), in parse_indent()
198 "1" => usvg::XmlIndent::Spaces(1), in parse_indent()
199 "2" => usvg::XmlIndent::Spaces(2), in parse_indent()
200 "3" => usvg::XmlIndent::Spaces(3), in parse_indent()
201 "4" => usvg::XmlIndent::Spaces(4), in parse_indent()
/dports/editors/gedit-plugins/gedit-plugins-40.1/help/C/
H A Ddraw-spaces.page19 <title>Draw Spaces</title>
21 <p>The <app>Draw Spaces</app> plugin is a simple plugin that can mark spaces,
34 <p>Select <gui style="menuitem">Draw Spaces</gui> to enable the plugin.</p>
/dports/textproc/py-pyexcel-ezodf/pyexcel-ezodf-0.3.4/ezodf/
H A Dwhitespaces.py36 class Spaces(Tabulator): class
39 super(Spaces, self).__init__(xmlnode)
109 self.result.append(Spaces(spaces))
/dports/graphics/pastel/pastel-0.8.1/src/
H A Dlib.rs151 space = if format == Format::Spaces { " " } else { "" } in to_hsl_string()
169 space = if format == Format::Spaces { " " } else { "" } in to_rgb_string()
188 space = if format == Format::Spaces { " " } else { "" } in to_cmyk_string()
200 space = if format == Format::Spaces { " " } else { "" } in to_rgb_float_string()
260 space = if format == Format::Spaces { " " } else { "" } in to_lab_string()
279 space = if format == Format::Spaces { " " } else { "" } in to_lch_string()
1112 Spaces, enumerator
1480 assert_eq!("rgb(255, 127, 4)", c.to_rgb_string(Format::Spaces)); in to_rgb_string()
1487 Color::black().to_rgb_float_string(Format::Spaces) in to_rgb_float_string()
1492 Color::white().to_rgb_float_string(Format::Spaces) in to_rgb_float_string()
[all …]
/dports/textproc/py-pyexcel-ezodf/pyexcel-ezodf-0.3.4/tests/
H A Dtest_whitespaces.py20 from ezodf.whitespaces import Spaces, Tabulator, LineBreak, SoftPageBreak
25 s = Spaces(count=3)
29 s = Spaces(count=3)
33 s = Spaces(count=3)
38 …s = Spaces(xmlnode=etree.XML('<text:s xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" …
/dports/editors/lazarus/lazarus/components/synedit/
H A Dsynedittexttrimmer.pas104 function Spaces(Index: Integer) : String; in Spaces() function
758 fLockList.Add(fLineIndex, Spaces(fLineIndex));
840 Result:= fSynStrings.Strings[Index] + Spaces(Index);
967 s := Spaces(LogY - 1);
983 s := Spaces(LogY - 1);
1016 s := Spaces(LogY - 1);
1075 Len := Length(t) + Length(Spaces(LogY-1));
1233 Len := Length(t) + Length(Spaces(LogY-1));
1294 s := Spaces(LogY - 1);
1331 EditMoveFromTrim(LogY, length(Spaces(LogY - 1)));
[all …]
/dports/editors/lazarus-qt5/lazarus/components/synedit/
H A Dsynedittexttrimmer.pas104 function Spaces(Index: Integer) : String; in Spaces() function
758 fLockList.Add(fLineIndex, Spaces(fLineIndex));
840 Result:= fSynStrings.Strings[Index] + Spaces(Index);
967 s := Spaces(LogY - 1);
983 s := Spaces(LogY - 1);
1016 s := Spaces(LogY - 1);
1075 Len := Length(t) + Length(Spaces(LogY-1));
1233 Len := Length(t) + Length(Spaces(LogY-1));
1294 s := Spaces(LogY - 1);
1331 EditMoveFromTrim(LogY, length(Spaces(LogY - 1)));
[all …]

12345678910>>...266