Home
last modified time | relevance | path

Searched defs:yes (Results 226 – 250 of 4152) sorted by relevance

12345678910>>...167

/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dcharacter_comparison_7.f9012 subroutine yes(a) subroutine
16 end subroutine yes argument
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dcharacter_comparison_7.f9012 subroutine yes(a) subroutine
16 end subroutine yes argument
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dcharacter_comparison_7.f9012 subroutine yes(a) subroutine
16 end subroutine yes argument
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dcharacter_comparison_7.f9012 subroutine yes(a) subroutine
16 end subroutine yes argument
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dcharacter_comparison_7.f9012 subroutine yes(a) subroutine
16 end subroutine yes argument
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dcharacter_comparison_7.f9012 subroutine yes(a) subroutine
16 end subroutine yes argument
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gfortran.dg/
H A Dcharacter_comparison_7.f9012 subroutine yes(a) subroutine
16 end subroutine yes argument
/dports/devel/hyperscan/boost_1_75_0/libs/hana/example/tutorial/
H A Dintrospection.sfinae.cpp12 struct yes { std::string toString() const { return "yes"; } }; in toString() argument
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/data/json/npcs/
H A DTALK_COMMON_ALLY.json7 "yes": { object
19 "yes": "Just let me sleep, <name_b>!" string
21 "yes": "No, just <swear> no…" string
251 "yes": "*will engage weak enemies." string
253 "yes": "*will engage nearby enemies." string
255 "yes": "*will not engage enemies." string
282 "yes": { object
424 "yes": "*will engage weak enemies." string
426 "yes": "*will engage nearby enemies." string
428 "yes": "*will not engage enemies." string
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/data/json/npcs/
H A DTALK_COMMON_ALLY.json7 "yes": { object
19 "yes": "Just let me sleep, <name_b>!" string
21 "yes": "No, just <swear> no…" string
251 "yes": "*will engage weak enemies." string
253 "yes": "*will engage nearby enemies." string
255 "yes": "*will not engage enemies." string
282 "yes": { object
424 "yes": "*will engage weak enemies." string
426 "yes": "*will engage nearby enemies." string
428 "yes": "*will not engage enemies." string
[all …]
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/appconfig/
H A Dkeyvalue.py41 source,
150 for feature in all_features:
321 retry_interval = 1
371 "value": set_kv.value,
422 retrieved_kv = azconfig_client.get_configuration_setting(key=key, label=label)
484 # list_configuration_settings returns kv with null label when:
550new_kv = azconfig_client.set_read_only(retrieved_kv, match_condition=MatchConditions.IfNotModified)
637 azconfig_client = get_appconfig_data_client(cmd, name, connection_string, auth_mode, endpoint)
/dports/devel/juce/JUCE-f37e9a1/modules/juce_dsp/frequency/
H A Djuce_Convolution.h194 enum class Stereo { no, yes }; enumerator
195 enum class Trim { no, yes }; enumerator
196 enum class Normalise { no, yes }; enumerator
/dports/devel/hs-hlint/hlint-3.3.4/src/Hint/
H A DList.hs6 yes = 1:2:[] -- [1,2] function
7 yes = ['h','e','l','l','o'] function
8 yes (1:2:[]) = 1 -- [1,2] function
9 yes ['h','e'] = 1 function
12 yes = [x] ++ xs -- x : xs function
16 yes = [if a then b else c] ++ xs -- (if a then b else c) : xs function
17 yes = [1] : [2] : [3] : [4] : [5] : [] -- [[1], [2], [3], [4], [5]] function
18 yes = if x == e then l2 ++ xs else [x] ++ check_elem xs -- x : check_elem xs function
20 yes = y :: [Char] -> a -- String -> a function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hlint-3.2.7/src/Hint/
H A DList.hs6 yes = 1:2:[] -- [1,2] function
7 yes = ['h','e','l','l','o'] function
8 yes (1:2:[]) = 1 -- [1,2] function
9 yes ['h','e'] = 1 function
12 yes = [x] ++ xs -- x : xs function
16 yes = [if a then b else c] ++ xs -- (if a then b else c) : xs function
17 yes = [1] : [2] : [3] : [4] : [5] : [] -- [[1], [2], [3], [4], [5]] function
18 yes = if x == e then l2 ++ xs else [x] ++ check_elem xs -- x : check_elem xs function
20 yes = y :: [Char] -> a -- String -> a function
/dports/math/R-cran-igraph/igraph/tests/testthat/
H A Dtest-weakref.R49 g <- list(yes = new.env()) nameattr
62 g <- list(yes = new.env()) nameattr
79 g <- list(yes = new.env()) nameattr
/dports/deskutils/kalarm/kalarm-21.12.3/src/
H A Dpreferences.h67 static void setQuitWarn(bool yes) { setNotify(QUIT_WARN, yes); } in setQuitWarn()
69 …static void setConfirmAlarmDeletion(bool yes){ setNotify(CONFIRM_ALARM_DELETION, yes);… in setConfirmAlarmDeletion()
71 …static void setEmailCopyToKMail(bool yes) { self()->setBase_EmailCopyToKMail(yes); } in setEmailCopyToKMail()
73 … static void setEmailQueuedNotify(bool yes) { setNotify(EMAIL_QUEUED_NOTIFY, yes); } in setEmailQueuedNotify()
/dports/lang/spidermonkey60/firefox-60.9.0/editor/libeditor/
H A DHTMLEditRules.h253 enum class Lists { no, yes }; enumerator
254 enum class Tables { no, yes }; enumerator
340 enum class TouchContent { no, yes }; enumerator
356 enum class EntireList { no, yes }; enumerator
484 enum class ContentsOnly { no, yes }; enumerator
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/
H A DErrorBarsCurve.h68 void drawThroughSymbol(bool yes){through=yes;}; in drawThroughSymbol()
71 void drawPlusSide(bool yes){plus=yes;}; in drawPlusSide()
74 void drawMinusSide(bool yes){minus=yes;}; in drawMinusSide()
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DQwtErrorPlotCurve.h68 void drawThroughSymbol(bool yes) { through = yes; }; in drawThroughSymbol()
71 void drawPlusSide(bool yes) { plus = yes; }; in drawPlusSide()
74 void drawMinusSide(bool yes) { minus = yes; }; in drawMinusSide()
/dports/net/freediameter/freeDiameter-1.5.0/extensions/dbg_interactive/helper/
H A Dxxd.c160 # define BIN_READ(yes) ((yes) ? "rb" : "rt") argument
161 # define BIN_WRITE(yes) ((yes) ? "wb" : "wt") argument
162 # define BIN_CREAT(yes) ((yes) ? (O_CREAT|O_BINARY) : O_CREAT) argument
163 # define BIN_ASSIGN(fp, yes) setmode(fileno(fp), (yes) ? O_BINARY : O_TEXT) argument
166 # define BIN_READ(yes) ((yes) ? "rb" : "rt") argument
167 # define BIN_WRITE(yes) ((yes) ? "wb" : "w") argument
168 # define BIN_CREAT(yes) ((yes) ? (O_CREAT|O_BINARY) : O_CREAT) argument
169 # define BIN_ASSIGN(fp, yes) ((yes) ? (void) setmode(fileno(fp), O_BINARY) : (void) (fp)) argument
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/SFML/src/SFML/Network/
H A DSocket.cpp112 int yes = 1; in create() local
130 int yes = 1; in create() local
/dports/devel/sfml/SFML-2.5.1/src/SFML/Network/
H A DSocket.cpp112 int yes = 1; in create() local
130 int yes = 1; in create() local
/dports/science/ALPSCore/ALPSCore-2.2.0/params/include/alps/params/
H A Ddict_value_impl.hpp52 template <> struct yes_no<true> : public std::true_type { typedef bool yes; }; typedef
301 typename is_either_bool<LHS_T,RHS_T>::yes =true) const { in apply()
310 … apply(const LHS_T& lhs, const RHS_T& rhs, typename is_both_signed<LHS_T,RHS_T>::yes =true) const { in apply()
316 …pply(const LHS_T& lhs, const RHS_T& rhs, typename is_both_unsigned<LHS_T,RHS_T>::yes =true) const { in apply()
322 …ly(const LHS_T& lhs, const RHS_T& rhs, typename is_signed_unsigned<LHS_T,RHS_T>::yes =true) const { in apply()
332 …ly(const LHS_T& lhs, const RHS_T& rhs, typename is_signed_unsigned<RHS_T,LHS_T>::yes =true) const { in apply()
338 … apply(const LHS_T& lhs, const RHS_T& rhs, typename is_intgl_to_fp<LHS_T,RHS_T>::yes =true) const { in apply()
344 … apply(const LHS_T& lhs, const RHS_T& rhs, typename is_intgl_to_fp<RHS_T,LHS_T>::yes =true) const { in apply()
350 … int apply(const LHS_T& lhs, const RHS_T& rhs, typename is_fp_conv<RHS_T,LHS_T>::yes =true) const { in apply()
356 …nt apply(const LHS_T& lhs, const RHS_T& rhs, typename is_other_cmp<LHS_T,RHS_T>::yes =true) const { in apply()
/dports/graphics/kolourpaint/kolourpaint-21.12.3/widgets/toolbars/options/
H A DkpToolWidgetOpaqueOrTransparent.cpp69 void kpToolWidgetOpaqueOrTransparent::setOpaque (bool yes) in setOpaque()
78 void kpToolWidgetOpaqueOrTransparent::setTransparent (bool yes) in setTransparent()
/dports/games/kolf/kolf-21.12.3/
H A Dball.h53 void setBeginningOfHole(bool yes) { m_beginningOfHole = yes; } in setBeginningOfHole()
56 void setForceStillGoing(bool yes) { m_forceStillGoing = yes; } in setForceStillGoing()
60 void setDoDetect(bool yes) { m_doDetect = yes; } in setDoDetect()

12345678910>>...167