Home
last modified time | relevance | path

Searched refs:GetObjectValue (Results 1 – 25 of 198) sorted by relevance

12345678

/dports/net/storj/storj-1.45.3/vendor/github.com/stripe/stripe-go/v72/
H A Devent_test.go32 assert.Equal(t, "top_level", event.GetObjectValue("top_level_key"))
36 assert.Equal(t, "123", event.GetObjectValue("integer_key"))
38 assert.Equal(t, "nested", event.GetObjectValue("map", "nested_key"))
39 assert.Equal(t, "index-1", event.GetObjectValue("slice", "1"))
41 event.GetObjectValue("slice_of_maps", "0", "slice_nested_key"))
44 assert.Equal(t, "", event.GetObjectValue("bad_key"))
50 event.GetObjectValue("slice", "string_key")
53 event.GetObjectValue("top_level_key", "bad_key")
/dports/audio/noson-app/noson-app-4.5.0/backend/NosonThumbnailer/thumbnailer/deezer/
H A Ddeezer-albuminfo.cpp70 JSON::Node n_data = rootdoc.GetRoot().GetObjectValue("data"); in parseInfo()
76 if (n_row.IsObject() && n_row.GetObjectValue("type").GetStringValue() == "album") in parseInfo()
82 meta.title = n_row.GetObjectValue(a).GetStringValue(); in parseInfo()
84 meta.url = n_row.GetObjectValue(a).GetStringValue(); in parseInfo()
86 meta.image_small = n_row.GetObjectValue(a).GetStringValue(); in parseInfo()
88 meta.image_medium = n_row.GetObjectValue(a).GetStringValue(); in parseInfo()
90 meta.image_large = n_row.GetObjectValue(a).GetStringValue(); in parseInfo()
92 meta.image_extralarge = n_row.GetObjectValue(a).GetStringValue(); in parseInfo()
95 JSON::Node n_artist = n_row.GetObjectValue(a); in parseInfo()
97 meta.artist = n_artist.GetObjectValue("name").GetStringValue(); in parseInfo()
H A Ddeezer-artistinfo.cpp69 JSON::Node n_data = rootdoc.GetRoot().GetObjectValue("data"); in parseInfo()
75 if (n_row.IsObject() && n_row.GetObjectValue("type").GetStringValue() == "artist") in parseInfo()
81 meta.name = n_row.GetObjectValue(a).GetStringValue(); in parseInfo()
83 meta.url = n_row.GetObjectValue(a).GetStringValue(); in parseInfo()
85 meta.image_small = n_row.GetObjectValue(a).GetStringValue(); in parseInfo()
87 meta.image_medium = n_row.GetObjectValue(a).GetStringValue(); in parseInfo()
89 meta.image_large = n_row.GetObjectValue(a).GetStringValue(); in parseInfo()
91 meta.image_extralarge = n_row.GetObjectValue(a).GetStringValue(); in parseInfo()
H A Ddeezer.cpp70 JSON::Node n_error = rootdoc.GetRoot().GetObjectValue("error"); in parseServerError()
77 error.errorCode = n_error.GetObjectValue(a).GetIntValue(); in parseServerError()
79 error.errorString = n_error.GetObjectValue(a).GetStringValue(); in parseServerError()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/tests/System/Runtime/CompilerServices/
H A DRuntimeHelpersTests.cs53 public static unsafe void GetObjectValue() in GetObjectValue() method in System.Runtime.CompilerServices.Tests.RuntimeHelpersTests
57 object tOV = RuntimeHelpers.GetObjectValue(t); in GetObjectValue()
61 object oOV = RuntimeHelpers.GetObjectValue(o); in GetObjectValue()
65 object iOV = RuntimeHelpers.GetObjectValue(i); in GetObjectValue()
/dports/audio/noson-app/noson-app-4.5.0/backend/NosonThumbnailer/thumbnailer/
H A Djsonparser.h62 Node GetObjectValue(size_t index) const;
63 Node GetObjectValue(const char *key) const;
H A Djsonparser.cpp148 JSON::Node JSON::Node::GetObjectValue(size_t index) const in GetObjectValue() function in JSON::Node
156 JSON::Node JSON::Node::GetObjectValue(const char *key) const in GetObjectValue() function in JSON::Node
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Runtime.CompilerServices/
H A DRuntimeHelpersTest.cs64 Assert.AreEqual (RuntimeHelpers.GetObjectValue (null), in TestGetObjectValue()
68 Assert.AreEqual (RuntimeHelpers.GetObjectValue (this), in TestGetObjectValue()
74 s2 = (FooStruct)RuntimeHelpers.GetObjectValue(s1); in TestGetObjectValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dpdfobjectcopier.cxx79 auto it = rCopiedResources.find(rObject.GetObjectValue()); in copyExternalResource()
88 rCopiedResources[rObject.GetObjectValue()] = nObject; in copyExternalResource()
89 SAL_INFO("vcl.pdfwriter", "PDFObjectCopier::copyExternalResource: " << rObject.GetObjectValue() in copyExternalResource()
/dports/cad/opencascade/opencascade-7.6.0/src/DNaming/
H A DDNaming_Line3DDriver.cxx115 aNS1 = DNaming::GetObjectValue(aRefP1); in Execute()
117 aNS2 = DNaming::GetObjectValue(aRefP2); in Execute()
163 aNS1 = DNaming::GetObjectValue(aRefP1); in Execute()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/editors/
H A Dtasourcepropeditors.pas49 Result := (GetObjectValue as TStrings).Text;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/tachart/editors/
H A Dtasourcepropeditors.pas49 Result := (GetObjectValue as TStrings).Text;
H A Dtatooleditors.pas85 Result := (GetObjectValue as TChartTools).Count;
/dports/editors/lazarus/lazarus/components/tachart/editors/
H A Dtadatapointseditor.pas205 GetObjectValue as TStrings);
222 Result := (GetObjectValue as TStrings).Text;
H A Dtaserieseditor.pas90 Result := (GetObjectValue as TChartSeriesList).Count;
H A Dtatooleditors.pas85 Result := (GetObjectValue as TChartTools).Count;
/dports/editors/lazarus-qt5/lazarus/components/tachart/editors/
H A Dtadatapointseditor.pas205 GetObjectValue as TStrings);
222 Result := (GetObjectValue as TStrings).Text;
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/ipdf/
H A Dpdfdocument.cxx337 m_aEditBuffer.WriteUInt32AsString(rFirstPage.GetObjectValue()); in WriteAnnotObject()
370 sal_uInt32 nAnnotsId = pAnnotsObject->GetObjectValue(); in WritePageObject()
393 m_aEditBuffer.WriteUInt32AsString(pReference->GetObjectValue()); in WritePageObject()
406 sal_uInt32 nFirstPageId = rFirstPage.GetObjectValue(); in WritePageObject()
483 sal_uInt32 nCatalogId = pCatalog->GetObjectValue(); in WriteCatalogObject()
501 sal_uInt32 nAcroFormId = pAcroFormObject->GetObjectValue(); in WriteCatalogObject()
746 m_aEditBuffer.WriteUInt32AsString(pInfo->GetObjectValue()); in WriteXRef()
777 m_aEditBuffer.WriteUInt32AsString(pRoot->GetObjectValue()); in WriteXRef()
819 m_aEditBuffer.WriteUInt32AsString(pRoot->GetObjectValue()); in WriteXRef()
827 m_aEditBuffer.WriteUInt32AsString(pInfo->GetObjectValue()); in WriteXRef()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/filter/ipdf/
H A Dpdfdocument.cxx267 m_aEditBuffer.WriteUInt32AsString(rFirstPage.GetObjectValue()); in WriteAnnotObject()
300 sal_uInt32 nAnnotsId = pAnnotsObject->GetObjectValue(); in WritePageObject()
323 m_aEditBuffer.WriteUInt32AsString(pReference->GetObjectValue()); in WritePageObject()
336 sal_uInt32 nFirstPageId = rFirstPage.GetObjectValue(); in WritePageObject()
413 sal_uInt32 nCatalogId = pCatalog->GetObjectValue(); in WriteCatalogObject()
431 sal_uInt32 nAcroFormId = pAcroFormObject->GetObjectValue(); in WriteCatalogObject()
675 m_aEditBuffer.WriteUInt32AsString(pInfo->GetObjectValue()); in WriteXRef()
706 m_aEditBuffer.WriteUInt32AsString(pRoot->GetObjectValue()); in WriteXRef()
748 m_aEditBuffer.WriteUInt32AsString(pRoot->GetObjectValue()); in WriteXRef()
756 m_aEditBuffer.WriteUInt32AsString(pInfo->GetObjectValue()); in WriteXRef()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/BinaryMathematicalMorphology/include/
H A DitkDilateObjectMorphologyImageFilter.hxx49 nit.SetPixel(i, this->GetObjectValue(), valid); in Evaluate()
H A DitkErodeObjectMorphologyImageFilter.h89 return this->GetObjectValue(); in GetErodeValue()
/dports/editors/lazarus/lazarus/components/synedit/design/
H A Dsynpropertyeditobjectlist.pas587 SynObjectList := GetObjectValue;
598 SynObjectList := TSynObjectList(GetObjectValue);
611 TheSynObjectList := TSynObjectList(GetObjectValue);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/design/
H A Dsynpropertyeditobjectlist.pas587 SynObjectList := GetObjectValue;
598 SynObjectList := TSynObjectList(GetObjectValue);
611 TheSynObjectList := TSynObjectList(GetObjectValue);
/dports/editors/lazarus-qt5/lazarus/components/synedit/design/
H A Dsynpropertyeditobjectlist.pas587 SynObjectList := GetObjectValue;
598 SynObjectList := TSynObjectList(GetObjectValue);
611 TheSynObjectList := TSynObjectList(GetObjectValue);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/design/
H A Dsynpropertyeditobjectlist.pas587 SynObjectList := GetObjectValue;
598 SynObjectList := TSynObjectList(GetObjectValue);
611 TheSynObjectList := TSynObjectList(GetObjectValue);

12345678