Home
last modified time | relevance | path

Searched refs:getState (Results 1 – 25 of 4867) sorted by relevance

12345678910>>...195

/dports/graphics/libetonyek01/libetonyek-0.1.10/src/lib/contexts/
H A DIWORKStylesContext.cpp32 …return std::make_shared<IWORKStyleContext>(getState(), &getState().getDictionary().m_graphicStyles… in element()
34 …return std::make_shared<IWORKStyleContext>(getState(), &getState().getDictionary().m_headlineStyle… in element()
36 … return std::make_shared<IWORKStyleContext>(getState(), &getState().getDictionary().m_listStyles); in element()
38 … return std::make_shared<IWORKStyleContext>(getState(), &getState().getDictionary().m_cellStyles); in element()
40 … return std::make_shared<IWORKStyleContext>(getState(), &getState().getDictionary().m_chartStyles); in element()
44 …return std::make_shared<IWORKStyleContext>(getState(), &getState().getDictionary().m_graphicStyles… in element()
48 …return std::make_shared<IWORKStyleContext>(getState(), &getState().getDictionary().m_layoutStyles); in element()
52 … return std::make_shared<IWORKStyleContext>(getState(), &getState().getDictionary().m_tableStyles); in element()
60 return std::make_shared<IWORKStyleContext>(getState(), &getState().getDictionary().m_tocStyles); in element()
62 …return std::make_shared<IWORKStyleContext>(getState(), &getState().getDictionary().m_vectorStyles); in element()
[all …]
H A DIWORKPElement.cpp72 return std::make_shared<IWORKBrContext>(getState()); in element()
99 if (bool(getState().m_currentText)) in text()
100 getState().m_currentText->insertText(value); in text()
129 m_style = getState().getStyleByName(value, getState().getDictionary().m_paragraphStyles); in attribute()
183 if (bool(getState().m_currentText)) in text()
184 getState().m_currentText->insertText(value); in text()
190 if (bool(getState().m_currentText)) in endOfElement()
192 getState().m_currentText->flushParagraph(); in endOfElement()
194 getState().m_currentText->insertPageBreak(); in endOfElement()
202 if (bool(getState().m_currentText)) in ensureOpened()
[all …]
H A DIWORKPropertyMapElement.cpp779 …return std::make_shared<MutableArrayElement>(getState(), getState().getDictionary().m_filters, get… in element()
784 …return std::make_shared<FiltersLayoutStyle>(getState(), m_layout, getState().getDictionary().m_lay… in element()
935 …return std::make_shared<ColumnsPropertyElement>(getState(), *m_propMap, getState().getDictionary()… in element()
945 …return std::make_shared<FollowingLayoutStyleElement>(getState(), *m_propMap, getState().getDiction… in element()
978 …return std::make_shared<LayoutMarginsElement>(getState(), *m_propMap, getState().getDictionary().m… in element()
982 …return std::make_shared<LayoutStyleElement>(getState(), *m_propMap, getState().getDictionary().m_l… in element()
986 …return std::make_shared<LineSpacingElement>(getState(), *m_propMap, getState().getDictionary().m_l… in element()
994 …return std::make_shared<ListStyleElement>(getState(), *m_propMap, getState().getDictionary().m_lis… in element()
1002 …return std::make_shared<PaddingContext>(getState(), *m_propMap, getState().getDictionary().m_paddi… in element()
1024 …return std::make_shared<SFSeriesElement>(getState(), *m_propMap, getState().getDictionary().m_char… in element()
[all …]
H A DIWORKTabularModelElement.cpp280getState().m_tableData->m_style = getState().getStyleByName(value, getState().getDictionary().m_ce… in attribute()
712 getState().m_currentText = getCollector().createText(getState().m_langManager, false); in startOfElement()
722 getState().m_currentText = getCollector().createText(getState().m_langManager, false); in element()
1321getState().m_tableData->m_style = getState().getStyleByName(get(m_styleRef).c_str(), getState().ge… in emitCell()
1529 getState().m_currentText = getCollector().createText(getState().m_langManager, false); in startOfElement()
1645getState().m_currentTable->setSizes(getState().m_tableData->m_columnSizes, getState().m_tableData-… in startOfElement()
1646getState().m_currentTable->setBorders(getState().m_tableData->m_verticalLines, getState().m_tableD… in startOfElement()
1993 …return std::make_shared<GridlineElement>(getState(), getState().m_tableData->m_verticalLines, getS… in element()
1995 …return std::make_shared<GridlineElement>(getState(), getState().m_tableData->m_horizontalLines, ge… in element()
2053getState().m_currentTable = getCollector().createTable(getState().m_tableNameMap, getState().m_lan… in startOfElement()
[all …]
H A DIWORKTabularInfoElement.cpp62 getState().m_tableData = std::make_shared<IWORKTableData>(); in startOfElement()
63 assert(!getState().m_currentTable); in startOfElement()
64getState().m_currentTable = getCollector().createTable(getState().m_tableNameMap, getState().m_lan… in startOfElement()
76 …return std::make_shared<TabularStyleContext>(getState(), m_style, getState().getDictionary().m_tab… in element()
98 if (it!=getState().getDictionary().m_tabulars.end()) in endOfElement()
99 getState().m_currentTable=it->second; in endOfElement()
105 if (getState().m_currentTable) in endOfElement()
108 getState().m_currentTable->setOrder(get(m_order)); in endOfElement()
110 getState().m_currentTable->setStyle(m_style); in endOfElement()
113 getCollector().collectTable(getState().m_currentTable); in endOfElement()
[all …]
H A DPAG1TextStorageElement.cpp120 m_savedText=getState().m_currentText; in startOfElement()
121 getState().m_currentText.reset(); in startOfElement()
192 getState().m_currentText=m_savedText; in endOfElement()
290 if (!getState().m_currentText) in endOfElement()
332 if (getState().m_footnoteState.m_nextFootnote != getState().m_footnoteState.m_footnotes.end()) in endOfElement()
335 getState().m_currentText->insertInlineContent(*getState().m_footnoteState.m_nextFootnote); in endOfElement()
604 getState().m_currentText = getCollector().createText(getState().m_langManager, false, false); in endOfElement()
692 if (bool(getState().m_currentText) && !getState().m_currentText->empty()) in startOfElement()
695 getState().m_currentText = getCollector().createText(getState().m_langManager); in startOfElement()
728 getState().m_currentText = getCollector().createText(getState().m_langManager); in endOfElement()
[all …]
H A DIWORKSpanElement.cpp36 m_style=getState().getStyleByName(value, getState().getDictionary().m_characterStyles); in attribute()
54 return std::make_shared<IWORKBrContext>(getState()); in element()
63 return std::make_shared<IWORKTabElement>(getState()); in element()
88 if (bool(getState().m_currentText)) in text()
89 getState().m_currentText->insertText(value); in text()
94 if (bool(getState().m_currentText)) in endOfElement()
97 getState().m_currentText->flushSpan(); in endOfElement()
99 getState().m_currentText->insertPageBreak(); in endOfElement()
101 getState().m_currentText->insertColumnBreak(); in endOfElement()
113 if (bool(getState().m_currentText)) in ensureOpened()
[all …]
/dports/www/joomla3/joomla3-3.9.24/components/com_content/models/
H A Darticles.php153 $id .= ':' . $this->getState('filter.access');
154 $id .= ':' . $this->getState('filter.featured');
191 $this->getState(
211 $params = $this->getState('params');
215 if ($this->getState('filter.frontpage'))
257 if ($this->getState('filter.access', true))
521 if ($this->getState('filter.language'))
527 $tagId = $this->getState('filter.tag');
560 …$query->order($this->getState('list.ordering', 'a.ordering') . ' ' . $this->getState('list.directi…
682 $access = $this->getState('filter.access');
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/structuresynth-1.5/ssynth/StructureSynth/Model/
H A DPrimitiveRule.cpp55 b->getRenderer()->setAlpha( b->getState().alpha ); in apply()
59 Vector3f v1 = b->getState().matrix * v; in apply()
66 if (b->getState().previous) { in apply()
87 Vector3f v1 = b->getState().matrix * v; in apply()
88 Vector3f v2 = b->getState().matrix * Vector3f(1,0,0); in apply()
89 Vector3f v3 = b->getState().matrix * Vector3f(0,1,0); in apply()
97 Vector3f v1 = b->getState().matrix * v; in apply()
131 b->getRenderer()->setAlpha( b->getState().alpha ); in apply()
134 Vector3f v1 = b->getState().matrix * p1; in apply()
135 Vector3f v2 = b->getState().matrix * p2; in apply()
[all …]
/dports/graphics/libetonyek01/libetonyek-0.1.10/src/lib/
H A DKEY2Parser.cpp200 …return std::make_shared<IWORKStyleContext>(getState(), &getState().getDictionary().m_placeholderSt… in element()
203 … return std::make_shared<KEY2StyleContext>(getState(), &getState().getDictionary().m_slideStyles); in element()
494 getState().closeHeadline(); in endOfElement()
545 getState().m_currentText = getCollector().createText(getState().m_langManager); in startOfElement()
614 getState().openBullets(); in startOfElement()
636 getState().closeBullets(); in endOfElement()
913 getState().m_currentText = getCollector().createText(getState().m_langManager); in startOfElement()
948 if (bool(getState().m_currentText) && !getState().m_currentText->empty()) in endOfElement()
988 getState().m_currentText = getCollector().createText(getState().m_langManager); in startOfElement()
1463 getState().setVersion(version); in attribute()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/jshell/
H A DShutdownTest.java59 getState().close(); in testCloseCallback()
66 getState().unsubscribe(token); in testCloseUnsubscribe()
67 getState().close(); in testCloseUnsubscribe()
77 getState().close(); in testTwoShutdownListeners()
82 getState().close(); in testTwoShutdownListeners()
92 getState().close(); in testCloseException()
93 getState().eval("45"); in testCloseException()
100 getState().eval("45"); in testShutdownException()
105 getState().onShutdown(null); in testNullCallback()
110 getState().close(); in testSubscriptionAfterClose()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/jdk/jshell/
H A DShutdownTest.java59 getState().close(); in testCloseCallback()
66 getState().unsubscribe(token); in testCloseUnsubscribe()
67 getState().close(); in testCloseUnsubscribe()
77 getState().close(); in testTwoShutdownListeners()
82 getState().close(); in testTwoShutdownListeners()
92 getState().close(); in testCloseException()
93 getState().eval("45"); in testCloseException()
100 getState().eval("45"); in testShutdownException()
105 getState().onShutdown(null); in testNullCallback()
110 getState().close(); in testSubscriptionAfterClose()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/jdk/jshell/
H A DShutdownTest.java59 getState().close(); in testCloseCallback()
66 getState().unsubscribe(token); in testCloseUnsubscribe()
67 getState().close(); in testCloseUnsubscribe()
77 getState().close(); in testTwoShutdownListeners()
82 getState().close(); in testTwoShutdownListeners()
92 getState().close(); in testCloseException()
93 getState().eval("45"); in testCloseException()
100 getState().eval("45"); in testShutdownException()
105 getState().onShutdown(null); in testNullCallback()
110 getState().close(); in testSubscriptionAfterClose()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/jdk/jshell/
H A DShutdownTest.java59 getState().close(); in testCloseCallback()
66 getState().unsubscribe(token); in testCloseUnsubscribe()
67 getState().close(); in testCloseUnsubscribe()
77 getState().close(); in testTwoShutdownListeners()
82 getState().close(); in testTwoShutdownListeners()
92 getState().close(); in testCloseException()
93 getState().eval("45"); in testCloseException()
100 getState().eval("45"); in testShutdownException()
105 getState().onShutdown(null); in testNullCallback()
110 getState().close(); in testSubscriptionAfterClose()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/jdk/jshell/
H A DShutdownTest.java59 getState().close(); in testCloseCallback()
66 getState().unsubscribe(token); in testCloseUnsubscribe()
67 getState().close(); in testCloseUnsubscribe()
77 getState().close(); in testTwoShutdownListeners()
82 getState().close(); in testTwoShutdownListeners()
92 getState().close(); in testCloseException()
93 getState().eval("45"); in testCloseException()
100 getState().eval("45"); in testShutdownException()
105 getState().onShutdown(null); in testNullCallback()
110 getState().close(); in testSubscriptionAfterClose()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/jdk/jshell/
H A DShutdownTest.java59 getState().close(); in testCloseCallback()
66 getState().unsubscribe(token); in testCloseUnsubscribe()
67 getState().close(); in testCloseUnsubscribe()
77 getState().close(); in testTwoShutdownListeners()
82 getState().close(); in testTwoShutdownListeners()
92 getState().close(); in testCloseException()
93 getState().eval("45"); in testCloseException()
100 getState().eval("45"); in testShutdownException()
105 getState().onShutdown(null); in testNullCallback()
110 getState().close(); in testSubscriptionAfterClose()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/jdk/jshell/
H A DShutdownTest.java59 getState().close(); in testCloseCallback()
66 getState().unsubscribe(token); in testCloseUnsubscribe()
67 getState().close(); in testCloseUnsubscribe()
77 getState().close(); in testTwoShutdownListeners()
82 getState().close(); in testTwoShutdownListeners()
92 getState().close(); in testCloseException()
93 getState().eval("45"); in testCloseException()
100 getState().eval("45"); in testShutdownException()
105 getState().onShutdown(null); in testNullCallback()
110 getState().close(); in testSubscriptionAfterClose()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/jdk/jshell/
H A DShutdownTest.java59 getState().close(); in testCloseCallback()
66 getState().unsubscribe(token); in testCloseUnsubscribe()
67 getState().close(); in testCloseUnsubscribe()
77 getState().close(); in testTwoShutdownListeners()
82 getState().close(); in testTwoShutdownListeners()
92 getState().close(); in testCloseException()
93 getState().eval("45"); in testCloseException()
100 getState().eval("45"); in testShutdownException()
105 getState().onShutdown(null); in testNullCallback()
110 getState().close(); in testSubscriptionAfterClose()
[all …]
/dports/science/simbody/simbody-Simbody-3.7/examples/shared/
H A DTaskSpace.cpp35 getState(), in updateCache()
82 getState(), in operator *()
119 unsigned int nrow = getState().getNU(); in operator *()
199 unsigned int nu = getState().getNU(); in updateCache()
252 unsigned int nu = getState().getNU(); in updateCache()
336 getState(), in updateCache()
341 m_tspace->JBarT(getState()); in updateCache()
373 getState(), in systemGravity()
399 return vec - (m_tspace->JBar(getState()) * (m_tspace->J(getState()) * vec)); in operator *()
408 cache = 1 - (m_tspace->JT(getState()) * m_tspace->JBarT(getState())); in updateCache()
[all …]
/dports/games/scorched3d/scorched/src/common/simactions/
H A DAdminSimAction.cpp105 if (current->getState().getState() == TankState::sNormal || in killAll()
106 current->getState().getState() == TankState::sDead || in killAll()
107 current->getState().getState() == TankState::sBuying) in killAll()
110 current->getState().setLives(0); in killAll()
136 if (targetTank->getState().getState() == TankState::sNormal || in slap()
137 targetTank->getState().getState() == TankState::sDead || in slap()
138 targetTank->getState().getState() == TankState::sBuying) in slap()
151 if (targetTank->getState().getState() == TankState::sNormal || in kill()
152 targetTank->getState().getState() == TankState::sDead || in kill()
153 targetTank->getState().getState() == TankState::sBuying) in kill()
[all …]
/dports/audio/luppp/openAV-Luppp-release-1.2.1/src/tests/
H A Dgridlogictests.cxx57 QUNIT_IS_TRUE( lc->getState() == GridLogic::STATE_STOPPED ); in runTests()
62 QUNIT_IS_TRUE( lc->getState() == GridLogic::STATE_STOPPED ); in runTests()
74 QUNIT_IS_TRUE( lc->getState() == GridLogic::STATE_STOPPED ); in runTests()
80 QUNIT_IS_TRUE( lc->getState() == GridLogic::STATE_EMPTY ); in runTests()
95 QUNIT_IS_TRUE( lc->getState() == GridLogic::STATE_PLAYING ); in runTests()
101 QUNIT_IS_TRUE( lc->getState() == GridLogic::STATE_STOPPED ); in runTests()
107 QUNIT_IS_TRUE( lc->getState() == GridLogic::STATE_PLAYING ); in runTests()
113 QUNIT_IS_TRUE( lc->getState() == GridLogic::STATE_EMPTY ); in runTests()
119 QUNIT_IS_TRUE( lc->getState() == GridLogic::STATE_EMPTY ); in runTests()
135 QUNIT_IS_TRUE( lc->getState() == GridLogic::STATE_STOPPED ); in runTests()
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/features/explore/state/
H A Dquery.test.ts96 …const { dispatch, getState }: { dispatch: ThunkDispatch; getState: () => StoreState } = configureS… constant
99 setupQueryResponse(getState());
144 …const { dispatch, getState }: { dispatch: ThunkDispatch; getState: () => StoreState } = configureS… constant
230 …const { dispatch, getState }: { dispatch: ThunkDispatch; getState: () => StoreState } = configureS… constant
252 …const { dispatch, getState }: { dispatch: ThunkDispatch; getState: () => StoreState } = configureS… constant
269 …const { dispatch, getState }: { dispatch: ThunkDispatch; getState: () => StoreState } = configureS… constant
298 …const { dispatch, getState }: { dispatch: ThunkDispatch; getState: () => StoreState } = configureS… constant
321 getState: () => StoreState, variable
359 getState = store.getState;
361 setupQueryResponse(getState());
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/mapred/jobcontrol/
H A DTestJobControl.java136 if (job_1.getState() != Job.FAILED && in doJobControlTest()
138 job_1.getState() != Job.SUCCESS) { in doJobControlTest()
144 if (job_2.getState() != Job.FAILED && in doJobControlTest()
146 job_2.getState() != Job.SUCCESS) { in doJobControlTest()
152 if (job_3.getState() != Job.FAILED && in doJobControlTest()
154 job_3.getState() != Job.SUCCESS) { in doJobControlTest()
159 if (job_4.getState() != Job.FAILED && in doJobControlTest()
161 job_4.getState() != Job.SUCCESS) { in doJobControlTest()
167 if (job_1.getState() == Job.FAILED || in doJobControlTest()
168 job_2.getState() == Job.FAILED || in doJobControlTest()
[all …]
/dports/security/keybase/client-v5.7.1/shared/actions/__tests__/
H A Dprovision.test.tsx47 getState,
60 const getState: () => any = store.getState
69 getState,
196 const {getState}: {getState: () => any} = init
212 const {getState} = init
247 const {getState} = init
287 const {getState} = init
359 const {getState} = init
376 const {getState} = init
392 const {getState} = init
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil/
H A DGLObjectsVisitor.cpp45 …bool programSetAfter = _renderInfo.getState()!=0 && _renderInfo.getState()->getLastAppliedProgramO… in apply()
48 osg::State* state = _renderInfo.getState(); in apply()
89 if (_mode&COMPILE_DISPLAY_LISTS && _renderInfo.getState() && in apply()
101 drawable.releaseGLObjects(_renderInfo.getState()); in apply()
116 stateset.compileGLObjects(*_renderInfo.getState()); in apply()
150 osg::State* state = _renderInfo.getState(); in apply()
160 stateset.releaseGLObjects(_renderInfo.getState()); in apply()
173 if (_renderInfo.getState()) in compile()
179 osg::State* state = _renderInfo.getState(); in compile()
214 context->getState()->initializeExtensionProcs(); in operator ()()
[all …]

12345678910>>...195