Home
last modified time | relevance | path

Searched refs:newTags (Results 1 – 25 of 269) sorted by relevance

1234567891011

/dports/www/joomla3/joomla3-3.9.24/libraries/src/Helper/
H A DTagsHelper.php271 $result = $newTags;
307 $newTags = array();
823 if (!empty($table->newTags) && empty($newTags))
825 $newTags = $table->newTags;
835 if ($this->tagsChanged || (!empty($newTags) && $newTags[0] != ''))
881 $this->newTags = $newTags;
896 …if ((!empty($newTags) && is_string($newTags) || (isset($newTags[0]) && $newTags[0] != '')) || isse…
900 $newTags = implode(',', $newTags);
1047 $newTags = $table->newTags;
1056 $newTags = array_unique(array_merge($newTags, $oldTags));
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/influxdb/components/VisualInfluxQLEditor/
H A DTagsSection.test.tsx150 const newTags = [...tags];
151 newTags[1] = { ...newTags[1], condition: 'OR' };
153 await assertSegmentSelect('AND', 'OR', onChange, newTags);
167 const newTags = [...tags];
168 newTags[1] = { ...newTags[1], key: 't5' };
170 await assertSegmentSelect('t2', 't5', onChange, newTags);
184 const newTags = [...tags];
185 newTags[2] = { ...newTags[2], operator: '<' };
187 await assertSegmentSelect('<>', '<', onChange, newTags);
201 const newTags = [...tags];
[all …]
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/lib/Image/ExifTool/
H A DWritePostScript.pl281 my ($et, $outfile, $newTags) = @_;
286 my $xmpHint = $$newTags{XMP_HINT};
287 delete $$newTags{XMP_HINT};
289 foreach $tag (sort keys %$newTags) {
290 my $tagInfo = $$newTags{$tag};
461 WriteNewTags($et, $outfile, $newTags) or $err = 1 if %$newTags;
498 if ($$newTags{$tag}) {
500 delete $$newTags{$tag};
503 if ($$newTags{$tag}) {
529 delete $$newTags{XMP_HINT};
[all …]
H A DWritePhotoshop.pl60 my $newTags = $et->GetNewTagInfoHash($tagTablePtr);
101 if ($$newTags{$tagID} and $type eq '8BIM') {
102 $tagInfo = $$newTags{$tagID};
103 delete $$newTags{$tagID};
124 $$newTags{$tagID} = $tagInfo; # add later
186 my @tagsLeft = sort { $a <=> $b } keys(%$newTags), keys(%$addDirs);
189 if ($$newTags{$tagID}) {
190 $tagInfo = $$newTags{$tagID};
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/lib/Image/ExifTool/
H A DWritePostScript.pl282 my ($et, $outfile, $newTags) = @_;
287 my $xmpHint = $$newTags{XMP_HINT};
288 delete $$newTags{XMP_HINT};
290 foreach $tag (sort keys %$newTags) {
291 my $tagInfo = $$newTags{$tag};
462 WriteNewTags($et, $outfile, $newTags) or $err = 1 if %$newTags;
499 if ($$newTags{$tag}) {
501 delete $$newTags{$tag};
504 if ($$newTags{$tag}) {
530 delete $$newTags{XMP_HINT};
[all …]
H A DWritePhotoshop.pl60 my $newTags = $et->GetNewTagInfoHash($tagTablePtr);
101 if ($$newTags{$tagID} and $type eq '8BIM') {
102 $tagInfo = $$newTags{$tagID};
103 delete $$newTags{$tagID};
124 $$newTags{$tagID} = $tagInfo; # add later
186 my @tagsLeft = sort { $a <=> $b } keys(%$newTags), keys(%$addDirs);
189 if ($$newTags{$tagID}) {
190 $tagInfo = $$newTags{$tagID};
H A DMicrosoft.pm946 my $newTags = $et->GetNewTagInfoHash($tagTablePtr);
948 return undef unless $delGroup or %$newTags; # don't rewrite if nothing to do
970 while ($$newTags{$tag}) {
971 my $nvHash = $et->GetNewValueHash($$newTags{$tag});
972 $$nvHash{CreateOnly} and delete($$newTags{$tag}), last; # don't edit this tag
979 $et->VPrint(1, " - Microsoft:$$newTags{$tag}{Name} = $val\n");
985 if (not $done{$tag} and $$newTags{$tag}{List}) {
994 my $buff = WriteXtraValue($et, $$newTags{$tag}, \@newVals);
1009 foreach $tag (sort keys %$newTags) {
1011 my $nvHash = $et->GetNewValueHash($$newTags{$tag});
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/metadataengine/focuspoint/
H A Dfocuspoints_writer.cpp69 ExifToolParser::ExifToolData newTags; in writeFocusPoint() local
74 newTags.insert(QLatin1String("xmp:RegionAreaX"), in writeFocusPoint()
79 newTags.insert(QLatin1String("xmp:RegionAreaY"), in writeFocusPoint()
84 newTags.insert(QLatin1String("xmp:RegionAreaH"), in writeFocusPoint()
89 newTags.insert(QLatin1String("xmp:RegionAreaW"), in writeFocusPoint()
94 newTags.insert(QLatin1String("xmp:RegionDescription"), in writeFocusPoint()
99 d->exifTool->applyChanges(d->path, newTags); in writeFocusPoint()
/dports/www/horde-ansel/ansel-3.0.10/lib/Ajax/Application/
H A DHandler.php277 $newTags = $tagger->getTags($id, $type);
278 if (count($newTags)) {
279 $newTags = $tagger->getTagInfo(array_keys($newTags));
281 $links = Ansel::getTagLinks($newTags, 'add');
282 foreach ($newTags as &$tag_info) {
285 return $newTags;
325 $newTags = $tagger->getTagInfo(array_keys($currentTags));
327 $newTags = array();
329 $links = Ansel::getTagLinks($newTags, 'add');
330 foreach ($newTags as &$tag_info) {
[all …]
/dports/www/joomla3/joomla3-3.9.24/libraries/src/Table/Observer/
H A DTags.php46 protected $newTags = false; variable in Joomla\\CMS\\Table\\Observer\\Tags
139 $this->newTags = array();
163 * @param array $newTags New tags to be added to or replace current tags for an item
170 public function setNewTags($newTags, $replaceTags) argument
174 return $this->tagsHelper->postStoreProcess($this->table, $newTags, $replaceTags);
/dports/graphics/digikam/digikam-7.4.0/core/tests/metadataengine/exiftool/
H A Dexiftoolwrite_cli.cpp63 ExifToolParser::ExifToolData newTags; in main() local
64 newTags.insert(QLatin1String("EXIF:ImageDescription"), in main()
67 newTags.insert(QLatin1String("xmp:city"), in main()
73 if (!parser->applyChanges(QString::fromUtf8(argv[1]), newTags)) in main()
/dports/comms/gqrx/gqrx-2.15/src/qtgui/
H A Dbookmarkstaglist.cpp104 QList<TagInfo> newTags = Bookmarks::Get().getTagList(); in updateTags() local
107 for(int i=0; i<newTags.size(); ++i) in updateTags()
109 TagInfo& taginfo = newTags[i]; in updateTags()
112 newTags.removeAt(i); in updateTags()
122 for(int i=0; i<newTags.count(); i++) in updateTags()
124 AddTag(newTags[i].name, in updateTags()
125 ( unchecked.contains(newTags[i].name) ? Qt::Unchecked : Qt::Checked ), in updateTags()
126 newTags[i].color); in updateTags()
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/hashicorp/consul-template/dependency/
H A Ddependency.go154 newTags := make([]string, 0, len(tags))
156 newTags = append(newTags, tag)
158 sort.Strings(newTags)
159 return newTags
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/hashicorp/consul-template/dependency/
H A Ddependency.go154 newTags := make([]string, 0, len(tags))
156 newTags = append(newTags, tag)
158 sort.Strings(newTags)
159 return newTags
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/consul-template/dependency/
H A Ddependency.go154 newTags := make([]string, 0, len(tags))
156 newTags = append(newTags, tag)
158 sort.Strings(newTags)
159 return newTags
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/hashicorp/consul-template/dependency/
H A Ddependency.go154 newTags := make([]string, 0, len(tags))
156 newTags = append(newTags, tag)
158 sort.Strings(newTags)
159 return newTags
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul-template/dependency/
H A Ddependency.go154 newTags := make([]string, 0, len(tags))
156 newTags = append(newTags, tag)
158 sort.Strings(newTags)
159 return newTags
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/hashicorp/consul-template/dependency/
H A Ddependency.go154 newTags := make([]string, 0, len(tags))
156 newTags = append(newTags, tag)
158 sort.Strings(newTags)
159 return newTags
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/stress/v2/stress_client/
H A Dresponse.go26 func (resp Response) AddTags(newTags map[string]string) (*influx.Point, error) {
32 for tag, tagValue := range newTags {
46 …or adding tags to response point\n point: %v\n tags:%v\n error: %v\n", resp.Point, newTags, err)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/stress/v2/stress_client/
H A Dresponse.go26 func (resp Response) AddTags(newTags map[string]string) (*influx.Point, error) {
32 for tag, tagValue := range newTags {
46 …or adding tags to response point\n point: %v\n tags:%v\n error: %v\n", resp.Point, newTags, err)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/stress/v2/stress_client/
H A Dresponse.go26 func (resp Response) AddTags(newTags map[string]string) (*influx.Point, error) {
32 for tag, tagValue := range newTags {
46 …or adding tags to response point\n point: %v\n tags:%v\n error: %v\n", resp.Point, newTags, err)
/dports/sysutils/baloo-widgets/baloo-widgets-21.12.3/src/tagsfileitemactionplugin/
H A Dtagsfileitemaction.cpp66 QStringList newTags = m_metaData->tags(); in TagsFileItemAction() local
68 newTags.append(name); in TagsFileItemAction()
70 newTags.removeAll(name); in TagsFileItemAction()
72 m_metaData->setTags(newTags); in TagsFileItemAction()
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/bin/
H A Dtagwidget.cpp136 void TagWidget::rebuildTags(QMap <QString, QString> newTags) in rebuildTags() argument
142 QMapIterator<QString, QString> i(newTags); in rebuildTags()
178 QMap <QString, QString> newTags; in showTagsConfig() local
182 newTags.insert(item->data(Qt::UserRole).toString(), item->text()); in showTagsConfig()
185 rebuildTags(newTags); in showTagsConfig()
186 emit updateProjectTags(newTags); in showTagsConfig()
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/circonus-labs/circonus-gometrics/checkmgr/
H A Dmetrics.go123 func countNewTags(currTags []string, newTags []string) int {
124 if len(newTags) == 0 {
129 return len(newTags)
134 for _, newTag := range newTags {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/circonus-labs/circonus-gometrics/checkmgr/
H A Dmetrics.go123 func countNewTags(currTags []string, newTags []string) int {
124 if len(newTags) == 0 {
129 return len(newTags)
134 for _, newTag := range newTags {

1234567891011