Home
last modified time | relevance | path

Searched refs:SetTagValue (Results 1 – 25 of 95) sorted by relevance

1234

/dports/graphics/freeimage/FreeImage/Wrapper/FreeImage.NET/cs/Library/Classes/
H A DMetadataModels.cs157 SetTagValue("Loop", value);
181 SetTagValue("FrameLeft", value);
205 SetTagValue("FrameTop", value);
266 SetTagValue("Interlaced", val);
290 SetTagValue("FrameTime", value);
361 SetTagValue("Comment", value);
987 SetTagValue("FNumber", value);
1510 SetTagValue("Flash", value);
4401 SetTagValue("Make", value);
4434 SetTagValue("Model", value);
[all …]
H A DMetadataModel.cs448 protected void SetTagValue<T>(string key, T? value) where T : struct
450 SetTagValue(key, value.HasValue ? new T[] { value.Value } : null); in SetTagValue() method
458 protected void SetTagValue(string key, object value) in SetTagValue() method in FreeImageAPI.Metadata.MetadataModel
H A DGifInformation.cs50 SetTagValue("NoLocalPalette", val);
H A DMetadataTag.cs532 return FreeImage.SetTagValue(tag, data); in SetArrayValue()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/taglib_plugin/
H A DTaglibMetadataReader.cpp314 this->SetTagValue("title", uri, target); in ReadGeneric()
453 this->SetTagValue("title", uri, target); in ReadBasicData()
456 this->SetTagValue("album", tag->album(), target); in ReadBasicData()
458 this->SetTagValue("genre", tag->genre(), target); in ReadBasicData()
466 this->SetTagValue("year", tag->year(), target); in ReadBasicData()
558 this->SetTagValue("year", year, track); in ReadID3V2()
623 this->SetTagValue("disc", "1", track); in ReadID3V2()
752 void TaglibMetadataReader::SetTagValue( in SetTagValue() function in TaglibMetadataReader
761 void TaglibMetadataReader::SetTagValue( in SetTagValue() function in TaglibMetadataReader
770 void TaglibMetadataReader::SetTagValue( in SetTagValue() function in TaglibMetadataReader
[all …]
H A DTaglibMetadataReader.h115 void SetTagValue(
120 void SetTagValue(
125 void SetTagValue(
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-kms/include/aws/kms/model/
H A DTag.h99 …inline void SetTagValue(const Aws::String& value) { m_tagValueHasBeenSet = true; m_tagValue = valu… in SetTagValue() function
104 …inline void SetTagValue(Aws::String&& value) { m_tagValueHasBeenSet = true; m_tagValue = std::move… in SetTagValue() function
109 …inline void SetTagValue(const char* value) { m_tagValueHasBeenSet = true; m_tagValue.assign(value)… in SetTagValue() function
114 inline Tag& WithTagValue(const Aws::String& value) { SetTagValue(value); return *this;} in WithTagValue()
119 inline Tag& WithTagValue(Aws::String&& value) { SetTagValue(std::move(value)); return *this;} in WithTagValue()
124 inline Tag& WithTagValue(const char* value) { SetTagValue(value); return *this;} in WithTagValue()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-config/include/aws/config/model/
H A DScope.h181 …inline void SetTagValue(const Aws::String& value) { m_tagValueHasBeenSet = true; m_tagValue = valu… in SetTagValue() function
189 …inline void SetTagValue(Aws::String&& value) { m_tagValueHasBeenSet = true; m_tagValue = std::move… in SetTagValue() function
197 …inline void SetTagValue(const char* value) { m_tagValueHasBeenSet = true; m_tagValue.assign(value)… in SetTagValue() function
205 inline Scope& WithTagValue(const Aws::String& value) { SetTagValue(value); return *this;} in WithTagValue()
213 inline Scope& WithTagValue(Aws::String&& value) { SetTagValue(std::move(value)); return *this;} in WithTagValue()
221 inline Scope& WithTagValue(const char* value) { SetTagValue(value); return *this;} in WithTagValue()
/dports/graphics/freeimage/FreeImage/Wrapper/FreeImage.NET/cs/UnitTest/
H A DFreeImage.cs14089 SetTagValue("NoLocalPalette", val);
16686 SetTagValue("Loop", value);
18039 SetTagValue("Flash", value);
19456 SetTagValue("GPSDOP", value);
20864 SetTagValue("DateTime", val);
20930 SetTagValue("Make", value);
20963 SetTagValue("Model", value);
22316 SetTagValue("City", value);
22845 SetTagValue("JobID", value);
23039 SetTagValue("Prefs", value);
[all …]
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/DicomParsing/
H A DDicomDirWriter.cpp179 static void SetTagValue(DcmDirectoryRecord& target, in SetTagValue() function in Orthanc::DicomDirWriter::PImpl
218 SetTagValue(target, key, value); in CopyString()
335 SetTagValue(record, DCM_StudyDate, studyDate); in FillStudy()
336 SetTagValue(record, DCM_StudyTime, studyTime); in FillStudy()
389 SetTagValue(record, DCM_ReferencedFileID, path); in FillInstance()
390 SetTagValue(record, DCM_ReferencedSOPClassUIDInFile, sopClassUid); in FillInstance()
391 SetTagValue(record, DCM_ReferencedSOPInstanceUIDInFile, sopInstanceUid); in FillInstance()
392 SetTagValue(record, DCM_ReferencedTransferSyntaxUIDInFile, transferSyntaxUid); in FillInstance()
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/DicomParsing/
H A DDicomDirWriter.cpp179 static void SetTagValue(DcmDirectoryRecord& target, in SetTagValue() function in Orthanc::DicomDirWriter::PImpl
218 SetTagValue(target, key, value); in CopyString()
335 SetTagValue(record, DCM_StudyDate, studyDate); in FillStudy()
336 SetTagValue(record, DCM_StudyTime, studyTime); in FillStudy()
389 SetTagValue(record, DCM_ReferencedFileID, path); in FillInstance()
390 SetTagValue(record, DCM_ReferencedSOPClassUIDInFile, sopClassUid); in FillInstance()
391 SetTagValue(record, DCM_ReferencedSOPInstanceUIDInFile, sopInstanceUid); in FillInstance()
392 SetTagValue(record, DCM_ReferencedTransferSyntaxUIDInFile, transferSyntaxUid); in FillInstance()
/dports/science/orthanc/Orthanc-1.9.7/OrthancFramework/Sources/DicomParsing/
H A DDicomDirWriter.cpp179 static void SetTagValue(DcmDirectoryRecord& target, in SetTagValue() function in Orthanc::DicomDirWriter::PImpl
218 SetTagValue(target, key, value); in CopyString()
335 SetTagValue(record, DCM_StudyDate, studyDate); in FillStudy()
336 SetTagValue(record, DCM_StudyTime, studyTime); in FillStudy()
389 SetTagValue(record, DCM_ReferencedFileID, path); in FillInstance()
390 SetTagValue(record, DCM_ReferencedSOPClassUIDInFile, sopClassUid); in FillInstance()
391 SetTagValue(record, DCM_ReferencedSOPInstanceUIDInFile, sopInstanceUid); in FillInstance()
392 SetTagValue(record, DCM_ReferencedTransferSyntaxUIDInFile, transferSyntaxUid); in FillInstance()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancFramework/Sources/DicomParsing/
H A DDicomDirWriter.cpp179 static void SetTagValue(DcmDirectoryRecord& target, in SetTagValue() function in Orthanc::DicomDirWriter::PImpl
218 SetTagValue(target, key, value); in CopyString()
335 SetTagValue(record, DCM_StudyDate, studyDate); in FillStudy()
336 SetTagValue(record, DCM_StudyTime, studyTime); in FillStudy()
389 SetTagValue(record, DCM_ReferencedFileID, path); in FillInstance()
390 SetTagValue(record, DCM_ReferencedSOPClassUIDInFile, sopClassUid); in FillInstance()
391 SetTagValue(record, DCM_ReferencedSOPInstanceUIDInFile, sopInstanceUid); in FillInstance()
392 SetTagValue(record, DCM_ReferencedTransferSyntaxUIDInFile, transferSyntaxUid); in FillInstance()
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancFramework/Sources/DicomParsing/
H A DDicomDirWriter.cpp179 static void SetTagValue(DcmDirectoryRecord& target, in SetTagValue() function in Orthanc::DicomDirWriter::PImpl
218 SetTagValue(target, key, value); in CopyString()
335 SetTagValue(record, DCM_StudyDate, studyDate); in FillStudy()
336 SetTagValue(record, DCM_StudyTime, studyTime); in FillStudy()
389 SetTagValue(record, DCM_ReferencedFileID, path); in FillInstance()
390 SetTagValue(record, DCM_ReferencedSOPClassUIDInFile, sopClassUid); in FillInstance()
391 SetTagValue(record, DCM_ReferencedSOPInstanceUIDInFile, sopInstanceUid); in FillInstance()
392 SetTagValue(record, DCM_ReferencedTransferSyntaxUIDInFile, transferSyntaxUid); in FillInstance()
/dports/audio/gmusicbrowser/gmusicbrowser-1.1.15/
H A Dgmusicbrowser_dbus.pm70 Songs::SetTagValue(@$array); #return false on error, true if ok
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Extensions/ClientServices/Providers/
H A DClientSettingsProvider.cs844 SetTagValue("NeeedToDoReset", fSet ? "1" : "0"); in SetNeedToReset()
864 SetTagValue("IsCacheMoreFresh", fSet ? "1" : "0"); in SetIsCacheMoreFresh()
878 private void SetTagValue(string tagName, string tagValue) in SetTagValue() method in System.Web.ClientServices.Providers.ClientSettingsProvider
/dports/devel/fpc-fcl-sdo/fpc-3.2.2/packages/fcl-sdo/src/base/
H A Dsdo_xsdintf.pas167 procedure SetTagValue( procedure
381 procedure SetTagValue( procedure
H A Dsdo_xsd_helper.pas777 SetTagValue(
798 SetTagValue(
804 SetTagValue(
H A Dsdo_xsdparser.pas716 SetTagValue(AItem,Format('%s#%s',[ns_long,localName]),locBuffer);
1000SetTagValue(locProp,s_SDO_collection,TSDOConvertHelper.BoolToString(IsCollectionArray(AElement)));
1002 SetTagValue(
1065 SetTagValue(AType,Format('%s#%s',[s_xs,s_any]),anyDec);
1072SetTagValue(AType,Format('%s#%s',[s_xs,s_anyAttribute]),Format('%s=%s',[s_processContents,anyDec])…
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-sdo/src/base/
H A Dsdo_xsdintf.pas167 procedure SetTagValue( procedure
381 procedure SetTagValue( procedure
H A Dsdo_xsd_helper.pas777 SetTagValue(
798 SetTagValue(
804 SetTagValue(
H A Dsdo_xsdparser.pas716 SetTagValue(AItem,Format('%s#%s',[ns_long,localName]),locBuffer);
1000SetTagValue(locProp,s_SDO_collection,TSDOConvertHelper.BoolToString(IsCollectionArray(AElement)));
1002 SetTagValue(
1065 SetTagValue(AType,Format('%s#%s',[s_xs,s_any]),anyDec);
1072SetTagValue(AType,Format('%s#%s',[s_xs,s_anyAttribute]),Format('%s=%s',[s_processContents,anyDec])…
/dports/graphics/freeimage/FreeImage/Wrapper/FreeImage.NET/cs/Library/
H A DFreeImageStaticImports.cs1738 public static extern bool SetTagValue(FITAG tag, byte[] value); in SetTagValue() method in FreeImageAPI.FreeImage
/dports/databases/tile38/tile38-1.12.0/vendor/github.com/aws/aws-sdk-go/service/configservice/
H A Dapi.go6307 func (s *Scope) SetTagValue(v string) *Scope { func
/dports/devel/awless/awless-0.1.11/vendor/github.com/aws/aws-sdk-go/service/configservice/
H A Dapi.go6307 func (s *Scope) SetTagValue(v string) *Scope { func

1234