Home
last modified time | relevance | path

Searched refs:DocProperty (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/upp/upp/uppsrc/ide/LayDes/
H A Dtextprop.cpp212 struct DocProperty : public SmartTextEditProperty<DocEdit> struct
222 typedef DocProperty CLASSNAME; argument
224 DocProperty() { in DocProperty() argument
232 static ItemProperty *Create() { return new DocProperty; } in Create() argument
237 void DocProperty::LargeEdit() in LargeEdit()
295 ItemProperty::Register("Doc", DocProperty::Create); in RegisterTextProperties()
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/haddock-library-1.9.0/test/Documentation/Haddock/
H A DParserSpec.hs815 "prop> 23 == 23" `shouldParseTo` DocProperty "23 == 23"
823 DocProperty "23 == 23" <> DocProperty "42 == 42"
827 DocProperty "灼眼のシャナ ≡ 愛"
831 DocProperty "xs == (reverse $ reverse xs)"
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/haddock-library-1.10.0/test/Documentation/Haddock/
H A DParserSpec.hs895 "prop> 23 == 23" `shouldParseTo` DocProperty "23 == 23"
903 DocProperty "23 == 23" <> DocProperty "42 == 42"
907 DocProperty "灼眼のシャナ ≡ 愛"
911 DocProperty "xs == (reverse $ reverse xs)"
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-library/src/Documentation/Haddock/
H A DTypes.hs136 | DocProperty String constructor
165 bimap _ _ (DocProperty s) = DocProperty s
212 bitraverse _ _ (DocProperty s) = pure (DocProperty s)
H A DMarkup.hs33 markup m (DocProperty p) = markupProperty m p
64 markupProperty = DocProperty,
H A DParser.hs89 g (DocProperty x) = DocProperty x
758 property = DocProperty . T.unpack . T.strip <$> ("prop>" *> takeWhile1 (/= '\n'))
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-library/test/Documentation/Haddock/
H A DParserSpec.hs895 "prop> 23 == 23" `shouldParseTo` DocProperty "23 == 23"
903 DocProperty "23 == 23" <> DocProperty "42 == 42"
907 DocProperty "灼眼のシャナ ≡ 愛"
911 DocProperty "xs == (reverse $ reverse xs)"
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/haddock-library-1.10.0/src/Documentation/Haddock/
H A DTypes.hs136 | DocProperty String constructor
165 bimap _ _ (DocProperty s) = DocProperty s
212 bitraverse _ _ (DocProperty s) = pure (DocProperty s)
H A DMarkup.hs33 markup m (DocProperty p) = markupProperty m p
64 markupProperty = DocProperty,
H A DParser.hs89 g (DocProperty x) = DocProperty x
759 property = DocProperty . T.unpack . T.strip <$> ("prop>" *> takeWhile1 (/= '\n'))
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/haddock-library-1.10.0/test/Documentation/Haddock/
H A DParserSpec.hs895 "prop> 23 == 23" `shouldParseTo` DocProperty "23 == 23"
903 DocProperty "23 == 23" <> DocProperty "42 == 42"
907 DocProperty "灼眼のシャナ ≡ 愛"
911 DocProperty "xs == (reverse $ reverse xs)"
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/haddock-library-1.10.0/src/Documentation/Haddock/
H A DTypes.hs136 | DocProperty String constructor
165 bimap _ _ (DocProperty s) = DocProperty s
212 bitraverse _ _ (DocProperty s) = pure (DocProperty s)
H A DMarkup.hs33 markup m (DocProperty p) = markupProperty m p
64 markupProperty = DocProperty,
H A DParser.hs89 g (DocProperty x) = DocProperty x
759 property = DocProperty . T.unpack . T.strip <$> ("prop>" *> takeWhile1 (/= '\n'))
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/haddock-library-1.9.0/src/Documentation/Haddock/
H A DTypes.hs130 | DocProperty String constructor
159 bimap _ _ (DocProperty s) = DocProperty s
206 bitraverse _ _ (DocProperty s) = pure (DocProperty s)
H A DMarkup.hs33 markup m (DocProperty p) = markupProperty m p
64 markupProperty = DocProperty,
H A DParser.hs89 g (DocProperty x) = DocProperty x
728 property = DocProperty . T.unpack . T.strip <$> ("prop>" *> takeWhile1 (/= '\n'))
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/Interface/
H A DLexParseRn.hs157 DocProperty p -> pure (DocProperty p)
H A DJson.hs183 jsonDoc (DocProperty s) = jsonObject
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/Readers/
H A DHaddock.hs81 DocProperty s -> B.codeBlockWith ("",["property","haskell"],[]) (trim $ T.pack s)
150 DocProperty _ -> mempty
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/Readers/
H A DHaddock.hs84 DocProperty s -> B.codeBlockWith ("",["property","haskell"],[]) (trim $ T.pack s)
154 DocProperty _ -> mempty
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/ghcide/src/Development/IDE/Spans/
H A DCommon.hs185 haddockToMarkdown (H.DocProperty _)
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/ghcide/src/Development/IDE/Spans/
H A DCommon.hs185 haddockToMarkdown (H.DocProperty _)
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/
H A DInterfaceFile.hs580 put_ bh (DocProperty x) = do
666 return (DocProperty x)
H A DTypes.hs485 DocProperty a -> a `deepseq` ()

12