Home
last modified time | relevance | path

Searched refs:add_tags (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/dports/audio/aqualung/aqualung-1.0/src/
H A Dmetadata_api.c224 meta_update_frame(metadata_t * meta, int add_tags, int type, in meta_update_frame() argument
237 if ((frame == NULL) && ((add_tags & tag) != 0)) { in meta_update_frame()
271 int add_tags; in meta_update_basic() local
296 add_tags = 0; in meta_update_basic()
298 add_tags |= META_TAG_ID3v1; in meta_update_basic()
301 add_tags |= META_TAG_ID3v2; in meta_update_basic()
304 add_tags |= META_TAG_APE; in meta_update_basic()
307 add_tags = fdec->meta->valid_tags; in meta_update_basic()
318 meta_update_frame(fdec->meta, add_tags, META_FIELD_TITLE, title, 0, 0.0f); in meta_update_basic()
326 meta_update_frame(fdec->meta, add_tags, META_FIELD_ALBUM, album, 0, 0.0f); in meta_update_basic()
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/amazon/
H A Dec2_tag.py164 add_tags, remove = compare_aws_tags(current_tags, tags, purge_tags=purge_tags)
184 if state == 'present' and add_tags:
186 result['added_tags'] = add_tags
187 current_tags.update(add_tags)
190 ec2.create_tags(Resources=[resource], Tags=ansible_dict_to_boto3_tag_list(add_tags))
192 … module.fail_json_aws(e, msg='Failed to set tags {0} on resource {1}'.format(add_tags, resource))
/dports/sysutils/vector/vector-0.10.0/.meta/transforms/
H A Dadd_tags.toml.erb1 [transforms.add_tags]
11 <%= render("_partials/fields/_component_options.toml", type: "transform", name: "add_tags") %>
13 [transforms.add_tags.options.tags]
22 [transforms.add_tags.options.overwrite]
31 [transforms.add_tags.options.tags.children."`[tag-name]`"]
/dports/sysutils/vector/vector-0.10.0/website/docs/reference/transforms/
H A Dadd_tags.md4 description: "The Vector `add_tags` transform accepts and outputs `metric` events, allowing you to …
7 …ttps://github.com/timberio/vector/issues?q=is%3Aopen+is%3Aissue+label%3A%22transform%3A+add_tags%22
9 sidebar_label: "add_tags|[\"metric\"]"
10 source_url: https://github.com/timberio/vector/tree/master/src/transforms/add_tags.rs
21 The Vector `add_tags` transform
30 website/docs/reference/transforms/add_tags.md.erb
44 type = "add_tags" # required
59 type = "add_tags" # required
151 If you encounter limitations with the `add_tags`
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/plugins/modules/
H A Decs_tag.py186 add_tags, remove = compare_aws_tags(current_tags, tags, purge_tags=purge_tags)
206 if state == 'present' and add_tags:
208 result['added_tags'] = add_tags
209 current_tags.update(add_tags)
212 …tags = ansible_dict_to_boto3_tag_list(add_tags, tag_name_key_name='key', tag_value_key_name='value…
215 … module.fail_json_aws(e, msg='Failed to set tags {0} on resource {1}'.format(add_tags, resource))
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/sentry-core-0.23.0/benches/
H A Dscope_benchmark.rs80 sentry::configure_scope(|scope| add_tags(scope, 0..20)); in scope_with_tags()
89 add_tags(scope, 10..30) in scope_with_tags()
104 |scope| add_tags(scope, 20..22), in outer_scope_with_tags()
105 || sentry::with_scope(|scope| add_tags(scope, 22..24), || {}), in outer_scope_with_tags()
120 fn add_tags(scope: &mut sentry::Scope, range: Range<usize>) { in add_tags() function
164 sentry::configure_scope(|scope| add_tags(scope, 0..20)); in scope_benchmark()
/dports/net/p5-Net-Amazon-S3/Net-Amazon-S3-0.99/t/
H A Ds3-operation-bucket-tags-add.t24 ->add_tags (\ %args)
32 ->add_tags (%args)
40 ->add_tags (%args)
H A Ds3-operation-object-tags-add.t26 ->add_tags (\ %args)
34 ->add_tags (%args)
42 ->add_tags (%args)
/dports/deskutils/py-bugwarrior/bugwarrior-1.7.0/tests/
H A Dtest_templates.py16 self, templates=None, issue=None, description=None, add_tags=None argument
25 'add_tags': add_tags if add_tags else [],
87 issue = self.get_issue(add_tags=['one', '{{ project }}'])
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/ci/
H A Drelease_docker_images240 add_tags() {
298add_tags alpineTags "alpine" "${DOCKER_HUB_USER}" "${DOCKER_HUB_PASSWORD}" "${DOCKER_HUB_NAMESPACE…
299add_tags ubuntuTags "ubuntu" "${DOCKER_HUB_USER}" "${DOCKER_HUB_PASSWORD}" "${DOCKER_HUB_NAMESPACE…
303add_tags alpineTags "alpine" "${CI_REGISTRY_USER}" "${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY_IMAGE}…
304add_tags ubuntuTags "ubuntu" "${CI_REGISTRY_USER}" "${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY_IMAGE}…
308add_tags alpineTags "alpine" "${ECR_PUBLIC_USER}" "${ECR_PUBLIC_PASSWORD}" "${ECR_PUBLIC_REGISTRY}…
309add_tags ubuntuTags "ubuntu" "${ECR_PUBLIC_USER}" "${ECR_PUBLIC_PASSWORD}" "${ECR_PUBLIC_REGISTRY}…
/dports/science/py-abipy/abipy-0.9.0/abipy/abio/
H A Dfactories.py953 multi.add_tags(atags.PHONON)
1000 multi.add_tags(atags.DDK)
1037 inp.add_tags(atags.PHONON)
1282 multi_ddk.add_tags(atags.DDK)
1285 multi_dde.add_tags(atags.DDE)
1290 multi_ph.add_tags(atags.PH_Q_PERT)
1302 multi_dte.add_tags(atags.DTE)
1306 multi.add_tags(atags.DFPT)
1375 multi[0].add_tags(atags.SCF)
1387 multi_ddk.add_tags(atags.DDK)
[all …]
/dports/textproc/p5-Lingua-EN-Tagger/Lingua-EN-Tagger-0.31/t/
H A Dclean.t42 ok( $parser->add_tags( "#!/usr/bin/perl -w\nuse strict;\nmy \$var = 'hello world';
61 is( $parser->add_tags( '' ), undef, 'checking empty string' );
62 is( $parser->add_tags(), undef, 'checking NULL string' );
66 # add_tags() and _strip_tags() methods
69 ok( $tagged = $parser->add_tags( $text ), 'adding POS tags' );
/dports/mail/py-afew/afew-3.0.1/afew/tests/
H A Dtest_dkimvalidityfilter.py31 add_tags = _AddTags(tags)
33 dkim_filter.add_tags = add_tags
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/tests/unit/emr/
H A Dtest_connection.py746 self.service_connection.add_tags()
749 self.service_connection.add_tags('j-123')
752 self.service_connection.add_tags('j-123', [])
754 response = self.service_connection.add_tags('j-123', input_tags)
791 self.service_connection.add_tags()
794 self.service_connection.add_tags('j-123')
797 self.service_connection.add_tags('j-123', [])
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/tests/unit/emr/
H A Dtest_connection.py746 self.service_connection.add_tags()
749 self.service_connection.add_tags('j-123')
752 self.service_connection.add_tags('j-123', [])
754 response = self.service_connection.add_tags('j-123', input_tags)
791 self.service_connection.add_tags()
794 self.service_connection.add_tags('j-123')
797 self.service_connection.add_tags('j-123', [])
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/tests/unit/emr/
H A Dtest_connection.py746 self.service_connection.add_tags()
749 self.service_connection.add_tags('j-123')
752 self.service_connection.add_tags('j-123', [])
754 response = self.service_connection.add_tags('j-123', input_tags)
791 self.service_connection.add_tags()
794 self.service_connection.add_tags('j-123')
797 self.service_connection.add_tags('j-123', [])
/dports/devel/py-boto/boto-2.49.0/tests/unit/emr/
H A Dtest_connection.py746 self.service_connection.add_tags()
749 self.service_connection.add_tags('j-123')
752 self.service_connection.add_tags('j-123', [])
754 response = self.service_connection.add_tags('j-123', input_tags)
791 self.service_connection.add_tags()
794 self.service_connection.add_tags('j-123')
797 self.service_connection.add_tags('j-123', [])
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/boto/ec2/
H A Dec2object.py80 self.add_tags({key: value}, dry_run)
82 def add_tags(self, tags, dry_run=False): member in TaggedEC2Object
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/boto/ec2/
H A Dec2object.py80 self.add_tags({key: value}, dry_run)
82 def add_tags(self, tags, dry_run=False): member in TaggedEC2Object
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/boto/ec2/
H A Dec2object.py80 self.add_tags({key: value}, dry_run)
82 def add_tags(self, tags, dry_run=False): member in TaggedEC2Object
/dports/devel/py-boto/boto-2.49.0/boto/ec2/
H A Dec2object.py80 self.add_tags({key: value}, dry_run)
82 def add_tags(self, tags, dry_run=False): member in TaggedEC2Object
/dports/devel/py-moto/moto-2.2.16/tests/test_sagemaker/
H A Dtest_sagemaker_experiment.py60 client.add_tags(ResourceArn=arn, Tags=tags)
83 client.add_tags(ResourceArn=arn, Tags=tags)
H A Dtest_sagemaker_search.py41 client.add_tags(ResourceArn=trial_component_arn, Tags=tags)
97 client.add_tags(ResourceArn=trial_component_arn, Tags=tags)
/dports/mail/py-afew/afew-3.0.1/afew/filters/
H A DSentMailsFilter.py38 self.add_tags(message, self.sent_tag)
43 self.add_tags(message, tag)
/dports/devel/py-moto/moto-2.2.16/moto/ec2/responses/
H A Delastic_block_store.py27 snapshot.add_tags(snapshot_tags)
38 snapshot.add_tags(snapshot_tags)
60 volume.add_tags(volume_tags)

12345678910>>...12