Home
last modified time | relevance | path

Searched refs:Maybe (Results 1 – 25 of 9914) sorted by relevance

12345678910>>...397

/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/swagger2-2.6/src/Data/Swagger/
H A DOptics.hs208 ( a ~ Maybe Value, b ~ Maybe Value
214 ( a ~ Maybe Value, b ~ Maybe Value
316 ( a ~ Maybe Bool, b ~ Maybe Bool
322 ( a ~ Maybe Bool, b ~ Maybe Bool
328 ( a ~ Maybe Bool, b ~ Maybe Bool
334 ( a ~ Maybe Bool, b ~ Maybe Bool
368 ( a ~ Maybe Bool, b ~ Maybe Bool
374 ( a ~ Maybe Bool, b ~ Maybe Bool
380 ( a ~ Maybe Bool, b ~ Maybe Bool
386 ( a ~ Maybe Bool, b ~ Maybe Bool
[all …]
/dports/devel/rapidcheck/rapidcheck-7bc7d30/include/rapidcheck/
H A DMaybe.hpp8 Maybe<T>::Maybe() noexcept : m_initialized(false) {} in Maybe() function in rc::Maybe
11 Maybe<T>::Maybe(NothingType) noexcept : Maybe() {} in Maybe() function in rc::Maybe
14 Maybe<T>::Maybe(const T &value) in Maybe() function in rc::Maybe
20 Maybe<T>::Maybe(T &&value) in Maybe() function in rc::Maybe
36 Maybe<T> &Maybe<T>::operator=(T &&value) { in operator =()
46 Maybe<T> &Maybe<T>::operator=(NothingType) { in operator =()
98 Maybe<T>::Maybe(const Maybe &other) noexcept( in Maybe() function in rc::Maybe
107 Maybe<T> &Maybe<T>::operator=(const Maybe &rhs) noexcept( in operator =()
120 Maybe<T>::Maybe(Maybe &&other) noexcept( in Maybe() function in rc::Maybe
129 Maybe<T> &Maybe<T>::
[all …]
H A DMaybe.h14 class Maybe {
20 Maybe() noexcept;
26 Maybe(const T &value);
29 Maybe(T &&value);
71 Maybe(const Maybe &other) noexcept(
73 Maybe &operator=(const Maybe &rhs) noexcept(
77 Maybe(Maybe &&other) noexcept(std::is_nothrow_move_constructible<T>::value);
78 Maybe &operator=(Maybe &&rhs) noexcept(std::is_nothrow_move_constructible<
81 ~Maybe();
90 bool operator==(const Maybe<T> &lhs, const Maybe<U> &rhs);
[all …]
/dports/lang/v8/v8-9.6.180.12/src/inspector/
H A Dv8-runtime-agent-impl.h58 using protocol::Maybe;
73 Maybe<bool> includeCommandLineAPI, Maybe<bool> silent,
75 Maybe<bool> generatePreview, Maybe<bool> userGesture,
76 Maybe<bool> awaitPromise, Maybe<bool> throwOnSideEffect,
77 Maybe<double> timeout, Maybe<bool> disableBreaks,
87 Maybe<bool> silent, Maybe<bool> returnByValue,
88 Maybe<bool> generatePreview, Maybe<bool> userGesture,
89 Maybe<bool> awaitPromise, Maybe<int> executionContextId,
90 Maybe<String16> objectGroup, Maybe<bool> throwOnSideEffect,
95 Maybe<bool> accessorPropertiesOnly, Maybe<bool> generatePreview,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/devtools/protocol/
H A Dinput_handler.h51 Maybe<int> modifiers,
61 Maybe<bool> is_keypad,
63 Maybe<int> location,
74 Maybe<int> modifiers,
77 Maybe<int> buttons,
79 Maybe<double> force,
81 Maybe<int> tilt_x,
82 Maybe<int> tilt_y,
83 Maybe<int> twist,
124 Maybe<int> speed,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/common/
H A DtcuMaybe.hpp34 class Maybe class
37 Maybe (void);
43 Maybe (const Maybe<T>& other);
44 Maybe<T>& operator= (const Maybe<T>& other);
68 return Maybe<T>(); in nothing()
78 Maybe<T>::Maybe (void) in Maybe() function in tcu::Maybe
84 Maybe<T>::~Maybe (void) in ~Maybe()
91 Maybe<T>::Maybe (const T& val) in Maybe() function in tcu::Maybe
98 Maybe<T>& Maybe<T>::operator= (const T& val) in operator =()
109 Maybe<T>::Maybe (const Maybe<T>& other) in Maybe() function in tcu::Maybe
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/inspector/
H A Dv8-runtime-agent-impl.h53 using protocol::Maybe;
66 Maybe<bool> includeCommandLineAPI, Maybe<bool> silent,
67 Maybe<int> executionContextId, Maybe<bool> returnByValue,
68 Maybe<bool> generatePreview, Maybe<bool> userGesture,
69 Maybe<bool> awaitPromise, Maybe<bool> throwOnSideEffect,
70 Maybe<double> timeout, Maybe<bool> disableBreaks,
79 Maybe<bool> silent, Maybe<bool> returnByValue,
80 Maybe<bool> generatePreview, Maybe<bool> userGesture,
81 Maybe<bool> awaitPromise, Maybe<int> executionContextId,
87 Maybe<bool> accessorPropertiesOnly, Maybe<bool> generatePreview,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/inspector/
H A Dv8-runtime-agent-impl.h53 using protocol::Maybe;
66 Maybe<bool> includeCommandLineAPI, Maybe<bool> silent,
67 Maybe<int> executionContextId, Maybe<bool> returnByValue,
68 Maybe<bool> generatePreview, Maybe<bool> userGesture,
69 Maybe<bool> awaitPromise, Maybe<bool> throwOnSideEffect,
70 Maybe<double> timeout, Maybe<bool> disableBreaks,
79 Maybe<bool> silent, Maybe<bool> returnByValue,
80 Maybe<bool> generatePreview, Maybe<bool> userGesture,
81 Maybe<bool> awaitPromise, Maybe<int> executionContextId,
87 Maybe<bool> accessorPropertiesOnly, Maybe<bool> generatePreview,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/devtools/protocol/
H A Dinput_handler.h50 Maybe<int> modifiers,
56 Maybe<std::string> key,
60 Maybe<bool> is_keypad,
62 Maybe<int> location,
72 Maybe<int> modifiers,
75 Maybe<int> buttons,
77 Maybe<double> delta_x,
78 Maybe<double> delta_y,
117 Maybe<int> speed,
127 Maybe<int> duration,
[all …]
/dports/www/node10/node-v10.24.1/deps/v8/src/inspector/
H A Dv8-runtime-agent-impl.h50 using protocol::Maybe;
63 Maybe<bool> includeCommandLineAPI, Maybe<bool> silent,
64 Maybe<int> executionContextId, Maybe<bool> returnByValue,
65 Maybe<bool> generatePreview, Maybe<bool> userGesture,
66 Maybe<bool> awaitPromise, Maybe<bool> throwOnSideEffect,
75 Maybe<bool> silent, Maybe<bool> returnByValue,
76 Maybe<bool> generatePreview, Maybe<bool> userGesture,
77 Maybe<bool> awaitPromise, Maybe<int> executionContextId,
83 Maybe<bool> accessorPropertiesOnly, Maybe<bool> generatePreview,
98 Maybe<String16> objectGroup, Maybe<bool> silent,
[all …]
/dports/devel/rapidcheck/rapidcheck-7bc7d30/test/
H A DMaybeTests.cpp58 Maybe<Logger> maybe;
142 Maybe<int> maybe1;
157 Maybe<Logger> lhs;
240 Maybe<int> maybe1;
255 Maybe<Logger> lhs;
340 Maybe<int> maybe;
357 Maybe<int> maybe;
379 REQUIRE(Maybe<Apple>() == Maybe<Orange>());
383 REQUIRE(Maybe<Apple>() != Maybe<Orange>(Orange("foo")));
387 REQUIRE(Maybe<Apple>(Apple("foo")) == Maybe<Orange>(Orange("foo")));
[all …]
/dports/www/limesurvey/limesurvey/application/extensions/bootstrap/tests/unit/
H A DCodeGuy.php7 use \Codeception\Maybe; alias
46 return new Maybe();
64 return new Maybe();
85 return new Maybe();
103 return new Maybe();
123 return new Maybe();
140 return new Maybe();
161 return new Maybe();
179 return new Maybe();
200 return new Maybe();
[all …]
/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 DClientCapabilities.hs43 _applyEdit :: Maybe Bool
55 , _symbol :: Maybe WorkspaceSymbolClientCapabilities
61 , _workspaceFolders :: Maybe Bool
64 , _configuration :: Maybe Bool
85 , _completion :: Maybe CompletionClientCapabilities
88 , _hover :: Maybe HoverClientCapabilities
129 , _codeLens :: Maybe CodeLensClientCapabilities
139 , _rename :: Maybe RenameClientCapabilities
177 _workDoneProgress :: Maybe Bool
192 , _window :: Maybe WindowClientCapabilities
[all …]
H A DServerCapabilities.hs40 _supported :: Maybe Bool
47 , _changeNotifications :: Maybe (Text |? Bool)
58 _workspaceFolders :: Maybe WorkspaceFoldersServerCapabilities
71 , _hoverProvider :: Maybe (Bool |? HoverOptions)
73 , _completionProvider :: Maybe CompletionOptions
75 , _signatureHelpProvider :: Maybe SignatureHelpOptions
99 , _codeLensProvider :: Maybe CodeLensOptions
101 , _documentLinkProvider :: Maybe DocumentLinkOptions
119 , _executeCommandProvider :: Maybe ExecuteCommandOptions
129 , _workspaceSymbolProvider :: Maybe Bool
[all …]
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Utils/Maybe/
H A DStrict.hs25 module Agda.Utils.Maybe.Strict
26 ( module Data.Strict.Maybe
40 import Data.Strict.Maybe (Maybe (Nothing, Just), fromJust,
46 toStrict :: Lazy.Maybe a -> Maybe a
50 toLazy :: Maybe a -> Lazy.Maybe a
67 instance Foldable Maybe where
94 instance Null (Maybe a) where
99 listToMaybe :: [a] -> Maybe a
104 maybeToList :: Maybe a -> [a]
126 unionMaybeWith :: (a -> a -> a) -> Maybe a -> Maybe a -> Maybe a
[all …]
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Utils/
H A DMaybe.hs7 module Agda.Utils.Maybe
8 ( module Agda.Utils.Maybe
9 , module Data.Maybe
13 import Control.Monad.Trans.Maybe
15 import Data.Maybe
20 boolToMaybe :: Bool -> a -> Maybe a
26 unionMaybeWith :: (a -> a -> a) -> Maybe a -> Maybe a -> Maybe a
32 unionsMaybeWith :: (a -> a -> a) -> [Maybe a] -> Maybe a
39 unzipMaybe :: Maybe (a,b) -> (Maybe a, Maybe b)
69 ifJust :: Maybe a -> (a -> b) -> b -> b
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mfbt/
H A DMaybe.h126 Maybe(const Maybe& aOther) : mIsSome(false) { in Maybe() function
139 MOZ_IMPLICIT Maybe(const Maybe<U>& aOther) : mIsSome(false) { in Maybe() function
147 Maybe(Maybe&& aOther) : mIsSome(false) { in Maybe() function
161 MOZ_IMPLICIT Maybe(Maybe<U>&& aOther) : mIsSome(false) { in Maybe() function
170 Maybe& operator=(const Maybe& aOther) {
187 Maybe& operator=(const Maybe<U>& aOther) {
200 Maybe& operator=(Maybe&& aOther) {
219 Maybe& operator=(Maybe<U>&& aOther) {
424 -> Maybe<decltype(aFunc(DeclVal<Maybe<T>>().ref()))> {
539 bool operator<(const Maybe<T>& aLHS, const Maybe<T>& aRHS) {
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/unicode-normalization-0.1.13/src/
H A Dtables.rs19299 '\u{030F}' => Maybe, in qc_nfc()
19300 '\u{0311}' => Maybe, in qc_nfc()
19302 '\u{031B}' => Maybe, in qc_nfc()
19306 '\u{0338}' => Maybe, in qc_nfc()
19307 '\u{0342}' => Maybe, in qc_nfc()
19308 '\u{0345}' => Maybe, in qc_nfc()
19310 '\u{093C}' => Maybe, in qc_nfc()
19311 '\u{09BE}' => Maybe, in qc_nfc()
19312 '\u{09D7}' => Maybe, in qc_nfc()
19313 '\u{0B3E}' => Maybe, in qc_nfc()
[all …]
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/unicode-normalization-0.1.13/src/
H A Dtables.rs19299 '\u{030F}' => Maybe, in qc_nfc()
19300 '\u{0311}' => Maybe, in qc_nfc()
19302 '\u{031B}' => Maybe, in qc_nfc()
19306 '\u{0338}' => Maybe, in qc_nfc()
19307 '\u{0342}' => Maybe, in qc_nfc()
19308 '\u{0345}' => Maybe, in qc_nfc()
19310 '\u{093C}' => Maybe, in qc_nfc()
19311 '\u{09BE}' => Maybe, in qc_nfc()
19312 '\u{09D7}' => Maybe, in qc_nfc()
19313 '\u{0B3E}' => Maybe, in qc_nfc()
[all …]
/dports/games/genact/genact-0.10.0/cargo-crates/unicode-normalization-0.1.13/src/
H A Dtables.rs19299 '\u{030F}' => Maybe, in qc_nfc()
19300 '\u{0311}' => Maybe, in qc_nfc()
19302 '\u{031B}' => Maybe, in qc_nfc()
19306 '\u{0338}' => Maybe, in qc_nfc()
19307 '\u{0342}' => Maybe, in qc_nfc()
19308 '\u{0345}' => Maybe, in qc_nfc()
19310 '\u{093C}' => Maybe, in qc_nfc()
19311 '\u{09BE}' => Maybe, in qc_nfc()
19312 '\u{09D7}' => Maybe, in qc_nfc()
19313 '\u{0B3E}' => Maybe, in qc_nfc()
[all …]
/dports/www/castor/castor-0.8.16/cargo-crates/unicode-normalization-0.1.13/src/
H A Dtables.rs19299 '\u{030F}' => Maybe, in qc_nfc()
19300 '\u{0311}' => Maybe, in qc_nfc()
19302 '\u{031B}' => Maybe, in qc_nfc()
19306 '\u{0338}' => Maybe, in qc_nfc()
19307 '\u{0342}' => Maybe, in qc_nfc()
19308 '\u{0345}' => Maybe, in qc_nfc()
19310 '\u{093C}' => Maybe, in qc_nfc()
19311 '\u{09BE}' => Maybe, in qc_nfc()
19312 '\u{09D7}' => Maybe, in qc_nfc()
19313 '\u{0B3E}' => Maybe, in qc_nfc()
[all …]
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/unicode-normalization-0.1.13/src/
H A Dtables.rs19299 '\u{030F}' => Maybe, in qc_nfc()
19300 '\u{0311}' => Maybe, in qc_nfc()
19302 '\u{031B}' => Maybe, in qc_nfc()
19306 '\u{0338}' => Maybe, in qc_nfc()
19307 '\u{0342}' => Maybe, in qc_nfc()
19308 '\u{0345}' => Maybe, in qc_nfc()
19310 '\u{093C}' => Maybe, in qc_nfc()
19311 '\u{09BE}' => Maybe, in qc_nfc()
19312 '\u{09D7}' => Maybe, in qc_nfc()
19313 '\u{0B3E}' => Maybe, in qc_nfc()
[all …]
/dports/devel/racer/racer-2.1.48/cargo-crates/unicode-normalization-0.1.12/src/
H A Dtables.rs19299 '\u{030F}' => Maybe, in qc_nfc()
19300 '\u{0311}' => Maybe, in qc_nfc()
19302 '\u{031B}' => Maybe, in qc_nfc()
19306 '\u{0338}' => Maybe, in qc_nfc()
19307 '\u{0342}' => Maybe, in qc_nfc()
19308 '\u{0345}' => Maybe, in qc_nfc()
19310 '\u{093C}' => Maybe, in qc_nfc()
19311 '\u{09BE}' => Maybe, in qc_nfc()
19312 '\u{09D7}' => Maybe, in qc_nfc()
19313 '\u{0B3E}' => Maybe, in qc_nfc()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/unicode-normalization-0.1.12/src/
H A Dtables.rs19299 '\u{030F}' => Maybe, in qc_nfc()
19300 '\u{0311}' => Maybe, in qc_nfc()
19302 '\u{031B}' => Maybe, in qc_nfc()
19306 '\u{0338}' => Maybe, in qc_nfc()
19307 '\u{0342}' => Maybe, in qc_nfc()
19308 '\u{0345}' => Maybe, in qc_nfc()
19310 '\u{093C}' => Maybe, in qc_nfc()
19311 '\u{09BE}' => Maybe, in qc_nfc()
19312 '\u{09D7}' => Maybe, in qc_nfc()
19313 '\u{0B3E}' => Maybe, in qc_nfc()
[all …]
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/unicode-normalization-0.1.13/src/
H A Dtables.rs19299 '\u{030F}' => Maybe, in qc_nfc()
19300 '\u{0311}' => Maybe, in qc_nfc()
19302 '\u{031B}' => Maybe, in qc_nfc()
19306 '\u{0338}' => Maybe, in qc_nfc()
19307 '\u{0342}' => Maybe, in qc_nfc()
19308 '\u{0345}' => Maybe, in qc_nfc()
19310 '\u{093C}' => Maybe, in qc_nfc()
19311 '\u{09BE}' => Maybe, in qc_nfc()
19312 '\u{09D7}' => Maybe, in qc_nfc()
19313 '\u{0B3E}' => Maybe, in qc_nfc()
[all …]

12345678910>>...397