Home
last modified time | relevance | path

Searched refs:Spaces (Results 126 – 150 of 6517) sorted by relevance

12345678910>>...261

/dports/lang/gcc8/gcc-8.5.0/gcc/ada/
H A Dxoscons.adb154 function Spaces (Count : Integer) return String; subprogspec
246 Put (Spaces (Max_Constant_Name_Len
253 Put (Spaces (Max_Constant_Type_Len
260 Put (Spaces (Max_Constant_Name_Len
294 Put (Spaces (Max_Constant_Value_Len - Info.Value_Len));
590 function Spaces (Count : Integer) return String is subprogram
597 end Spaces;
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dxoscons.adb154 function Spaces (Count : Integer) return String; subprogspec
245 Put (Spaces (Max_Constant_Name_Len
252 Put (Spaces (Max_Constant_Type_Len
259 Put (Spaces (Max_Constant_Name_Len
293 Put (Spaces (Max_Constant_Value_Len - Info.Value_Len));
592 function Spaces (Count : Integer) return String is subprogram
599 end Spaces;
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/space/
H A DSpace.hpp246 typedef PCollection<Space> Spaces; //!< collection of Space pointers typedef
250 inline Spaces spaces(const Domains& doms,const Interpolations& ints, bool opt=true) // few domains,… in spaces()
252 Spaces vs; in spaces()
259 inline Spaces spaces(const Domains& doms,const Interpolation& inte, bool opt=true) // few domains, … in spaces()
261 Spaces vs; in spaces()
267 inline Spaces spaces(const GeomDomain& dom,const Interpolations& ints, bool opt=true) // few domain… in spaces()
269 Spaces vs; in spaces()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dxoscons.adb154 function Spaces (Count : Integer) return String; subprogspec
246 Put (Spaces (Max_Constant_Name_Len
253 Put (Spaces (Max_Constant_Type_Len
260 Put (Spaces (Max_Constant_Name_Len
294 Put (Spaces (Max_Constant_Value_Len - Info.Value_Len));
590 function Spaces (Count : Integer) return String is subprogram
597 end Spaces;
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dxoscons.adb154 function Spaces (Count : Integer) return String; subprogspec
246 Put (Spaces (Max_Constant_Name_Len
253 Put (Spaces (Max_Constant_Type_Len
260 Put (Spaces (Max_Constant_Name_Len
294 Put (Spaces (Max_Constant_Value_Len - Info.Value_Len));
590 function Spaces (Count : Integer) return String is subprogram
597 end Spaces;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Dxoscons.adb154 function Spaces (Count : Integer) return String; subprogspec
246 Put (Spaces (Max_Constant_Name_Len
253 Put (Spaces (Max_Constant_Type_Len
260 Put (Spaces (Max_Constant_Name_Len
294 Put (Spaces (Max_Constant_Value_Len - Info.Value_Len));
585 function Spaces (Count : Integer) return String is subprogram
592 end Spaces;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Services/Test/System.Web.Services.Description/
H A DSoapBodyBindingTest.cs58 const string Spaces = " "; in TestAssignSpacesToPartsString()
59 sbb.PartsString = Spaces; in TestAssignSpacesToPartsString()
62 Assert.AreEqual (Spaces, sbb.PartsString); in TestAssignSpacesToPartsString()
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/aeson-pretty-0.8.8/Data/Aeson/Encode/
H A DPretty.hs87 data Indent = Spaces Int | Tab constructor
128 …Config {confIndent = Spaces 4, confCompare = mempty, confNumFormat = Generic, confTrailingNewline …
156 Spaces n -> mconcat (replicate n " ")
159 Spaces 0 -> ""
163 Spaces 0 -> ":"
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/aeson-pretty-0.8.8/Data/Aeson/Encode/
H A DPretty.hs87 data Indent = Spaces Int | Tab constructor
128 …Config {confIndent = Spaces 4, confCompare = mempty, confNumFormat = Generic, confTrailingNewline …
156 Spaces n -> mconcat (replicate n " ")
159 Spaces 0 -> ""
163 Spaces 0 -> ":"
/dports/converters/hs-aeson-pretty/aeson-pretty-0.8.8/Data/Aeson/Encode/
H A DPretty.hs87 data Indent = Spaces Int | Tab constructor
128 …Config {confIndent = Spaces 4, confCompare = mempty, confNumFormat = Generic, confTrailingNewline …
156 Spaces n -> mconcat (replicate n " ")
159 Spaces 0 -> ""
163 Spaces 0 -> ":"
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/aeson-pretty-0.8.8/Data/Aeson/Encode/
H A DPretty.hs87 data Indent = Spaces Int | Tab constructor
128 …Config {confIndent = Spaces 4, confCompare = mempty, confNumFormat = Generic, confTrailingNewline …
156 Spaces n -> mconcat (replicate n " ")
159 Spaces 0 -> ""
163 Spaces 0 -> ":"
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/aeson-pretty-0.8.8/Data/Aeson/Encode/
H A DPretty.hs87 data Indent = Spaces Int | Tab constructor
128 …Config {confIndent = Spaces 4, confCompare = mempty, confNumFormat = Generic, confTrailingNewline …
156 Spaces n -> mconcat (replicate n " ")
159 Spaces 0 -> ""
163 Spaces 0 -> ":"
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/aeson-pretty-0.8.8/Data/Aeson/Encode/
H A DPretty.hs87 data Indent = Spaces Int | Tab constructor
128 …Config {confIndent = Spaces 4, confCompare = mempty, confNumFormat = Generic, confTrailingNewline …
156 Spaces n -> mconcat (replicate n " ")
159 Spaces 0 -> ""
163 Spaces 0 -> ":"
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/aeson-pretty-0.8.8/Data/Aeson/Encode/
H A DPretty.hs87 data Indent = Spaces Int | Tab constructor
128 …Config {confIndent = Spaces 4, confCompare = mempty, confNumFormat = Generic, confTrailingNewline …
156 Spaces n -> mconcat (replicate n " ")
159 Spaces 0 -> ""
163 Spaces 0 -> ":"
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/aeson-pretty-0.8.8/Data/Aeson/Encode/
H A DPretty.hs87 data Indent = Spaces Int | Tab constructor
128 …Config {confIndent = Spaces 4, confCompare = mempty, confNumFormat = Generic, confTrailingNewline …
156 Spaces n -> mconcat (replicate n " ")
159 Spaces 0 -> ""
163 Spaces 0 -> ":"
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/aeson-pretty-0.8.8/Data/Aeson/Encode/
H A DPretty.hs87 data Indent = Spaces Int | Tab constructor
128 …Config {confIndent = Spaces 4, confCompare = mempty, confNumFormat = Generic, confTrailingNewline …
156 Spaces n -> mconcat (replicate n " ")
159 Spaces 0 -> ""
163 Spaces 0 -> ":"
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/aeson-pretty-0.8.8/Data/Aeson/Encode/
H A DPretty.hs87 data Indent = Spaces Int | Tab constructor
128 …Config {confIndent = Spaces 4, confCompare = mempty, confNumFormat = Generic, confTrailingNewline …
156 Spaces n -> mconcat (replicate n " ")
159 Spaces 0 -> ""
163 Spaces 0 -> ":"
/dports/textproc/txt2tags/txt2tags-3.7/test/marks/
H A Dquote.t2t46 %%% Syntax: Spaces after TAB
47 Spaces AFTER the TAB character are allowed.
50 %%% Invalid: Spaces before TAB
51 Spaces BEFORE the TAB character
/dports/textproc/py-aeidon/aeidon-1.10.1/aeidon/data/patterns/
H A DLatn.common-error.in125 Name=Spaces around brackets
134 Name=Spaces around brackets
143 Name=Spaces around brackets
152 Name=Spaces around brackets
209 Name=Spaces around a quotation mark
220 Name=Spaces around a quotation mark
231 Name=Spaces around a quotation mark
241 Name=Spaces around a quotation mark
251 Name=Spaces around musical notes
260 Name=Spaces around musical notes
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Process/Spacing/
H A DNoSpaceAfter.pas80 if (FormattingSettings.Spaces.SpaceForOperator = eNever) then
116 ( not (FormattingSettings.Spaces.SpaceBeforeClassHeritage))
156 Result := FormattingSettings.Spaces.FixSpacing;
/dports/editors/lazarus/lazarus/components/jcf2/Process/Spacing/
H A DNoSpaceAfter.pas80 if (FormattingSettings.Spaces.SpaceForOperator = eNever) then
134 ( not (FormattingSettings.Spaces.SpaceBeforeClassHeritage)) then
179 Result := FormattingSettings.Spaces.FixSpacing;
/dports/editors/lazarus-qt5/lazarus/components/jcf2/Process/Spacing/
H A DNoSpaceAfter.pas80 if (FormattingSettings.Spaces.SpaceForOperator = eNever) then
134 ( not (FormattingSettings.Spaces.SpaceBeforeClassHeritage)) then
179 Result := FormattingSettings.Spaces.FixSpacing;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/Process/Spacing/
H A DNoSpaceAfter.pas80 if (FormattingSettings.Spaces.SpaceForOperator = eNever) then
116 ( not (FormattingSettings.Spaces.SpaceBeforeClassHeritage))
156 Result := FormattingSettings.Spaces.FixSpacing;
/dports/net-im/matterhorn/matterhorn-50200.13.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/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/commonmark-extensions-0.2.1.2/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 '>',

12345678910>>...261