Home
last modified time | relevance | path

Searched refs:currentStep (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/dports/games/openbve/OpenBVE-1.8.2.1/source/TrainManager/SafetySystems/Plugin/AI/
H A DPluginAI.UKMUt.cs15 currentStep = 0; in UKMUtAI()
29 currentStep++; in Perform()
34 currentStep++; in Perform()
40 currentStep++; in Perform()
46 currentStep++; in Perform()
51 currentStep++; in Perform()
56 currentStep++; in Perform()
59 currentStep++; in Perform()
97 currentStep++; in Perform()
108 currentStep++; in Perform()
[all …]
H A DPluginAI.UKSpt.cs15 currentStep = 0; in UKSptAI()
29 currentStep++; in Perform()
34 currentStep++; in Perform()
40 currentStep++; in Perform()
46 currentStep++; in Perform()
51 currentStep++; in Perform()
56 currentStep++; in Perform()
59 currentStep++; in Perform()
71 currentStep = 5; in Perform()
102 currentStep++; in Perform()
[all …]
H A DPluginAI.HeiAts.cs11 currentStep = 2; in HeiAtsAI()
20 currentStep = 0; in Perform()
28 currentStep++; in Perform()
33 currentStep++; in Perform()
38 currentStep++; in Perform()
43 currentStep++; in Perform()
49 currentStep++; in Perform()
54 currentStep++; in Perform()
59 currentStep++; in Perform()
70 currentStep++; in Perform()
[all …]
H A DPluginAI.UKDt.cs19 currentStep = 0; in UKDtAI()
33 currentStep++; in Perform()
38 currentStep++; in Perform()
44 currentStep++; in Perform()
50 currentStep++; in Perform()
55 currentStep++; in Perform()
60 currentStep++; in Perform()
63 currentStep++; in Perform()
75 currentStep = 5; in Perform()
121 currentStep++; in Perform()
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/install/classes/
H A DcontrollerHttp.php150 $currentStep = Tools::getValue('step');
151 $session->step = $currentStep;
157 $currentStep = self::$steps[0];
163 if ($checkStep == $currentStep) {
168 $currentStep = $checkStep;
169 $session->step = $currentStep;
170 $session->lastStep = $currentStep;
182 $currentStep = self::$instances[$currentStep]->findNextStep();
184 $session->step = $currentStep;
192 $currentStep = self::$instances[$currentStep]->findPreviousStep($currentStep);
[all …]
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/
H A DctkWorkflowButtonBoxWidget.cpp73 void updateBackButton(ctkWorkflowStep* currentStep);
74 void updateNextButton(ctkWorkflowStep* currentStep);
75 void updateGoToButtons(ctkWorkflowStep* currentStep);
137 bool enable = currentStep && this->Workflow->canGoBackward(currentStep); in updateBackButton()
171 bool enable = currentStep && this->Workflow->canGoForward(currentStep); in updateNextButton()
240 bool enable = currentStep && this->Workflow->canGoToStep(goToStep->id(), currentStep); in updateGoToButtons()
319 d->updateBackButton(d->Workflow ? d->Workflow->currentStep() : 0); in setBackButtonFormat()
331 d->updateNextButton(d->Workflow ? d->Workflow->currentStep() : 0); in setNextButtonFormat()
383 d->updateBackButton(currentStep); in updateButtons()
384 d->updateNextButton(currentStep); in updateButtons()
[all …]
H A DctkWorkflowAbstractPagedWidget.cpp172 void ctkWorkflowAbstractPagedWidget::updateStepUI(ctkWorkflowStep* currentStep) in updateStepUI() argument
175 Q_ASSERT(currentStep); in updateStepUI()
199 if (!d->StepToIndexMap.contains(currentStep)) in updateStepUI()
201 this->associateStepWithPage(currentStep, d->NumPages++); in updateStepUI()
204 int index = d->StepToIndexMap[currentStep]; in updateStepUI()
221 if (!d->StepToLabelMap.contains(currentStep)) in updateStepUI()
223 this->associateStepWithLabel(currentStep, ""); in updateStepUI()
225 QString label = d->StepToLabelMap[currentStep]; in updateStepUI()
238 groupBox->updateGroupBox(currentStep); in updateStepUI()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Core/Testing/Cpp/
H A DctkWorkflowTest3.cpp99 if (workflow->currentStep() != s1) in ctkWorkflowTest3()
109 if (workflow->currentStep() != s2) in ctkWorkflowTest3()
120 if (workflow->currentStep() != s3) in ctkWorkflowTest3()
130 if (workflow->currentStep() != s4) in ctkWorkflowTest3()
140 if (workflow->currentStep() != s7) in ctkWorkflowTest3()
150 if (workflow->currentStep() != s8) in ctkWorkflowTest3()
160 if (workflow->currentStep() != s7) in ctkWorkflowTest3()
170 if (workflow->currentStep() != s4) in ctkWorkflowTest3()
180 if (workflow->currentStep() != s3) in ctkWorkflowTest3()
190 if (workflow->currentStep() != s2) in ctkWorkflowTest3()
[all …]
/dports/devel/z88dk/z88dk/libsrc/_DEVELOPMENT/EXAMPLES/sms/SpaceHawks/game/
H A Dgame_player.c62 static u8 currentStep; variable
133 return (currentStep == STEP_PLAY); in player_isReady()
138 if (currentStep != STEP_PLAY) return; in player_checkFlyingEnemies()
146 if (currentStep != STEP_PLAY) return; in player_checkBombs()
164 if (currentStep == STEP_INIT) in player_update()
174 currentStep = STEP_PLAY; in player_update()
177 else if (currentStep == STEP_PLAY) in player_update()
195 else if (currentStep == STEP_DYING) in player_update()
219 if (currentStep == STEP_DYING) in player_updateV()
225 currentStep = STEP_INIT; in player_reset()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/dragons/
H A Dminigame4.cpp150 uint16 currentStep; in runDanceBattle() local
184 currentStep = 0; in runDanceBattle()
185 while (currentStep < 0xc) { in runDanceBattle()
186 …if (singleDanceRound(round1StepPositionTbl[(uint)currentStep], round1DurationTbl[(uint)currentStep in runDanceBattle()
190 currentStep = currentStep + 1; in runDanceBattle()
194 currentStep = 0; in runDanceBattle()
195 while (currentStep < 0xc) { in runDanceBattle()
200 currentStep = currentStep + 1; in runDanceBattle()
204 currentStep = 0; in runDanceBattle()
206 if (0x11 < currentStep) { in runDanceBattle()
[all …]
/dports/devel/inastemp/inastemp-0.2.4/UTests/
H A DUTester.hpp30 int currentStep; //< current processing step in the run member in UTester
90 ++currentStep; in uassertIsTrue()
92 std::cout << ">> Step " << currentStep << " Equality Failed: " << str << "\n"; in uassertIsTrue()
102 ++currentStep; in uassertAreEqual()
104 std::cout << ">> Step " << currentStep << " Equality Failed: " << str << "\n"; in uassertAreEqual()
116 ++currentStep; in uassertAreDiff()
118 std::cout << ">> Step " << currentStep << " Difference Failed: " << str << "\n"; in uassertAreDiff()
146 currentStep = 0; in Run()
157 … std::cout << "[Finished] FAILED (" << failedSteps << "/" << currentStep << " steps failed)\n"; in Run()
160 std::cout << "[Finished] PASSED (" << currentStep << " steps)\n"; in Run()
/dports/games/multimc/MultiMC5-0.6.11/api/logic/launch/
H A DLaunchTask.cpp78 if(currentStep == -1) in onStepFinished()
80 currentStep ++; in onStepFinished()
81 m_steps[currentStep]->start(); in onStepFinished()
85 auto step = m_steps[currentStep]; in onStepFinished()
89 if(currentStep == m_steps.size() - 1) in onStepFinished()
95 currentStep ++; in onStepFinished()
96 step = m_steps[currentStep]; in onStepFinished()
108 for(auto step = currentStep; step >= 0; step--) in finalizeSteps()
150 m_steps[currentStep]->proceed(); in proceed()
166 auto step = m_steps[currentStep]; in canAbort()
[all …]
/dports/games/gcompris-qt/gcompris-qt-2.0/src/activities/color_mix/
H A DColorChooser.qml22 property int currentStep: 0
32 opacity: currentStep / maxSteps
40 sourceSize.height: parent.sourceSize.height * 0.25 + currentStep / maxSteps * 15
47 opacity: activity.modeRGB ? currentStep / maxSteps * 2 : 1
48 visible: currentStep > 0
60 onClicked: currentStep = Math.min(currentStep + 1, maxSteps);
101 currentStep = Math.round(sliderHandle.x / sliderArea.maxLimit * maxSteps);
108 sliderHandle.x = currentStep * sliderArea.maxLimit / maxSteps;
119 onClicked: currentStep = Math.max(currentStep - 1, 0);
/dports/devel/upp/upp/bazaar/plugin/assimp/include/assimp/
H A DProgressHandler.hpp110 virtual void UpdateFileRead(int currentStep /*= 0*/, int numberOfSteps /*= 0*/) { in UpdateFileRead() argument
111 float f = numberOfSteps ? currentStep / (float)numberOfSteps : 1.0f; in UpdateFileRead()
124 virtual void UpdatePostProcess(int currentStep /*= 0*/, int numberOfSteps /*= 0*/) { in UpdatePostProcess() argument
125 float f = numberOfSteps ? currentStep / (float)numberOfSteps : 1.0f; in UpdatePostProcess()
139 virtual void UpdateFileWrite(int currentStep /*= 0*/, int numberOfSteps /*= 0*/) { in UpdateFileWrite() argument
140 float f = numberOfSteps ? currentStep / (float)numberOfSteps : 1.0f; in UpdateFileWrite()
/dports/multimedia/assimp/assimp-5.1.3/include/assimp/
H A DProgressHandler.hpp110 virtual void UpdateFileRead(int currentStep /*= 0*/, int numberOfSteps /*= 0*/) { in UpdateFileRead() argument
111 float f = numberOfSteps ? currentStep / (float)numberOfSteps : 1.0f; in UpdateFileRead()
124 virtual void UpdatePostProcess(int currentStep /*= 0*/, int numberOfSteps /*= 0*/) { in UpdatePostProcess() argument
125 float f = numberOfSteps ? currentStep / (float)numberOfSteps : 1.0f; in UpdatePostProcess()
139 virtual void UpdateFileWrite(int currentStep /*= 0*/, int numberOfSteps /*= 0*/) { in UpdateFileWrite() argument
140 float f = numberOfSteps ? currentStep / (float)numberOfSteps : 1.0f; in UpdateFileWrite()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/assimp/include/assimp/
H A DProgressHandler.hpp110 virtual void UpdateFileRead(int currentStep /*= 0*/, int numberOfSteps /*= 0*/) { in UpdateFileRead() argument
111 float f = numberOfSteps ? currentStep / (float)numberOfSteps : 1.0f; in UpdateFileRead()
124 virtual void UpdatePostProcess(int currentStep /*= 0*/, int numberOfSteps /*= 0*/) { in UpdatePostProcess() argument
125 float f = numberOfSteps ? currentStep / (float)numberOfSteps : 1.0f; in UpdatePostProcess()
139 virtual void UpdateFileWrite(int currentStep /*= 0*/, int numberOfSteps /*= 0*/) { in UpdateFileWrite() argument
140 float f = numberOfSteps ? currentStep / (float)numberOfSteps : 1.0f; in UpdateFileWrite()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/assimp/include/assimp/
H A DProgressHandler.hpp110 virtual void UpdateFileRead(int currentStep /*= 0*/, int numberOfSteps /*= 0*/) { in UpdateFileRead() argument
111 float f = numberOfSteps ? currentStep / (float)numberOfSteps : 1.0f; in UpdateFileRead()
124 virtual void UpdatePostProcess(int currentStep /*= 0*/, int numberOfSteps /*= 0*/) { in UpdatePostProcess() argument
125 float f = numberOfSteps ? currentStep / (float)numberOfSteps : 1.0f; in UpdatePostProcess()
139 virtual void UpdateFileWrite(int currentStep /*= 0*/, int numberOfSteps /*= 0*/) { in UpdateFileWrite() argument
140 float f = numberOfSteps ? currentStep / (float)numberOfSteps : 1.0f; in UpdateFileWrite()
/dports/misc/adios2/ADIOS2-2.7.1/testing/adios2/engine/staging-common/
H A DTestCommonReadLocal.cpp63 const size_t currentStep = engine.CurrentStep(); in TEST_F() local
64 EXPECT_EQ(currentStep, static_cast<size_t>(t)); in TEST_F()
147 hisLength - currentStep - rankToRead); in TEST_F()
157 engine.BlocksInfo(var_i16, currentStep).at(rankToRead).Count[0], in TEST_F()
161 engine.BlocksInfo(var_i32, currentStep).at(rankToRead).Count[0], in TEST_F()
165 engine.BlocksInfo(var_i64, currentStep).at(rankToRead).Count[0], in TEST_F()
174 ASSERT_EQ(engine.BlocksInfo(var_r32, currentStep) in TEST_F()
201 ASSERT_EQ(engine.BlocksInfo(var_r64_2d, currentStep) in TEST_F()
205 ASSERT_EQ(engine.BlocksInfo(var_r64_2d, currentStep) in TEST_F()
213 ASSERT_EQ(engine.BlocksInfo(var_r64_2d_rev, currentStep) in TEST_F()
[all …]
/dports/finance/quantlib/QuantLib-1.20/ql/models/marketmodels/
H A Dpathwisediscounter.cpp54 Size currentStep, in getFactors() argument
57 Real preDF = Discounts[currentStep][before_]; in getFactors()
58 Real postDF = Discounts[currentStep][before_+1]; in getFactors()
68 factors[i+1] = -preDF*taus_[i]*Discounts[currentStep][i+1]/Discounts[currentStep][i]; in getFactors()
80 factors[i+1] = -df*taus_[i]*Discounts[currentStep][i+1]/Discounts[currentStep][i]; in getFactors()
/dports/net-im/neochat/neochat-1.2.0/imports/NeoChat/Page/
H A DWelcomePage.qml16 property alias currentStep: module.item
68 enabled: welcomePage.currentStep.previousUrl !== ""
69 visible: welcomePage.currentStep.showBackButton
72 module.source = welcomePage.currentStep.previousUrl
78 enabled: welcomePage.currentStep.acceptable
79 visible: welcomePage.currentStep.showContinueButton
80 action: welcomePage.currentStep.action
85 target: currentStep
/dports/misc/adios2/ADIOS2-2.7.1/testing/adios2/engine/dataman/
H A DTestDataMan2DMemSelect.cpp197 size_t currentStep; in DataManReaderP2PMemSelect() local
206 currentStep = dataManReader.CurrentStep(); in DataManReaderP2PMemSelect()
207 GenData(myChars, currentStep, memStart, memCount, shape); in DataManReaderP2PMemSelect()
208 GenData(myUChars, currentStep, memStart, memCount, shape); in DataManReaderP2PMemSelect()
209 GenData(myShorts, currentStep, memStart, memCount, shape); in DataManReaderP2PMemSelect()
210 GenData(myUShorts, currentStep, memStart, memCount, shape); in DataManReaderP2PMemSelect()
211 GenData(myInts, currentStep, memStart, memCount, shape); in DataManReaderP2PMemSelect()
212 GenData(myUInts, currentStep, memStart, memCount, shape); in DataManReaderP2PMemSelect()
213 GenData(myFloats, currentStep, memStart, memCount, shape); in DataManReaderP2PMemSelect()
214 GenData(myDoubles, currentStep, memStart, memCount, shape); in DataManReaderP2PMemSelect()
[all …]
H A DTestDataMan2DBzip2.cpp197 size_t currentStep; in DataManReaderP2PMemSelect() local
206 currentStep = dataManReader.CurrentStep(); in DataManReaderP2PMemSelect()
207 GenData(myChars, currentStep, memStart, memCount, shape); in DataManReaderP2PMemSelect()
208 GenData(myUChars, currentStep, memStart, memCount, shape); in DataManReaderP2PMemSelect()
209 GenData(myShorts, currentStep, memStart, memCount, shape); in DataManReaderP2PMemSelect()
210 GenData(myUShorts, currentStep, memStart, memCount, shape); in DataManReaderP2PMemSelect()
211 GenData(myInts, currentStep, memStart, memCount, shape); in DataManReaderP2PMemSelect()
212 GenData(myUInts, currentStep, memStart, memCount, shape); in DataManReaderP2PMemSelect()
213 GenData(myFloats, currentStep, memStart, memCount, shape); in DataManReaderP2PMemSelect()
214 GenData(myDoubles, currentStep, memStart, memCount, shape); in DataManReaderP2PMemSelect()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/egl_tests/
H A DEGLContextASANTest.cpp71 Step currentStep = Step::Start; in TEST_P() local
77 while (currentStep != waitStep) in TEST_P()
80 if (currentStep == Step::Abort) in TEST_P()
92 currentStep = newStep; in TEST_P()
100 AbortOnFailure(Step *currentStep, std::mutex *mutex, std::condition_variable *condVar) in TEST_P() argument
101 : mCurrentStep(currentStep), mMutex(mutex), mCondVar(condVar) in TEST_P()
126 AbortOnFailure abortOnFailure(&currentStep, &mutex, &condVar); in TEST_P()
146 AbortOnFailure abortOnFailure(&currentStep, &mutex, &condVar); in TEST_P()
191 ASSERT_NE(currentStep, Step::Abort); in TEST_P()
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/cmd/edit/testdata/
H A Drecord.go71 var currentStep *EditStep
93 if currentStep != nil {
98 currentStep = &EditStep{StepType: "edit", Input: filename}
100 if currentStep == nil || currentStep.StepType != "edit" {
105 currentStep.Output = filename
106 tc.Steps = append(tc.Steps, *currentStep)
107 currentStep = nil
109 if currentStep != nil {
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/pkg/cmd/edit/testdata/
H A Drecord.go71 var currentStep *EditStep
93 if currentStep != nil {
98 currentStep = &EditStep{StepType: "edit", Input: filename}
100 if currentStep == nil || currentStep.StepType != "edit" {
105 currentStep.Output = filename
106 tc.Steps = append(tc.Steps, *currentStep)
107 currentStep = nil
109 if currentStep != nil {

12345678910>>...16