Home
last modified time | relevance | path

Searched defs:startValue (Results 1 – 25 of 497) sorted by relevance

12345678910>>...20

/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/util/
H A DCurrency.java201 public static Currency getCurrency(int whatType, double startValue) { in getCurrency()
207 public static Currency getCurrency(String symbol, double startValue) { in getCurrency()
213 public static Currency getCurrency(String symbol, String startValue) { in getCurrency()
223 public Currency(int whatType, double startValue) { in Currency()
227 public Currency(String symbol, double startValue) { in Currency()
231 public Currency(String symbol, String startValue) { in Currency()
236 private static String cleanCommas(String startValue) { in cleanCommas()
404 private void setValues(String symbol, double startValue) { in setValues()
405 setValues(xlateSymbolToType(symbol), startValue); in setValues() local
414 private void setValues(int whatType, double startValue) { in setValues()
/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/math/
H A DInterpolate.h50 void SetStartValue( const type &startValue ) { this->startValue = startValue; } in SetStartValue()
65 type startValue; variable
89 …polate<type>::Init( const float startTime, const float duration, const type &startValue, const typ… in Init()
138 void SetStartValue( const type &startValue ) { this->startValue = startValue; Invalidate(); } in SetStartValue()
158 type startValue; variable
184 …st float accelTime, const float decelTime, const float duration, const type &startValue, const typ… in Init()
287 void SetStartValue( const type &startValue ) { this->startValue = startValue; Invalidate(); } in SetStartValue()
307 type startValue; variable
333 …st float accelTime, const float decelTime, const float duration, const type &startValue, const typ… in Init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/android/layouts/java/src/org/chromium/chrome/browser/layouts/animation/
H A DCompositorAnimator.java119 public static CompositorAnimator ofFloat(CompositorAnimationHandler handler, float startValue, in ofFloat()
140 final T target, final FloatProperty<T> property, float startValue, float endValue, in ofFloatProperty()
163 final T target, final FloatProperty<T> property, Supplier<Float> startValue, in ofFloatProperty()
185 final T target, final FloatProperty<T> property, float startValue, float endValue, in ofFloatProperty()
202 final T target, final FloatProperty<T> property, Supplier<Float> startValue, in ofFloatProperty()
220 final PropertyModel model, WritableFloatPropertyKey key, Supplier<Float> startValue, in ofWritableFloatPropertyKey()
242 final PropertyModel model, WritableFloatPropertyKey key, float startValue, in ofWritableFloatPropertyKey()
259 final PropertyModel model, WritableFloatPropertyKey key, float startValue, in ofWritableFloatPropertyKey()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/respect/validation/library/Rules/
H A DStartsWith.php16 public $startValue; variable in Respect\\Validation\\Rules\\StartsWith
19 public function __construct($startValue, $identical = false)
/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/components/flatfile/options/
H A DStartEndSeparator.java31 private final char[] startValue; field in StartEndSeparator
34 public StartEndSeparator(String startValue, String endValue) { in StartEndSeparator()
H A DStartEndByteDelimiterExtractor.java31 private final byte[] startValue; field in StartEndByteDelimiterExtractor
34 public StartEndByteDelimiterExtractor(byte[] startValue, byte[] endValue) { in StartEndByteDelimiterExtractor()
H A DStartEndCharDelimiterExtractor.java32 private final char[] startValue; field in StartEndCharDelimiterExtractor
35 public StartEndCharDelimiterExtractor(char[] startValue, char[] endValue) { in StartEndCharDelimiterExtractor()
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/analysis/solvers/
H A DBaseUnivariateSolver.java126 double solve(int maxEval, FUNC f, double min, double max, double startValue) in solve()
141 double solve(int maxEval, FUNC f, double startValue); in solve()
H A DBaseAbstractUnivariateSolver.java178 double startValue) in setup()
192 public double solve(int maxEval, FUNC f, double min, double max, double startValue) in solve()
208 public double solve(int maxEval, FUNC f, double startValue) in solve()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/mysql/
H A Dha_autoi.cpp22 bool parseAutoincrementTableComment ( std::string comment, uint64_t& startValue, std::string& colum… in parseAutoincrementTableComment()
113 bool parseAutoincrementColumnComment ( std::string comment, uint64_t& startValue ) in parseAutoincrementColumnComment()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/mysql/
H A Dha_autoi.cpp22 bool parseAutoincrementTableComment ( std::string comment, uint64_t& startValue, std::string& colum… in parseAutoincrementTableComment()
113 bool parseAutoincrementColumnComment ( std::string comment, uint64_t& startValue ) in parseAutoincrementColumnComment()
/dports/graphics/krita/krita-4.4.8/libs/odf/
H A DKoOdfNotesConfiguration.cpp38 int startValue; member in KoOdfNotesConfiguration::Private
283 int KoOdfNotesConfiguration::startValue() const in startValue() function in KoOdfNotesConfiguration
288 void KoOdfNotesConfiguration::setStartValue(int startValue) in setStartValue()
/dports/editors/calligra/calligra-3.2.1/libs/odf/
H A DKoOdfNotesConfiguration.cpp37 int startValue; member in KoOdfNotesConfiguration::Private
282 int KoOdfNotesConfiguration::startValue() const in startValue() function in KoOdfNotesConfiguration
287 void KoOdfNotesConfiguration::setStartValue(int startValue) in setStartValue()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/odf/
H A DKoOdfNotesConfiguration.cpp38 int startValue; member in KoOdfNotesConfiguration::Private
283 int KoOdfNotesConfiguration::startValue() const in startValue() function in KoOdfNotesConfiguration
288 void KoOdfNotesConfiguration::setStartValue(int startValue) in setStartValue()
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/animations/
H A Dpiesliceanimation.cpp81 void PieSliceAnimation::setValue(const PieSliceData &startValue, const PieSliceData &endValue) in setValue()
113 PieSliceData startValue = qvariant_cast<PieSliceData>(start); in interpolated() local
/dports/graphics/libprojectm/projectm-3.1.12/src/museum/projectM-iTunes-VizKit/source/Tools/
H A DVisualInterpolation.h106 static const double startValue; /**< The start value. */ variable
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/test/regression/tests/002.native_replication/
H A DPgTester.java9 Integer startValue = 0; in main() local
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/test/regression/tests/002.native_replication/
H A DPgTester.java9 Integer startValue = 0; in main() local
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/test/regression/tests/002.native_replication/
H A DPgTester.java9 Integer startValue = 0; in main() local
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/test/regression/tests/002.native_replication/
H A DPgTester.java9 Integer startValue = 0; in main() local
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/test/regression/tests/002.native_replication/
H A DPgTester.java9 Integer startValue = 0; in main() local
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/test/regression/tests/002.native_replication/
H A DPgTester.java9 Integer startValue = 0; in main() local
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/fcollada/src/FCollada/FCDocument/
H A DFCDAnimationClipTools.cpp18 void ResetAnimationClipTimes(FCDocument* document, float startValue) in ResetAnimationClipTimes()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/speedmanager/impl/v2/
H A DLimitControlSetting.java26 public LimitControlSetting(float startValue){ in LimitControlSetting()
H A DSMConst.java82 …tatic SpeedManagerLimitEstimate filterEstimate(SpeedManagerLimitEstimate estimate, int startValue){ in filterEstimate()
96 public static int filterLimit(int bytesPerSec, int startValue){ in filterLimit()

12345678910>>...20