Home
last modified time | relevance | path

Searched refs:Arg (Results 51 – 75 of 19428) sorted by relevance

12345678910>>...778

/dports/devel/py-libcst/libcst-0.3.23/libcst/matchers/tests/
H A Dtest_matchers.py63 m.Call(func=m.Name("foo"), args=(m.Arg(), m.Arg(), m.Arg())),
79 args=(m.Arg(m.Integer()), m.Arg(m.Integer()), m.Arg(m.Integer())),
163 m.Call(func=m.Name("foo"), args=(m.Arg(), m.Arg())),
739 args=(m.Arg(m.Integer("1")), m.ZeroOrMore(m.Arg())),
862 args=(m.Arg(m.Integer("1")), m.AtLeastN(m.Arg(), n=2)),
945 args=(m.Arg(m.Integer("1")), m.AtLeastN(m.Arg(), n=3)),
985 args=(cst.Arg(cst.Integer("1")), cst.Arg(cst.Integer("2"))),
1006 args=(cst.Arg(cst.Integer("1")), cst.Arg(cst.Integer("2"))),
1019 args=(cst.Arg(cst.Integer("1")), cst.Arg(cst.Integer("2"))),
1207 (m.Arg(), m.Arg(), m.Arg()),
[all …]
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/mango/src/
H A Dmango_selector.erl103 norm_ops({[{<<"$exists">>, Arg}]} = Cond) when is_boolean(Arg) ->
108 norm_ops({[{<<"$type">>, Arg}]} = Cond) when is_binary(Arg) ->
146 norm_ops({[{<<"$size">>, Arg}]}) when is_integer(Arg), Arg >= 0 ->
151 norm_ops({[{<<"$text">>, Arg}]}) when is_binary(Arg); is_number(Arg);
327 negate(Arg);
370 norm_negations(Arg);
543 Pred = fun(Arg) ->
550 Pred = fun(Arg) -> Cmp(Value, Arg) == 0 end,
558 Pred = fun(Arg) -> Cmp(Value, Arg) /= 0 end,
567 match({[{<<"$type">>, Arg}]}, Value, _Cmp) when is_binary(Arg) ->
[all …]
H A Dmango_selector_text.erl38 Parts = [convert(Path, Arg) || Arg <- Args],
41 Parts = [convert(Path, Arg) || Arg <- Args],
93 convert(Path, {[{<<"$lt">>, Arg}]}) when is_list(Arg); is_tuple(Arg);
97 {op_field, {make_field(Path, Arg), range(lt, Arg)}};
98 convert(Path, {[{<<"$lte">>, Arg}]}) when is_list(Arg); is_tuple(Arg);
105 {op_null, {make_field(Path, Arg), value_str(Arg)}};
118 convert(Path, {[{<<"$gte">>, Arg}]}) when is_list(Arg); is_tuple(Arg);
123 convert(Path, {[{<<"$gt">>, Arg}]}) when is_list(Arg); is_tuple(Arg);
243 to_query({op_insert, Arg}) when is_binary(Arg) ->
306 get_range(min, Arg) when is_number(Arg) ->
[all …]
/dports/graphics/krita/krita-4.4.8/libs/pigment/compositeops/
H A DKoCompositeOps.h110 typedef typename Traits::channels_type Arg;
111 typedef Arg (*CompositeFunc)(Arg, Arg);
157 …add<&cfFlatLight<Arg> >(cs, COMPOSITE_FLAT_LIGHT , i18n("Flat Light") , KoCompositeOp::category…
167 …add<&cfColorBurn<Arg> >(cs, COMPOSITE_BURN , i18n("Color Burn") , KoCompositeOp::categoryD…
168 …add<&cfLinearBurn<Arg> >(cs, COMPOSITE_LINEAR_BURN , i18n("Linear Burn"), KoCompositeOp::categoryD…
169 …add<&cfDarkenOnly<Arg> >(cs, COMPOSITE_DARKEN , i18n("Darken") , KoCompositeOp::categoryD…
170 …add<&cfGammaDark<Arg> >(cs, COMPOSITE_GAMMA_DARK , i18n("Gamma Dark") , KoCompositeOp::categoryD…
229 typedef float Arg;
235 template<void compositeFunc(Arg, Arg, Arg, Arg&, Arg&, Arg&)>
300 typedef float Arg;
[all …]
/dports/biology/vt/vt-0.57721/lib/tclap/
H A DArg.h64 class Arg
70 Arg(const Arg& rhs);
75 Arg& operator=(const Arg& rhs);
189 virtual ~Arg();
467 inline Arg::Arg(const std::string& flag, in Arg() function
499 ( _name.substr( 0, Arg::nameStartString().length() ) == Arg::nameStartString() ) || in Arg()
508 inline Arg::~Arg() { } in ~Arg()
551 inline bool Arg::operator==(const Arg& a) const
664 inline void Arg::xorSet() in xorSet()
673 inline void Arg::addToList( std::list<Arg*>& argList ) const in addToList()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A Dfunction_objects.h213 Result operator()(Arg a1, Arg a2) const { return Result(a1,a2);} in operator()
224 Result operator()(Arg a1, Arg a2, Arg a3) const { in operator()
238 Result operator()(Arg a1, Arg a2, Arg a3, Arg a4) const { in operator()
253 Result operator()(Arg a1, Arg a2, Arg a3, Arg a4, Arg a5) const { in operator()
269 Result operator()(Arg a1, Arg a2, Arg a3, Arg a4, Arg a5, Arg a6 in operator()
287 Result operator()(Arg a1, Arg a2, Arg a3, Arg a4, Arg a5, Arg a6, in operator()
306 Result operator()(Arg a1, Arg a2, Arg a3, Arg a4, Arg a5, Arg a6, in operator()
307 Arg a7, Arg a8) const { in operator()
326 Result operator()(Arg a1, Arg a2, Arg a3, Arg a4, Arg a5, Arg a6, in operator()
327 Arg a7, Arg a8, Arg a9) const { in operator()
[all …]
/dports/math/fastops/fastops-1.0.0/contrib/libs/tclap/include/tclap/
H A DArg.h65 class Arg
71 Arg(const Arg& rhs);
76 Arg& operator=(const Arg& rhs);
190 virtual ~Arg();
463 inline Arg::Arg(const std::string& flag, in Arg() function
495 ( _name.substr( 0, Arg::nameStartString().length() ) == Arg::nameStartString() ) || in Arg()
504 inline Arg::~Arg() { } in ~Arg()
547 inline bool Arg::operator==(const Arg& a) const
656 inline void Arg::xorSet() in xorSet()
665 inline void Arg::addToList( std::list<Arg*>& argList ) const in addToList()
[all …]
/dports/chinese/opencc/OpenCC-ver.1.0.5/deps/tclap-1.2.1/tclap/
H A DArg.h64 class Arg
70 Arg(const Arg& rhs);
75 Arg& operator=(const Arg& rhs);
189 virtual ~Arg();
462 inline Arg::Arg(const std::string& flag, in Arg() function
494 ( _name.substr( 0, Arg::nameStartString().length() ) == Arg::nameStartString() ) || in Arg()
503 inline Arg::~Arg() { } in ~Arg()
546 inline bool Arg::operator==(const Arg& a) const
655 inline void Arg::xorSet() in xorSet()
664 inline void Arg::addToList( std::list<Arg*>& argList ) const in addToList()
[all …]
/dports/math/SCIP/scip-7.0.3/applications/PolySCIP/src/tclap/
H A DArg.h64 class Arg
70 Arg(const Arg& rhs);
75 Arg& operator=(const Arg& rhs);
189 virtual ~Arg();
462 inline Arg::Arg(const std::string& flag, in Arg() function
494 ( _name.substr( 0, Arg::nameStartString().length() ) == Arg::nameStartString() ) || in Arg()
503 inline Arg::~Arg() { } in ~Arg()
546 inline bool Arg::operator==(const Arg& a) const
655 inline void Arg::xorSet() in xorSet()
664 inline void Arg::addToList( std::list<Arg*>& argList ) const in addToList()
[all …]
/dports/graphics/waifu2x-converter-cpp/waifu2x-converter-cpp-5.3.4/include/tclap/
H A DArg.h65 class Arg
71 Arg(const Arg& rhs);
76 Arg& operator=(const Arg& rhs);
190 virtual ~Arg();
463 inline Arg::Arg(const std::string& flag, in Arg() function
495 ( _name.substr( 0, Arg::nameStartString().length() ) == Arg::nameStartString() ) || in Arg()
504 inline Arg::~Arg() { } in ~Arg()
547 inline bool Arg::operator==(const Arg& a) const
656 inline void Arg::xorSet() in xorSet()
665 inline void Arg::addToList( std::list<Arg*>& argList ) const in addToList()
[all …]
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/tclap/
H A DArg.h64 class Arg
70 Arg(const Arg& rhs);
75 Arg& operator=(const Arg& rhs);
196 virtual ~Arg();
472 inline Arg::Arg(const std::string& flag, in Arg() function
501 if ((_name.substr(0, Arg::flagStartString().length()) == Arg::flagStartString()) in Arg()
511 inline Arg::~Arg() {} in ~Arg()
553 inline bool Arg::operator==(const Arg& a) const
655 inline void Arg::xorSet() in xorSet()
664 inline void Arg::addToList(std::list<Arg*>& argList) const in addToList()
[all …]
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/tclap/tclap/
H A DArg.h64 class Arg
70 Arg(const Arg& rhs);
75 Arg& operator=(const Arg& rhs);
189 virtual ~Arg();
462 inline Arg::Arg(const std::string& flag, in Arg() function
494 ( _name.substr( 0, Arg::nameStartString().length() ) == Arg::nameStartString() ) || in Arg()
503 inline Arg::~Arg() { } in ~Arg()
546 inline bool Arg::operator==(const Arg& a) const
655 inline void Arg::xorSet() in xorSet()
664 inline void Arg::addToList( std::list<Arg*>& argList ) const in addToList()
[all …]
/dports/math/gismo/gismo-21.12.0/external/tclap/
H A DArg.h64 class Arg
70 Arg(const Arg& rhs);
75 Arg& operator=(const Arg& rhs);
189 virtual ~Arg();
462 inline Arg::Arg(const std::string& flag, in Arg() function
494 ( _name.substr( 0, Arg::nameStartString().length() ) == Arg::nameStartString() ) || in Arg()
503 inline Arg::~Arg() { } in ~Arg()
546 inline bool Arg::operator==(const Arg& a) const
655 inline void Arg::xorSet() in xorSet()
664 inline void Arg::addToList( std::list<Arg*>& argList ) const in addToList()
[all …]
/dports/devel/py-pythran/pythran-0.11.0/pythran/pythonic/types/
H A Dnumpy_gexpr.hpp229 numpy_gexpr<Arg, normalize_t<S>...> make_gexpr<Arg, S...>::
327 numpy_gexpr<Arg, S...>::numpy_gexpr(Arg const &arg, in numpy_gexpr()
434 numpy_gexpr<Arg, S...> &numpy_gexpr<Arg, S...>::
455 numpy_gexpr<Arg, S...> &numpy_gexpr<Arg, S...>::
533 numpy_gexpr<Arg, S...> &numpy_gexpr<Arg, S...>::
547 numpy_gexpr<Arg, S...> &numpy_gexpr<Arg, S...>::
561 numpy_gexpr<Arg, S...> &numpy_gexpr<Arg, S...>::
575 numpy_gexpr<Arg, S...> &numpy_gexpr<Arg, S...>::
589 numpy_gexpr<Arg, S...> &numpy_gexpr<Arg, S...>::
603 numpy_gexpr<Arg, S...> &numpy_gexpr<Arg, S...>::
[all …]
/dports/graphics/panomatic/panomatic-0.9.4/panomatic/tclap/
H A DArg.h43 class Arg
148 Arg( const std::string& flag,
159 virtual ~Arg();
359 inline Arg::Arg(const std::string& flag, in Arg() function
400 inline Arg::~Arg() { } in ~Arg()
446 inline bool Arg::operator==(const Arg& a) const
475 inline bool Arg::isSet() const in isSet()
550 inline void Arg::forceRequired() in forceRequired()
555 inline void Arg::xorSet() in xorSet()
564 inline void Arg::addToList( std::list<Arg*>& argList ) const in addToList()
[all …]
/dports/devel/tclap/tclap-1.4.0-rc1/include/tclap/
H A DArg.h53 class Arg {
58 Arg(const Arg &rhs);
63 Arg &operator=(const Arg &rhs);
174 virtual ~Arg();
446 inline Arg::Arg(const std::string &flag, const std::string &name, in Arg() function
465 (_flag == Arg::flagStartString() || _flag == Arg::nameStartString() || in Arg()
473 Arg::flagStartString()) || in Arg()
475 Arg::nameStartString()) || in Arg()
483 inline Arg::~Arg() {} in ~Arg()
516 inline bool Arg::operator==(const Arg &a) const {
[all …]
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/mozrunner-0.10.0/src/
H A Dfirefox_args.rs63 pub enum Arg { enum
100 Arg::None in from()
152 assert_eq!(Arg::from(&OsString::from("-- profile")), Arg::None); in test_arg_from_osstring()
153 assert_eq!(Arg::from(&OsString::from("profile")), Arg::None); in test_arg_from_osstring()
154 assert_eq!(Arg::from(&OsString::from("profile -P")), Arg::None); in test_arg_from_osstring()
164 assert_eq!(Arg::from(&OsString::from("--profile")), Arg::Profile); in test_arg_from_osstring()
165 assert_eq!(Arg::from(&OsString::from("-profile foo")), Arg::Profile); in test_arg_from_osstring()
178 assert_eq!(Arg::from(&OsString::from("-P")), Arg::NamedProfile); in test_arg_from_osstring()
179 assert_eq!(Arg::from(&OsString::from("-P test")), Arg::NamedProfile); in test_arg_from_osstring()
184 assert_eq!(Arg::from(&OsString::from("--no-remote")), Arg::NoRemote); in test_arg_from_osstring()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozbase/rust/mozrunner/src/
H A Dfirefox_args.rs63 pub enum Arg { enum
100 Arg::None in from()
152 assert_eq!(Arg::from(&OsString::from("-- profile")), Arg::None); in test_arg_from_osstring()
153 assert_eq!(Arg::from(&OsString::from("profile")), Arg::None); in test_arg_from_osstring()
154 assert_eq!(Arg::from(&OsString::from("profile -P")), Arg::None); in test_arg_from_osstring()
164 assert_eq!(Arg::from(&OsString::from("--profile")), Arg::Profile); in test_arg_from_osstring()
165 assert_eq!(Arg::from(&OsString::from("-profile foo")), Arg::Profile); in test_arg_from_osstring()
178 assert_eq!(Arg::from(&OsString::from("-P")), Arg::NamedProfile); in test_arg_from_osstring()
179 assert_eq!(Arg::from(&OsString::from("-P test")), Arg::NamedProfile); in test_arg_from_osstring()
184 assert_eq!(Arg::from(&OsString::from("--no-remote")), Arg::NoRemote); in test_arg_from_osstring()
[all …]
/dports/lang/erlang-runtime23/corba-5.0.2/lib/ic/src/
H A Dic_util.erl255 eval_java(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<integer_literal>' ->
261 eval_java(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<boolean_literal>' ->
265 eval_java(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<string_literal>' ->
267 eval_java(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<wstring_literal>' ->
282 eval_c(G,N,Arg) when is_record(Arg, scoped_id) ->
286 eval_c(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<integer_literal>' ->
288 eval_c(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<character_literal>' ->
290 eval_c(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<wcharacter_literal>' ->
292 eval_c(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<boolean_literal>' ->
296 eval_c(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<string_literal>' ->
[all …]
/dports/lang/erlang-runtime24/corba-5.0.2/lib/ic/src/
H A Dic_util.erl255 eval_java(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<integer_literal>' ->
261 eval_java(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<boolean_literal>' ->
265 eval_java(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<string_literal>' ->
267 eval_java(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<wstring_literal>' ->
282 eval_c(G,N,Arg) when is_record(Arg, scoped_id) ->
286 eval_c(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<integer_literal>' ->
288 eval_c(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<character_literal>' ->
290 eval_c(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<wcharacter_literal>' ->
292 eval_c(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<boolean_literal>' ->
296 eval_c(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<string_literal>' ->
[all …]
/dports/lang/erlang-runtime22/corba-4.5.2/lib/ic/src/
H A Dic_util.erl255 eval_java(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<integer_literal>' ->
261 eval_java(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<boolean_literal>' ->
265 eval_java(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<string_literal>' ->
267 eval_java(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<wstring_literal>' ->
282 eval_c(G,N,Arg) when is_record(Arg, scoped_id) ->
286 eval_c(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<integer_literal>' ->
288 eval_c(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<character_literal>' ->
290 eval_c(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<wcharacter_literal>' ->
292 eval_c(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<boolean_literal>' ->
296 eval_c(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<string_literal>' ->
[all …]
/dports/lang/erlang/corba-5.0.2/lib/ic/src/
H A Dic_util.erl255 eval_java(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<integer_literal>' ->
261 eval_java(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<boolean_literal>' ->
265 eval_java(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<string_literal>' ->
267 eval_java(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<wstring_literal>' ->
282 eval_c(G,N,Arg) when is_record(Arg, scoped_id) ->
286 eval_c(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<integer_literal>' ->
288 eval_c(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<character_literal>' ->
290 eval_c(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<wcharacter_literal>' ->
292 eval_c(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<boolean_literal>' ->
296 eval_c(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<string_literal>' ->
[all …]
/dports/lang/erlang-runtime21/corba-4.5.2/lib/ic/src/
H A Dic_util.erl255 eval_java(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<integer_literal>' ->
261 eval_java(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<boolean_literal>' ->
265 eval_java(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<string_literal>' ->
267 eval_java(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<wstring_literal>' ->
282 eval_c(G,N,Arg) when is_record(Arg, scoped_id) ->
286 eval_c(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<integer_literal>' ->
288 eval_c(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<character_literal>' ->
290 eval_c(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<wcharacter_literal>' ->
292 eval_c(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<boolean_literal>' ->
296 eval_c(_G,_N,Arg) when is_tuple(Arg) andalso element(1,Arg) == '<string_literal>' ->
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/mozbase/rust/mozrunner/src/
H A Dfirefox_args.rs92 pub enum Arg { enum
117 impl Arg { implementation
135 Arg::None in from()
170 arg: Arg, in get_arg_value() argument
237 assert_eq!(Arg::from(&OsString::from("-- profile")), Arg::None); in test_arg_from_osstring()
238 assert_eq!(Arg::from(&OsString::from("profile")), Arg::None); in test_arg_from_osstring()
239 assert_eq!(Arg::from(&OsString::from("profile -P")), Arg::None); in test_arg_from_osstring()
249 assert_eq!(Arg::from(&OsString::from("--profile")), Arg::Profile); in test_arg_from_osstring()
250 assert_eq!(Arg::from(&OsString::from("-profile foo")), Arg::Profile); in test_arg_from_osstring()
263 assert_eq!(Arg::from(&OsString::from("-P")), Arg::NamedProfile); in test_arg_from_osstring()
[all …]
/dports/www/firefox/firefox-99.0/testing/mozbase/rust/mozrunner/src/
H A Dfirefox_args.rs92 pub enum Arg { enum
117 impl Arg { impl
135 Arg::None in from()
170 arg: Arg, in get_arg_value() argument
237 assert_eq!(Arg::from(&OsString::from("-- profile")), Arg::None); in test_arg_from_osstring()
238 assert_eq!(Arg::from(&OsString::from("profile")), Arg::None); in test_arg_from_osstring()
239 assert_eq!(Arg::from(&OsString::from("profile -P")), Arg::None); in test_arg_from_osstring()
249 assert_eq!(Arg::from(&OsString::from("--profile")), Arg::Profile); in test_arg_from_osstring()
250 assert_eq!(Arg::from(&OsString::from("-profile foo")), Arg::Profile); in test_arg_from_osstring()
263 assert_eq!(Arg::from(&OsString::from("-P")), Arg::NamedProfile); in test_arg_from_osstring()
[all …]

12345678910>>...778