Home
last modified time | relevance | path

Searched refs:getActive (Results 1 – 25 of 837) sorted by relevance

12345678910>>...34

/dports/cad/sumo/sumo-1.2.0/src/microsim/actions/
H A DCommand_SaveTLSSwitchStates.cpp49 const std::string& state = myLogics.getActive()->getCurrentPhaseDef().getState(); in execute()
50 if (state != myPreviousState || myLogics.getActive()->getProgramID() != myPreviousProgramID) { in execute()
52 << "\" id=\"" << myLogics.getActive()->getID() in execute()
53 << "\" programID=\"" << myLogics.getActive()->getProgramID() in execute()
54 << "\" phase=\"" << myLogics.getActive()->getCurrentPhaseIndex() in execute()
57 myPreviousProgramID = myLogics.getActive()->getProgramID(); in execute()
H A DCommand_SaveTLSState.cpp50 << "\" id=\"" << myLogics.getActive()->getID() in execute()
51 << "\" programID=\"" << myLogics.getActive()->getProgramID() in execute()
52 << "\" phase=\"" << myLogics.getActive()->getCurrentPhaseIndex() in execute()
53 … << "\" state=\"" << myLogics.getActive()->getCurrentPhaseDef().getState() << "\"/>\n"; in execute()
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DTrafficLight.cpp60 return getTLS(tlsID).getActive()->getCurrentPhaseDef().getState(); in getRedYellowGreenState()
134 return getTLS(tlsID).getActive()->getProgramID(); in getProgram()
140 return getTLS(tlsID).getActive()->getCurrentPhaseIndex(); in getPhase()
146 return getTLS(tlsID).getActive()->getCurrentPhaseDef().getName(); in getPhaseName()
151 return STEPS2TIME(getTLS(tlsID).getActive()->getCurrentPhaseDef().duration); in getPhaseDuration()
157 return STEPS2TIME(getTLS(tlsID).getActive()->getNextSwitchTime()); in getNextSwitch()
163 return getTLS(tlsID).getActive()->getParameter(paramName, ""); in getParameter()
175 MSTrafficLightLogic* const active = getTLS(tlsID).getActive(); in setPhase()
187 MSTrafficLightLogic* const active = getTLS(tlsID).getActive(); in setPhaseName()
204 MSTrafficLightLogic* const active = getTLS(tlsID).getActive(); in setPhaseDuration()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/tests/org.eclipse.e4.core.tests/src/org/eclipse/e4/core/internal/tests/contexts/
H A DActivationTest.java141 assertEquals("3", child1.getActive("var")); in testGetActive()
144 assertEquals("1", child1.getActive("var")); in testGetActive()
146 assertEquals("2", child1.getActive("var")); in testGetActive()
148 assertEquals("5", child2.getActive("var")); in testGetActive()
161 assertNull(root.getActive("var")); in testGetActiveBug384425()
162 assertNull(child1.getActive("var")); in testGetActiveBug384425()
163 assertNull(child2.getActive("var")); in testGetActiveBug384425()
168 assertEquals("1", root.getActive("var")); in testGetActiveBug384425()
169 assertEquals("1", child1.getActive("var")); in testGetActiveBug384425()
170 assertNull(child2.getActive("var")); in testGetActiveBug384425()
[all …]
/dports/audio/rezound/rezound-0.13.1beta/src/backend/
H A Dmain_controls.cpp166 while(soundFileManager->getActive()!=NULL) in exitReZound()
195 CLoadedSound *loaded=soundFileManager->getActive(); in play()
209 CLoadedSound *loaded=soundFileManager->getActive(); in play()
223 CLoadedSound *loaded=soundFileManager->getActive(); in pause()
237 CLoadedSound *loaded=soundFileManager->getActive(); in stop()
251 CLoadedSound *loaded=soundFileManager->getActive(); in jumpToBeginning()
269 CLoadedSound *loaded=soundFileManager->getActive(); in jumpToStartPosition()
286 CLoadedSound *loaded=soundFileManager->getActive(); in jumpToPreviousCue()
338 CLoadedSound *loaded=soundFileManager->getActive(); in jumpToNextCue()
394 CLoadedSound *s=soundFileManager->getActive(); in undo()
[all …]
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/KernelTests/Core/Entity/
H A DEntityRepositoryTest.php87 $active = $this->entityRepository->getActive($entity_type_id, -1);
100 $active = $this->entityRepository->getActive($entity_type_id, $entity->id(), $en_contexts);
114 $active = $this->entityRepository->getActive($entity_type_id, $entity->id(), $en_contexts);
121 $active = $this->entityRepository->getActive($entity_type_id, $entity->id(), $en_contexts);
136 $active = $this->entityRepository->getActive($entity_type_id, $entity->id(), $en_contexts);
141 $active = $this->entityRepository->getActive($entity_type_id, $entity->id(), $it_contexts);
155 $active = $this->entityRepository->getActive($entity_type_id, $entity->id(), $en_contexts);
164 $active = $this->entityRepository->getActive($entity_type_id, $entity->id(), $en_contexts);
168 $active = $this->entityRepository->getActive($entity_type_id, $entity->id(), $it_contexts);
176 $active = $this->entityRepository->getActive($entity_type_id, $entity->id(), $en_contexts);
[all …]
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/KernelTests/Core/Entity/
H A DEntityRepositoryTest.php87 $active = $this->entityRepository->getActive($entity_type_id, -1);
100 $active = $this->entityRepository->getActive($entity_type_id, $entity->id(), $en_contexts);
114 $active = $this->entityRepository->getActive($entity_type_id, $entity->id(), $en_contexts);
121 $active = $this->entityRepository->getActive($entity_type_id, $entity->id(), $en_contexts);
136 $active = $this->entityRepository->getActive($entity_type_id, $entity->id(), $en_contexts);
141 $active = $this->entityRepository->getActive($entity_type_id, $entity->id(), $it_contexts);
155 $active = $this->entityRepository->getActive($entity_type_id, $entity->id(), $en_contexts);
164 $active = $this->entityRepository->getActive($entity_type_id, $entity->id(), $en_contexts);
168 $active = $this->entityRepository->getActive($entity_type_id, $entity->id(), $it_contexts);
176 $active = $this->entityRepository->getActive($entity_type_id, $entity->id(), $en_contexts);
[all …]
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/db/
H A DCDbConnection.php227 public function getActive() function in CDbConnection
353 if($this->getActive())
366 if($this->_transaction->getActive())
379 if($this->getActive())
398 if(!$this->getActive())
443 if($this->getActive())
457 if($this->getActive())
637 if($this->getActive())
H A DCDbTransaction.php59 if($this->_active && $this->_connection->getActive())
75 if($this->_active && $this->_connection->getActive())
96 public function getActive() function in CDbTransaction
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Tools/
H A DCMC_TaskSet.cpp357 if(task.getActive(j)) count++; in getNumActiveTaskFunctions()
461 if(!task.getActive(j)) continue; in getTaskPositions()
492 if(!task.getActive(j)) continue; in getTaskVelocities()
523 if(!task.getActive(j)) continue; in getTaskAccelerations()
558 if(!task.getActive(j)) continue; in getPositionGains()
589 if(!task.getActive(j)) continue; in getVelocityGains()
620 if(!task.getActive(j)) continue; in getAccelerationGains()
697 if(!task.getActive(j)) continue; in getWeights()
778 if(!task.getActive(j)) continue; in recordErrorsAsLastErrors()
813 if(!task.getActive(j)) continue; in computeErrors()
[all …]
/dports/www/limesurvey/limesurvey/framework/db/
H A DCDbTransaction.php61 if($this->_active && $this->_connection->getActive())
77 if($this->_active && $this->_connection->getActive())
98 public function getActive() function in CDbTransaction
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/
H A DSourceColumnManager.java432 getActive().initialSelect(index); in initialSelect()
563 public SourceColumn getActive() in getActive() method in SourceColumnManager
616 return getActive().getTabCount(); in getTabCount()
621 if (getActive() != null) in getPhysicalTabIndex()
778 column = getActive(); in addTab()
786 column = getActive(); in addTab()
951 getActive().showOverflowPopout(); in showOverflowPopout()
1167 getActive().ensureVisible(false); in doActivateSource()
1410 column = getActive(); in disownDoc()
1703 if (getActive() == null) in ensureVisible()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/wx/src/gen/
H A DwxActivateEvent.erl35 -export([getActive/1]).
48 -spec getActive(This) -> boolean() when
50 getActive(#wx_ref{type=ThisT,ref=ThisRef}) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/wx/src/gen/
H A DwxActivateEvent.erl35 -export([getActive/1]).
48 -spec getActive(This) -> boolean() when
50 getActive(#wx_ref{type=ThisT,ref=ThisRef}) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/wx/src/gen/
H A DwxActivateEvent.erl35 -export([getActive/1]).
48 -spec getActive(This) -> boolean() when
50 getActive(#wx_ref{type=ThisT,ref=ThisRef}) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxActivateEvent.erl23 -export([getActive/1]).
38 -spec getActive(This) -> boolean() when
40 getActive(#wx_ref{type=ThisT}=This) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxActivateEvent.erl23 -export([getActive/1]).
38 -spec getActive(This) -> boolean() when
40 getActive(#wx_ref{type=ThisT}=This) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxActivateEvent.erl23 -export([getActive/1]).
38 -spec getActive(This) -> boolean() when
40 getActive(#wx_ref{type=ThisT}=This) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/wx/src/gen/
H A DwxActivateEvent.erl23 -export([getActive/1]).
38 -spec getActive(This) -> boolean() when
40 getActive(#wx_ref{type=ThisT}=This) -> function
/dports/www/ilias6/ILIAS-6.14/tests/UI/Component/Listing/Workflow/
H A DLinearWorkflowTest.php37 $this->assertEquals(0, $this->wf->getActive());
44 $this->assertEquals(0, $this->wf->getActive());
55 $this->assertEquals(1, $wf->getActive());
/dports/www/ilias/ILIAS-5.4.25/tests/UI/Component/Listing/Workflow/
H A DLinearWorkflowTest.php37 $this->assertEquals(0, $this->wf->getActive());
44 $this->assertEquals(0, $this->wf->getActive());
55 $this->assertEquals(1, $wf->getActive());
/dports/math/qposases/qpOASES-3.2.1/src/
H A DConstraints.cpp139 if ( this->addIndex( this->getActive( ),number,_status ) != SUCCESSFUL_RETURN ) in setupConstraint()
144 if ( this->addIndex( this->getActive( ),number,_status ) != SUCCESSFUL_RETURN ) in setupConstraint()
193 if ( this->removeIndex( this->getActive( ),number ) != SUCCESSFUL_RETURN ) in moveActiveToInactive()
217 if ( this->addIndex( this->getActive( ),number,_status ) != SUCCESSFUL_RETURN ) in moveInactiveToActive()
400 getActive( )->getNumberArray( &AC_idx ); in print()
/dports/math/casadi/casadi-3.5.5/external_packages/qpOASES/src/
H A DConstraints.cpp139 if ( this->addIndex( this->getActive( ),number,_status ) != SUCCESSFUL_RETURN ) in setupConstraint()
144 if ( this->addIndex( this->getActive( ),number,_status ) != SUCCESSFUL_RETURN ) in setupConstraint()
193 if ( this->removeIndex( this->getActive( ),number ) != SUCCESSFUL_RETURN ) in moveActiveToInactive()
217 if ( this->addIndex( this->getActive( ),number,_status ) != SUCCESSFUL_RETURN ) in moveInactiveToActive()
400 getActive( )->getNumberArray( &AC_idx ); in print()
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Entity/
H A DEntityRepositoryInterface.php103 public function getActive($entity_type_id, $entity_id, array $contexts = NULL); function
120 * @see getActive()
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Entity/
H A DEntityRepositoryInterface.php103 public function getActive($entity_type_id, $entity_id, array $contexts = NULL); function
120 * @see getActive()

12345678910>>...34