Home
last modified time | relevance | path

Searched defs:If (Results 1 – 25 of 1901) sorted by relevance

12345678910>>...77

/dports/devel/py-libcst/libcst-0.3.23/libcst/tests/
H A Dtest_visitor.py19 def visit_If(self, node: cst.If) -> None:
22 def leave_If(self, original_node: cst.If) -> None:
25 def visit_If_test(self, node: cst.If) -> None:
28 def leave_If_test(self, node: cst.If) -> None:
60 def visit_If(self, node: cst.If) -> None:
63 def leave_If(self, original_node: cst.If, updated_node: cst.If) -> cst.If:
67 def visit_If_test(self, node: cst.If) -> None:
70 def leave_If_test(self, node: cst.If) -> None:
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/Statements/
H A DIf.cs16 public sealed class If : NativeActivity class
18 public If() in If() method in System.Activities.Statements.If
23 public If(Expression<Func<ActivityContext, bool>> condition) in If() method in System.Activities.Statements.If
34 public If(Activity<bool> condition) in If() method in System.Activities.Statements.If
45 public If(InArgument<bool> condition) in If() method in System.Activities.Statements.If
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/const-generics/generic_const_exprs/
H A Dissue-74634.rs5 trait If<const COND: bool> {} trait
6 impl If<true> for () {} impl
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/frontend/ir/
H A Dterminal.h95 struct If { struct
96If(Cond if_, Terminal then_, Terminal else_) : if_(if_), then_(std::move(then_)), else_(std::move(… in If() argument
114 * This terminal instruction checks if a halt was requested. If it wasn't, else_ is argument
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/src/frontend/ir/
H A Dterminal.h95 struct If { struct
96If(Cond if_, Terminal then_, Terminal else_) : if_(if_), then_(std::move(then_)), else_(std::move(… in If() argument
114 * This terminal instruction checks if a halt was requested. If it wasn't, else_ is argument
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/src/frontend/ir/
H A Dterminal.h95 struct If { struct
96If(Cond if_, Terminal then_, Terminal else_) : if_(if_), then_(std::move(then_)), else_(std::move(… in If() argument
114 * This terminal instruction checks if a halt was requested. If it wasn't, else_ is argument
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/gridpart/test/
H A Dcheckseed.hh30 struct If struct in Dune::Fem::CheckEntitySeed
33 static void check ( const GridPart & ) in check()
38 struct If< GridPart, true > struct in Dune::Fem::CheckEntitySeed
41 static void check ( const GridPart &gridPart ) in check()
H A Dcheckgeometry.hh36 struct If struct in Dune::Fem::CheckGeometry
39 static void check ( const Entity&, FailureHandler & ) in check()
44 struct If< GridPart, true > struct in Dune::Fem::CheckGeometry
47 static void check ( const Entity &entity, FailureHandler & ) in check()
/dports/benchmarks/tsung/tsung-1.7.0/docs/
H A Dconf-advanced-features.rst608 <for>
637 <repeat>
688 If the dynamic variable is a list (output from XPath for example), you argument
699 <abort>
728 If you want to exclude all the elements from a specific URI, you would write: argument
/dports/comms/gammu/gammu-1.42.0/contrib/php/smsd-mysql-list/
H A Dsms.php31 $If = "WHERE TextDecoded LIKE '".AddSlashes($Char)."%'"; //if yes, change variable variable
33 $If = ""; //or do nothing variable
/dports/devel/boost-docs/boost_1_72_0/boost/ptr_container/detail/
H A Dthrow_exception.hpp24 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) BOOST_ASSERT( !(If) && Msg ) argument
28 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) if( (If) ) throw Ex ( Msg ) argument
/dports/devel/boost-python-libs/boost_1_72_0/boost/ptr_container/detail/
H A Dthrow_exception.hpp24 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) BOOST_ASSERT( !(If) && Msg ) argument
28 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) if( (If) ) throw Ex ( Msg ) argument
/dports/devel/R-cran-BH/BH/inst/include/boost/ptr_container/detail/
H A Dthrow_exception.hpp24 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) BOOST_ASSERT( !(If) && Msg ) argument
28 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) if( (If) ) throw Ex ( Msg ) argument
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/ptr_container/detail/
H A Dthrow_exception.hpp24 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) BOOST_ASSERT( !(If) && Msg ) argument
28 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) if( (If) ) throw Ex ( Msg ) argument
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/ptr_container/detail/
H A Dthrow_exception.hpp24 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) BOOST_ASSERT( !(If) && Msg ) argument
28 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) if( (If) ) throw Ex ( Msg ) argument
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/ptr_container/detail/
H A Dthrow_exception.hpp24 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) BOOST_ASSERT( !(If) && Msg ) argument
28 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) if( (If) ) throw Ex ( Msg ) argument
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/ptr_container/detail/
H A Dthrow_exception.hpp24 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) BOOST_ASSERT( !(If) && Msg ) argument
28 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) if( (If) ) throw Ex ( Msg ) argument
/dports/databases/percona57-server/boost_1_59_0/boost/ptr_container/detail/
H A Dthrow_exception.hpp24 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) BOOST_ASSERT( !(If) && Msg ) argument
28 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) if( (If) ) throw Ex ( Msg ) argument
/dports/databases/xtrabackup/boost_1_59_0/boost/ptr_container/detail/
H A Dthrow_exception.hpp24 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) BOOST_ASSERT( !(If) && Msg ) argument
28 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) if( (If) ) throw Ex ( Msg ) argument
/dports/databases/percona57-client/boost_1_59_0/boost/ptr_container/detail/
H A Dthrow_exception.hpp24 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) BOOST_ASSERT( !(If) && Msg ) argument
28 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) if( (If) ) throw Ex ( Msg ) argument
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/ptr_container/detail/
H A Dthrow_exception.hpp24 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) BOOST_ASSERT( !(If) && Msg ) argument
28 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) if( (If) ) throw Ex ( Msg ) argument
/dports/devel/boost-libs/boost_1_72_0/boost/ptr_container/detail/
H A Dthrow_exception.hpp24 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) BOOST_ASSERT( !(If) && Msg ) argument
28 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) if( (If) ) throw Ex ( Msg ) argument
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/ptr_container/detail/
H A Dthrow_exception.hpp24 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) BOOST_ASSERT( !(If) && Msg ) argument
28 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) if( (If) ) throw Ex ( Msg ) argument
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/ptr_container/detail/
H A Dthrow_exception.hpp24 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) BOOST_ASSERT( !(If) && Msg ) argument
28 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) if( (If) ) throw Ex ( Msg ) argument
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/ptr_container/detail/
H A Dthrow_exception.hpp24 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) BOOST_ASSERT( !(If) && Msg ) argument
28 #define BOOST_PTR_CONTAINER_THROW_EXCEPTION( If, Ex, Msg ) if( (If) ) throw Ex ( Msg ) argument

12345678910>>...77