Home
last modified time | relevance | path

Searched refs:CiFunction (Results 1 – 11 of 11) sorted by relevance

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/test/functional/
H A DCompletion.hs25 item ^. kind @?= Just CiFunction
44 resolved ^. kind @?= Just CiFunction
96 item ^. kind @?= Just CiFunction
134 item ^. kind @?= Just CiFunction
147 item ^. kind @?= Just CiFunction
177 item ^. kind @?= Just CiFunction
191 item ^. kind @?= Just CiFunction
205 item ^. kind @?= Just CiFunction
219 item ^. kind @?= Just CiFunction
233 item ^. kind @?= Just CiFunction
[all …]
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/test/functional/
H A DCompletion.hs25 item ^. kind @?= Just CiFunction
44 resolved ^. kind @?= Just CiFunction
96 item ^. kind @?= Just CiFunction
134 item ^. kind @?= Just CiFunction
147 item ^. kind @?= Just CiFunction
177 item ^. kind @?= Just CiFunction
191 item ^. kind @?= Just CiFunction
205 item ^. kind @?= Just CiFunction
219 item ^. kind @?= Just CiFunction
233 item ^. kind @?= Just CiFunction
[all …]
/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DBuiltinFunctions-calculus.cc171 CiFunction::CiFunction() : MathFunction("Ci", 1) { in CiFunction() function in CiFunction
175 bool CiFunction::representsReal(const MathStructure &vargs, bool) const {return vargs.size() == 1 &… in representsReal()
176 bool CiFunction::representsNumber(const MathStructure &vargs, bool) const {return vargs.size() == 1… in representsNumber()
177 bool CiFunction::representsNonComplex(const MathStructure &vargs, bool) const {return vargs.size() … in representsNonComplex()
178 int CiFunction::calculate(MathStructure &mstruct, const MathStructure &vargs, const EvaluationOptio… in calculate()
H A DBuiltinFunctions.h399 DECLARE_BUILTIN_FUNCTION_R2(CiFunction, FUNCTION_ID_COSINT)
H A DCalculator.cc1689 f_Ci = addFunction(new CiFunction()); in addBuiltinFunctions()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/lsp-types-1.3.0.1/src/Language/LSP/Types/
H A DCompletion.hs21 | CiFunction constructor
49 toJSON CiFunction = A.Number 3
76 parseJSON (A.Number 3) = pure CiFunction
H A DCapabilities.hs184 , CiFunction
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/ghcide/test/exe/
H A DMain.hs4139 [("xxx", CiFunction, "xxx", True, True, Nothing),
4146 [("xxx", CiFunction, "xxx", True, True, Nothing),
4153 [("xxx", CiFunction, "xxx", True, True, Nothing)],
4184 [("abcdef", CiFunction, "abcdef", True, False, Nothing),
4194 [("abcdef", CiFunction, "abcdef", True, False, Nothing),
4204 [("abcdef", CiFunction, "abcdef", True, False, Nothing),
4216 [("abcdef", CiFunction, "abcdef", True, False, Nothing)
4230 [("abcde", CiFunction, "abcde", True, False, Nothing)
4232 ,("abcdef", CiFunction, "abcdef", True, False, Nothing)
4247 [("abcd", CiFunction, "abcd", True, False, Nothing)
[all …]
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/ghcide/test/exe/
H A DMain.hs4139 [("xxx", CiFunction, "xxx", True, True, Nothing),
4146 [("xxx", CiFunction, "xxx", True, True, Nothing),
4153 [("xxx", CiFunction, "xxx", True, True, Nothing)],
4184 [("abcdef", CiFunction, "abcdef", True, False, Nothing),
4194 [("abcdef", CiFunction, "abcdef", True, False, Nothing),
4204 [("abcdef", CiFunction, "abcdef", True, False, Nothing),
4216 [("abcdef", CiFunction, "abcdef", True, False, Nothing)
4230 [("abcde", CiFunction, "abcde", True, False, Nothing)
4232 ,("abcdef", CiFunction, "abcdef", True, False, Nothing)
4247 [("abcd", CiFunction, "abcd", True, False, Nothing)
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/ghcide/src/Development/IDE/Plugin/Completions/
H A DLogic.hs147 _ -> CiFunction
292 CompletionItem label (Just CiFunction) Nothing (Just moduleName)
437 [mkComp id CiFunction (Just $ ppr typ) | id <- ids]
439 [ mkComp fun_id CiFunction Nothing
447 [ mkComp id CiFunction (Just $ ppr typ)
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/ghcide/src/Development/IDE/Plugin/Completions/
H A DLogic.hs147 _ -> CiFunction
292 CompletionItem label (Just CiFunction) Nothing (Just moduleName)
437 [mkComp id CiFunction (Just $ ppr typ) | id <- ids]
439 [ mkComp fun_id CiFunction Nothing
447 [ mkComp id CiFunction (Just $ ppr typ)