Home
last modified time | relevance | path

Searched defs:atLeastOne (Results 1 – 25 of 123) sorted by relevance

12345

/dports/www/nextcloud/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/
H A DServiceSettings.php119 $atLeastOne
164 protected static function atLeastOne() function in MicrosoftAzure\\Storage\\Common\\Internal\\ServiceSettings
/dports/devel/stack/stack-2.7.3/_cabal_deps/vector-algorithms-0.8.0.4/tests/properties/
H A DOptimal.hs25 atLeastOne i 0 = [[]] function
26 atLeastOne i n = map (i:) $ picks i (n-1) function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/vector-algorithms-0.8.0.4/tests/properties/
H A DOptimal.hs25 atLeastOne i 0 = [[]] function
26 atLeastOne i n = map (i:) $ picks i (n-1) function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/vector-algorithms-0.8.0.4/tests/properties/
H A DOptimal.hs25 atLeastOne i 0 = [[]] function
26 atLeastOne i n = map (i:) $ picks i (n-1) function
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/vector-algorithms-0.8.0.3/tests/properties/
H A DOptimal.hs25 atLeastOne i 0 = [[]] function
26 atLeastOne i n = map (i:) $ picks i (n-1) function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/vector-algorithms-0.8.0.3/tests/properties/
H A DOptimal.hs25 atLeastOne i 0 = [[]] function
26 atLeastOne i n = map (i:) $ picks i (n-1) function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/vector-algorithms-0.8.0.3/tests/properties/
H A DOptimal.hs25 atLeastOne i 0 = [[]] function
26 atLeastOne i n = map (i:) $ picks i (n-1) function
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/vector-algorithms-0.8.0.3/tests/properties/
H A DOptimal.hs25 atLeastOne i 0 = [[]] function
26 atLeastOne i n = map (i:) $ picks i (n-1) function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/vector-algorithms-0.8.0.4/tests/properties/
H A DOptimal.hs25 atLeastOne i 0 = [[]] function
26 atLeastOne i n = map (i:) $ picks i (n-1) function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/vector-algorithms-0.8.0.3/tests/properties/
H A DOptimal.hs25 atLeastOne i 0 = [[]] function
26 atLeastOne i n = map (i:) $ picks i (n-1) function
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/vector-algorithms-0.8.0.4/tests/properties/
H A DOptimal.hs25 atLeastOne i 0 = [[]] function
26 atLeastOne i n = map (i:) $ picks i (n-1) function
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/vector-algorithms-0.8.0.4/tests/properties/
H A DOptimal.hs25 atLeastOne i 0 = [[]] function
26 atLeastOne i n = map (i:) $ picks i (n-1) function
/dports/deskutils/hs-arbtt/arbtt-0.10.2/_cabal_deps/vector-algorithms-0.8.0.3/tests/properties/
H A DOptimal.hs25 atLeastOne i 0 = [[]] function
26 atLeastOne i n = map (i:) $ picks i (n-1) function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/vector-algorithms-0.8.0.4/tests/properties/
H A DOptimal.hs25 atLeastOne i 0 = [[]] function
26 atLeastOne i n = map (i:) $ picks i (n-1) function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/vector-algorithms-0.8.0.3/tests/properties/
H A DOptimal.hs25 atLeastOne i 0 = [[]] function
26 atLeastOne i n = map (i:) $ picks i (n-1) function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/vector-algorithms-0.8.0.4/tests/properties/
H A DOptimal.hs25 atLeastOne i 0 = [[]] function
26 atLeastOne i n = map (i:) $ picks i (n-1) function
/dports/textproc/hs-yaml/yaml-0.11.5.0/_cabal_deps/vector-algorithms-0.8.0.3/tests/properties/
H A DOptimal.hs25 atLeastOne i 0 = [[]] function
26 atLeastOne i n = map (i:) $ picks i (n-1) function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/vector-algorithms-0.8.0.4/tests/properties/
H A DOptimal.hs25 atLeastOne i 0 = [[]] function
26 atLeastOne i n = map (i:) $ picks i (n-1) function
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/vector-algorithms-0.8.0.3/tests/properties/
H A DOptimal.hs25 atLeastOne i 0 = [[]] function
26 atLeastOne i n = map (i:) $ picks i (n-1) function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/vector-algorithms-0.8.0.4/tests/properties/
H A DOptimal.hs25 atLeastOne i 0 = [[]] function
26 atLeastOne i n = map (i:) $ picks i (n-1) function
/dports/textproc/cgrep/cgrep-6.6.32/_cabal_deps/vector-algorithms-0.8.0.3/tests/properties/
H A DOptimal.hs25 atLeastOne i 0 = [[]] function
26 atLeastOne i n = map (i:) $ picks i (n-1) function
/dports/net/opal/opal-3.10.10/src/opal/
H A Dpatch.cxx473 bool atLeastOne = source.InternalUpdateMediaFormat(mediaFormat); in UpdateMediaFormat() local
494 bool atLeastOne = false; in ExecuteCommand() local
515 bool atLeastOne = source.SetPaused(pause, true); in SetPaused() local
753 PBoolean atLeastOne = PFalse; in ExecuteCommand() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/examples/ThinLtoJIT/
H A Dmain.cpp68 auto atLeastOne = [](unsigned N) { return std::max(1u, N); }; in main() local
/dports/devel/llvm11/llvm-11.0.1.src/examples/ThinLtoJIT/
H A Dmain.cpp68 auto atLeastOne = [](unsigned N) { return std::max(1u, N); }; in main() local
/dports/graphics/libQGLViewer/libQGLViewer-2.7.2/examples/keyboardAndMouse/
H A DkeyboardAndMouse.cpp157 bool atLeastOne = false; in mousePressEvent() local

12345