Home
last modified time | relevance | path

Searched refs:flap (Results 176 – 200 of 1048) sorted by relevance

12345678910>>...42

/dports/net-mgmt/observium/observium/mibs/cisco/
H A DCISCO-ERR-DISABLE-MIB496 'flapControl' - indicates the error-disable flap control
561 A read-only value of zero indicates that no flap control
572 A read-only value of zero indicates that no flap control
807 flap control."
929 the error-disable flap control."
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/cisco/
H A DCISCO-ERR-DISABLE-MIB.my496 'flapControl' - indicates the error-disable flap control
561 A read-only value of zero indicates that no flap control
572 A read-only value of zero indicates that no flap control
807 flap control."
929 the error-disable flap control."
/dports/devel/stack/stack-2.7.3/_cabal_deps/semigroupoids-5.3.5/src/Data/Functor/Bind/
H A DClass.hs356 Strict.WriterT f <.> Strict.WriterT a = Strict.WriterT $ flap <$> f <.> a where
357 flap (x,m) (y,n) = (x y, m <> n) function
361 Lazy.WriterT f <.> Lazy.WriterT a = Lazy.WriterT $ flap <$> f <.> a where
362 flap ~(x,m) ~(y,n) = (x y, m <> n) function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/semigroupoids-5.3.4/src/Data/Functor/Bind/
H A DClass.hs356 Strict.WriterT f <.> Strict.WriterT a = Strict.WriterT $ flap <$> f <.> a where
357 flap (x,m) (y,n) = (x y, m <> n) function
361 Lazy.WriterT f <.> Lazy.WriterT a = Lazy.WriterT $ flap <$> f <.> a where
362 flap ~(x,m) ~(y,n) = (x y, m <> n) function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/semigroupoids-5.3.5/src/Data/Functor/Bind/
H A DClass.hs356 Strict.WriterT f <.> Strict.WriterT a = Strict.WriterT $ flap <$> f <.> a where
357 flap (x,m) (y,n) = (x y, m <> n) function
361 Lazy.WriterT f <.> Lazy.WriterT a = Lazy.WriterT $ flap <$> f <.> a where
362 flap ~(x,m) ~(y,n) = (x y, m <> n) function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/semigroupoids-5.3.5/src/Data/Functor/Bind/
H A DClass.hs356 Strict.WriterT f <.> Strict.WriterT a = Strict.WriterT $ flap <$> f <.> a where
357 flap (x,m) (y,n) = (x y, m <> n) function
361 Lazy.WriterT f <.> Lazy.WriterT a = Lazy.WriterT $ flap <$> f <.> a where
362 flap ~(x,m) ~(y,n) = (x y, m <> n) function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/semigroupoids-5.3.5/src/Data/Functor/Bind/
H A DClass.hs356 Strict.WriterT f <.> Strict.WriterT a = Strict.WriterT $ flap <$> f <.> a where
357 flap (x,m) (y,n) = (x y, m <> n) function
361 Lazy.WriterT f <.> Lazy.WriterT a = Lazy.WriterT $ flap <$> f <.> a where
362 flap ~(x,m) ~(y,n) = (x y, m <> n) function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/semigroupoids-5.3.4/src/Data/Functor/Bind/
H A DClass.hs356 Strict.WriterT f <.> Strict.WriterT a = Strict.WriterT $ flap <$> f <.> a where
357 flap (x,m) (y,n) = (x y, m <> n) function
361 Lazy.WriterT f <.> Lazy.WriterT a = Lazy.WriterT $ flap <$> f <.> a where
362 flap ~(x,m) ~(y,n) = (x y, m <> n) function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/semigroupoids-5.3.5/src/Data/Functor/Bind/
H A DClass.hs356 Strict.WriterT f <.> Strict.WriterT a = Strict.WriterT $ flap <$> f <.> a where
357 flap (x,m) (y,n) = (x y, m <> n) function
361 Lazy.WriterT f <.> Lazy.WriterT a = Lazy.WriterT $ flap <$> f <.> a where
362 flap ~(x,m) ~(y,n) = (x y, m <> n) function
/dports/devel/elm-format/elm-format-0.8.3/_cabal_deps/semigroupoids-5.3.4/src/Data/Functor/Bind/
H A DClass.hs356 Strict.WriterT f <.> Strict.WriterT a = Strict.WriterT $ flap <$> f <.> a where
357 flap (x,m) (y,n) = (x y, m <> n) function
361 Lazy.WriterT f <.> Lazy.WriterT a = Lazy.WriterT $ flap <$> f <.> a where
362 flap ~(x,m) ~(y,n) = (x y, m <> n) function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/semigroupoids-5.3.5/src/Data/Functor/Bind/
H A DClass.hs356 Strict.WriterT f <.> Strict.WriterT a = Strict.WriterT $ flap <$> f <.> a where
357 flap (x,m) (y,n) = (x y, m <> n) function
361 Lazy.WriterT f <.> Lazy.WriterT a = Lazy.WriterT $ flap <$> f <.> a where
362 flap ~(x,m) ~(y,n) = (x y, m <> n) function
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/semigroupoids-5.3.4/src/Data/Functor/Bind/
H A DClass.hs356 Strict.WriterT f <.> Strict.WriterT a = Strict.WriterT $ flap <$> f <.> a where
357 flap (x,m) (y,n) = (x y, m <> n) function
361 Lazy.WriterT f <.> Lazy.WriterT a = Lazy.WriterT $ flap <$> f <.> a where
362 flap ~(x,m) ~(y,n) = (x y, m <> n) function
/dports/dns/gdnsd2/gdnsd-2.4.3/docs/
H A Dgdnsd-plugin-extmon.podin113 Normally extmon's results are processed by the same anti-flap state machine
125 like anti-flap measures.
/dports/games/taisei/taisei-1.3.2/doc/
H A DANIMATION_FORMAT.rst41 flap = d5 0 1 2 3 d2 4 5 6 7
/dports/audio/espeak/espeak-1.48.04-source/dictsource/
H A Dko_rules95 ᄅ * // TODO: alveolar flap [ɾ]
/dports/games/flightgear-aircraft/fgaircraft/pa24-250/Nasal/
H A Dpa24.nas232 # Substitute controls.flapsDown taken from b29.nas. Gives smooth flap motion
233 # as long as the flap switch is closed.
/dports/games/flightgear-aircraft/fgaircraft/asw20/
H A Daircraft.dat78 controlSurface flap_max 40 # [deg] max flap deflection, positive down
79 controlSurface flap_rate 10 # [deg/sec] rate of flap deflection movement once commanded to move
/dports/games/crrcsim/crrcsim-0.9.13/src/mod_inputdev/
H A Dinputdev.h457 inputs->flap = keyb_flap_input; in preInitFromKeyboard()
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/_cabal_deps/semigroupoids-5.3.6/src/Data/Functor/Bind/
H A DClass.hs375 Strict.WriterT f <.> Strict.WriterT a = Strict.WriterT $ flap <$> f <.> a where
376 flap (x,m) (y,n) = (x y, m <> n) function
380 Lazy.WriterT f <.> Lazy.WriterT a = Lazy.WriterT $ flap <$> f <.> a where
381 flap ~(x,m) ~(y,n) = (x y, m <> n) function
/dports/www/epiphany/epiphany-41.0/src/resources/themes/
H A DHighContrast.css83 fullscreenbox > flap > dimming, fullscreenbox > flap > outline, fullscreenbox > flap > border { min…
85 fullscreenbox > flap > shadow { min-height: 9px; min-width: 9px; background: linear-gradient(to bot…
H A DAdwaita-dark.css83 fullscreenbox > flap > dimming, fullscreenbox > flap > outline, fullscreenbox > flap > border { min…
85 fullscreenbox > flap > shadow { min-height: 9px; min-width: 9px; background: linear-gradient(to bot…
H A DAdwaita.css83 fullscreenbox > flap > dimming, fullscreenbox > flap > outline, fullscreenbox > flap > border { min…
85 fullscreenbox > flap > shadow { min-height: 9px; min-width: 9px; background: linear-gradient(to bot…
H A DHighContrastInverse.css83 fullscreenbox > flap > dimming, fullscreenbox > flap > outline, fullscreenbox > flap > border { min…
85 fullscreenbox > flap > shadow { min-height: 9px; min-width: 9px; background: linear-gradient(to bot…
/dports/math/polymake/polymake-4.5/apps/fan/rules/
H A Dplanar_net.rules120 # Float proportion by which outer edge of flap is shorter than the actual edge (on both sides)
149 …x($norm_vec*$flap_width_rel, $flap_width_min) unless defined($flap_width); # only first flap counts
/dports/net-im/p5-Net-OSCAR/Net-OSCAR-1.928/lib/Net/OSCAR/
H A DConnection.pm552 my $flap = $self->flap_get();
553 if(!defined($flap)) {

12345678910>>...42