Home
last modified time | relevance | path

Searched defs:initialValue (Results 1 – 25 of 1747) sorted by relevance

12345678910>>...70

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/test/
H A DTestAttributeFunctions.cpp240 bool initialValue = true; in START_TEST() local
274 double initialValue = 3.6; in START_TEST() local
343 double initialValue = 2.7; in START_TEST() local
411 bool initialValue = true; in START_TEST() local
515 int initialValue = 67; in START_TEST() local
764 bool initialValue = true; in START_TEST() local
1040 int initialValue = 2; in START_TEST() local
1178 int initialValue = 3; in START_TEST() local
1245 int initialValue = 2; in START_TEST() local
1396 int initialValue = 2; in START_TEST() local
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/test/
H A DTestAttributeFunctions.cpp240 bool initialValue = true; in START_TEST() local
274 double initialValue = 3.6; in START_TEST() local
343 double initialValue = 2.7; in START_TEST() local
411 bool initialValue = true; in START_TEST() local
515 int initialValue = 67; in START_TEST() local
764 bool initialValue = true; in START_TEST() local
1040 int initialValue = 2; in START_TEST() local
1178 int initialValue = 3; in START_TEST() local
1245 int initialValue = 2; in START_TEST() local
1396 int initialValue = 2; in START_TEST() local
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Build.UnitTests/BackEnd/
H A DNodePacketTranslator_Tests.cs450 private void HelperTestSimpleType(bool initialValue, bool deserializedInitialValue) in HelperTestSimpleType()
464 private void HelperTestSimpleType(long initialValue, long deserializedInitialValue) in HelperTestSimpleType()
478 private void HelperTestSimpleType(double initialValue, double deserializedInitialValue) in HelperTestSimpleType()
492 private void HelperTestSimpleType(TimeSpan initialValue, TimeSpan deserializedInitialValue) in HelperTestSimpleType()
506 private void HelperTestSimpleType(byte initialValue, byte deserializedInitialValue) in HelperTestSimpleType()
520 private void HelperTestSimpleType(short initialValue, short deserializedInitialValue) in HelperTestSimpleType()
534 private void HelperTestSimpleType(int initialValue, int deserializedInitialValue) in HelperTestSimpleType()
548 private void HelperTestSimpleType(string initialValue, string deserializedInitialValue) in HelperTestSimpleType()
562 private void HelperTestSimpleType(DateTime initialValue, DateTime deserializedInitialValue) in HelperTestSimpleType()
576 private void HelperTestArray(string[] initialValue, IComparer<string> comparer) in HelperTestArray()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/
H A DMultipleInputDialog.java118 public void addBrowseField(String labelText, String initialValue, boolean allowsEmpty) { in addBrowseField()
121 public void addTextField(String labelText, String initialValue, boolean allowsEmpty) { in addTextField()
124 public void addVariablesField(String labelText, String initialValue, boolean allowsEmpty) { in addVariablesField()
127 …public void addMultilinedVariablesField(String labelText, String initialValue, boolean allowsEmpty… in addMultilinedVariablesField()
131 protected void createTextField(String labelText, String initialValue, boolean allowEmpty) { in createTextField()
165 protected void createBrowseField(String labelText, String initialValue, boolean allowEmpty) { in createBrowseField()
232 public void createVariablesField(String labelText, String initialValue, boolean allowEmpty) { in createVariablesField()
292 …public void createMultilineVariablesField(String labelText, String initialValue, boolean allowEmpt… in createMultilineVariablesField()
398 String initialValue; field in MultipleInputDialog.FieldSummary
401 public FieldSummary(int type, String name, String initialValue, boolean allowsEmpty) { in FieldSummary()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.xdebug.ui/src/net/sourceforge/phpeclipse/xdebug/ui/
H A DMultipleInputDialog.java105 public void addBrowseField(String labelText, String initialValue, boolean allowsEmpty) { in addBrowseField()
108 public void addTextField(String labelText, String initialValue, boolean allowsEmpty) { in addTextField()
111 public void addVariablesField(String labelText, String initialValue, boolean allowsEmpty) { in addVariablesField()
115 protected void createTextField(String labelText, String initialValue, boolean allowEmpty) { in createTextField()
147 protected void createBrowseField(String labelText, String initialValue, boolean allowEmpty) { in createBrowseField()
211 public void createVariablesField(String labelText, String initialValue, boolean allowEmpty) { in createVariablesField()
345 String initialValue; field in MultipleInputDialog.FieldSummary
348 public FieldSummary(int type, String name, String initialValue, boolean allowsEmpty) { in FieldSummary()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/
H A DDefaultGlobalDisplay.java59 String initialValue, in promptForText()
68 String initialValue, in promptForText()
108 String initialValue, in promptForText()
120 String initialValue, in promptForText()
141 String initialValue, in promptForText()
164 String initialValue, in promptForTextWithOption()
188 Integer initialValue, in promptForInteger()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/packages/rol/src/elementwise/
H A DROL_Elementwise_Reduce.hpp84 Real initialValue() const { in initialValue() function in ROL::Elementwise::ReductionSum
105 Real initialValue() const { in initialValue() function in ROL::Elementwise::ReductionAnd
131 Real initialValue() const { in initialValue() function in ROL::Elementwise::ReductionMin
158 Real initialValue() const { in initialValue() function in ROL::Elementwise::ReductionMax
179 Real initialValue() const { in initialValue() function in ROL::Elementwise::EuclideanNormSquared
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSequence.php41 protected $initialValue = 1; variable in Doctrine\\DBAL\\Schema\\Sequence
54 public function __construct($name, $allocationSize = 1, $initialValue = 1, $cache = null)
103 public function setInitialValue($initialValue)
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSequence.php41 protected $initialValue = 1; variable in Doctrine\\DBAL\\Schema\\Sequence
54 public function __construct($name, $allocationSize = 1, $initialValue = 1, $cache = null)
103 public function setInitialValue($initialValue)
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSequence.php19 protected $initialValue = 1; variable in Doctrine\\DBAL\\Schema\\Sequence
30 public function __construct($name, $allocationSize = 1, $initialValue = 1, $cache = null)
79 public function setInitialValue($initialValue)
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSequence.php19 protected $initialValue = 1; variable in Doctrine\\DBAL\\Schema\\Sequence
30 public function __construct($name, $allocationSize = 1, $initialValue = 1, $cache = null)
79 public function setInitialValue($initialValue)
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSequence.php19 protected $initialValue = 1; variable in Doctrine\\DBAL\\Schema\\Sequence
30 public function __construct($name, $allocationSize = 1, $initialValue = 1, $cache = null)
79 public function setInitialValue($initialValue)
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSequence.php18 protected $initialValue = 1; variable in Doctrine\\DBAL\\Schema\\Sequence
29 public function __construct($name, $allocationSize = 1, $initialValue = 1, $cache = null)
78 public function setInitialValue($initialValue)
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSequence.php19 protected $initialValue = 1; variable in Doctrine\\DBAL\\Schema\\Sequence
30 public function __construct($name, $allocationSize = 1, $initialValue = 1, $cache = null)
79 public function setInitialValue($initialValue)
/dports/www/typo3-11/typo3_src-11.5.7/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSequence.php19 protected $initialValue = 1; variable in Doctrine\\DBAL\\Schema\\Sequence
30 public function __construct($name, $allocationSize = 1, $initialValue = 1, $cache = null)
79 public function setInitialValue($initialValue)
/dports/www/nextcloud/nextcloud/3rdparty/doctrine/dbal/src/Schema/
H A DSequence.php19 protected $initialValue = 1; variable in Doctrine\\DBAL\\Schema\\Sequence
30 public function __construct($name, $allocationSize = 1, $initialValue = 1, $cache = null)
83 public function setInitialValue($initialValue)
/dports/www/owncloud/owncloud/lib/composer/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSequence.php19 protected $initialValue = 1; variable in Doctrine\\DBAL\\Schema\\Sequence
30 public function __construct($name, $allocationSize = 1, $initialValue = 1, $cache = null)
79 public function setInitialValue($initialValue)
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/zlibrary/core/src/optionEntries/
H A DZLSimpleOptionEntry.cpp25 const std::string &ZLSimpleStringOptionEntry::initialValue() const { in initialValue() function in ZLSimpleStringOptionEntry
58 int ZLSimpleSpinOptionEntry::initialValue() const { in initialValue() function in ZLSimpleSpinOptionEntry
94 const std::string &ZLSimpleStaticTextOptionEntry::initialValue() const { in initialValue() function in ZLSimpleStaticTextOptionEntry
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DSequence.php19 protected $initialValue = 1; variable in Doctrine\\DBAL\\Schema\\Sequence
30 public function __construct($name, $allocationSize = 1, $initialValue = 1, $cache = null)
79 public function setInitialValue($initialValue)
/dports/textproc/nux/nux/src/nux/xom/sandbox/
H A DThreadLocalTest.java47 protected Object initialValue() { in initialValue() method in ThreadLocalTest.InitialThreadLocal
60 protected Object initialValue() { in initialValue() method in ThreadLocalTest.FixedThreadLocal
86 protected final Object initialValue() { // lazy init in initialValue() method in ThreadLocalTest.SoftThreadLocal
/dports/devel/ptlib/ptlib-2.10.11/include/ptclib/
H A Dhttpform.h428 PString initialValue; variable
540 int initialValue; variable
676 PString initialValue; variable
731 PINDEX initialValue; variable
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.options/src/org/graalvm/compiler/options/
H A DNestedBooleanOptionKey.java39 private final Boolean initialValue; field in NestedBooleanOptionKey
41 public NestedBooleanOptionKey(OptionKey<Boolean> masterOption, Boolean initialValue) { in NestedBooleanOptionKey()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.options/src/org/graalvm/compiler/options/
H A DNestedBooleanOptionKey.java39 private final Boolean initialValue; field in NestedBooleanOptionKey
41 public NestedBooleanOptionKey(OptionKey<Boolean> masterOption, Boolean initialValue) { in NestedBooleanOptionKey()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.options/src/org/graalvm/compiler/options/
H A DNestedBooleanOptionKey.java39 private final Boolean initialValue; field in NestedBooleanOptionKey
41 public NestedBooleanOptionKey(OptionKey<Boolean> masterOption, Boolean initialValue) { in NestedBooleanOptionKey()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.options/src/org/graalvm/compiler/options/
H A DNestedBooleanOptionKey.java39 private final Boolean initialValue; field in NestedBooleanOptionKey
41 public NestedBooleanOptionKey(OptionKey<Boolean> masterOption, Boolean initialValue) { in NestedBooleanOptionKey()

12345678910>>...70