Home
last modified time | relevance | path

Searched refs:spaces1 (Results 1 – 18 of 18) sorted by relevance

/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/SPDX/
H A DLicenseExpression.hs120 exception = P.optional $ P.try (spaces1 *> P.string "WITH" *> spaces1) *> parsec
124 l <- P.optional $ P.try (spaces1 *> P.string "OR" *> spaces1) *> compoundOr
129 l <- P.optional $ P.try (spaces1 *> P.string "AND" *> spaces1) *> compoundAnd
143 spaces1 = P.space *> P.spaces function
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/SPDX/
H A DLicenseExpression.hs121 exception = P.optional $ P.try (spaces1 *> P.string "WITH" *> spaces1) *> parsec
125 l <- P.optional $ P.try (spaces1 *> P.string "OR" *> spaces1) *> compoundOr
130 l <- P.optional $ P.try (spaces1 *> P.string "AND" *> spaces1) *> compoundAnd
144 spaces1 = P.space *> P.spaces function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/SPDX/
H A DLicenseExpression.hs121 exception = P.optional $ P.try (spaces1 *> P.string "WITH" *> spaces1) *> parsec
125 l <- P.optional $ P.try (spaces1 *> P.string "OR" *> spaces1) *> compoundOr
130 l <- P.optional $ P.try (spaces1 *> P.string "AND" *> spaces1) *> compoundAnd
144 spaces1 = P.space *> P.spaces function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/SPDX/
H A DLicenseExpression.hs121 exception = P.optional $ P.try (spaces1 *> P.string "WITH" *> spaces1) *> parsec
125 l <- P.optional $ P.try (spaces1 *> P.string "OR" *> spaces1) *> compoundOr
130 l <- P.optional $ P.try (spaces1 *> P.string "AND" *> spaces1) *> compoundAnd
144 spaces1 = P.space *> P.spaces function
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/SPDX/
H A DLicenseExpression.hs122 exception = P.optional $ P.try (spaces1 *> P.string "WITH" *> spaces1) *> parsec
126 l <- P.optional $ P.try (spaces1 *> P.string "OR" *> spaces1) *> compoundOr
131 l <- P.optional $ P.try (spaces1 *> P.string "AND" *> spaces1) *> compoundAnd
145 spaces1 = P.space *> P.spaces function
/dports/math/gap/gap-4.11.0/pkg/singular-2019.10.01/gap/
H A Disola.g6 R2, B1, B2, C1, C2, Id1, b, Id2, spaces1, inds,
227 spaces1:=[];
241 Add(spaces1,sp4);
251 SortParallel( spaces1, inds, function(V1,V2)
266 bas1:=List(spaces1,V->BasisVectors(Basis(V)));
269 if List(spaces1,x->Dimension(x))<>List(spaces2,x->Dimension(x)) then
469 nrad1, nrad2, i, b, spaces1, inds,
601 spaces1:=[];
611 Add(spaces1,sp4);
619 SortParallel( spaces1, inds, function(V1,V2)
[all …]
/dports/databases/mtop/mtop-0.6.6/
H A Dmtop.PL696 my $spaces1 = " " x ($SCREEN_WIDTH/2 - length($val1) - length($keys[$i]) - 4);
698 my $line = "$keys[$i]: $spaces1$val1";
735 my $spaces1 = " " x ($SCREEN_WIDTH/2 - length($val1) - length($keys[$i]) - 4);
737 my $line = "$keys[$i]: $spaces1$val1";
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/turtle-1.5.22/src/Turtle/
H A DPattern.hs65 , spaces1
299 spaces1 :: Pattern Text
300 spaces1 = plus space function
/dports/devel/emscripten/emscripten-2.0.3/third_party/websockify/other/
H A Dwebsocket.rb136 spaces1 = key1.count(" ")
138 num1 = key1.scan(/[0-9]/).join('').to_i / spaces1
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/semver-range-0.2.8/src/Data/SemVer/
H A DParser.hs106 spaces1 :: Parser String
107 spaces1 = many1 $ oneOf [' ', '\t', '\n', '\r'] function
/dports/lang/elm/compiler-0.19.1/compiler/src/Reporting/Render/
H A DCode.hs176 spaces1 = replicate (fromIntegral startCol1 + length lineNumber + 1) ' ' function
186 , D.fromChars spaces1 <> D.red (D.fromChars zigzag1) <>
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Readers/LaTeX/
H A DParsing.hs44 , spaces1
543 spaces1 :: PandocMonad m => LP m ()
544 spaces1 = skipMany1 (satisfyTok (tokTypeIn [Comment, Spaces, Newline])) function
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Readers/
H A DLaTeX.hs638 where preambleBlock = (mempty <$ spaces1)
1233 Newline -> mempty <$ spaces1
1234 Spaces -> mempty <$ spaces1
1235 Comment -> mempty <$ spaces1
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Readers/LaTeX/
H A DParsing.hs49 , spaces1
652 spaces1 :: PandocMonad m => LP m ()
653 spaces1 = skipMany1 (satisfyTok (tokTypeIn [Comment, Spaces, Newline])) function
H A DSIunitx.hs188 skipMany (void (symbol '.') <|> void (symbol '~') <|> spaces1)
/dports/math/vtk6/VTK-6.2.0/ThirdParty/AutobahnPython/autobahn/websocket/
H A Dprotocol.py3733 spaces1 = random.randint(1, 12)
3734 max1 = int(4294967295 / spaces1)
3736 product1 = number1 * spaces1
3742 for i in xrange(spaces1):
/dports/editors/madedit/madedit-0.2.9/src/MadEdit/
H A DMadEdit.cpp5218 int spaces1 = 0; in InsertColumnString() local
5221 spaces1 = xpos1 / sw; in InsertColumnString()
5222 xpos1 -= spaces1 * sw; in InsertColumnString()
5225 ++spaces1; in InsertColumnString()
5241 if(rowpos+spaces2-spaces1 >= maxlinepos) in InsertColumnString()
5247 selcaretpos=pos+rowpos+spaces2-spaces1; in InsertColumnString()
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Readers/
H A DLaTeX.hs1220 where preambleBlock = (mempty <$ spaces1)
2411 res <- (mempty <$ spaces1)