Home
last modified time | relevance | path

Searched refs:tagID (Results 1 – 25 of 850) sorted by relevance

12345678910>>...34

/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/image/metadata/
H A DImageMetadataDirectory.java230 return getTagNameFor( tagID, true ); in getTagNameFor()
553 putValue( tagID, value, true ); in putValue()
587 removeValue( tagID ); in putValue()
603 value.setOwningTagID( tagID ); in putValue()
668 putValue( tagID, value ); in setValue()
704 putValue( tagID, value ); in setValue()
807 putValue( tagID, value ); in readExternal()
823 final int tagID = me.getKey(); in writeExternal() local
825 out.writeInt( tagID ); in writeExternal()
887 tagID <<= 8; in explodeSubfields()
[all …]
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/lib/Image/ExifTool/
H A DTagLookup.pm11219 $tagInfo = $$tagTablePtr{$tagID};
11220 $baseID = $tagID;
11236 my $id = $tagID . ucfirst($field);
11277 my $tagID;
11279 my $newInfo = $$tagTablePtr{$tagID};
11301 if (ref $tagID) {
11310 push @$ids, $tagID;
11315 $$lookup{$tnum} = $tagID;
11319 $tagID = shift @tagIDs;
11382 my ($tagID, $tagIDs);
[all …]
H A DWritePhotoshop.pl74 my ($pos, $value, $size, $tagInfo, $tagID);
84 $tagID = Get16u($dataPt, $pos + 4);
101 if ($$newTags{$tagID} and $type eq '8BIM') {
102 $tagInfo = $$newTags{$tagID};
103 delete $$newTags{$tagID};
137 $tagInfo = $$editDirs{$tagID};
155 $$addDirs{$tagID} and delete $$addDirs{$tagID};
187 foreach $tagID (@tagsLeft) {
189 if ($$newTags{$tagID}) {
190 $tagInfo = $$newTags{$tagID};
[all …]
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/lib/Image/ExifTool/
H A DTagLookup.pm11459 $tagInfo = $$tagTablePtr{$tagID};
11460 $baseID = $tagID;
11476 my $id = $tagID . ucfirst($field);
11517 my $tagID;
11519 my $newInfo = $$tagTablePtr{$tagID};
11541 if (ref $tagID) {
11550 push @$ids, $tagID;
11555 $$lookup{$tnum} = $tagID;
11559 $tagID = shift @tagIDs;
11622 my ($tagID, $tagIDs);
[all …]
H A DWritePhotoshop.pl74 my ($pos, $value, $size, $tagInfo, $tagID);
84 $tagID = Get16u($dataPt, $pos + 4);
101 if ($$newTags{$tagID} and $type eq '8BIM') {
102 $tagInfo = $$newTags{$tagID};
103 delete $$newTags{$tagID};
137 $tagInfo = $$editDirs{$tagID};
155 $$addDirs{$tagID} and delete $$addDirs{$tagID};
187 foreach $tagID (@tagsLeft) {
189 if ($$newTags{$tagID}) {
190 $tagInfo = $$newTags{$tagID};
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/app/views/stack/
H A Ditemiconview_tags.cpp40 void ItemIconView::toggleTag(int tagID) in toggleTag() argument
47 if (info.tagIds().contains(tagID)) in toggleTag()
57 FileActionMngr::instance()->assignTag(tagToAssign, tagID); in toggleTag()
58 FileActionMngr::instance()->removeTag(tagToRemove, tagID); in toggleTag()
112 void ItemIconView::slotAssignTag(int tagID) in slotAssignTag() argument
117 void ItemIconView::slotRemoveTag(int tagID) in slotRemoveTag() argument
126 if (!FaceTags::isTheIgnoredPerson(tagID) && in slotRemoveTag()
127 !FaceTags::isTheUnknownPerson(tagID) && in slotRemoveTag()
128 !FaceTags::isTheUnconfirmedPerson(tagID) in slotRemoveTag()
133 int count = CoreDbAccess().db()->getNumberOfImagesInTagProperties(tagID, in slotRemoveTag()
[all …]
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPFiles/FormatSupport/
H A DRIFF_Support.hpp49 …bool GetMetaData ( LFA_FileRef inFileRef, long tagID, char * outBuffer, unsigned long * outBufferS…
55 …bool SetMetaData ( LFA_FileRef inFileRef, long riffType, long tagID, const char * inBuffer, unsign…
66 RiffTag() : pos(0), tagID(0), len(0), parent(0), parentID(0), subtypeID(0) {} in RiffTag()
70 long tagID; /* ckid of chunk */ member in RIFF_Support::RiffTag
122 bool GetRIFFChunk ( LFA_FileRef inFileRef, RiffState & inOutRiffState, long tagID, long parentID,
131 …g ( LFA_FileRef inFileRef, RiffState & inOutRiffState, long riffType, long tagID, long subtypeID );
140 …bool PutChunk ( LFA_FileRef inFileRef, RiffState & inOutRiffState, long riffType, long tagID, cons…
148 …bool FindChunk ( RiffState & inOutRiffState, long tagID, long parentID, long subtypeID, long * sta…
155 bool WriteChunk ( LFA_FileRef inFileRef, long tagID, const char * data, UInt32 len );
162 …bool RewriteChunk ( LFA_FileRef inFileRef, RiffState & inOutRiffState, long tagID, long parentID, …
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/metadata2/
H A DSimpleMetadataEntry.java13 int tagID; field in SimpleMetadataEntry
16 Class<? extends ImageMetadataDirectory> clazz, int tagID in SimpleMetadataEntry() argument
19 this.tagID = tagID; in SimpleMetadataEntry()
31 return tagID; in getTagID()
37 String label = dir.getTagLabelFor(tagID); in getLabel()
41 return clazz.newInstance().getTagLabelFor(tagID); in getLabel()
52 ImageMetaValue value = dir.getValue(tagID); in getValue()
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/vmware/govmomi/vapi/tags/
H A Dtag_association.go28 func (c *Manager) tagID(ctx context.Context, id string) (string, error) { func
40 func (c *Manager) AttachTag(ctx context.Context, tagID string, ref mo.Reference) error {
41 id, err := c.tagID(ctx, tagID)
52 func (c *Manager) DetachTag(ctx context.Context, tagID string, ref mo.Reference) error {
53 id, err := c.tagID(ctx, tagID)
89 func (c *Manager) ListAttachedObjects(ctx context.Context, tagID string) ([]mo.Reference, error) {
90 id, err := c.tagID(ctx, tagID)
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/vic/pkg/vsphere/tags/
H A Dtag_association.go51 func (c *RestClient) getAssociationSpec(tagID *string, objID *string, objType *string) *TagAssociat…
54 TagID: tagID,
60 func (c *RestClient) AttachTagToObject(ctx context.Context, tagID string, objID string, objType str…
61 Logger.Debugf("Attach Tag %s to object id: %s, type: %s", tagID, objID, objType)
63 spec := c.getAssociationSpec(&tagID, &objID, &objType)
74 func (c *RestClient) DetachTagFromObject(ctx context.Context, tagID string, objID string, objType s…
75 Logger.Debugf("Detach Tag %s to object id: %s, type: %s", tagID, objID, objType)
77 spec := c.getAssociationSpec(&tagID, &objID, &objType)
112 func (c *RestClient) ListAttachedObjects(ctx context.Context, tagID string) ([]AssociatedObject, er…
113 Logger.Debugf("List attached objects of tag: %s", tagID)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/pkg/vsphere/tags/
H A Dtag_association.go51 func (c *RestClient) getAssociationSpec(tagID *string, objID *string, objType *string) *TagAssociat…
54 TagID: tagID,
60 func (c *RestClient) AttachTagToObject(ctx context.Context, tagID string, objID string, objType str…
61 Logger.Debugf("Attach Tag %s to object id: %s, type: %s", tagID, objID, objType)
63 spec := c.getAssociationSpec(&tagID, &objID, &objType)
74 func (c *RestClient) DetachTagFromObject(ctx context.Context, tagID string, objID string, objType s…
75 Logger.Debugf("Detach Tag %s to object id: %s, type: %s", tagID, objID, objType)
77 spec := c.getAssociationSpec(&tagID, &objID, &objType)
112 func (c *RestClient) ListAttachedObjects(ctx context.Context, tagID string) ([]AssociatedObject, er…
113 Logger.Debugf("List attached objects of tag: %s", tagID)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-discover/provider/vsphere/vendor/github.com/hashicorp/vic/pkg/vsphere/tags/
H A Dtag_association.go51 func (c *RestClient) getAssociationSpec(tagID *string, objID *string, objType *string) *TagAssociat…
54 TagID: tagID,
60 func (c *RestClient) AttachTagToObject(ctx context.Context, tagID string, objID string, objType str…
61 Logger.Debugf("Attach Tag %s to object id: %s, type: %s", tagID, objID, objType)
63 spec := c.getAssociationSpec(&tagID, &objID, &objType)
74 func (c *RestClient) DetachTagFromObject(ctx context.Context, tagID string, objID string, objType s…
75 Logger.Debugf("Detach Tag %s to object id: %s, type: %s", tagID, objID, objType)
77 spec := c.getAssociationSpec(&tagID, &objID, &objType)
112 func (c *RestClient) ListAttachedObjects(ctx context.Context, tagID string) ([]AssociatedObject, er…
113 Logger.Debugf("List attached objects of tag: %s", tagID)
[all …]
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/hashicorp/vic/pkg/vsphere/tags/
H A Dtag_association.go51 func (c *RestClient) getAssociationSpec(tagID *string, objID *string, objType *string) *TagAssociat…
54 TagID: tagID,
60 func (c *RestClient) AttachTagToObject(ctx context.Context, tagID string, objID string, objType str…
61 Logger.Debugf("Attach Tag %s to object id: %s, type: %s", tagID, objID, objType)
63 spec := c.getAssociationSpec(&tagID, &objID, &objType)
74 func (c *RestClient) DetachTagFromObject(ctx context.Context, tagID string, objID string, objType s…
75 Logger.Debugf("Detach Tag %s to object id: %s, type: %s", tagID, objID, objType)
77 spec := c.getAssociationSpec(&tagID, &objID, &objType)
112 func (c *RestClient) ListAttachedObjects(ctx context.Context, tagID string) ([]AssociatedObject, er…
113 Logger.Debugf("List attached objects of tag: %s", tagID)
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/vic/pkg/vsphere/tags/
H A Dtag_association.go51 func (c *RestClient) getAssociationSpec(tagID *string, objID *string, objType *string) *TagAssociat…
54 TagID: tagID,
60 func (c *RestClient) AttachTagToObject(ctx context.Context, tagID string, objID string, objType str…
61 Logger.Debugf("Attach Tag %s to object id: %s, type: %s", tagID, objID, objType)
63 spec := c.getAssociationSpec(&tagID, &objID, &objType)
74 func (c *RestClient) DetachTagFromObject(ctx context.Context, tagID string, objID string, objType s…
75 Logger.Debugf("Detach Tag %s to object id: %s, type: %s", tagID, objID, objType)
77 spec := c.getAssociationSpec(&tagID, &objID, &objType)
112 func (c *RestClient) ListAttachedObjects(ctx context.Context, tagID string) ([]AssociatedObject, er…
113 Logger.Debugf("List attached objects of tag: %s", tagID)
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/vic/pkg/vsphere/tags/
H A Dtag_association.go51 func (c *RestClient) getAssociationSpec(tagID *string, objID *string, objType *string) *TagAssociat…
54 TagID: tagID,
60 func (c *RestClient) AttachTagToObject(ctx context.Context, tagID string, objID string, objType str…
61 Logger.Debugf("Attach Tag %s to object id: %s, type: %s", tagID, objID, objType)
63 spec := c.getAssociationSpec(&tagID, &objID, &objType)
74 func (c *RestClient) DetachTagFromObject(ctx context.Context, tagID string, objID string, objType s…
75 Logger.Debugf("Detach Tag %s to object id: %s, type: %s", tagID, objID, objType)
77 spec := c.getAssociationSpec(&tagID, &objID, &objType)
112 func (c *RestClient) ListAttachedObjects(ctx context.Context, tagID string) ([]AssociatedObject, er…
113 Logger.Debugf("List attached objects of tag: %s", tagID)
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/vmware/vic/pkg/vsphere/tags/
H A Dtag_association.go51 func (c *RestClient) getAssociationSpec(tagID *string, objID *string, objType *string) *TagAssociat…
54 TagID: tagID,
60 func (c *RestClient) AttachTagToObject(ctx context.Context, tagID string, objID string, objType str…
61 Logger.Debugf("Attach Tag %s to object id: %s, type: %s", tagID, objID, objType)
63 spec := c.getAssociationSpec(&tagID, &objID, &objType)
74 func (c *RestClient) DetachTagFromObject(ctx context.Context, tagID string, objID string, objType s…
75 Logger.Debugf("Detach Tag %s to object id: %s, type: %s", tagID, objID, objType)
77 spec := c.getAssociationSpec(&tagID, &objID, &objType)
112 func (c *RestClient) ListAttachedObjects(ctx context.Context, tagID string) ([]AssociatedObject, er…
113 Logger.Debugf("List attached objects of tag: %s", tagID)
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/vic/pkg/vsphere/tags/
H A Dtag_association.go51 func (c *RestClient) getAssociationSpec(tagID *string, objID *string, objType *string) *TagAssociat…
54 TagID: tagID,
60 func (c *RestClient) AttachTagToObject(ctx context.Context, tagID string, objID string, objType str…
61 Logger.Debugf("Attach Tag %s to object id: %s, type: %s", tagID, objID, objType)
63 spec := c.getAssociationSpec(&tagID, &objID, &objType)
74 func (c *RestClient) DetachTagFromObject(ctx context.Context, tagID string, objID string, objType s…
75 Logger.Debugf("Detach Tag %s to object id: %s, type: %s", tagID, objID, objType)
77 spec := c.getAssociationSpec(&tagID, &objID, &objType)
112 func (c *RestClient) ListAttachedObjects(ctx context.Context, tagID string) ([]AssociatedObject, er…
113 Logger.Debugf("List attached objects of tag: %s", tagID)
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/vmware/vic/pkg/vsphere/tags/
H A Dtag_association.go51 func (c *RestClient) getAssociationSpec(tagID *string, objID *string, objType *string) *TagAssociat…
54 TagID: tagID,
60 func (c *RestClient) AttachTagToObject(ctx context.Context, tagID string, objID string, objType str…
61 Logger.Debugf("Attach Tag %s to object id: %s, type: %s", tagID, objID, objType)
63 spec := c.getAssociationSpec(&tagID, &objID, &objType)
74 func (c *RestClient) DetachTagFromObject(ctx context.Context, tagID string, objID string, objType s…
75 Logger.Debugf("Detach Tag %s to object id: %s, type: %s", tagID, objID, objType)
77 spec := c.getAssociationSpec(&tagID, &objID, &objType)
112 func (c *RestClient) ListAttachedObjects(ctx context.Context, tagID string) ([]AssociatedObject, er…
113 Logger.Debugf("List attached objects of tag: %s", tagID)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/vsphere/vendor/github.com/hashicorp/vic/pkg/vsphere/tags/
H A Dtag_association.go51 func (c *RestClient) getAssociationSpec(tagID *string, objID *string, objType *string) *TagAssociat…
54 TagID: tagID,
60 func (c *RestClient) AttachTagToObject(ctx context.Context, tagID string, objID string, objType str…
61 Logger.Debugf("Attach Tag %s to object id: %s, type: %s", tagID, objID, objType)
63 spec := c.getAssociationSpec(&tagID, &objID, &objType)
74 func (c *RestClient) DetachTagFromObject(ctx context.Context, tagID string, objID string, objType s…
75 Logger.Debugf("Detach Tag %s to object id: %s, type: %s", tagID, objID, objType)
77 spec := c.getAssociationSpec(&tagID, &objID, &objType)
112 func (c *RestClient) ListAttachedObjects(ctx context.Context, tagID string) ([]AssociatedObject, er…
113 Logger.Debugf("List attached objects of tag: %s", tagID)
[all …]
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/hashicorp/vic/pkg/vsphere/tags/
H A Dtag_association.go51 func (c *RestClient) getAssociationSpec(tagID *string, objID *string, objType *string) *TagAssociat…
54 TagID: tagID,
60 func (c *RestClient) AttachTagToObject(ctx context.Context, tagID string, objID string, objType str…
61 Logger.Debugf("Attach Tag %s to object id: %s, type: %s", tagID, objID, objType)
63 spec := c.getAssociationSpec(&tagID, &objID, &objType)
74 func (c *RestClient) DetachTagFromObject(ctx context.Context, tagID string, objID string, objType s…
75 Logger.Debugf("Detach Tag %s to object id: %s, type: %s", tagID, objID, objType)
77 spec := c.getAssociationSpec(&tagID, &objID, &objType)
112 func (c *RestClient) ListAttachedObjects(ctx context.Context, tagID string) ([]AssociatedObject, er…
113 Logger.Debugf("List attached objects of tag: %s", tagID)
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/vmware/vic/pkg/vsphere/tags/
H A Dtag_association.go51 func (c *RestClient) getAssociationSpec(tagID *string, objID *string, objType *string) *TagAssociat…
54 TagID: tagID,
60 func (c *RestClient) AttachTagToObject(ctx context.Context, tagID string, objID string, objType str…
61 Logger.Debugf("Attach Tag %s to object id: %s, type: %s", tagID, objID, objType)
63 spec := c.getAssociationSpec(&tagID, &objID, &objType)
74 func (c *RestClient) DetachTagFromObject(ctx context.Context, tagID string, objID string, objType s…
75 Logger.Debugf("Detach Tag %s to object id: %s, type: %s", tagID, objID, objType)
77 spec := c.getAssociationSpec(&tagID, &objID, &objType)
112 func (c *RestClient) ListAttachedObjects(ctx context.Context, tagID string) ([]AssociatedObject, er…
113 Logger.Debugf("List attached objects of tag: %s", tagID)
[all …]
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/jnisrc/tiff/
H A DLC_TIFFWriterJNI.cpp114 switch ( tagID ) { in LCTIFFWriter_METHOD()
139 switch ( tagID ) { in LCTIFFWriter_METHOD()
144 return TIFFSetField( tiff, tagID, value.f ); in LCTIFFWriter_METHOD()
156 ( JNIEnv *env, jobject jLCTIFFWriter, jint tagID, jint jValue ) in LCTIFFWriter_METHOD()
164 switch ( tagID ) { in LCTIFFWriter_METHOD()
179 return TIFFSetField( tiff, tagID, value.u32 ); in LCTIFFWriter_METHOD()
201 return TIFFSetField( tiff, tagID, value.u16 ); in LCTIFFWriter_METHOD()
213 ( JNIEnv *env, jobject jLCTIFFWriter, jint tagID, jint jValue1, in LCTIFFWriter_METHOD()
218 switch ( tagID ) { in LCTIFFWriter_METHOD()
238 switch ( tagID ) { in LCTIFFWriter_METHOD()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/sdk/apimanagement/armapimanagement/
H A Dzz_generated_tag_client.go66 if tagID == "" {
147 if tagID == "" {
221 if tagID == "" {
291 if tagID == "" {
367 if tagID == "" {
433 if tagID == "" {
502 if tagID == "" {
567 if tagID == "" {
628 if tagID == "" {
705 if tagID == "" {
[all …]
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/sdk/apimanagement/armapimanagement/
H A Dzz_generated_tag_client.go66 if tagID == "" {
147 if tagID == "" {
221 if tagID == "" {
291 if tagID == "" {
367 if tagID == "" {
433 if tagID == "" {
502 if tagID == "" {
567 if tagID == "" {
628 if tagID == "" {
705 if tagID == "" {
[all …]
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/sdk/apimanagement/armapimanagement/
H A Dzz_generated_tag_client.go66 if tagID == "" {
147 if tagID == "" {
221 if tagID == "" {
291 if tagID == "" {
367 if tagID == "" {
433 if tagID == "" {
502 if tagID == "" {
567 if tagID == "" {
628 if tagID == "" {
705 if tagID == "" {
[all …]

12345678910>>...34