Home
last modified time | relevance | path

Searched refs:fromJson (Results 151 – 175 of 2296) sorted by relevance

12345678910>>...92

/dports/net-im/libquotient/libQuotient-0.6.8/lib/csapi/
H A Dregistration.h166 return fromJson<RequestTokenResponse>(jsonData()); in response()
198 return fromJson<RequestTokenResponse>(jsonData()); in response()
289 return fromJson<RequestTokenResponse>(jsonData()); in response()
342 return fromJson<RequestTokenResponse>(jsonData()); in response()
H A Drooms.h41 EventPtr event() { return fromJson<EventPtr>(jsonData()); } in event()
102 StateEvents events() { return fromJson<StateEvents>(jsonData()); } in events()
211 fromJson(jo.value("display_name"_ls), result.displayName);
212 fromJson(jo.value("avatar_url"_ls), result.avatarUrl);
H A Dusers.h77 fromJson(jo.value("user_id"_ls), result.userId);
78 fromJson(jo.value("display_name"_ls), result.displayName);
79 fromJson(jo.value("avatar_url"_ls), result.avatarUrl);
/dports/deskutils/kuserfeedback/kuserfeedback-1.0.0/src/server/shared/
H A Dadmin.php39 $product = Product::fromJson($rawPostData);
53 $newProduct = Product::fromJson($raw);
99 $survey = Survey::fromJson($rawPostData);
120 $survey = Survey::fromJson($surveyData);
/dports/net-im/libquotient/libQuotient-0.6.8/lib/csapi/definitions/wellknown/
H A Dfull.h39 fromJson(jo.take("m.homeserver"_ls), pod.homeserver);
40 fromJson(jo.take("m.identity_server"_ls), pod.identityServer);
41 fromJson(jo, pod.additionalProperties);
/dports/net-im/libquotient/libQuotient-0.6.8/lib/application-service/definitions/
H A Dlocation.h32 fromJson(jo.value("alias"_ls), pod.alias);
33 fromJson(jo.value("protocol"_ls), pod.protocol);
34 fromJson(jo.value("fields"_ls), pod.fields);
H A Duser.h32 fromJson(jo.value("userid"_ls), pod.userid);
33 fromJson(jo.value("protocol"_ls), pod.protocol);
34 fromJson(jo.value("fields"_ls), pod.fields);
/dports/net-im/libquotient/libQuotient-0.6.8/lib/events/
H A Dreactionevent.cpp40 fromJson(jo["rel_type"_ls], pod.type); in fillFrom()
41 fromJson(jo[EventIdKeyL], pod.eventId); in fillFrom()
43 fromJson(jo["key"_ls], pod.key); in fillFrom()
/dports/net-im/libquotient/libQuotient-0.6.8/lib/csapi/definitions/
H A Dauth_data.h33 fromJson(jo.take("type"_ls), pod.type);
34 fromJson(jo.take("session"_ls), pod.session);
35 fromJson(jo, pod.authInfo);
/dports/net-im/spectral/libQuotient-58dfe74390ebdd8ec6611d3b8fecfe7d051ff955/lib/csapi/definitions/
H A Droom_event_filter.cpp22 fromJson(jo.value("not_rooms"_ls), result.notRooms); in fillFrom()
23 fromJson(jo.value("rooms"_ls), result.rooms); in fillFrom()
24 fromJson(jo.value("contains_url"_ls), result.containsUrl); in fillFrom()
/dports/net-im/spectral/libQuotient-58dfe74390ebdd8ec6611d3b8fecfe7d051ff955/lib/events/
H A Dreactionevent.cpp40 fromJson(jo["rel_type"_ls], pod.type); in fillFrom()
41 fromJson(jo[EventIdKeyL], pod.eventId); in fillFrom()
43 fromJson(jo["key"_ls], pod.key); in fillFrom()
/dports/net/kitinerary/kitinerary-21.12.3/autotests/
H A Dmergeutiltest.cpp278 …const auto lhs = JsonLdDocument::fromJson(QJsonDocument::fromJson(readFile(_(SOURCE_DIR "/mergedat… in testIsSameCancellation()
279 …const auto rhs = JsonLdDocument::fromJson(QJsonDocument::fromJson(readFile(_(SOURCE_DIR "/mergedat… in testIsSameCancellation()
301 …const auto lhs = JsonLdDocument::fromJson(QJsonDocument::fromJson(readFile(baseName + QLatin1Strin… in testMerge()
302 …const auto rhs = JsonLdDocument::fromJson(QJsonDocument::fromJson(readFile(baseName + QLatin1Strin… in testMerge()
303 … const auto expected = QJsonDocument::fromJson(readFile(baseName + QLatin1String(".merged.json"))); in testMerge()
H A Dcalendarhandlertest.cpp61 const auto inArray = QJsonDocument::fromJson(f.readAll()).array(); in testCreateEvent()
63 const auto preData = JsonLdDocument::fromJson(inArray); in testCreateEvent()
131 const auto inArray = QJsonDocument::fromJson(f.readAll()).array(); in testFindEvent()
133 const auto preData = JsonLdDocument::fromJson(inArray); in testFindEvent()
153 const auto in = JsonLdDocument::fromJson(QJsonDocument::fromJson(f.readAll()).array()); in testFindEventForCancellation()
/dports/devel/kf5-kcoreaddons/kcoreaddons-5.89.0/autotests/
H A Ddesktoptojsontest.cpp188 QJsonObject kdevExpected = QJsonDocument::fromJson( in testDesktopToJson_data()
218 QJsonDocument::fromJson( in testDesktopToJson_data()
255 QJsonObject authorsExpected = QJsonDocument::fromJson( in testDesktopToJson_data()
274 …auto boolResultTrue = QJsonDocument::fromJson("{\"KPlugin\":{},\"X-Test-Bool\": true}", &e).object… in testDesktopToJson_data()
276 …auto boolResultFalse = QJsonDocument::fromJson("{\"KPlugin\":{},\"X-Test-Bool\": false}", &e).obje… in testDesktopToJson_data()
293 auto kcookiejarResult = QJsonDocument::fromJson( in testDesktopToJson_data()
347 QJsonDocument doc = QJsonDocument::fromJson(jsonString, &e); in testDesktopToJson()
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/configuration/
H A Dtest_ReaderConfigurationEntryParser.cpp24 const auto& doc = QJsonDocument::fromJson(content); in matchPlatformCurrentSupported()
51 const auto& doc = QJsonDocument::fromJson(content); in matchPlatformOtherOS()
68 const auto& doc = QJsonDocument::fromJson(content); in matchPlatformMinMax()
85 const auto& doc = QJsonDocument::fromJson(content); in matchPlatformMultipleMinMax()
104 const auto& doc = QJsonDocument::fromJson(content); in matchPlatformNothing()
122 const auto& doc = QJsonDocument::fromJson(content); in matchPlatformInsideVersion()
139 const auto& doc = QJsonDocument::fromJson(content); in matchPlatformInsideVersionWithZero()
/dports/net-im/spectral/libQuotient-58dfe74390ebdd8ec6611d3b8fecfe7d051ff955/lib/csapi/
H A Dthird_party_lookup.cpp44 fromJson(data, d->data); in parseJson()
79 fromJson(data, d->data); in parseJson()
125 fromJson(data, d->data); in parseJson()
171 fromJson(data, d->data); in parseJson()
214 fromJson(data, d->data); in parseJson()
255 fromJson(data, d->data); in parseJson()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/.github/workflows/
H A Dsubmit.yml68 …run: "echo JTREG_REF=jtreg-${{ fromJson(steps.check_deps.outputs.dependencies).JTREG_VERSION }}+${…
123 BOOT_JDK_VERSION: "${{ fromJson(needs.prerequisites.outputs.dependencies).BOOT_JDK_VERSION }}"
169 ref: "release-${{ fromJson(needs.prerequisites.outputs.dependencies).GTEST_VERSION }}"
627 ref: "release-${{ fromJson(needs.prerequisites.outputs.dependencies).GTEST_VERSION }}"
914 ref: "release-${{ fromJson(needs.prerequisites.outputs.dependencies).GTEST_VERSION }}"
1241 ref: "release-${{ fromJson(needs.prerequisites.outputs.dependencies).GTEST_VERSION }}"
1343 ref: "release-${{ fromJson(needs.prerequisites.outputs.dependencies).GTEST_VERSION }}"
1590 -H 'Authorization: Bearer ${{ fromJson(steps.actions_runtime.outputs.result).token }}'
1597 -H 'Authorization: Bearer ${{ fromJson(steps.actions_runtime.outputs.result).token }}'
1601 -H 'Authorization: Bearer ${{ fromJson(steps.actions_runtime.outputs.result).token }}'
[all …]
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/remote_device/messages/
H A Dtest_Discovery.cpp36 const auto& obj = QJsonDocument::fromJson(message).object(); in invalidJson()
124 const QJsonObject obj = QJsonDocument::fromJson(byteArray).object(); in toJson()
148 void fromJson() in fromJson() function in test_Discovery
165 const QJsonObject& obj = QJsonDocument::fromJson(message).object(); in fromJson()
242 const QJsonObject& obj = QJsonDocument::fromJson(message).object(); in pairing()
308 const QJsonObject& obj = QJsonDocument::fromJson(message).object(); in ignoreContext()
330 const QJsonObject& obj = QJsonDocument::fromJson(message).object(); in wrongTypes()
365 const QJsonObject& obj = QJsonDocument::fromJson(message).object(); in wrongApiType()
438 const QJsonObject& obj = QJsonDocument::fromJson(message).object(); in IfdId()
471 const QJsonObject& objHash = QJsonDocument::fromJson(messageHash).object(); in sameIfdId()
[all …]
H A Dtest_IfdTransmit.cpp37 const auto& obj = QJsonDocument::fromJson(message).object(); in invalidJson()
116 const QJsonObject obj = QJsonDocument::fromJson(byteArray).object(); in toJson()
149 void fromJson() in fromJson() function in test_IfdTransmit
165 const QJsonObject& obj = QJsonDocument::fromJson(message).object(); in fromJson()
211 …const QJsonObject& obj = QJsonDocument::fromJson(message.replace("%1", QTest::currentDataTag())).o… in msgField()
267 const QJsonObject& obj = QJsonDocument::fromJson(message).object(); in displayText()
292 const QJsonObject& obj = QJsonDocument::fromJson(message).object(); in wrongTypes()
328 const QJsonObject& obj = QJsonDocument::fromJson(message).object(); in wrongCommandApdusType()
362 const QJsonObject& obj = QJsonDocument::fromJson(message).object(); in wrongCommandApdusSubTypes()
400 const QJsonObject& obj = QJsonDocument::fromJson(message).object(); in multipleApdus()
H A Dtest_IfdEstablishPaceChannel.cpp44 const auto& obj = QJsonDocument::fromJson(message).object(); in invalidJson()
102 const QJsonObject obj = QJsonDocument::fromJson(byteArray).object(); in toJson()
133 void fromJson() in fromJson() function in test_IfdEstablishPaceChannel
150 const QJsonObject& obj = QJsonDocument::fromJson(message).object(); in fromJson()
207 …const QJsonObject& obj = QJsonDocument::fromJson(message.replace("%1", QTest::currentDataTag())).o… in msgField()
249 const QJsonObject& obj = QJsonDocument::fromJson(message).object(); in wrongTypes()
278 const QJsonObject& obj = QJsonDocument::fromJson(message).object(); in wrongInputData()
325 const QJsonObject& obj = QJsonDocument::fromJson(message).object(); in preferredPinLength()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/.github/workflows/
H A Dsubmit.yml67 …run: "echo JTREG_REF=jtreg${{ fromJson(steps.check_deps.outputs.dependencies).JTREG_VERSION }}-${{…
122 BOOT_JDK_VERSION: "${{ fromJson(needs.prerequisites.outputs.dependencies).BOOT_JDK_VERSION }}"
168 ref: "release-${{ fromJson(needs.prerequisites.outputs.dependencies).GTEST_VERSION }}"
630 ref: "release-${{ fromJson(needs.prerequisites.outputs.dependencies).GTEST_VERSION }}"
1003 ref: "release-${{ fromJson(needs.prerequisites.outputs.dependencies).GTEST_VERSION }}"
1330 ref: "release-${{ fromJson(needs.prerequisites.outputs.dependencies).GTEST_VERSION }}"
1575 -H 'Authorization: Bearer ${{ fromJson(steps.actions_runtime.outputs.result).token }}'
1582 -H 'Authorization: Bearer ${{ fromJson(steps.actions_runtime.outputs.result).token }}'
1586 -H 'Authorization: Bearer ${{ fromJson(steps.actions_runtime.outputs.result).token }}'
1599 -H 'Authorization: Bearer ${{ fromJson(steps.actions_runtime.outputs.result).token }}'
[all …]
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/qjsonrpc/tests/auto/qjsonrpcmetatype/
H A Dtst_qjsonrpcmetatype.cpp77 static CustomClass fromJson(const QJsonValue &value) { in fromJson() function in CustomClass
96 static AnotherCustomClass fromJson(const QJsonValue &value) { in fromJson() function in AnotherCustomClass
170 TestService::TestEnum fromJson(const QJsonValue &val) in fromJson() function
200 QMetaType::registerConverter<QJsonValue, TestService::TestEnum>(&fromJson); in initTestCase()
277 CustomClass c(CustomClass::fromJson(response.result())); in commonMethodName()
285 AnotherCustomClass ac(AnotherCustomClass::fromJson(response.result())); in commonMethodName()
/dports/deskutils/kuserfeedback/kuserfeedback-1.0.0/autotests/
H A Dproducttest.php48 $p = Product::fromJson('{
217 $p = Product::fromJson($json);
258 $p = Product::fromJson($jsonOld);
302 $newP = Product::fromJson($jsonNew);
334 $p = Product::fromJson($json);
362 $p = Product::fromJson($json);
/dports/devel/kpublictransport/kpublictransport-21.12.3/autotests/
H A Defaparsertest.cpp78 const auto ref = QJsonDocument::fromJson(readFile(refFileName)).array(); in testParseLocation()
107 const auto ref = QJsonDocument::fromJson(readFile(refFileName)).array(); in testParseCompactLocation()
136 const auto ref = QJsonDocument::fromJson(readFile(refFileName)).array(); in testParseDepartures()
170 const auto ref = QJsonDocument::fromJson(readFile(refFileName)).array(); in testParseCompactDepartures()
210 const auto ref = QJsonDocument::fromJson(readFile(refFileName)).array(); in testParseTrips()
241 const auto ref = QJsonDocument::fromJson(readFile(refFileName)).array(); in testParseCompactTrips()
/dports/devel/spark/spark-2.1.1/core/src/test/scala/org/apache/spark/deploy/rest/
H A DSubmitRestProtocolSuite.scala61 val newRequest = SubmitRestProtocolMessage.fromJson(json, classOf[DummyRequest])
76 val newResponse = SubmitRestProtocolMessage.fromJson(json, classOf[DummyResponse])
122 val newMessage = SubmitRestProtocolMessage.fromJson(json, classOf[CreateSubmissionRequest])
153 val newMessage = SubmitRestProtocolMessage.fromJson(json, classOf[CreateSubmissionResponse])
169 val newMessage = SubmitRestProtocolMessage.fromJson(json, classOf[KillSubmissionResponse])
189 val newMessage = SubmitRestProtocolMessage.fromJson(json, classOf[SubmissionStatusResponse])
207 val newMessage = SubmitRestProtocolMessage.fromJson(json, classOf[ErrorResponse])

12345678910>>...92