Home
last modified time | relevance | path

Searched refs:tags_copy (Results 1 – 7 of 7) sorted by relevance

/dports/devel/py-moto/moto-2.2.16/moto/acm/
H A Dmodels.py88 tags_copy = self.copy()
94 tags_copy[key] = value
95 if len(tags_copy) > self.MAX_TAG_COUNT:
98 % ", ".join(k + "=" + str(v or "") for k, v in tags_copy.items())
101 self.update(tags_copy)
/dports/mail/neomutt/neomutt-20211029/imap/
H A Dmessage.c764 char *tags_copy = mutt_str_dup(h.edata->flags_remote); in read_headers_normal_eval_cache() local
765 driver_tags_replace(&e->tags, tags_copy); in read_headers_normal_eval_cache()
766 FREE(&tags_copy); in read_headers_normal_eval_cache()
1218 char *tags_copy = mutt_str_dup(h.edata->flags_remote); in read_headers_fetch_new() local
1219 driver_tags_replace(&e->tags, tags_copy); in read_headers_fetch_new()
1220 FREE(&tags_copy); in read_headers_fetch_new()
1889 char *tags_copy = mutt_str_dup(edata->flags_remote); in imap_set_flags() local
1890 driver_tags_replace(&e->tags, tags_copy); in imap_set_flags()
1891 FREE(&tags_copy); in imap_set_flags()
/dports/audio/moc/moc-2.5.2/
H A Dplaylist.h77 void tags_copy (struct file_tags *dst, const struct file_tags *src);
H A Dplaylist.c74 void tags_copy (struct file_tags *dst, const struct file_tags *src) in tags_copy() function
115 tags_copy (dtags, tags); in tags_dup()
H A Dplayer.c398 tags_copy (curr_tags, new_tags); in update_tags()
/dports/databases/opentsdb/opentsdb-2.3.0/test/core/
H A DTestTsdbQueryQueries.java616 final Map<String, String> tags_copy = new HashMap<String, String>(tags); in runCompactPostQuery() local
617 tags_copy.put(TAGK_STRING, TAGV_B_STRING); in runCompactPostQuery()
619 IncomingDataPoints.rowKeyTemplate(tsdb, METRIC_STRING, tags_copy); in runCompactPostQuery()
791 final Map<String, String> tags_copy = new HashMap<String, String>(tags); in runWithAnnotationPostCompact() local
792 tags_copy.put(TAGK_STRING, TAGV_B_STRING); in runWithAnnotationPostCompact()
794 IncomingDataPoints.rowKeyTemplate(tsdb, METRIC_STRING, tags_copy); in runWithAnnotationPostCompact()
/dports/audio/moc/moc-2.5.2/decoder_plugins/vorbis/
H A Dvorbis.c386 tags_copy (tags, data->tags); in vorbis_current_tags()