Home
last modified time | relevance | path

Searched refs:toMap (Results 1 – 25 of 2504) sorted by relevance

12345678910>>...101

/dports/deskutils/nextcloudclient/desktop-3.4.1/src/libsync/
H A Dcapabilities.cpp45 …return _capabilities["files_sharing"].toMap()["sharebymail"].toMap()["password"].toMap()["enabled"… in shareEmailPasswordEnabled()
50 …return _capabilities["files_sharing"].toMap()["sharebymail"].toMap()["password"].toMap()["enforced… in shareEmailPasswordEnforced()
65 return _capabilities["files_sharing"].toMap()["public"].toMap()["upload"].toBool(); in sharePublicLinkAllowUpload()
75 …return _capabilities["files_sharing"].toMap()["public"].toMap()["password"].toMap()["askForOptiona… in sharePublicLinkAskOptionalPassword()
80 …return _capabilities["files_sharing"].toMap()["public"].toMap()["password"].toMap()["enforced"].to… in sharePublicLinkEnforcePassword()
85 …return _capabilities["files_sharing"].toMap()["public"].toMap()["expire_date"].toMap()["enforced"]… in sharePublicLinkEnforceExpireDate()
90 …return _capabilities["files_sharing"].toMap()["public"].toMap()["expire_date"].toMap()["days"].toI… in sharePublicLinkExpireDateDays()
95 …return _capabilities["files_sharing"].toMap()["public"].toMap()["expire_date_internal"].toMap()["e… in shareInternalEnforceExpireDate()
100 …return _capabilities["files_sharing"].toMap()["public"].toMap()["expire_date_internal"].toMap()["d… in shareInternalExpireDateDays()
105 …return _capabilities["files_sharing"].toMap()["public"].toMap()["expire_date_remote"].toMap()["enf… in shareRemoteEnforceExpireDate()
[all …]
/dports/devel/eastl/EASTL-3.13.06/test/source/
H A DTestMap.h719 EATEST_VERIFY(toMap.find(4) == toMap.end()); in TestMapCpp11()
723 EATEST_VERIFY(toMap.find(4) != toMap.end()); in TestMapCpp11()
729 EATEST_VERIFY(toMap.find(4) != toMap.end()); in TestMapCpp11()
736 EATEST_VERIFY(toMap.find(5) != toMap.end()); in TestMapCpp11()
741 EATEST_VERIFY(toMap.find(5) != toMap.end()); in TestMapCpp11()
747 EATEST_VERIFY(toMap.find(6) != toMap.end()); in TestMapCpp11()
750 EATEST_VERIFY(toMap.find(2) == toMap.end()); in TestMapCpp11()
753 EATEST_VERIFY(toMap.find(2) != toMap.end()); in TestMapCpp11()
756 EATEST_VERIFY(toMap.find(2) != toMap.end()); in TestMapCpp11()
763 EATEST_VERIFY(toMap.find(7) != toMap.end()); in TestMapCpp11()
[all …]
/dports/devel/liteide/liteide-x37.4/liteidex/src/utils/dlvclient/
H A Ddlvtypes.h219 v.fromMap(m.toMap()); in fromMap()
245 QVariantMap toMap() const in toMap() function
316 QVariantMap toMap() const in toMap() function
403 QVariantMap toMap() const in toMap() function
517 v.fromMap(m.toMap()); in fromMap()
522 v.fromMap(m.toMap()); in fromMap()
586 v.fromMap(m.toMap()); in fromMap()
597 v.fromMap(m.toMap()); in fromMap()
602 v.fromMap(m.toMap()); in fromMap()
607 v.fromMap(m.toMap()); in fromMap()
[all …]
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/libsync/
H A Dcapabilities.cpp25 , _fileSharingCapabilities(_capabilities.value(QStringLiteral("files_sharing")).toMap()) in Capabilities()
26 …fileSharingPublicCapabilities(_fileSharingCapabilities.value(QStringLiteral("public"), {}).toMap()) in Capabilities()
27 …pport(_capabilities.value(QStringLiteral("files")).toMap().value(QStringLiteral("tus_support")).to…
55 …SharingPublicCapabilities[QStringLiteral("password")].toMap()[QStringLiteral("enforced_for")].toMa… in getEnforcePasswordCapability()
57 …return fileSharingPublicCapabilities[QStringLiteral("password")].toMap()[QStringLiteral("enforced"… in getEnforcePasswordCapability()
129 _capabilities.value(QStringLiteral("checksums")).toMap() in preferredUploadChecksumType()
155 …return _capabilities.value(QStringLiteral("dav")).toMap().value(QStringLiteral("chunking")).toByte… in chunkingNg()
166 …return _capabilities.value(QStringLiteral("files")).toMap().value(QStringLiteral("bigfilechunking"… in bigfilechunkingEnabled()
181 …return _capabilities.value(QStringLiteral("files")).toMap().value(QStringLiteral("privateLinks")).… in privateLinkPropertyAvailable()
200 …return _capabilities[QStringLiteral("dav")].toMap()[QStringLiteral("invalidFilenameRegex")].toStri… in invalidFilenameRegex()
[all …]
/dports/astro/stellarium/stellarium-0.21.3/src/tests/
H A DtestStelJsonParser.cpp54 QVERIFY(result.toMap().size()==12); in testBase()
67 QVERIFY(result.toMap().value("valtrue").toBool()==true); in testBase()
69 QVERIFY(result.toMap().value("valfalse").toBool()==false); in testBase()
72 QVERIFY(result.toMap().value("val").canConvert<int>()); in testBase()
73 QVERIFY(result.toMap().value("val").toInt(&ok)==-12356); in testBase()
77 QVERIFY(result.toMap().value("val").canConvert<int>()); in testBase()
78 QVERIFY(result.toMap().value("val").toInt(&ok)==-12356); in testBase()
83 QVERIFY(result.toMap().value("val").canConvert<int>()); in testBase()
84 QVERIFY(result.toMap().value("val").toInt(&ok)==-12356); in testBase()
132 QVERIFY(result.toMap().value("val").canConvert<int>()); in testWriteParse()
[all …]
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/validation/
H A DReferenceBlockConcordanceIntegrationTest.java100 }).collect(Collectors.toMap(data -> (String) data[0], data -> (Integer) data[1])) in testMultipleContigs()
107 }).collect(Collectors.toMap(data -> (String) data[0], data -> (Integer) data[1])) in testMultipleContigs()
113 }).collect(Collectors.toMap(data -> (String) data[0], data -> (Integer) data[1])) in testMultipleContigs()
205 … }).collect(Collectors.toMap(data -> (String) data[0], data -> (Integer) data[1])), in provideSyntheticGVCFs()
209 … }).collect(Collectors.toMap(data -> (String) data[0], data -> (Integer) data[1])), in provideSyntheticGVCFs()
213 … }).collect(Collectors.toMap(data -> (String) data[0], data -> (Integer) data[1])), in provideSyntheticGVCFs()
228 … }).collect(Collectors.toMap(data -> (String) data[0], data -> (Integer) data[1])), in provideSyntheticGVCFs()
232 … }).collect(Collectors.toMap(data -> (String) data[0], data -> (Integer) data[1])), in provideSyntheticGVCFs()
236 … }).collect(Collectors.toMap(data -> (String) data[0], data -> (Integer) data[1])), in provideSyntheticGVCFs()
252 … }).collect(Collectors.toMap(data -> (String) data[0], data -> (Integer) data[1])), in provideSyntheticGVCFs()
[all …]
/dports/deskutils/kuserfeedback/kuserfeedback-1.0.0/autotests/
H A Ddatasourcetest.cpp77 auto obj = src.data().toMap(); in testPlatformInfoSource()
102 const auto scr = v.toMap(); in testScreenInfoSource()
118 auto o = v.toMap(); in testPropertyRatioSource()
123 o = v.toMap(); in testPropertyRatioSource()
132 o = v.toMap(); in testPropertyRatioSource()
188 auto m = src.data().toMap(); in testApplicationVersionSource()
196 const auto m = src.data().toMap(); in testQtVersionSource()
228 const auto m = src.data().toMap(); in testCpuInfoSource()
238 const auto m = src.data().toMap(); in testLocaleInfoSource()
248 const auto m = src.data().toMap(); in testCompilerInfoSource()
[all …]
H A Dselectionratiosourcetest.cpp62 auto o = v.toMap(); in testPropertyRatioSource()
67 o = v.toMap(); in testPropertyRatioSource()
70 v = o.value(QLatin1String("row2")).toMap().value(QLatin1String("property")); in testPropertyRatioSource()
76 o = v.toMap(); in testPropertyRatioSource()
79 v = o.value(QLatin1String("row2")).toMap().value(QLatin1String("property")); in testPropertyRatioSource()
H A Dsampletest.cpp73 QCOMPARE(screens.at(0).toMap().value(QLatin1String("width")).toInt(), 1920); in testFromJson()
74 QCOMPARE(screens.at(1).toMap().value(QLatin1String("height")).toInt(), 480); in testFromJson()
75 auto ratio = s.value(QLatin1String("newPropertyRatio")).toMap(); in testFromJson()
77 …QCOMPARE(ratio.value(QLatin1String("value1")).toMap().value(QLatin1String("property")).toDouble(),… in testFromJson()
78 …QCOMPARE(ratio.value(QLatin1String("value2")).toMap().value(QLatin1String("property")).toDouble(),… in testFromJson()
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/autotests/
H A Dconfigmodeltest.cpp36 …QCOMPARE(configModel->get(0).toMap().value(QStringLiteral("name")).toString(), QStringLiteral("Gen… in configSchemeFromPackage()
37 …QCOMPARE(configModel->get(0).toMap().value(QStringLiteral("icon")).toString(), QStringLiteral("pla… in configSchemeFromPackage()
38 …QCOMPARE(configModel->get(0).toMap().value(QStringLiteral("source")).toString(), QStringLiteral("C… in configSchemeFromPackage()
39 QCOMPARE(configModel->get(0).toMap().value(QStringLiteral("pluginName")).toString(), QString()); in configSchemeFromPackage()
40 QVERIFY(!configModel->get(0).toMap().value(QStringLiteral("kcm")).value<void *>()); in configSchemeFromPackage()
55 QCOMPARE(model.get(0).toMap().value(QStringLiteral("source")).toString(), QString()); in emptySourceWithApplet()
60 QCOMPARE(model.get(0).toMap().value(QStringLiteral("source")).toString(), QString()); in emptySourceWithApplet()
78 …QCOMPARE(model.get(0).toMap().value(QStringLiteral("source")).toString(), QStringLiteral("ConfigGe… in notEmptySourceWithApplet()
84 QCOMPARE(model.get(0).toMap().value(QStringLiteral("source")).toUrl(), fullPath); in notEmptySourceWithApplet()
99 QCOMPARE(model.get(0).toMap().value(QStringLiteral("source")).toString(), source); in notEmptySourceWithApplet()
[all …]
/dports/science/molsketch/Molsketch-0.7.2/molsketch/
H A Dwikiquerywidget.cpp109 QVariantList results = response.toVariant().toMap()["results"].toMap()["bindings"].toList(); in processMoleculeQuery()
113 QString label = result.toMap()["label"].toMap()["value"].toString(); in processMoleculeQuery()
114 QString smiles = result.toMap()["smiles"].toMap()["value"].toString(); in processMoleculeQuery()
115 QString inchi = result.toMap()["inchi"].toMap()["value"].toString(); in processMoleculeQuery()
116 QString isomer = result.toMap()["isomer"].toMap()["value"].toString(); in processMoleculeQuery()
/dports/www/falkon/falkon-3.2.0/src/lib/bookmarks/bookmarksimport/
H A Dchromeimporter.cpp80 QVariantMap rootMap = res.toMap().value(QSL("roots")).toMap(); in importBookmarks()
86 toolbar->setTitle(rootMap.value(QSL("bookmark_bar")).toMap().value(QSL("name")).toString()); in importBookmarks()
87 …readBookmarks(rootMap.value(QSL("bookmark_bar")).toMap().value(QSL("children")).toList(), toolbar); in importBookmarks()
90 other->setTitle(rootMap.value(QSL("other")).toMap().value(QSL("name")).toString()); in importBookmarks()
91 readBookmarks(rootMap.value(QSL("other")).toMap().value(QSL("children")).toList(), other); in importBookmarks()
94 synced->setTitle(rootMap.value(QSL("synced")).toMap().value(QSL("name")).toString()); in importBookmarks()
95 readBookmarks(rootMap.value(QSL("synced")).toMap().value(QSL("synced")).toList(), other); in importBookmarks()
105 const QVariantMap map = entry.toMap(); in readBookmarks()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/tools/sdktool/
H A Drmkeysoperation.cpp103 cur = result.value(QLatin1String("subkeys")).toMap(); in test()
109 cur = cur.value(QLatin1String("subsubkeys")).toMap(); in test()
114 cur = result.value(QLatin1String("subkeys2")).toMap(); in test()
127 cur = result.value(QLatin1String("subkeys")).toMap(); in test()
132 cur = result.value(QLatin1String("subkeys2")).toMap(); in test()
145 cur = result.value(QLatin1String("subkeys")).toMap(); in test()
150 cur = cur.value(QLatin1String("subsubkeys")).toMap(); in test()
155 cur = result.value(QLatin1String("subkeys2")).toMap(); in test()
159 cur = result.value(QLatin1String("subkeys2")).toMap(); in test()
181 subMap = stack.last().value(keys.at(i)).toMap(); in rmKeys()
H A Daddkeysoperation.cpp116 QVariantMap cur = result.value(QLatin1String("subkeys")).toMap(); in test()
126 cur = cur.value(QLatin1String("newsubkeys")).toMap(); in test()
132 cur = tmp.value(QLatin1String("subsubkeys")).toMap(); in test()
137 cur = result.value(QLatin1String("newsub")).toMap(); in test()
143 cur = cur.value(QLatin1String("1")).toMap(); in test()
151 cur = cur.value(QLatin1String("2")).toMap(); in test()
157 cur = cur.value(QLatin1String("3")).toMap(); in test()
163 cur = tmp.value(QLatin1String("2.1")).toMap(); in test()
169 cur = cur.value(QLatin1String("3")).toMap(); in test()
175 cur = result.value(QLatin1String("subkeys2")).toMap(); in test()
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.opentelemetry.io/otel/sdk/resource/
H A Dprocess_test.go158 }, toMap(res))
172 }, toMap(res))
186 }, toMap(res))
200 }, toMap(res))
214 }, toMap(res))
228 }, toMap(res))
242 }, toMap(res))
256 }, toMap(res))
277 }, toMap(res))
289 require.EqualValues(t, map[string]string{}, toMap(res))
[all …]
H A Dconfig_test.go48 }, toMap(res))
65 }, toMap(res))
83 }, toMap(res))
103 }, toMap(res))
122 }, toMap(res))
125 func toMap(res *resource.Resource) map[string]string { func
/dports/databases/hbase/hbase-1.2.1/hbase-client/src/main/java/org/apache/hadoop/hbase/client/
H A DOperation.java53 public abstract Map<String, Object> toMap(int maxCols); in toMap() method in Operation
59 public Map<String, Object> toMap() { in toMap() method in Operation
60 return toMap(DEFAULT_MAX_COLS); in toMap()
70 return JsonMapper.writeMapAsString(toMap(maxCols)); in toJSON()
98 return toMap(maxCols).toString(); in toString()
/dports/databases/hbase/hbase-1.2.1/hbase-client/src/test/java/org/apache/hadoop/hbase/client/
H A DTestAttributes.java131 Assert.assertNull("Make sure id is null if unset", get.toMap().get("id")); in testGetId()
133 Assert.assertEquals("myId", get.toMap().get("id")); in testGetId()
139 Assert.assertNull("Make sure id is null if unset", append.toMap().get("id")); in testAppendId()
141 Assert.assertEquals("myId", append.toMap().get("id")); in testAppendId()
147 Assert.assertNull("Make sure id is null if unset", delete.toMap().get("id")); in testDeleteId()
149 Assert.assertEquals("myId", delete.toMap().get("id")); in testDeleteId()
155 Assert.assertNull("Make sure id is null if unset", put.toMap().get("id")); in testPutId()
157 Assert.assertEquals("myId", put.toMap().get("id")); in testPutId()
163 Assert.assertNull("Make sure id is null if unset", scan.toMap().get("id")); in testScanId()
165 Assert.assertEquals("myId", scan.toMap().get("id")); in testScanId()
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DRecentLocationsModel.cxx27 return m_data.at(index).toMap(); in locationAt()
37 const QVariantMap loc = m_data.at(index.row()).toMap(); in data()
66 return m_data.front().toMap(); in mostRecent()
71 if (location.toMap().isEmpty()) in insert()
74 QVariant locDesc = location.toMap().value("text"); in insert()
76 [locDesc](QVariant v) { return v.toMap().value("text") == locDesc; }); in insert()
/dports/graphics/tiled/tiled-1.7.2/src/libtiled/
H A Dvarianttomapconverter.cpp55 const QVariantMap variantMap = variant.toMap(); in toMap()
160 const QVariantMap propertiesMap = propertiesVariant.toMap(); in toProperties()
191 const QVariantMap variantMap = variant.toMap(); in toTileset()
381 const QVariantMap tilesVariantMap = tilesVariant.toMap(); in toTileset()
392 const QVariantMap tileVar = it.value().toMap(); in toTileset()
410 const QVariantMap tileVar = tilesVariantList[i].toMap(); in toTileset()
456 auto wc = toWangColor(edgeColorVariant.toMap()); in toWangSet()
462 auto wc = toWangColor(cornerColorVariant.toMap()); in toWangSet()
533 const QVariantMap variantMap = variant.toMap(); in toObjectTemplate()
549 const QVariantMap variantMap = variant.toMap(); in toLayer()
[all …]
/dports/misc/py-xgboost/xgboost-1.5.1/jvm-packages/xgboost4j/src/test/scala/ml/dmlc/xgboost4j/scala/
H A DScalaBoosterImplSuite.scala73 "objective" -> "binary:logistic").toMap
74 val watches = List("train" -> trainMat, "test" -> testMat).toMap
143 "objective" -> "binary:logistic", "gamma" -> "1.0", "eval_metric" -> "error").toMap
154 "grow_policy" -> "depthwise", "eval_metric" -> "auc").toMap
164 "grow_policy" -> "lossguide", "max_leaves" -> "8", "eval_metric" -> "auc").toMap
175 "eval_metric" -> "auc").toMap
186 "eval_metric" -> "auc").toMap
197 "eval_metric" -> "auc").toMap
207 "eval_metric" -> "auc").toMap
/dports/misc/xgboost/xgboost-1.5.1/jvm-packages/xgboost4j/src/test/scala/ml/dmlc/xgboost4j/scala/
H A DScalaBoosterImplSuite.scala73 "objective" -> "binary:logistic").toMap
74 val watches = List("train" -> trainMat, "test" -> testMat).toMap
143 "objective" -> "binary:logistic", "gamma" -> "1.0", "eval_metric" -> "error").toMap
154 "grow_policy" -> "depthwise", "eval_metric" -> "auc").toMap
164 "grow_policy" -> "lossguide", "max_leaves" -> "8", "eval_metric" -> "auc").toMap
175 "eval_metric" -> "auc").toMap
186 "eval_metric" -> "auc").toMap
197 "eval_metric" -> "auc").toMap
207 "eval_metric" -> "auc").toMap
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/dhall-1.38.1/tests/format/
H A DfunctionLikeB.dhall3 , example2 = toMap a + toMap a
4 , example3 = (toMap a b : T) + (toMap a b : T)
H A DfunctionLikeA.dhall3 , example2 = toMap a + toMap a
4 , example3 = (toMap a b : T) + (toMap a b : T)
/dports/games/xrally/xrally/
H A Dmap.c61 facX = RADAR_WIDTH / (float)toMap(map->width); in createMap()
62 facY = RADAR_HEIGHT / (float)toMap(map->height); in createMap()
66 map->startFuel = actualFuel = (toMap((map->width)*(map->height)) / STEP * 2) / 3; in createMap()
77 radar.width = (int)(radar.factor*toMap(1))*map->width; in createMap()
78 radar.height = (int)(radar.factor*toMap(1))*map->height; in createMap()
91 int toMap(int tPos) { in toMap() function
243 score.x = toMap(x); in getFlag()
244 score.y = toMap(y); in getFlag()

12345678910>>...101