Home
last modified time | relevance | path

Searched refs:Rep1 (Results 126 – 150 of 801) sorted by relevance

12345678910>>...33

/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/chrono/
H A Dtime_point.hpp89 template <class Rep1, class Period1, class Clock, class Duration2>
92 typename common_type<duration<Rep1, Period1>, Duration2>::type>
94 const duration<Rep1, Period1>& lhs,
255 template <class Rep1, class Period1, class Clock, class Duration2>
258 typename common_type<duration<Rep1, Period1>, Duration2>::type>
259 operator+(const duration<Rep1, Period1>& lhs, in operator +() argument
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/chrono/
H A Dtime_point.hpp89 template <class Rep1, class Period1, class Clock, class Duration2>
92 typename common_type<duration<Rep1, Period1>, Duration2>::type>
94 const duration<Rep1, Period1>& lhs,
255 template <class Rep1, class Period1, class Clock, class Duration2>
258 typename common_type<duration<Rep1, Period1>, Duration2>::type>
259 operator+(const duration<Rep1, Period1>& lhs, in operator +() argument
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/chrono/
H A Dtime_point.hpp90 template <class Rep1, class Period1, class Clock, class Duration2>
93 typename common_type<duration<Rep1, Period1>, Duration2>::type>
95 const duration<Rep1, Period1>& lhs,
256 template <class Rep1, class Period1, class Clock, class Duration2>
259 typename common_type<duration<Rep1, Period1>, Duration2>::type>
260 operator+(const duration<Rep1, Period1>& lhs, in operator +() argument
/dports/devel/boost-docs/boost_1_72_0/boost/chrono/
H A Dtime_point.hpp89 template <class Rep1, class Period1, class Clock, class Duration2>
92 typename common_type<duration<Rep1, Period1>, Duration2>::type>
94 const duration<Rep1, Period1>& lhs,
255 template <class Rep1, class Period1, class Clock, class Duration2>
258 typename common_type<duration<Rep1, Period1>, Duration2>::type>
259 operator+(const duration<Rep1, Period1>& lhs, in operator +() argument
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/chrono/
H A Dtime_point.hpp90 template <class Rep1, class Period1, class Clock, class Duration2>
93 typename common_type<duration<Rep1, Period1>, Duration2>::type>
95 const duration<Rep1, Period1>& lhs,
256 template <class Rep1, class Period1, class Clock, class Duration2>
259 typename common_type<duration<Rep1, Period1>, Duration2>::type>
260 operator+(const duration<Rep1, Period1>& lhs, in operator +() argument
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/chrono/
H A Dtime_point.hpp90 template <class Rep1, class Period1, class Clock, class Duration2>
93 typename common_type<duration<Rep1, Period1>, Duration2>::type>
95 const duration<Rep1, Period1>& lhs,
256 template <class Rep1, class Period1, class Clock, class Duration2>
259 typename common_type<duration<Rep1, Period1>, Duration2>::type>
260 operator+(const duration<Rep1, Period1>& lhs, in operator +() argument
/dports/devel/stack/stack-2.7.3/_cabal_deps/generic-deriving-1.14/src/Generics/Deriving/
H A DInstances.hs214 type Rep1Down = Rep1 Down
229 type Rep1 Down = Rep1Down type
452 type Rep1 Par1 = Rep1Par1 type
508 type Rep1 U1 = Rep1U1 type
537 type Rep1 V1 = Rep1V1 type
562 type Rep1 UAddr = Rep1UAddr type
682 type Rep1 UInt = Rep1UInt type
952 type Rep1 Dual = Rep1Dual type
1071 type Rep1 Last = Rep1Last type
1131 type Rep1 Sum = Rep1Sum type
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/generic-deriving-1.13.1/src/Generics/Deriving/
H A DInstances.hs214 type Rep1Down = Rep1 Down
229 type Rep1 Down = Rep1Down type
452 type Rep1 Par1 = Rep1Par1 type
508 type Rep1 U1 = Rep1U1 type
537 type Rep1 V1 = Rep1V1 type
562 type Rep1 UAddr = Rep1UAddr type
682 type Rep1 UInt = Rep1UInt type
952 type Rep1 Dual = Rep1Dual type
1071 type Rep1 Last = Rep1Last type
1131 type Rep1 Sum = Rep1Sum type
[all …]
/dports/devel/py-plex/py38-plex-1.1.5/tests/
H A Dtest5.py12 ident = Rep1(letter)
13 spaces = Rep1(space)
H A Dtest6.py17 number = Rep1(digit)
21 spaces = Rep1(space)
H A Dtest9.py74 number = Rep1(digit) | (Str("0x") + Rep1(hexdigit))
95 spaces = Rep1(Any(" \t"))
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/optics-core-0.3.0.1/src/GHC/Generics/
H A DOptics.hs35 import GHC.Generics (Generic, Rep, Generic1, Rep1, (:+:) (..), V1, U1 (..),
52 generic1 :: (Generic1 f, Generic1 g) => Iso (f a) (g b) (Rep1 f a) (Rep1 g b)
/dports/devel/py-plex/py38-plex-1.1.5/examples/
H A Dpython.py67 number = Rep1(digit) | (Str("0x") + Rep1(hexdigit))
94 spaces = Rep1(Any(" \t"))
H A Dpascal.py18 number = Rep1(digit)
22 spaces = Rep1(space)
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/transformers-compat-0.6.5/generics/Data/Functor/Classes/Generic/
H A DInternal.hs168 eq1Default :: (GEq1 V4 (Rep1 f), Generic1 f, Eq a)
174 eq1Options :: (GEq1 V4 (Rep1 f), Generic1 f, Eq a)
179 liftEqDefault :: (GEq1 NonV4 (Rep1 f), Generic1 f)
185 liftEqOptions :: (GEq1 NonV4 (Rep1 f), Generic1 f)
270 compare1Default :: (GOrd1 V4 (Rep1 f), Generic1 f, Ord a)
276 compare1Options :: (GOrd1 V4 (Rep1 f), Generic1 f, Ord a)
281 liftCompareDefault :: (GOrd1 NonV4 (Rep1 f), Generic1 f)
287 liftCompareOptions :: (GOrd1 NonV4 (Rep1 f), Generic1 f)
396 liftReadsPrecDefault :: (GRead1 NonV4 (Rep1 f), Generic1 f)
402 liftReadsPrecOptions :: (GRead1 NonV4 (Rep1 f), Generic1 f)
[all …]
/dports/games/hs-scroll/scroll-1.20180421/_cabal_deps/transformers-compat-0.6.5/generics/Data/Functor/Classes/Generic/
H A DInternal.hs168 eq1Default :: (GEq1 V4 (Rep1 f), Generic1 f, Eq a)
174 eq1Options :: (GEq1 V4 (Rep1 f), Generic1 f, Eq a)
179 liftEqDefault :: (GEq1 NonV4 (Rep1 f), Generic1 f)
185 liftEqOptions :: (GEq1 NonV4 (Rep1 f), Generic1 f)
270 compare1Default :: (GOrd1 V4 (Rep1 f), Generic1 f, Ord a)
276 compare1Options :: (GOrd1 V4 (Rep1 f), Generic1 f, Ord a)
281 liftCompareDefault :: (GOrd1 NonV4 (Rep1 f), Generic1 f)
287 liftCompareOptions :: (GOrd1 NonV4 (Rep1 f), Generic1 f)
396 liftReadsPrecDefault :: (GRead1 NonV4 (Rep1 f), Generic1 f)
402 liftReadsPrecOptions :: (GRead1 NonV4 (Rep1 f), Generic1 f)
[all …]
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/transformers-compat-0.6.5/generics/Data/Functor/Classes/Generic/
H A DInternal.hs168 eq1Default :: (GEq1 V4 (Rep1 f), Generic1 f, Eq a)
174 eq1Options :: (GEq1 V4 (Rep1 f), Generic1 f, Eq a)
179 liftEqDefault :: (GEq1 NonV4 (Rep1 f), Generic1 f)
185 liftEqOptions :: (GEq1 NonV4 (Rep1 f), Generic1 f)
270 compare1Default :: (GOrd1 V4 (Rep1 f), Generic1 f, Ord a)
276 compare1Options :: (GOrd1 V4 (Rep1 f), Generic1 f, Ord a)
281 liftCompareDefault :: (GOrd1 NonV4 (Rep1 f), Generic1 f)
287 liftCompareOptions :: (GOrd1 NonV4 (Rep1 f), Generic1 f)
396 liftReadsPrecDefault :: (GRead1 NonV4 (Rep1 f), Generic1 f)
402 liftReadsPrecOptions :: (GRead1 NonV4 (Rep1 f), Generic1 f)
[all …]
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/transformers-compat-0.6.5/generics/Data/Functor/Classes/Generic/
H A DInternal.hs168 eq1Default :: (GEq1 V4 (Rep1 f), Generic1 f, Eq a)
174 eq1Options :: (GEq1 V4 (Rep1 f), Generic1 f, Eq a)
179 liftEqDefault :: (GEq1 NonV4 (Rep1 f), Generic1 f)
185 liftEqOptions :: (GEq1 NonV4 (Rep1 f), Generic1 f)
270 compare1Default :: (GOrd1 V4 (Rep1 f), Generic1 f, Ord a)
276 compare1Options :: (GOrd1 V4 (Rep1 f), Generic1 f, Ord a)
281 liftCompareDefault :: (GOrd1 NonV4 (Rep1 f), Generic1 f)
287 liftCompareOptions :: (GOrd1 NonV4 (Rep1 f), Generic1 f)
396 liftReadsPrecDefault :: (GRead1 NonV4 (Rep1 f), Generic1 f)
402 liftReadsPrecOptions :: (GRead1 NonV4 (Rep1 f), Generic1 f)
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/transformers-compat-0.6.5/generics/Data/Functor/Classes/Generic/
H A DInternal.hs168 eq1Default :: (GEq1 V4 (Rep1 f), Generic1 f, Eq a)
174 eq1Options :: (GEq1 V4 (Rep1 f), Generic1 f, Eq a)
179 liftEqDefault :: (GEq1 NonV4 (Rep1 f), Generic1 f)
185 liftEqOptions :: (GEq1 NonV4 (Rep1 f), Generic1 f)
270 compare1Default :: (GOrd1 V4 (Rep1 f), Generic1 f, Ord a)
276 compare1Options :: (GOrd1 V4 (Rep1 f), Generic1 f, Ord a)
281 liftCompareDefault :: (GOrd1 NonV4 (Rep1 f), Generic1 f)
287 liftCompareOptions :: (GOrd1 NonV4 (Rep1 f), Generic1 f)
396 liftReadsPrecDefault :: (GRead1 NonV4 (Rep1 f), Generic1 f)
402 liftReadsPrecOptions :: (GRead1 NonV4 (Rep1 f), Generic1 f)
[all …]
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/transformers-compat-0.6.5/generics/Data/Functor/Classes/Generic/
H A DInternal.hs168 eq1Default :: (GEq1 V4 (Rep1 f), Generic1 f, Eq a)
174 eq1Options :: (GEq1 V4 (Rep1 f), Generic1 f, Eq a)
179 liftEqDefault :: (GEq1 NonV4 (Rep1 f), Generic1 f)
185 liftEqOptions :: (GEq1 NonV4 (Rep1 f), Generic1 f)
270 compare1Default :: (GOrd1 V4 (Rep1 f), Generic1 f, Ord a)
276 compare1Options :: (GOrd1 V4 (Rep1 f), Generic1 f, Ord a)
281 liftCompareDefault :: (GOrd1 NonV4 (Rep1 f), Generic1 f)
287 liftCompareOptions :: (GOrd1 NonV4 (Rep1 f), Generic1 f)
396 liftReadsPrecDefault :: (GRead1 NonV4 (Rep1 f), Generic1 f)
402 liftReadsPrecOptions :: (GRead1 NonV4 (Rep1 f), Generic1 f)
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/transformers-compat-0.6.5/generics/Data/Functor/Classes/Generic/
H A DInternal.hs168 eq1Default :: (GEq1 V4 (Rep1 f), Generic1 f, Eq a)
174 eq1Options :: (GEq1 V4 (Rep1 f), Generic1 f, Eq a)
179 liftEqDefault :: (GEq1 NonV4 (Rep1 f), Generic1 f)
185 liftEqOptions :: (GEq1 NonV4 (Rep1 f), Generic1 f)
270 compare1Default :: (GOrd1 V4 (Rep1 f), Generic1 f, Ord a)
276 compare1Options :: (GOrd1 V4 (Rep1 f), Generic1 f, Ord a)
281 liftCompareDefault :: (GOrd1 NonV4 (Rep1 f), Generic1 f)
287 liftCompareOptions :: (GOrd1 NonV4 (Rep1 f), Generic1 f)
396 liftReadsPrecDefault :: (GRead1 NonV4 (Rep1 f), Generic1 f)
402 liftReadsPrecOptions :: (GRead1 NonV4 (Rep1 f), Generic1 f)
[all …]
/dports/devel/hs-hasktags/hasktags-0.72.0/_cabal_deps/transformers-compat-0.6.5/generics/Data/Functor/Classes/Generic/
H A DInternal.hs168 eq1Default :: (GEq1 V4 (Rep1 f), Generic1 f, Eq a)
174 eq1Options :: (GEq1 V4 (Rep1 f), Generic1 f, Eq a)
179 liftEqDefault :: (GEq1 NonV4 (Rep1 f), Generic1 f)
185 liftEqOptions :: (GEq1 NonV4 (Rep1 f), Generic1 f)
270 compare1Default :: (GOrd1 V4 (Rep1 f), Generic1 f, Ord a)
276 compare1Options :: (GOrd1 V4 (Rep1 f), Generic1 f, Ord a)
281 liftCompareDefault :: (GOrd1 NonV4 (Rep1 f), Generic1 f)
287 liftCompareOptions :: (GOrd1 NonV4 (Rep1 f), Generic1 f)
396 liftReadsPrecDefault :: (GRead1 NonV4 (Rep1 f), Generic1 f)
402 liftReadsPrecOptions :: (GRead1 NonV4 (Rep1 f), Generic1 f)
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/transformers-compat-0.6.5/generics/Data/Functor/Classes/Generic/
H A DInternal.hs168 eq1Default :: (GEq1 V4 (Rep1 f), Generic1 f, Eq a)
174 eq1Options :: (GEq1 V4 (Rep1 f), Generic1 f, Eq a)
179 liftEqDefault :: (GEq1 NonV4 (Rep1 f), Generic1 f)
185 liftEqOptions :: (GEq1 NonV4 (Rep1 f), Generic1 f)
270 compare1Default :: (GOrd1 V4 (Rep1 f), Generic1 f, Ord a)
276 compare1Options :: (GOrd1 V4 (Rep1 f), Generic1 f, Ord a)
281 liftCompareDefault :: (GOrd1 NonV4 (Rep1 f), Generic1 f)
287 liftCompareOptions :: (GOrd1 NonV4 (Rep1 f), Generic1 f)
396 liftReadsPrecDefault :: (GRead1 NonV4 (Rep1 f), Generic1 f)
402 liftReadsPrecOptions :: (GRead1 NonV4 (Rep1 f), Generic1 f)
[all …]
/dports/sysutils/hs-cputype/cputype-ad3835a3a2d38aab86c03ed615058da0f1fbf244/_cabal_deps/transformers-compat-0.6.5/generics/Data/Functor/Classes/Generic/
H A DInternal.hs168 eq1Default :: (GEq1 V4 (Rep1 f), Generic1 f, Eq a)
174 eq1Options :: (GEq1 V4 (Rep1 f), Generic1 f, Eq a)
179 liftEqDefault :: (GEq1 NonV4 (Rep1 f), Generic1 f)
185 liftEqOptions :: (GEq1 NonV4 (Rep1 f), Generic1 f)
270 compare1Default :: (GOrd1 V4 (Rep1 f), Generic1 f, Ord a)
276 compare1Options :: (GOrd1 V4 (Rep1 f), Generic1 f, Ord a)
281 liftCompareDefault :: (GOrd1 NonV4 (Rep1 f), Generic1 f)
287 liftCompareOptions :: (GOrd1 NonV4 (Rep1 f), Generic1 f)
396 liftReadsPrecDefault :: (GRead1 NonV4 (Rep1 f), Generic1 f)
402 liftReadsPrecOptions :: (GRead1 NonV4 (Rep1 f), Generic1 f)
[all …]
/dports/converters/hs-aeson-pretty/aeson-pretty-0.8.8/_cabal_deps/transformers-compat-0.6.5/generics/Data/Functor/Classes/Generic/
H A DInternal.hs168 eq1Default :: (GEq1 V4 (Rep1 f), Generic1 f, Eq a)
174 eq1Options :: (GEq1 V4 (Rep1 f), Generic1 f, Eq a)
179 liftEqDefault :: (GEq1 NonV4 (Rep1 f), Generic1 f)
185 liftEqOptions :: (GEq1 NonV4 (Rep1 f), Generic1 f)
270 compare1Default :: (GOrd1 V4 (Rep1 f), Generic1 f, Ord a)
276 compare1Options :: (GOrd1 V4 (Rep1 f), Generic1 f, Ord a)
281 liftCompareDefault :: (GOrd1 NonV4 (Rep1 f), Generic1 f)
287 liftCompareOptions :: (GOrd1 NonV4 (Rep1 f), Generic1 f)
396 liftReadsPrecDefault :: (GRead1 NonV4 (Rep1 f), Generic1 f)
402 liftReadsPrecOptions :: (GRead1 NonV4 (Rep1 f), Generic1 f)
[all …]

12345678910>>...33