Home
last modified time | relevance | path

Searched refs:nextContext (Results 1 – 25 of 100) sorted by relevance

1234

/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/lib/cjs/components/hotkeys/
H A DhotkeysTarget.d.ts39 …shouldComponentUpdate?(nextProps: Readonly<{}>, nextState: Readonly<{}>, nextContext: any): boolea…
45 componentWillReceiveProps?(nextProps: Readonly<{}>, nextContext: any): void;
46 UNSAFE_componentWillReceiveProps?(nextProps: Readonly<{}>, nextContext: any): void;
47 … componentWillUpdate?(nextProps: Readonly<{}>, nextState: Readonly<{}>, nextContext: any): void;
48 …UNSAFE_componentWillUpdate?(nextProps: Readonly<{}>, nextState: Readonly<{}>, nextContext: any): v…
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/lib/esnext/components/hotkeys/
H A DhotkeysTarget.d.ts39 …shouldComponentUpdate?(nextProps: Readonly<{}>, nextState: Readonly<{}>, nextContext: any): boolea…
45 componentWillReceiveProps?(nextProps: Readonly<{}>, nextContext: any): void;
46 UNSAFE_componentWillReceiveProps?(nextProps: Readonly<{}>, nextContext: any): void;
47 … componentWillUpdate?(nextProps: Readonly<{}>, nextState: Readonly<{}>, nextContext: any): void;
48 …UNSAFE_componentWillUpdate?(nextProps: Readonly<{}>, nextState: Readonly<{}>, nextContext: any): v…
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/lib/esm/components/hotkeys/
H A DhotkeysTarget.d.ts39 …shouldComponentUpdate?(nextProps: Readonly<{}>, nextState: Readonly<{}>, nextContext: any): boolea…
45 componentWillReceiveProps?(nextProps: Readonly<{}>, nextContext: any): void;
46 UNSAFE_componentWillReceiveProps?(nextProps: Readonly<{}>, nextContext: any): void;
47 … componentWillUpdate?(nextProps: Readonly<{}>, nextState: Readonly<{}>, nextContext: any): void;
48 …UNSAFE_componentWillUpdate?(nextProps: Readonly<{}>, nextState: Readonly<{}>, nextContext: any): v…
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/lib/cjs/components/context-menu/
H A DcontextMenuTarget.d.ts25 …shouldComponentUpdate?(nextProps: Readonly<{}>, nextState: Readonly<{}>, nextContext: any): boolea…
32 componentWillReceiveProps?(nextProps: Readonly<{}>, nextContext: any): void;
33 UNSAFE_componentWillReceiveProps?(nextProps: Readonly<{}>, nextContext: any): void;
34 … componentWillUpdate?(nextProps: Readonly<{}>, nextState: Readonly<{}>, nextContext: any): void;
35 …UNSAFE_componentWillUpdate?(nextProps: Readonly<{}>, nextState: Readonly<{}>, nextContext: any): v…
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/lib/esm/components/context-menu/
H A DcontextMenuTarget.d.ts25 …shouldComponentUpdate?(nextProps: Readonly<{}>, nextState: Readonly<{}>, nextContext: any): boolea…
32 componentWillReceiveProps?(nextProps: Readonly<{}>, nextContext: any): void;
33 UNSAFE_componentWillReceiveProps?(nextProps: Readonly<{}>, nextContext: any): void;
34 … componentWillUpdate?(nextProps: Readonly<{}>, nextState: Readonly<{}>, nextContext: any): void;
35 …UNSAFE_componentWillUpdate?(nextProps: Readonly<{}>, nextState: Readonly<{}>, nextContext: any): v…
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/@blueprintjs/core/lib/esnext/components/context-menu/
H A DcontextMenuTarget.d.ts25 …shouldComponentUpdate?(nextProps: Readonly<{}>, nextState: Readonly<{}>, nextContext: any): boolea…
32 componentWillReceiveProps?(nextProps: Readonly<{}>, nextContext: any): void;
33 UNSAFE_componentWillReceiveProps?(nextProps: Readonly<{}>, nextContext: any): void;
34 … componentWillUpdate?(nextProps: Readonly<{}>, nextState: Readonly<{}>, nextContext: any): void;
35 …UNSAFE_componentWillUpdate?(nextProps: Readonly<{}>, nextState: Readonly<{}>, nextContext: any): v…
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/duchain/navigation/
H A Dabstractnavigationwidget.cpp273 NavigationContextPointer nextContext = m_context->acceptLink(url.toString()); in anchorClicked() local
276 q->setContext(nextContext); in anchorClicked()
306 NavigationContextPointer nextContext = d->m_context->accept(); in accept() local
309 setContext(nextContext); in accept()
317 NavigationContextPointer nextContext = d->m_context->back(); in back() local
320 setContext(nextContext); in back()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.metadata/src/org/eclipse/equinox/internal/p2/metadata/expression/
H A DPipe.java159 IEvaluationContext nextContext = EvaluationContext.create(context, everything); in evaluateAsIterator() local
161 everything.setValue(nextContext, noIndexProvider); in evaluateAsIterator()
162 nextContext.setIndexProvider(noIndexProvider); in evaluateAsIterator()
166 iterator = expr.evaluateAsIterator(nextContext); in evaluateAsIterator()
/dports/graphics/quesa/quesa-1.8/Source/Renderers/Common/
H A DGLTextureManager.c220 TQ3GLContext nextContext = NULL; in GLTextureMgr_GetNextSharingBase() local
233 nextContext = sTextureCacheList->front().glContexts[ 0 ]; in GLTextureMgr_GetNextSharingBase()
245 nextContext = theCacheIt->glContexts[ 0 ]; in GLTextureMgr_GetNextSharingBase()
253 return nextContext; in GLTextureMgr_GetNextSharingBase()
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/utils/
H A Dgenerate-dot-file.lua217 local nextContext = _jumpctx:match(escapedRuleContext)
222 if nextContext then
224 escapedCtxName, i, nextContext))
/dports/accessibility/orca/orca-41.1/src/orca/
H A Dcaret_navigation.py247 obj, offset = script.utilities.nextContext()
279 obj, offset = script.utilities.nextContext(skipSpace=True)
438 lastobj, lastoffset = script.utilities.nextContext(obj, offset)
/dports/sysutils/doctl/doctl-1.68.0/integration/
H A Dauth_test.go171 const nextContext = "next"
190 nextContext,
/dports/x11-wm/blackbox/blackbox-0.70.1/lib/
H A DPen.cc168 PenCacheContext *nextContext(unsigned int screen);
302 bt::PenCacheContext *bt::PenCache::nextContext(unsigned int screen) { in nextContext() function in bt::PenCache
393 c->_ctx = nextContext(screen); in find()
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/encoder/
H A Danalysis.cpp294 Entropy* nextContext = &m_rqt[depth].cur; in compressIntraCU() local
314 nextContext = &nd.bestMode->contexts; in compressIntraCU()
323 nextContext->store(splitPred->contexts); in compressIntraCU()
576 Entropy* nextContext = &m_rqt[depth].cur; in compressInterCU_dist() local
599 nextContext = &nd.bestMode->contexts; in compressInterCU_dist()
604 nextContext->store(splitPred->contexts); in compressInterCU_dist()
860 Entropy* nextContext = &m_rqt[depth].cur; in compressInterCU_rd0_4() local
892 nextContext->store(splitPred->contexts); in compressInterCU_rd0_4()
1236 Entropy* nextContext = &m_rqt[depth].cur; in compressInterCU_rd5_6() local
1258 nextContext = &nd.bestMode->contexts; in compressInterCU_rd5_6()
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/contextbrowser/
H A Dcontextbrowser.cpp244 QAction* nextContext = actions.addAction(QStringLiteral("next_context")); in createActionsForMainWindow() local
245 nextContext->setText(i18nc("@action", "&Next Visited Context")); in createActionsForMainWindow()
246 nextContext->setIcon(QIcon::fromTheme(QStringLiteral("go-next-context"))); in createActionsForMainWindow()
247 actions.setDefaultShortcut(nextContext, Qt::META | Qt::Key_Right); in createActionsForMainWindow()
248 …QObject::connect(nextContext, &QAction::triggered, this, &ContextBrowserPlugin::nextContextShortcu… in createActionsForMainWindow()
386 auto nextContext = widget->context()->execute( in showUsesDelayed() local
390 widget->setContext(nextContext); in showUsesDelayed()
/dports/multimedia/handbrake/x265_3.5/source/encoder/
H A Danalysis.cpp590 Entropy* nextContext = &m_rqt[depth].cur; in compressIntraCU() local
622 nextContext = &nd.bestMode->contexts; in compressIntraCU()
636 nextContext->store(splitPred->contexts); in compressIntraCU()
908 Entropy* nextContext = &m_rqt[depth].cur; in compressInterCU_dist() local
931 nextContext = &nd.bestMode->contexts; in compressInterCU_dist()
936 nextContext->store(splitPred->contexts); in compressInterCU_dist()
1351 Entropy* nextContext = &m_rqt[depth].cur; in compressInterCU_rd0_4() local
1383 nextContext->store(splitPred->contexts); in compressInterCU_rd0_4()
2076 nextContext->store(splitPred->contexts); in compressInterCU_rd5_6()
2610 Entropy* nextContext = &m_rqt[depth].cur; in recodeCU() local
[all …]
/dports/multimedia/x265/source/encoder/
H A Danalysis.cpp590 Entropy* nextContext = &m_rqt[depth].cur; in compressIntraCU() local
622 nextContext = &nd.bestMode->contexts; in compressIntraCU()
636 nextContext->store(splitPred->contexts); in compressIntraCU()
908 Entropy* nextContext = &m_rqt[depth].cur; in compressInterCU_dist() local
931 nextContext = &nd.bestMode->contexts; in compressInterCU_dist()
936 nextContext->store(splitPred->contexts); in compressInterCU_dist()
1351 Entropy* nextContext = &m_rqt[depth].cur; in compressInterCU_rd0_4() local
1383 nextContext->store(splitPred->contexts); in compressInterCU_rd0_4()
2076 nextContext->store(splitPred->contexts); in compressInterCU_rd5_6()
2610 Entropy* nextContext = &m_rqt[depth].cur; in recodeCU() local
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/linguist/linguist/
H A Dmainwindow.h174 QModelIndex nextContext(const QModelIndex &index) const;
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmainwindow.h164 QModelIndex nextContext(const QModelIndex &index) const;
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmainwindow.h164 QModelIndex nextContext(const QModelIndex &index) const;
/dports/devel/qt5-qdbus/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmainwindow.h164 QModelIndex nextContext(const QModelIndex &index) const;
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmainwindow.h164 QModelIndex nextContext(const QModelIndex &index) const;
/dports/sysutils/qt5-qtplugininfo/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmainwindow.h164 QModelIndex nextContext(const QModelIndex &index) const;
/dports/sysutils/qt5-qtdiag/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmainwindow.h164 QModelIndex nextContext(const QModelIndex &index) const;
/dports/sysutils/qt5-qtpaths/kde-qttools-5.15.2p17/src/linguist/linguist/
H A Dmainwindow.h164 QModelIndex nextContext(const QModelIndex &index) const;

1234