/dports/security/keepass/KeePass-2.49-Source/KeePass/DataExchange/Formats/ |
H A D | MozillaBookmarksJson100.cs | 98 JsonObject[] v = jo.GetValueArray<JsonObject>("children"); in AddObject() 131 v = jo.GetValueArray<JsonObject>("annos"); in AddObject() 178 JsonObject[] v = joTagsRoot.GetValueArray<JsonObject>("children"); in ImportTags() 196 JsonObject[] vUris = joTag.GetValueArray<JsonObject>("children"); in ImportTags()
|
H A D | BitwardenJson112.cs | 71 JsonObject[] vGroups = jo.GetValueArray<JsonObject>("folders"); in ImportRoot() 75 JsonObject[] vEntries = jo.GetValueArray<JsonObject>("items"); in ImportRoot() 131 JsonObject[] v = jo.GetValueArray<JsonObject>("fields"); in ImportEntry() 147 JsonObject[] vUris = jo.GetValueArray<JsonObject>("uris"); in ImportLogin()
|
H A D | KeeperJson16.cs | 62 JsonObject[] v = joRoot.GetValueArray<JsonObject>("records"); in Import() 107 JsonObject[] vFolders = jo.GetValueArray<JsonObject>("folders"); in ImportRecords()
|
H A D | DashlaneJson6.cs | 75 JsonObject[] vEntries = jo.GetValueArray<JsonObject>(strType); in ImportRoot()
|
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/ |
H A D | ArrayHandlePermutation.h | 166 VTKM_CONT static vtkm::cont::ArrayHandle<T, ValueStorageTag> GetValueArray( in GetValueArray() function 235 VTKM_CONT ValueArrayHandleType GetValueArray() const in GetValueArray() function 237 return StorageType::GetValueArray(this->GetBuffers()); in GetValueArray() 298 vtkmdiy::save(bb, Type(obj).GetValueArray());
|
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/ |
H A D | ArrayHandlePermutation.h | 198 const ValueArrayType& GetValueArray() const { return this->ValueArray; } in GetValueArray() function 232 , ValueArray(storage->GetValueArray()) in ArrayTransfer() 418 diy::save(bb, storage.GetValueArray());
|
/dports/security/keepass/KeePass-2.49-Source/KeePass/DataExchange/ |
H A D | JsonObject.cs | 360 public T[] GetValueArray<T>(string strKey) 372 public T[] GetValueArray<T>(string strKey, T tDefault)
|
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/csharp/src/Apache.Arrow/Flatbuf/ |
H A D | KeyValue.cs | 36 public byte[] GetValueArray() { return __p.__vector_as_array<byte>(6); } in GetValueArray() method
|
/dports/databases/arrow/apache-arrow-6.0.1/csharp/src/Apache.Arrow/Flatbuf/ |
H A D | KeyValue.cs | 36 public byte[] GetValueArray() { return __p.__vector_as_array<byte>(6); } in GetValueArray() method
|
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/csharp/src/Apache.Arrow/Flatbuf/ |
H A D | KeyValue.cs | 36 public byte[] GetValueArray() { return __p.__vector_as_array<byte>(6); } in GetValueArray() method
|
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/FEM/include/ |
H A D | itkFEMItpackSparseMatrix.h | 146 doublereal * GetValueArray() in GetValueArray() function
|
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/Metricsv4/include/ |
H A D | itkObjectToObjectMultiMetricv4.h | 184 MetricValueArrayType GetValueArray() const;
|
H A D | itkObjectToObjectMultiMetricv4.hxx | 302 ::GetValueArray() const in GetValueArray() function in itk::ObjectToObjectMultiMetricv4
|
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/ |
H A D | sphinxfilter.cpp | 686 pFilter->SetValues ( tSettings.GetValueArray(), tSettings.GetNumValues() ); in sphCreateFilter() 690 const SphAttr_t * pValues = tSettings.GetValueArray(); in sphCreateFilter()
|
H A D | sphinx.h | 2146 const SphAttr_t * GetValueArray () const { return m_pValues ? m_pValues : &(m_dValues[0]); } in GetValueArray() function
|
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Registration/Metricsv4/test/ |
H A D | itkObjectToObjectMultiMetricv4Test.cxx | 139 if( ! itk::Math::FloatAlmostEqual( metricValue, multiVariateMetric->GetValueArray()[i] ) ) in itkObjectToObjectMultiMetricv4TestEvaluate() 142 …does not match that returned from multi-variate metric: " << multiVariateMetric->GetValueArray()[i] in itkObjectToObjectMultiMetricv4TestEvaluate()
|
/dports/cad/csxcad/CSXCAD-0.6.2-103-g3c4fb66/src/ |
H A D | ParameterObjects.cpp | 347 double* ParameterSet::GetValueArray(double *array) in GetValueArray() function in ParameterSet 614 vars=clParaSet->GetValueArray(vars); in Evaluate()
|
H A D | CSPrimUserDefined.cpp | 97 vars=clParaSet->GetValueArray(vars); in IsInside()
|
H A D | ParameterObjects.h | 181 double* GetValueArray(double *array);
|
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/ |
H A D | sphinxfilter.cpp | 1452 pFilter->SetValues ( tSettings.GetValueArray(), tSettings.GetNumValues() ); in CreateFilter() 1455 const SphAttr_t * pValues = tSettings.GetValueArray(); in CreateFilter()
|
H A D | sphinx.h | 2545 const SphAttr_t * GetValueArray () const { return m_pValues ? m_pValues : &(m_dValues[0]); } in GetValueArray() function
|
H A D | searchd.cpp | 17316 pDocs = (SphDocID_t*)pFilter->GetValueArray(); in HandleMysqlDelete() 17320 const SphAttr_t* pA = pFilter->GetValueArray(); in HandleMysqlDelete()
|
/dports/multimedia/gstreamer1/gstreamer-1.16.2/ |
H A D | ChangeLog | 16663 controlsource: fix GetValue and GetValueArray documentation
|