Home
last modified time | relevance | path

Searched refs:rootContext (Results 1 – 25 of 912) sorted by relevance

12345678910>>...37

/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/inject/
H A DActivationInjectionTest.java60 rootContext.set("testRAT", new TestRAT()); in testContextActivation()
73 assertEquals(child12, rootContext.getActiveLeaf()); in testContextActivation()
77 assertEquals(child21, rootContext.getActiveLeaf()); in testContextActivation()
81 assertEquals(child2, rootContext.getActiveLeaf()); in testContextActivation()
85 assertEquals(child22, rootContext.getActiveLeaf()); in testContextActivation()
89 assertEquals(child11, rootContext.getActiveLeaf()); in testContextActivation()
93 assertEquals(child1, rootContext.getActiveLeaf()); in testContextActivation()
98 assertEquals(child22, rootContext.getActiveLeaf()); in testContextActivation()
129 assertEquals(child12, rootContext.getActiveLeaf()); in testActivationInjection()
137 assertEquals(child2, rootContext.getActiveLeaf()); in testActivationInjection()
[all …]
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/server/quorum/
H A DLeaderZooKeeperServer.java103 rootContext.registerGauge("learners", () -> { in registerMetrics()
115 rootContext.registerGauge("pending_syncs", () -> { in registerMetrics()
118 rootContext.registerGauge("leader_uptime", () -> { in registerMetrics()
137 rootContext.unregisterGauge("learners"); in unregisterMetrics()
138 rootContext.unregisterGauge("synced_followers"); in unregisterMetrics()
140 rootContext.unregisterGauge("synced_observers"); in unregisterMetrics()
141 rootContext.unregisterGauge("pending_syncs"); in unregisterMetrics()
142 rootContext.unregisterGauge("leader_uptime"); in unregisterMetrics()
144 rootContext.unregisterGauge("last_proposal_size"); in unregisterMetrics()
145 rootContext.unregisterGauge("max_proposal_size"); in unregisterMetrics()
[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.java44 rootContext.set("testRAT", new TestRAT()); in testContextActivation()
54 assertEquals(rootContext, rootContext.getActiveLeaf()); in testContextActivation()
55 assertNull(rootContext.getActiveChild()); in testContextActivation()
56 assertEquals("root", rootContext.get("testRAT")); in testContextActivation()
59 assertEquals(child12, rootContext.getActiveLeaf()); in testContextActivation()
60 assertEquals(child1, rootContext.getActiveChild()); in testContextActivation()
68 assertEquals(child21, rootContext.getActiveLeaf()); in testContextActivation()
69 assertEquals(child2, rootContext.getActiveChild()); in testContextActivation()
79 assertEquals(child2, rootContext.getActiveLeaf()); in testContextActivation()
104 assertEquals(child1, rootContext.getActiveLeaf()); in testContextActivation()
[all …]
/dports/x11/eaglemode/eaglemode-0.95.0/src/emCore/
H A DemRes.cpp30 emRootContext & rootContext, const emString & filePath, int channelCount in emGetResImage() argument
34 return emTryGetResImage(rootContext,filePath,channelCount); in emGetResImage()
44 emRootContext & rootContext, const emString & filePath, int channelCount in emTryGetResImage() argument
54 m=emResModel<emImage>::Lookup(rootContext,absPath); in emTryGetResImage()
75 m=emResModel<emImage>::Acquire(rootContext,absPath); in emTryGetResImage()
92 emRootContext & rootContext, const char * prj, const char * subPath, in emGetInsResImage() argument
97 rootContext, in emGetInsResImage()
105 emRootContext & rootContext, const char * prj, const char * subPath, in emTryGetInsResImage() argument
110 rootContext, in emTryGetInsResImage()
146 emRootContext & rootContext in Acquire() argument
[all …]
H A DemTmpFile.cpp34 emTmpFile::emTmpFile(emRootContext & rootContext, const char * postfix) in emTmpFile() argument
36 Setup(rootContext,postfix); in emTmpFile()
52 void emTmpFile::TrySetup(emRootContext & rootContext, const char * postfix) in TrySetup() argument
57 m=emTmpFileMaster::Acquire(rootContext); in TrySetup()
62 void emTmpFile::Setup(emRootContext & rootContext, const char * postfix) in Setup() argument
65 TrySetup(rootContext,postfix); in Setup()
99 emRef<emTmpFileMaster> emTmpFileMaster::Acquire(emRootContext & rootContext) in Acquire() argument
101 EM_IMPL_ACQUIRE_COMMON(emTmpFileMaster,rootContext,"") in Acquire()
/dports/devel/kf5-kdeclarative/kdeclarative-5.89.0/src/kdeclarative/
H A Dqmlobject.cpp84 QQmlContext *rootContext; member in KDeclarative::QmlObjectPrivate
140 d->rootContext = d->engine->rootContext(); in QmlObject()
145 d->rootContext->setContextObject(d->context); in QmlObject()
150 : QmlObject(engine, engine->rootContext(), parent) in QmlObject()
169 if (rootContext) { in QmlObject()
170 d->rootContext = rootContext; in QmlObject()
172 d->rootContext = d->engine->rootContext(); in QmlObject()
178 d->rootContext->setContextObject(d->context); in QmlObject()
261 QQmlContext *QmlObject::rootContext() const in rootContext() function in KDeclarative::QmlObject
263 return d->rootContext; in rootContext()
[all …]
/dports/devel/omniORB/omniORB-4.2.4/src/appl/utils/nameclt/
H A Dnameclt.cc168 if (CORBA::is_nil(rootContext)) { in main()
192 context = rootContext; in main()
200 context = rootContext; in main()
262 = rootContext->bind_new_context(name); in main()
299 rootContext->unbind(name); in main()
329 rootContext->bind(name, obj); in main()
353 rootContext->unbind(name); in main()
379 context = rootContext; in main()
480 rootContext->bind_context(name, context); in main()
510 rootContext->rebind(name, obj); in main()
[all …]
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/AndroidRemoteControl/
H A Dmain.cpp39 QQmlContext *rootContext = viewer.engine()->rootContext(); in main() local
40rootContext->setContextProperty(QStringLiteral("_remoteInterface"), &RemoteInterface::instance()); in main()
41 rootContext->setContextProperty(QStringLiteral("_settings"), &Settings::instance()); in main()
42 rootContext->setContextProperty(QStringLiteral("_screenInfo"), &ScreenInfo::instance()); in main()
43 rootContext->setContextProperty(QStringLiteral("_imageDetails"), &ImageDetails::instance()); in main()
/dports/graphics/filmulator/filmulator-gui-0.11.1/filmulator-gui/
H A Dmain.cpp80 engine.rootContext()->setContextProperty("settings", settingsObj); in main()
92 engine.rootContext()->setContextProperty("paramManager",paramManager); in main()
103 engine.rootContext()->setContextProperty("filmProvider",filmProvider); in main()
110 engine.rootContext()->setContextProperty("importModel", importModel); in main()
115 engine.rootContext()->setContextProperty("organizeModel", organizeModel); in main()
116 engine.rootContext()->setContextProperty("dateHistoModel", organizeModel->dateHistogram); in main()
132 engine.rootContext()->setContextProperty("queueModel", queueModel); in main()
137 engine.rootContext()->setContextProperty("lensModel", lensModel); in main()
140 engine.rootContext()->setContextProperty("startOnFilmulate", false); in main()
155 engine.rootContext()->setContextProperty("startOnFilmulate", true); in main()
/dports/graphics/peruse/peruse-8d1de5f4a7c4a6ca7444b0c55cb9aaa44a982a78/src/common/
H A Dperuse_helpers.cpp70 engine.rootContext()->setContextProperty("osIsWindows", osIsWindows); in init()
72 engine.rootContext()->setContextProperty("fileToOpen", filename); in init()
74 QQmlContext* objectContext = engine.rootContext(); in init()
76 engine.rootContext()->setContextProperty("PLASMA_PLATFORM", platformEnv); in init()
80 engine.rootContext()->setContextProperty("globalQmlEngine", &engine); in init()
81 engine.rootContext()->setContextProperty("maxTextureSize", getMaxTextureSize()); in init()
82 …engine.rootContext()->setContextProperty(QStringLiteral("peruseAboutData"), QVariant::fromValue(KA… in init()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qdeclarativeengine/
H A Dtst_qdeclarativeengine.cpp66 void rootContext();
77 void tst_qdeclarativeengine::rootContext() in rootContext() function in tst_qdeclarativeengine
81 QVERIFY(engine.rootContext()); in rootContext()
83 QCOMPARE(engine.rootContext()->engine(), &engine); in rootContext()
84 QVERIFY(engine.rootContext()->parentContext() == 0); in rootContext()
125 QCOMPARE(engine.rootContext()->resolvedUrl(QUrl("main.qml")), cwd.resolved(QUrl("main.qml"))); in baseUrl()
154 QDeclarativeEngine::setContextForObject(0, engine->rootContext()); in contextForObject()
160 QDeclarativeEngine::setContextForObject(&object, engine->rootContext()); in contextForObject()
161 QVERIFY(QDeclarativeEngine::contextForObject(&object) == engine->rootContext()); in contextForObject()
163 QDeclarativeContext context(engine->rootContext()); in contextForObject()
[all …]
/dports/x11/cool-retro-term/cool-retro-term-1.1.1/app/
H A Dmain.cpp91 engine.rootContext()->setContextProperty("appVersion", appVersion); in main()
92 engine.rootContext()->setContextProperty("defaultCmd", command); in main()
93 engine.rootContext()->setContextProperty("defaultCmdArgs", commandArgs); in main()
95 … engine.rootContext()->setContextProperty("workdir", getNamedArgument(args, "--workdir", "$HOME")); in main()
96 engine.rootContext()->setContextProperty("fileIO", &fileIO); in main()
97 …engine.rootContext()->setContextProperty("monospaceSystemFonts", monospaceFontManager.retrieveMono… in main()
99 engine.rootContext()->setContextProperty("devicePixelRatio", app.devicePixelRatio()); in main()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design.Serialization/
H A DComponentCodeDomSerializer.cs57 RootContext rootContext = manager.Context[typeof (RootContext)] as RootContext; in Serialize()
58 if (rootContext != null && rootContext.Value == value) in Serialize()
59 return rootContext.Expression; in Serialize()
74 if (rootContext != null) in Serialize()
75 componentRef = new CodeFieldReferenceExpression (rootContext.Expression , name); in Serialize()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/transitions/view/
H A Dtransitionparameterview.cpp23 engine()->rootContext()->setContextObject(new KLocalizedContext(this)); in TransitionParameterView()
34 rootContext()->setContextProperty("paramModel", model); in TransitionParameterView()
35 rootContext()->setContextProperty("transitionName", ""); in TransitionParameterView()
45 rootContext()->setContextProperty("paramModel", model.get()); in setModel()
48 rootContext()->setContextProperty("transitionName", name); in setModel()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dbuild_context.go49 return rootContext{
117 type rootContext struct { struct
122 func (c rootContext) OutputPath() string { return c.p } argument
123 func (c rootContext) PushDir(dir string) BuildContext { return initDirContext(c, c.d, dir) } argument
124 func (c rootContext) Push(prefix string) BuildContext { return initPrefixContext(c, c.d, prefix) } argument
125 func (c rootContext) Parameters() Parameters { return c.params } argument
126 func (c rootContext) PopDir() BuildContext { return c } argument
127 func (c rootContext) Pop() BuildContext { argument
132 func (c rootContext) JoinPath(name ...string) string { argument
/dports/www/tusd/tusd-1.8.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dbuild_context.go49 return rootContext{
117 type rootContext struct { struct
122 func (c rootContext) OutputPath() string { return c.p } argument
123 func (c rootContext) PushDir(dir string) BuildContext { return initDirContext(c, c.d, dir) } argument
124 func (c rootContext) Push(prefix string) BuildContext { return initPrefixContext(c, c.d, prefix) } argument
125 func (c rootContext) Parameters() Parameters { return c.params } argument
126 func (c rootContext) PopDir() BuildContext { return c } argument
127 func (c rootContext) Pop() BuildContext { argument
132 func (c rootContext) JoinPath(name ...string) string { argument
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dbuild_context.go49 return rootContext{
117 type rootContext struct { struct
122 func (c rootContext) OutputPath() string { return c.p } argument
123 func (c rootContext) PushDir(dir string) BuildContext { return initDirContext(c, c.d, dir) } argument
124 func (c rootContext) Push(prefix string) BuildContext { return initPrefixContext(c, c.d, prefix) } argument
125 func (c rootContext) Parameters() Parameters { return c.params } argument
126 func (c rootContext) PopDir() BuildContext { return c } argument
127 func (c rootContext) Pop() BuildContext { argument
132 func (c rootContext) JoinPath(name ...string) string { argument
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dbuild_context.go49 return rootContext{
117 type rootContext struct { struct
122 func (c rootContext) OutputPath() string { return c.p } argument
123 func (c rootContext) PushDir(dir string) BuildContext { return initDirContext(c, c.d, dir) } argument
124 func (c rootContext) Push(prefix string) BuildContext { return initPrefixContext(c, c.d, prefix) } argument
125 func (c rootContext) Parameters() Parameters { return c.params } argument
126 func (c rootContext) PopDir() BuildContext { return c } argument
127 func (c rootContext) Pop() BuildContext { argument
132 func (c rootContext) JoinPath(name ...string) string { argument
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dbuild_context.go49 return rootContext{
117 type rootContext struct { struct
122 func (c rootContext) OutputPath() string { return c.p } argument
123 func (c rootContext) PushDir(dir string) BuildContext { return initDirContext(c, c.d, dir) } argument
124 func (c rootContext) Push(prefix string) BuildContext { return initPrefixContext(c, c.d, prefix) } argument
125 func (c rootContext) Parameters() Parameters { return c.params } argument
126 func (c rootContext) PopDir() BuildContext { return c } argument
127 func (c rootContext) Pop() BuildContext { argument
132 func (c rootContext) JoinPath(name ...string) string { argument
/dports/misc/artikulate/artikulate-21.12.3/src/
H A Dmainwindow.cpp25 rootContext()->setContextObject(new KLocalizedContext(this)); in MainWindow()
31 rootContext()->setContextProperty(QStringLiteral("g_trainingSession"), &m_trainingSession); in MainWindow()
32 rootContext()->setContextProperty(QStringLiteral("g_profileManager"), &m_profileManager); in MainWindow()
33rootContext()->setContextProperty(QStringLiteral("g_artikulateAboutData"), QVariant::fromValue(KAb… in MainWindow()
61rootContext()->setContextProperty(QStringLiteral("kcfg_UseContributorResources"), Settings::useCou… in updateKcfgUseContributorResources()
/dports/devel/plasma5-plasma-sdk/plasma-sdk-5.23.5/cuttlefish/src/
H A Dmain.cpp107 auto iconModel = new CuttleFish::IconModel(engine.rootContext()); in main()
108 auto proxyModel = new CuttleFish::SortFilterModel(engine.rootContext()); in main()
111 auto colorSchemes = new CuttleFish::ColorSchemes(engine.rootContext()); in main()
113 engine.rootContext()->setContextProperty("iconModel", iconModel); in main()
114 engine.rootContext()->setContextProperty("proxyModel", proxyModel); in main()
115 engine.rootContext()->setContextProperty("pickerMode", parser.isSet("picker")); in main()
116 engine.rootContext()->setContextProperty("colorSchemes", colorSchemes); in main()
/dports/graphics/quickqanava/QuickQanava-ab88d77ec62175b9fd499a154ffaf92f7bf23989/QuickContainers/samples/containermodel/
H A DqcmContainerModelSample.cpp66 rootContext( )->setContextProperty( "ints", ints ); in MainView()
71 rootContext( )->setContextProperty( "dummies", dummies ); in MainView()
84 rootContext( )->setContextProperty( "dummies1", dummies1 ); in MainView()
89 rootContext( )->setContextProperty( "dummies2", dummies2 ); in MainView()
127 rootContext( )->setContextProperty( "m1", m1 ); in MainView()
128 rootContext( )->setContextProperty( "m2", m2 ); in MainView()
129 rootContext( )->setContextProperty( "m3", m3 ); in MainView()
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/server/
H A DZooKeeperServer.java1927 rootContext.unregisterGauge("avg_latency"); in unregisterMetrics()
1929 rootContext.unregisterGauge("max_latency"); in unregisterMetrics()
1930 rootContext.unregisterGauge("min_latency"); in unregisterMetrics()
1932 rootContext.unregisterGauge("packets_received"); in unregisterMetrics()
1933 rootContext.unregisterGauge("packets_sent"); in unregisterMetrics()
1937 rootContext.unregisterGauge("uptime"); in unregisterMetrics()
1939 rootContext.unregisterGauge("znode_count"); in unregisterMetrics()
1941 rootContext.unregisterGauge("watch_count"); in unregisterMetrics()
1942 rootContext.unregisterGauge("ephemerals_count"); in unregisterMetrics()
1945 rootContext.unregisterGauge("global_sessions"); in unregisterMetrics()
[all …]
/dports/security/yubioath-desktop/yubioath-desktop-yubioath-desktop-5.0.4/
H A Dmain.cpp111 engine.rootContext()->setContextProperty("appDir", app_dir); in main()
112 engine.rootContext()->setContextProperty("urlPrefix", url_prefix); in main()
113 engine.rootContext()->setContextProperty("appVersion", APP_VERSION); in main()
114 engine.rootContext()->setContextProperty("ScreenShot", &screenshot); in main()
115 engine.rootContext()->setContextProperty("application", &application); in main()
116 engine.rootContext()->setContextProperty("monitorAreas", monitorAreas); in main()
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/src/app/
H A Dapp.cpp272 m_engine.rootContext()->setContextProperty("appEvents", m_events.data()); in registerQmlRootObjects()
273 m_engine.rootContext()->setContextProperty("qmlUtils", m_qmlUtils.data()); in registerQmlRootObjects()
274 m_engine.rootContext()->setContextProperty("connectionsManager", in registerQmlRootObjects()
276 m_engine.rootContext()->setContextProperty("keyFactory", m_keyFactory.data()); in registerQmlRootObjects()
277 m_engine.rootContext()->setContextProperty("valuesModel", m_keyValues.data()); in registerQmlRootObjects()
279 m_engine.rootContext()->setContextProperty("formattersManager", in registerQmlRootObjects()
282 m_engine.rootContext()->setContextProperty("embeddedFormattersManager", in registerQmlRootObjects()
284 m_engine.rootContext()->setContextProperty("consoleModel", in registerQmlRootObjects()
286 m_engine.rootContext()->setContextProperty("serverStatsModel", in registerQmlRootObjects()
288 m_engine.rootContext()->setContextProperty("bulkOperations", in registerQmlRootObjects()
[all …]

12345678910>>...37