Home
last modified time | relevance | path

Searched defs:dependent (Results 1 – 25 of 774) sorted by relevance

12345678910>>...31

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/
H A DOptionSpecBuilder.java140 public OptionSpecBuilder requiredIf( String dependent, String... otherDependents ) { in requiredIf()
161 … public OptionSpecBuilder requiredIf( OptionSpec<?> dependent, OptionSpec<?>... otherDependents ) { in requiredIf()
162 parser.requiredIf( options(), dependent ); in requiredIf() local
181 public OptionSpecBuilder requiredUnless( String dependent, String... otherDependents ) { in requiredUnless()
203 parser.requiredUnless( options(), dependent ); in requiredUnless() local
222 public OptionSpecBuilder availableIf( String dependent, String... otherDependents ) { in availableIf()
243 …public OptionSpecBuilder availableIf( OptionSpec<?> dependent, OptionSpec<?>... otherDependents ) { in availableIf()
244 parser.availableIf( options(), dependent ); in availableIf() local
264 public OptionSpecBuilder availableUnless( String dependent, String... otherDependents ) { in availableUnless()
286 parser.availableUnless( options(), dependent ); in availableUnless() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/
H A DOptionSpecBuilder.java140 public OptionSpecBuilder requiredIf( String dependent, String... otherDependents ) { in requiredIf()
161 … public OptionSpecBuilder requiredIf( OptionSpec<?> dependent, OptionSpec<?>... otherDependents ) { in requiredIf()
162 parser.requiredIf( options(), dependent ); in requiredIf() local
181 public OptionSpecBuilder requiredUnless( String dependent, String... otherDependents ) { in requiredUnless()
203 parser.requiredUnless( options(), dependent ); in requiredUnless() local
222 public OptionSpecBuilder availableIf( String dependent, String... otherDependents ) { in availableIf()
243 …public OptionSpecBuilder availableIf( OptionSpec<?> dependent, OptionSpec<?>... otherDependents ) { in availableIf()
244 parser.availableIf( options(), dependent ); in availableIf() local
264 public OptionSpecBuilder availableUnless( String dependent, String... otherDependents ) { in availableUnless()
286 parser.availableUnless( options(), dependent ); in availableUnless() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/
H A DOptionSpecBuilder.java140 public OptionSpecBuilder requiredIf( String dependent, String... otherDependents ) { in requiredIf()
161 … public OptionSpecBuilder requiredIf( OptionSpec<?> dependent, OptionSpec<?>... otherDependents ) { in requiredIf()
162 parser.requiredIf( options(), dependent ); in requiredIf() local
181 public OptionSpecBuilder requiredUnless( String dependent, String... otherDependents ) { in requiredUnless()
203 parser.requiredUnless( options(), dependent ); in requiredUnless() local
222 public OptionSpecBuilder availableIf( String dependent, String... otherDependents ) { in availableIf()
243 …public OptionSpecBuilder availableIf( OptionSpec<?> dependent, OptionSpec<?>... otherDependents ) { in availableIf()
244 parser.availableIf( options(), dependent ); in availableIf() local
264 public OptionSpecBuilder availableUnless( String dependent, String... otherDependents ) { in availableUnless()
286 parser.availableUnless( options(), dependent ); in availableUnless() local
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/
H A DOptionSpecBuilder.java140 public OptionSpecBuilder requiredIf( String dependent, String... otherDependents ) { in requiredIf()
161 … public OptionSpecBuilder requiredIf( OptionSpec<?> dependent, OptionSpec<?>... otherDependents ) { in requiredIf()
162 parser.requiredIf( options(), dependent ); in requiredIf() local
181 public OptionSpecBuilder requiredUnless( String dependent, String... otherDependents ) { in requiredUnless()
203 parser.requiredUnless( options(), dependent ); in requiredUnless() local
222 public OptionSpecBuilder availableIf( String dependent, String... otherDependents ) { in availableIf()
243 …public OptionSpecBuilder availableIf( OptionSpec<?> dependent, OptionSpec<?>... otherDependents ) { in availableIf()
244 parser.availableIf( options(), dependent ); in availableIf() local
264 public OptionSpecBuilder availableUnless( String dependent, String... otherDependents ) { in availableUnless()
286 parser.availableUnless( options(), dependent ); in availableUnless() local
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/
H A DOptionSpecBuilder.java140 public OptionSpecBuilder requiredIf( String dependent, String... otherDependents ) { in requiredIf()
161 … public OptionSpecBuilder requiredIf( OptionSpec<?> dependent, OptionSpec<?>... otherDependents ) { in requiredIf()
162 parser.requiredIf( options(), dependent ); in requiredIf() local
181 public OptionSpecBuilder requiredUnless( String dependent, String... otherDependents ) { in requiredUnless()
203 parser.requiredUnless( options(), dependent ); in requiredUnless() local
222 public OptionSpecBuilder availableIf( String dependent, String... otherDependents ) { in availableIf()
243 …public OptionSpecBuilder availableIf( OptionSpec<?> dependent, OptionSpec<?>... otherDependents ) { in availableIf()
244 parser.availableIf( options(), dependent ); in availableIf() local
264 public OptionSpecBuilder availableUnless( String dependent, String... otherDependents ) { in availableUnless()
286 parser.availableUnless( options(), dependent ); in availableUnless() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/
H A DOptionSpecBuilder.java140 public OptionSpecBuilder requiredIf( String dependent, String... otherDependents ) { in requiredIf()
161 … public OptionSpecBuilder requiredIf( OptionSpec<?> dependent, OptionSpec<?>... otherDependents ) { in requiredIf()
162 parser.requiredIf( options(), dependent ); in requiredIf() local
181 public OptionSpecBuilder requiredUnless( String dependent, String... otherDependents ) { in requiredUnless()
203 parser.requiredUnless( options(), dependent ); in requiredUnless() local
222 public OptionSpecBuilder availableIf( String dependent, String... otherDependents ) { in availableIf()
243 …public OptionSpecBuilder availableIf( OptionSpec<?> dependent, OptionSpec<?>... otherDependents ) { in availableIf()
244 parser.availableIf( options(), dependent ); in availableIf() local
264 public OptionSpecBuilder availableUnless( String dependent, String... otherDependents ) { in availableUnless()
286 parser.availableUnless( options(), dependent ); in availableUnless() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/
H A DOptionSpecBuilder.java140 public OptionSpecBuilder requiredIf( String dependent, String... otherDependents ) { in requiredIf()
161 … public OptionSpecBuilder requiredIf( OptionSpec<?> dependent, OptionSpec<?>... otherDependents ) { in requiredIf()
162 parser.requiredIf( options(), dependent ); in requiredIf() local
181 public OptionSpecBuilder requiredUnless( String dependent, String... otherDependents ) { in requiredUnless()
203 parser.requiredUnless( options(), dependent ); in requiredUnless() local
222 public OptionSpecBuilder availableIf( String dependent, String... otherDependents ) { in availableIf()
243 …public OptionSpecBuilder availableIf( OptionSpec<?> dependent, OptionSpec<?>... otherDependents ) { in availableIf()
244 parser.availableIf( options(), dependent ); in availableIf() local
264 public OptionSpecBuilder availableUnless( String dependent, String... otherDependents ) { in availableUnless()
286 parser.availableUnless( options(), dependent ); in availableUnless() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.opt/share/classes/jdk/internal/joptsimple/
H A DOptionSpecBuilder.java140 public OptionSpecBuilder requiredIf( String dependent, String... otherDependents ) { in requiredIf()
161 … public OptionSpecBuilder requiredIf( OptionSpec<?> dependent, OptionSpec<?>... otherDependents ) { in requiredIf()
162 parser.requiredIf( options(), dependent ); in requiredIf() local
181 public OptionSpecBuilder requiredUnless( String dependent, String... otherDependents ) { in requiredUnless()
203 parser.requiredUnless( options(), dependent ); in requiredUnless() local
222 public OptionSpecBuilder availableIf( String dependent, String... otherDependents ) { in availableIf()
243 …public OptionSpecBuilder availableIf( OptionSpec<?> dependent, OptionSpec<?>... otherDependents ) { in availableIf()
244 parser.availableIf( options(), dependent ); in availableIf() local
264 public OptionSpecBuilder availableUnless( String dependent, String... otherDependents ) { in availableUnless()
286 parser.availableUnless( options(), dependent ); in availableUnless() local
[all …]
/dports/devel/kf5-threadweaver/threadweaver-5.89.0/src/
H A Ddependency.cpp15 Dependency::Dependency(const JobPointer &dependent, const JobPointer &dependee) in Dependency()
21 Dependency::Dependency(JobInterface *dependent, JobInterface *dependee) in Dependency()
27 Dependency::Dependency(const JobPointer &dependent, JobInterface *dependee) in Dependency()
33 Dependency::Dependency(JobInterface *dependent, const JobPointer &dependee) in Dependency()
39 JobPointer Dependency::dependent() const in dependent() function in ThreadWeaver::Dependency
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/teuchos/parameterlist/src/
H A DTeuchos_StandardDependencies.cpp53 RCP<ParameterEntry> dependent, in VisualDependency()
71 RCP<ParameterEntry> dependent, in VisualDependency()
106 RCP<ParameterEntry> dependent): in ValidatorDependency()
116 RCP<ParameterEntry> dependent, in StringVisualDependency()
127 RCP<ParameterEntry> dependent, in StringVisualDependency()
195 RCP<ParameterEntry> dependent, in BoolVisualDependency()
239 RCP<ParameterEntry> dependent, in ConditionVisualDependency()
279 RCP<ParameterEntry> dependent, in StringValidatorDependency()
381 RCP<ParameterEntry> dependent, in BoolValidatorDependency()
/dports/devel/boost-docs/boost_1_72_0/boost/python/detail/
H A Ddependent.hpp20 struct dependent struct
22 typedef T type;
/dports/devel/hyperscan/boost_1_75_0/boost/python/detail/
H A Ddependent.hpp20 struct dependent struct
22 typedef T type;
/dports/devel/boost-python-libs/boost_1_72_0/boost/python/detail/
H A Ddependent.hpp20 struct dependent struct
22 typedef T type;
/dports/devel/R-cran-BH/BH/inst/include/boost/python/detail/
H A Ddependent.hpp20 struct dependent struct
22 typedef T type;
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/python/detail/
H A Ddependent.hpp20 struct dependent struct
22 typedef T type;
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/python/detail/
H A Ddependent.hpp20 struct dependent struct
22 typedef T type;
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/python/detail/
H A Ddependent.hpp20 struct dependent struct
22 typedef T type;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/python/detail/
H A Ddependent.hpp20 struct dependent struct
22 typedef T type;
/dports/databases/percona57-server/boost_1_59_0/boost/python/detail/
H A Ddependent.hpp20 struct dependent struct
22 typedef T type;
/dports/databases/xtrabackup/boost_1_59_0/boost/python/detail/
H A Ddependent.hpp20 struct dependent struct
22 typedef T type;
/dports/databases/percona57-client/boost_1_59_0/boost/python/detail/
H A Ddependent.hpp20 struct dependent struct
22 typedef T type;
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/python/detail/
H A Ddependent.hpp20 struct dependent struct
22 typedef T type;
/dports/devel/boost-libs/boost_1_72_0/boost/python/detail/
H A Ddependent.hpp20 struct dependent struct
22 typedef T type;
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/python/detail/
H A Ddependent.hpp20 struct dependent struct
22 typedef T type;
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/python/detail/
H A Ddependent.hpp20 struct dependent struct
22 typedef T type;

12345678910>>...31