Home
last modified time | relevance | path

Searched refs:stepUp (Results 1 – 25 of 383) sorted by relevance

12345678910>>...16

/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/nodeGraph/
H A DuseZoom.ts5 stepUp: (s) => s * 1.5,
14 stepUp: (scale: number) => number; property
30 export function useZoom({ stepUp, stepDown, min, max } = defaultOptions) {
36 setScale(stepUp(scale));
38 }, [scale, stepUp, max]);
/dports/audio/kwave/kwave-21.12.3/libgui/
H A DInvertableSpinBox.cpp61 void Kwave::InvertableSpinBox::stepUp() in stepUp() function in Kwave::InvertableSpinBox
66 QSpinBox::stepUp(); in stepUp()
74 if (value() + 1 < maximum()) QSpinBox::stepUp(); in stepDown()
/dports/audio/pianobooster/PianoBooster-1.0.0/src/
H A DRating.cpp65 float stepUp;
83 … float stepAmount = (direction > 0) ? accuracyTable[i].stepUp : accuracyTable[i].stepDown;
85 stepAmount = accuracyTable[i].stepUp + accuracyTable[i].stepDown;
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/tests/
H A DTestScalar.cpp632 SimTK_TEST(stepUp(0.)==0 && stepUp(.5)==.5 && stepUp(1.)==1); in testStep()
633 SimTK_TEST(0 < stepUp(.3) && stepUp(.3) < .5); in testStep()
634 SimTK_TEST(.5 < stepUp(.7) && stepUp(.7) < 1); in testStep()
643 SimTK_TEST(stepUp(0.f)==0 && stepUp(.5f)==.5f && stepUp(1.f)==1); in testStep()
644 SimTK_TEST(0 < stepUp(.3f) && stepUp(.3f) < .5f); in testStep()
645 SimTK_TEST(.5f < stepUp(.7f) && stepUp(.7f) < 1); in testStep()
655 SimTK_TEST(stepUp(0)==0 && stepUp(1)==1); in testStep()
663 const double dupEst = (stepUp(.799+1e-6)-stepUp(.799-1e-6))/2e-6; in testStep()
676 const float fdupEst = (stepUp(.699f+1e-3f)-stepUp(.699f-1e-3f))/2e-3f; in testStep()
/dports/math/frobby/frobby-0.9.1/save/
H A DTermTreeWalkerAlgos17 _walker->stepUp();
84 fromWalker.stepUp();
85 toWalker.stepUp();
109 fromWalker.stepUp();
110 toWalker.stepUp();
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/jdi/
H A DJdbMethodExitTest.java243 jdb.command(JdbCommand.stepUp()); in runCases()
251 jdb.command(JdbCommand.stepUp()); in runCases()
263 jdb.command(JdbCommand.stepUp()); in runCases()
272 jdb.command(JdbCommand.stepUp()); in runCases()
281 jdb.command(JdbCommand.stepUp()); in runCases()
291 jdb.command(JdbCommand.stepUp()); in runCases()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/com/sun/jdi/
H A DJdbMethodExitTest.java243 jdb.command(JdbCommand.stepUp()); in runCases()
251 jdb.command(JdbCommand.stepUp()); in runCases()
263 jdb.command(JdbCommand.stepUp()); in runCases()
272 jdb.command(JdbCommand.stepUp()); in runCases()
281 jdb.command(JdbCommand.stepUp()); in runCases()
291 jdb.command(JdbCommand.stepUp()); in runCases()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/com/sun/jdi/
H A DJdbMethodExitTest.java243 jdb.command(JdbCommand.stepUp()); in runCases()
251 jdb.command(JdbCommand.stepUp()); in runCases()
263 jdb.command(JdbCommand.stepUp()); in runCases()
272 jdb.command(JdbCommand.stepUp()); in runCases()
281 jdb.command(JdbCommand.stepUp()); in runCases()
291 jdb.command(JdbCommand.stepUp()); in runCases()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/com/sun/jdi/
H A DJdbMethodExitTest.java243 jdb.command(JdbCommand.stepUp()); in runCases()
251 jdb.command(JdbCommand.stepUp()); in runCases()
263 jdb.command(JdbCommand.stepUp()); in runCases()
272 jdb.command(JdbCommand.stepUp()); in runCases()
281 jdb.command(JdbCommand.stepUp()); in runCases()
291 jdb.command(JdbCommand.stepUp()); in runCases()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/com/sun/jdi/
H A DJdbMethodExitTest.java243 jdb.command(JdbCommand.stepUp()); in runCases()
251 jdb.command(JdbCommand.stepUp()); in runCases()
263 jdb.command(JdbCommand.stepUp()); in runCases()
272 jdb.command(JdbCommand.stepUp()); in runCases()
281 jdb.command(JdbCommand.stepUp()); in runCases()
291 jdb.command(JdbCommand.stepUp()); in runCases()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/com/sun/jdi/
H A DJdbMethodExitTest.java243 jdb.command(JdbCommand.stepUp()); in runCases()
251 jdb.command(JdbCommand.stepUp()); in runCases()
263 jdb.command(JdbCommand.stepUp()); in runCases()
272 jdb.command(JdbCommand.stepUp()); in runCases()
281 jdb.command(JdbCommand.stepUp()); in runCases()
291 jdb.command(JdbCommand.stepUp()); in runCases()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/jdi/
H A DJdbMethodExitTest.java243 jdb.command(JdbCommand.stepUp()); in runCases()
251 jdb.command(JdbCommand.stepUp()); in runCases()
263 jdb.command(JdbCommand.stepUp()); in runCases()
272 jdb.command(JdbCommand.stepUp()); in runCases()
281 jdb.command(JdbCommand.stepUp()); in runCases()
291 jdb.command(JdbCommand.stepUp()); in runCases()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/com/sun/jdi/
H A DJdbMethodExitTest.java243 jdb.command(JdbCommand.stepUp()); in runCases()
251 jdb.command(JdbCommand.stepUp()); in runCases()
263 jdb.command(JdbCommand.stepUp()); in runCases()
272 jdb.command(JdbCommand.stepUp()); in runCases()
281 jdb.command(JdbCommand.stepUp()); in runCases()
291 jdb.command(JdbCommand.stepUp()); in runCases()
/dports/graphics/evolvotron/evolvotron/libevolvotron/
H A Ddialog_mutation_parameters.cpp200 _spinbox_magnitude->stepUp(); in heat()
210 _spinbox_parameter_reset->stepUp(); in irradiate()
211 _spinbox_glitch->stepUp(); in irradiate()
212 _spinbox_shuffle->stepUp(); in irradiate()
213 _spinbox_insert->stepUp(); in irradiate()
214 _spinbox_substitute->stepUp(); in irradiate()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/reftests/forms/input/range/
H A Dreftest-stylo.list23 fails fuzzy-if(skiaContent,1,40) == stepUp-unthemed.html stepUp-unthemed.html
24 == stepUp.html stepUp.html
/dports/misc/vxl/vxl-3.3.2/v3p/dcmtk/dcmdata/include/
H A Ddchashdi.h131 { stepUp(); return *this; }
135 { DcmHashDictIterator tmp(*this); stepUp(); return tmp; }
147 void stepUp();
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/include/dcmtk/dcmdata/
H A Ddchashdi.h157 { stepUp(); return *this; }
161 { DcmHashDictIterator tmp(*this); stepUp(); return tmp; }
174 void stepUp();
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/lib/src/
H A DDoubleSpinBox.cpp130 QAbstractSpinBox::StepEnabled stepUp = QAbstractSpinBox::StepNone; in stepEnabled() local
132 stepUp = StepUpEnabled; in stepEnabled()
134 return stepDown | stepUp; in stepEnabled()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/widgets/
H A Dq3spinwidget.cpp168 stepUp(); in mousePressEvent()
214 void Q3SpinWidget::stepUp() in stepUp() function in Q3SpinWidget
246 stepUp(); in timerDoneEx()
330 offset > 0 ? stepDown() : stepUp(); in wheelEvent()
H A Dq3datetimeedit.h70 virtual void stepUp() = 0; in QT_MODULE()
127 void stepUp();
211 void stepUp();
/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/widgets/
H A Dtimeedit.cpp122 stepUp(); in keyPressEvent()
127 stepUp(); in keyPressEvent()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/
H A DHTMLInputElement.h76 void stepUp(int, ExceptionCode&);
78 void stepUp(ExceptionCode& ec) { stepUp(1, ec); } in stepUp() function
/dports/games/dhewm3/dhewm3-1.5.1/neo/game/physics/
H A DPhysics_Player.h68 float stepUp; member
175 bool SlideMove( bool gravity, bool stepUp, bool stepDown, bool push );
/dports/games/dhewm3/dhewm3-1.5.1/neo/d3xp/physics/
H A DPhysics_Player.h68 float stepUp; member
175 bool SlideMove( bool gravity, bool stepUp, bool stepDown, bool push );
/dports/devel/qmake/qt-x11-free-3.3.8/src/widgets/
H A Dqdatetimeedit.h62 virtual void stepUp() = 0;
122 void stepUp();
209 void stepUp();

12345678910>>...16