Home
last modified time | relevance | path

Searched refs:Idea (Results 1 – 25 of 2017) sorted by relevance

12345678910>>...81

/dports/devel/hs-hlint/hlint-3.3.4/src/
H A DIdea.hs3 module Idea( module
4 Idea(..),
25 data Idea = Idea type
41 showIdeaJson :: Idea -> String
63 showIdeasJson :: [Idea] -> String
66 instance Show Idea where
71 showIdeaANSI :: Idea -> String
74 showEx :: (String -> String) -> Idea -> String
75 showEx tt Idea{..} = unlines $
87 rawIdea = Idea [] []
[all …]
H A DApply.hs10 import Idea
27 applyHintFile :: ParseFlags -> [Setting] -> FilePath -> Maybe String -> IO [Idea]
36 applyHintFiles :: ParseFlags -> [Setting] -> [FilePath] -> IO [Idea]
49 applyHints {- PUBLIC -} :: [Classify] -> Hint -> [ModuleEx] -> [Idea]
52 applyHintsReal :: [Setting] -> Hint -> [ModuleEx] -> [Idea]
72 removeRequiresExtensionNotes :: ModuleEx -> Idea -> Idea
80 executeHints :: [Setting] -> [ModuleEx] -> [Idea]
85 parseModuleApply :: ParseFlags -> [Setting] -> FilePath -> Maybe String -> IO (Either Idea ModuleEx)
110 classify :: [Classify] -> Idea -> Idea
114 f :: Idea -> Severity -> Classify -> Severity
H A DHLint.hs28 import Idea
52 hlint :: [String] -> IO [Idea]
79 hlintMain :: [String] -> Cmd -> IO [Idea]
107 runHlintMain :: [String] -> Cmd -> Maybe FilePath -> IO [Idea]
148 runHints :: [String] -> [Setting] -> Cmd -> IO [Idea]
170 getIdeas :: Cmd -> [Setting] -> IO [Idea]
183 handleRefactoring :: [Idea] -> [String] -> Cmd -> IO ()
197 handleReporting :: [Idea] -> Cmd -> IO ()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hlint-3.2.7/src/
H A DIdea.hs3 module Idea( module
4 Idea(..),
25 data Idea = Idea function
41 showIdeaJson :: Idea -> String
63 showIdeasJson :: [Idea] -> String
66 instance Show Idea where
71 showIdeaANSI :: Idea -> String
75 showEx tt Idea{..} = unlines $
87 rawIdea = Idea [] []
113 => String -> a -> Idea
[all …]
H A DApply.hs10 import Idea
27 applyHintFile :: ParseFlags -> [Setting] -> FilePath -> Maybe String -> IO [Idea]
36 applyHintFiles :: ParseFlags -> [Setting] -> [FilePath] -> IO [Idea]
49 applyHints {- PUBLIC -} :: [Classify] -> Hint -> [ModuleEx] -> [Idea]
52 applyHintsReal :: [Setting] -> Hint -> [ModuleEx] -> [Idea]
72 removeRequiresExtensionNotes :: ModuleEx -> Idea -> Idea
80 executeHints :: [Setting] -> [ModuleEx] -> [Idea]
85 parseModuleApply :: ParseFlags -> [Setting] -> FilePath -> Maybe String -> IO (Either Idea ModuleEx)
110 classify :: [Classify] -> Idea -> Idea
114 f :: Idea -> Severity -> Classify -> Severity
H A DHLint.hs28 import Idea
52 hlint :: [String] -> IO [Idea]
79 hlintMain :: [String] -> Cmd -> IO [Idea]
107 runHlintMain :: [String] -> Cmd -> Maybe FilePath -> IO [Idea]
148 runHints :: [String] -> [Setting] -> Cmd -> IO [Idea]
170 getIdeas :: Cmd -> [Setting] -> IO [Idea]
183 handleRefactoring :: [Idea] -> [String] -> Cmd -> IO ()
197 handleReporting :: [Idea] -> Cmd -> IO ()
H A DReport.hs5 import Idea
26 writeReport :: FilePath -> FilePath -> [Idea] -> IO ()
54 writeIdea :: String -> Idea -> [String]
55 writeIdea cls Idea{..} =
/dports/security/wolfssl/wolfssl-5.1.0/wolfssl/wolfcrypt/
H A Didea.h51 typedef struct Idea { struct
55 } Idea; argument
57 WOLFSSL_API int wc_IdeaSetKey(Idea *idea, const byte* key, word16 keySz,
59 WOLFSSL_API int wc_IdeaSetIV(Idea *idea, const byte* iv);
60 WOLFSSL_API int wc_IdeaCipher(Idea *idea, byte* out, const byte* in);
61 WOLFSSL_API int wc_IdeaCbcEncrypt(Idea *idea, byte* out,
63 WOLFSSL_API int wc_IdeaCbcDecrypt(Idea *idea, byte* out,
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Didea.h51 typedef struct Idea { struct
55 } Idea; argument
57 WOLFSSL_API int wc_IdeaSetKey(Idea *idea, const byte* key, word16 keySz,
59 WOLFSSL_API int wc_IdeaSetIV(Idea *idea, const byte* iv);
60 WOLFSSL_API int wc_IdeaCipher(Idea *idea, byte* out, const byte* in);
61 WOLFSSL_API int wc_IdeaCbcEncrypt(Idea *idea, byte* out,
63 WOLFSSL_API int wc_IdeaCbcDecrypt(Idea *idea, byte* out,
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Didea.h51 typedef struct Idea { struct
55 } Idea; argument
57 WOLFSSL_API int wc_IdeaSetKey(Idea *idea, const byte* key, word16 keySz,
59 WOLFSSL_API int wc_IdeaSetIV(Idea *idea, const byte* iv);
60 WOLFSSL_API int wc_IdeaCipher(Idea *idea, byte* out, const byte* in);
61 WOLFSSL_API int wc_IdeaCbcEncrypt(Idea *idea, byte* out,
63 WOLFSSL_API int wc_IdeaCbcDecrypt(Idea *idea, byte* out,
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Didea.h51 typedef struct Idea {
55 } Idea;
57 WOLFSSL_API int wc_IdeaSetKey(Idea *idea, const byte* key, word16 keySz,
59 WOLFSSL_API int wc_IdeaSetIV(Idea *idea, const byte* iv);
60 WOLFSSL_API int wc_IdeaCipher(Idea *idea, byte* out, const byte* in);
61 WOLFSSL_API int wc_IdeaCbcEncrypt(Idea *idea, byte* out,
63 WOLFSSL_API int wc_IdeaCbcDecrypt(Idea *idea, byte* out,
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Didea.h51 typedef struct Idea { struct
55 } Idea; argument
57 WOLFSSL_API int wc_IdeaSetKey(Idea *idea, const byte* key, word16 keySz,
59 WOLFSSL_API int wc_IdeaSetIV(Idea *idea, const byte* iv);
60 WOLFSSL_API int wc_IdeaCipher(Idea *idea, byte* out, const byte* in);
61 WOLFSSL_API int wc_IdeaCbcEncrypt(Idea *idea, byte* out,
63 WOLFSSL_API int wc_IdeaCbcDecrypt(Idea *idea, byte* out,
/dports/devel/hs-hlint/hlint-3.3.4/src/Hint/
H A DType.hs10 import Idea as Export
17 type DeclHint = Scope -> ModuleEx -> LHsDecl GhcPs -> [Idea]
18 type ModuHint = Scope -> ModuleEx -> [Idea]
19 type CrossHint = [(Scope, ModuleEx)] -> [Idea]
23 …{ hintModules :: [Setting] -> [(Scope, ModuleEx)] -> [Idea] -- ^ Given a list of modules (and thei…
24 …, hintModule :: [Setting] -> Scope -> ModuleEx -> [Idea] -- ^ Given a single module and its scope …
25 , hintDecl :: [Setting] -> Scope -> ModuleEx -> LHsDecl GhcPs -> [Idea]
H A DSmell.hs81 import Hint.Type(ModuHint,ModuleEx(..),DeclHint,Idea(..),rawIdea,warn)
117 smellLongFunctions :: LHsDecl GhcPs -> Int -> [Idea]
130 declSpans :: LHsDecl GhcPs -> [(SrcSpan, Idea)]
147 rhsSpans :: HsMatchContext GhcPs -> LGRHS GhcPs (LHsExpr GhcPs) -> [(SrcSpan, Idea)]
153 whereSpans :: LHsLocalBinds GhcPs -> [(SrcSpan, Idea)]
162 smellLongTypeLists :: LHsDecl GhcPs -> Int -> [Idea]
170 smellManyArgFunctions :: LHsDecl GhcPs -> Int -> [Idea]
H A DRestrict.hs23 import Hint.Type(ModuHint,ModuleEx(..),Idea(..),Severity(..),warn,rawIdea)
102 ideaMessage :: Maybe String -> Idea -> Idea
106 ideaNoTo :: Idea -> Idea
122 -> [Idea]
136 checkImports :: String -> [LImportDecl GhcPs] -> (Bool, Map.Map String RestrictItem) -> [Idea]
139 getImportHint :: LImportDecl GhcPs -> Maybe Idea
199 checkFunctions :: Scope -> String -> [LHsDecl GhcPs] -> RestrictFunctions -> [Idea]
H A DBracket.hs110 import Hint.Type(DeclHint,Idea(..),rawIdea,warn,suggest,Severity(..),toRefactSrcSpan,toSS)
169 …=> (Located a -> String) -> (Maybe (Located a) -> Located a -> Bool) -> Bool -> Located a -> [Idea]
176 … a, Brackets (Located a)) => Maybe (Int, Located a , Located a -> Located a) -> Located a -> [Idea]
201 g :: (Data a, Outputable a, Brackets (Located a)) => Located a -> [Idea]
206 … :: (Outputable a, Outputable b, Brackets (Located b)) => String -> Located a -> Located b -> Idea
210 …r :: (Outputable a, Outputable b, Brackets (Located b)) => String -> Located a -> Located b -> Idea
214 fieldDecl :: LConDeclField GhcPs -> [Idea]
237 dollar :: LHsExpr GhcPs -> [Idea]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hlint-3.2.7/src/Hint/
H A DType.hs10 import Idea as Export
17 type DeclHint = Scope -> ModuleEx -> LHsDecl GhcPs -> [Idea]
18 type ModuHint = Scope -> ModuleEx -> [Idea]
19 type CrossHint = [(Scope, ModuleEx)] -> [Idea]
23 …{ hintModules :: [Setting] -> [(Scope, ModuleEx)] -> [Idea] -- ^ Given a list of modules (and thei…
24 …, hintModule :: [Setting] -> Scope -> ModuleEx -> [Idea] -- ^ Given a single module and its scope …
25 , hintDecl :: [Setting] -> Scope -> ModuleEx -> LHsDecl GhcPs -> [Idea]
H A DSmell.hs81 import Hint.Type(ModuHint,ModuleEx(..),DeclHint,Idea(..),rawIdea,warn)
118 smellLongFunctions :: LHsDecl GhcPs -> Int -> [Idea]
131 declSpans :: LHsDecl GhcPs -> [(SrcSpan, Idea)]
148 rhsSpans :: HsMatchContext RdrName -> LGRHS GhcPs (LHsExpr GhcPs) -> [(SrcSpan, Idea)]
155 whereSpans :: LHsLocalBinds GhcPs -> [(SrcSpan, Idea)]
164 smellLongTypeLists :: LHsDecl GhcPs -> Int -> [Idea]
172 smellManyArgFunctions :: LHsDecl GhcPs -> Int -> [Idea]
H A DBracket.hs104 import Hint.Type(DeclHint,Idea(..),rawIdea,warn,suggest,Severity(..),toRefactSrcSpan,toSS)
154 …a a, HasSrcSpan a, Outputable a, Brackets a) => (a -> String) -> (a -> Bool) -> Bool -> a -> [Idea]
161 f :: (HasSrcSpan a, Data a, Outputable a, Brackets a) => Maybe (Int, a , a -> a) -> a -> [Idea]
186 g :: (HasSrcSpan a, Data a, Outputable a, Brackets a) => a -> [Idea]
191 …: (HasSrcSpan a, HasSrcSpan b, Outputable a, Outputable b, Brackets b) => String -> a -> b -> Idea
195 …:: (HasSrcSpan a, HasSrcSpan b, Outputable a, Outputable b, Brackets b) => String -> a -> b -> Idea
199 fieldDecl :: LConDeclField GhcPs -> [Idea]
222 dollar :: LHsExpr GhcPs -> [Idea]
H A DRestrict.hs24 import Hint.Type(ModuHint,ModuleEx(..),Idea(..),Severity(..),warn,rawIdea)
102 ideaMessage :: Maybe String -> Idea -> Idea
106 ideaNoTo :: Idea -> Idea
122 -> [Idea]
136 checkImports :: String -> [LImportDecl GhcPs] -> (Bool, Map.Map String RestrictItem) -> [Idea]
174 checkFunctions :: Scope -> String -> [LHsDecl GhcPs] -> RestrictFunctions -> [Idea]
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Didea.h29 WOLFSSL_API int wc_IdeaSetKey(Idea *idea, const byte* key, word16 keySz,
58 WOLFSSL_API int wc_IdeaSetIV(Idea *idea, const byte* iv);
91 WOLFSSL_API int wc_IdeaCipher(Idea *idea, byte* out, const byte* in);
126 WOLFSSL_API int wc_IdeaCbcEncrypt(Idea *idea, byte* out,
162 WOLFSSL_API int wc_IdeaCbcDecrypt(Idea *idea, byte* out,
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Didea.h29 WOLFSSL_API int wc_IdeaSetKey(Idea *idea, const byte* key, word16 keySz,
58 WOLFSSL_API int wc_IdeaSetIV(Idea *idea, const byte* iv);
91 WOLFSSL_API int wc_IdeaCipher(Idea *idea, byte* out, const byte* in);
126 WOLFSSL_API int wc_IdeaCbcEncrypt(Idea *idea, byte* out,
162 WOLFSSL_API int wc_IdeaCbcDecrypt(Idea *idea, byte* out,
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Didea.h29 WOLFSSL_API int wc_IdeaSetKey(Idea *idea, const byte* key, word16 keySz,
58 WOLFSSL_API int wc_IdeaSetIV(Idea *idea, const byte* iv); in ConversionCreate()
91 WOLFSSL_API int wc_IdeaCipher(Idea *idea, byte* out, const byte* in);
126 WOLFSSL_API int wc_IdeaCbcEncrypt(Idea *idea, byte* out,
162 WOLFSSL_API int wc_IdeaCbcDecrypt(Idea *idea, byte* out, in RemoveConversionById()
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/doc/dox_comments/header_files/
H A Didea.h29 WOLFSSL_API int wc_IdeaSetKey(Idea *idea, const byte* key, word16 keySz,
58 WOLFSSL_API int wc_IdeaSetIV(Idea *idea, const byte* iv);
91 WOLFSSL_API int wc_IdeaCipher(Idea *idea, byte* out, const byte* in);
126 WOLFSSL_API int wc_IdeaCbcEncrypt(Idea *idea, byte* out,
162 WOLFSSL_API int wc_IdeaCbcDecrypt(Idea *idea, byte* out,
/dports/devel/p5-Class-Tangram/Class-Tangram-1.57/t/
H A D04-containers.t29 basises => [ Idea->new(content => "Got milk?") ]),
52 basises => [ Idea->new(content => "Because they're "
97 $i[0] = Idea->new(content => "marijuana is a persecuted plant",
101 $i[2] = Idea->new(content => "MJ is illegal")
105 $i[3] = Idea->new(content => "Not all laws are correct")

12345678910>>...81