Home
last modified time | relevance | path

Searched +defs:For +defs:a (Results 26 – 50 of 171) sorted by relevance

1234567

/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/lens-4.19.2/src/Control/Lens/
H A DLens.hs359 fab ?? a = fmap ($ a) fab function
537 l <+~ a = l <%~ (+ a) function
549 l <-~ a = l <%~ subtract a function
562 l <*~ a = l <%~ (* a) function
574 l <//~ a = l <%~ (/ a) function
613 l <**~ a = l <%~ (** a) function
884 l <+= a = l <%= (+ a) function
898 l <-= a = l <%= subtract a function
912 l <*= a = l <%= (* a) function
925 l <//= a = l <%= (/ a) function
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/lens-4.19.2/src/Control/Lens/
H A DLens.hs359 fab ?? a = fmap ($ a) fab function
537 l <+~ a = l <%~ (+ a) function
549 l <-~ a = l <%~ subtract a function
562 l <*~ a = l <%~ (* a) function
574 l <//~ a = l <%~ (/ a) function
613 l <**~ a = l <%~ (** a) function
884 l <+= a = l <%= (+ a) function
898 l <-= a = l <%= subtract a function
912 l <*= a = l <%= (* a) function
925 l <//= a = l <%= (/ a) function
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/lens-4.19.1/src/Control/Lens/
H A DLens.hs359 fab ?? a = fmap ($ a) fab function
537 l <+~ a = l <%~ (+ a) function
549 l <-~ a = l <%~ subtract a function
562 l <*~ a = l <%~ (* a) function
574 l <//~ a = l <%~ (/ a) function
613 l <**~ a = l <%~ (** a) function
884 l <+= a = l <%= (+ a) function
898 l <-= a = l <%= subtract a function
912 l <*= a = l <%= (* a) function
925 l <//= a = l <%= (/ a) function
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/lens-5.0.1/src/Control/Lens/
H A DLens.hs356 fab ?? a = fmap ($ a) fab function
534 l <+~ a = l <%~ (+ a) function
546 l <-~ a = l <%~ subtract a function
559 l <*~ a = l <%~ (* a) function
571 l <//~ a = l <%~ (/ a) function
610 l <**~ a = l <%~ (** a) function
881 l <+= a = l <%= (+ a) function
895 l <-= a = l <%= subtract a function
909 l <*= a = l <%= (* a) function
922 l <//= a = l <%= (/ a) function
[all …]
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/Mono.Cecil/
H A DImport.cs121 public static ImportGenericContext For (IGenericParameterProvider context) in For() method
781 static bool Equals (byte [] a, byte [] b) in Equals()
804 static bool Equals (AssemblyNameReference a, AssemblyNameReference b) in Equals()
/dports/lang/mono/mono-5.10.1.57/external/cecil/Mono.Cecil/
H A DImport.cs121 public static ImportGenericContext For (IGenericParameterProvider context) in For() method
781 static bool Equals (byte [] a, byte [] b) in Equals()
804 static bool Equals (AssemblyNameReference a, AssemblyNameReference b) in Equals()
/dports/editors/poedit/poedit-1.8.4/src/
H A Dtext_control.cpp452 const AttrType& For(SyntaxHighlighter::TextKind kind) const in For() function in AnyTranslatableTextCtrl::Attributes
667 m_syntax.Highlight(text, [=](int a, int b, SyntaxHighlighter::TextKind kind){ in HighlightText()
689 m_syntax.Highlight(text, [=](int a, int b, SyntaxHighlighter::TextKind kind){ in HighlightText()
/dports/lang/rust/rustc-1.58.1-src/vendor/minifier/src/js/
H A Dtoken.rs160 For, enumerator
569 ) -> Option<Token<'a>> { in get_line_comment()
588 ) -> Option<Token<'a>> { in get_regex()
647 ) -> Option<Token<'a>> { in get_comment()
684 ) -> Option<Token<'a>> { in get_string()
706 ) -> Option<Token<'a>> { in get_backtick_string()
754 fn first_useful<'a>(v: &'a [Token<'a>]) -> Option<&'a Token<'a>> { in first_useful()
764 fn fill_other<'a>(source: &'a str, v: &mut Vec<Token<'a>>, start: usize, pos: usize) { in fill_other()
858 fn new(indices: CharIndices<'a>) -> MyPeekable<'a> { in new()
1044 F: Fn(Tokens<'a>) -> Tokens<'a>, in apply()
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DWebGLFormats.cpp206 uint8_t g, uint8_t b, uint8_t a, uint8_t d, uint8_t s, in AddFormatInfo()
590 Maybe<PackingInfoInfo> PackingInfoInfo::For(const PackingInfo& pi) { in For() function in mozilla::webgl::PackingInfoInfo
/dports/graphics/sswf/sswf-1.8.4/src/libasas/
H A Dassembler.c++382 Action *a; in ConstructorClass() local
426 Action *a; in ExtendsClass() local
629 Action *a; in FlagsClass() local
745 Action *a; in Class() local
1118 Action *a; in If() local
1197 Action *a; in EmptyEnumeration() local
1232 void IntAssembler::For(as::NodePtr& for_node) in For() function in sswf::asas::IntAssembler
1237 Action *a; in For() local
1587 Action *a; in Case() local
2201 Action *a; in Catch() local
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/math-functions-0.3.4.2/Numeric/SpecFunctions/
H A DInternal.hs147 -- For z<1 we use recurrence. Γ(z+1) = z·Γ(z) Note that in order to function
388 | a <= 0 || x < 0 = error function
403 | a > 20 && useTemme = uniformExpansion function
415 | a < 10 = x ** a function
417 | a < 1182.5 = (x * exp 1 / a) ** a function
701 | a == 0 || a == 1 = a function
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/math-functions-0.3.4.1/Numeric/SpecFunctions/
H A DInternal.hs147 -- For z<1 we use recurrence. Γ(z+1) = z·Γ(z) Note that in order to function
388 | a <= 0 || x < 0 = error function
403 | a > 20 && useTemme = uniformExpansion function
415 | a < 10 = x ** a function
417 | a < 1182.5 = (x * exp 1 / a) ** a function
701 | a == 0 || a == 1 = a function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/math-functions-0.3.4.1/Numeric/SpecFunctions/
H A DInternal.hs147 -- For z<1 we use recurrence. Γ(z+1) = z·Γ(z) Note that in order to function
388 | a <= 0 || x < 0 = error function
403 | a > 20 && useTemme = uniformExpansion function
415 | a < 10 = x ** a function
417 | a < 1182.5 = (x * exp 1 / a) ** a function
701 | a == 0 || a == 1 = a function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/math-functions-0.3.4.2/Numeric/SpecFunctions/
H A DInternal.hs147 -- For z<1 we use recurrence. Γ(z+1) = z·Γ(z) Note that in order to function
388 | a <= 0 || x < 0 = error function
403 | a > 20 && useTemme = uniformExpansion function
415 | a < 10 = x ** a function
417 | a < 1182.5 = (x * exp 1 / a) ** a function
701 | a == 0 || a == 1 = a function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/math-functions-0.3.4.2/Numeric/SpecFunctions/
H A DInternal.hs147 -- For z<1 we use recurrence. Γ(z+1) = z·Γ(z) Note that in order to function
388 | a <= 0 || x < 0 = error function
403 | a > 20 && useTemme = uniformExpansion function
415 | a < 10 = x ** a function
417 | a < 1182.5 = (x * exp 1 / a) ** a function
701 | a == 0 || a == 1 = a function
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/math-functions-0.3.4.2/Numeric/SpecFunctions/
H A DInternal.hs147 -- For z<1 we use recurrence. Γ(z+1) = z·Γ(z) Note that in order to function
388 | a <= 0 || x < 0 = error function
403 | a > 20 && useTemme = uniformExpansion function
415 | a < 10 = x ** a function
417 | a < 1182.5 = (x * exp 1 / a) ** a function
701 | a == 0 || a == 1 = a function
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DBounds.cpp221 Interval a = interval; in visit() local
361 Interval a = interval; in visit() local
401 Interval a = interval; in visit() local
448 Interval a = interval; in visit() local
518 Interval a = interval; in visit() local
613 Interval a = interval; in visit() local
657 Interval a = interval; in visit() local
673 Interval a = interval; in visit() local
693 Interval a = interval; in visit_compare() local
1452 void visit(const For *) override { in visit()
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/microlens-mtl-0.2.0.1/src/Lens/Micro/Mtl/
H A DInternal.hs100 newtype Focusing m s a = Focusing { unfocusing :: m (s, a) } function
122 newtype FocusingWith w m s a = FocusingWith { unfocusingWith :: m (s, a, w) } function
265 For the sake of the example, let's define some types first: function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/microlens-mtl-0.2.0.1/src/Lens/Micro/Mtl/
H A DInternal.hs100 newtype Focusing m s a = Focusing { unfocusing :: m (s, a) } function
122 newtype FocusingWith w m s a = FocusingWith { unfocusingWith :: m (s, a, w) } function
265 For the sake of the example, let's define some types first: function
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/microlens-mtl-0.2.0.1/src/Lens/Micro/Mtl/
H A DInternal.hs100 newtype Focusing m s a = Focusing { unfocusing :: m (s, a) } function
122 newtype FocusingWith w m s a = FocusingWith { unfocusingWith :: m (s, a, w) } function
265 For the sake of the example, let's define some types first: function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/microlens-mtl-0.2.0.1/src/Lens/Micro/Mtl/
H A DInternal.hs100 newtype Focusing m s a = Focusing { unfocusing :: m (s, a) } function
122 newtype FocusingWith w m s a = FocusingWith { unfocusingWith :: m (s, a, w) } function
265 For the sake of the example, let's define some types first: function
/dports/devel/hs-hasktags/hasktags-0.72.0/_cabal_deps/microlens-mtl-0.2.0.1/src/Lens/Micro/Mtl/
H A DInternal.hs100 newtype Focusing m s a = Focusing { unfocusing :: m (s, a) } function
122 newtype FocusingWith w m s a = FocusingWith { unfocusingWith :: m (s, a, w) } function
265 For the sake of the example, let's define some types first: function
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/microlens-mtl-0.2.0.1/src/Lens/Micro/Mtl/
H A DInternal.hs100 newtype Focusing m s a = Focusing { unfocusing :: m (s, a) } function
122 newtype FocusingWith w m s a = FocusingWith { unfocusingWith :: m (s, a, w) } function
265 For the sake of the example, let's define some types first: function
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/microlens-mtl-0.2.0.1/src/Lens/Micro/Mtl/
H A DInternal.hs100 newtype Focusing m s a = Focusing { unfocusing :: m (s, a) } function
122 newtype FocusingWith w m s a = FocusingWith { unfocusingWith :: m (s, a, w) } function
265 For the sake of the example, let's define some types first: function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/microlens-mtl-0.2.0.1/src/Lens/Micro/Mtl/
H A DInternal.hs100 newtype Focusing m s a = Focusing { unfocusing :: m (s, a) } function
122 newtype FocusingWith w m s a = FocusingWith { unfocusingWith :: m (s, a, w) } function
265 For the sake of the example, let's define some types first: function

1234567