Home
last modified time | relevance | path

Searched refs:get_tag_list (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/science/gramps/gramps-5.1.4/gramps/plugins/gramplet/
H A Dwhatsnext.py387 self.__person_complete_handle not in person.get_tag_list():
468 self.__family_complete_handle not in family.get_tag_list():
535 self.__ignore_handle in spouse.get_tag_list():
546 self.__ignore_handle in child.get_tag_list():
558 self.__ignore_handle in family.get_tag_list():
573 self.__ignore_handle in family.get_tag_list():
585 self.__ignore_handle in father.get_tag_list():
594 self.__ignore_handle in mother.get_tag_list():
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/gstreamer-0.15.7/src/auto/
H A Dtag_setter.rs37 fn get_tag_list(&self) -> Option<TagList>; in get_tag_list() method
69 fn get_tag_list(&self) -> Option<TagList> { in get_tag_list() method
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/gstreamer-0.15.0/src/auto/
H A Dtag_setter.rs37 fn get_tag_list(&self) -> Option<TagList>; in get_tag_list() method
69 fn get_tag_list(&self) -> Option<TagList> { in get_tag_list() method
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer/src/auto/
H A Dtag_setter.rs37 fn get_tag_list(&self) -> Option<TagList>; in get_tag_list() method
69 fn get_tag_list(&self) -> Option<TagList> { in get_tag_list() method
/dports/science/gramps/gramps-5.1.4/gramps/gen/lib/
H A Dtagbase.py91 def get_tag_list(self): member in TagBase
129 for addendum in acquisition.get_tag_list():
/dports/devel/py-aws-sam-translator/aws-sam-translator-1.39.0/samtranslator/model/
H A D__init__.py8 from samtranslator.model.tags.resource_tagging import get_tag_list
446 return get_tag_list(sam_tag) + get_tag_list(additional_tags) + get_tag_list(tags)
/dports/www/py-django-tagging/django-tagging-0.5.0/tagging/
H A Dmodels.py15 from tagging.utils import get_tag_list
204 tags = get_tag_list(tags)
300 tags = get_tag_list(tags)
334 tags = get_tag_list(tags)
373 tags = get_tag_list(tags)
/dports/science/gramps/gramps-5.1.4/gramps/gen/proxy/
H A Dprivate.py772 new_citation.set_tag_list(citation.get_tag_list())
823 new_person.set_tag_list(person.get_tag_list())
918 new_source.set_tag_list(source.get_tag_list())
956 new_media.set_tag_list(media.get_tag_list())
992 new_place.set_tag_list(place.get_tag_list())
1023 new_event.set_tag_list(event.get_tag_list())
1058 new_family.set_tag_list(family.get_tag_list())
1127 new_repository.set_tag_list(repository.get_tag_list())
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/amazon/
H A Dcloudtrail.py315 adds = get_tag_list(add_keys, tags)
316 removes = get_tag_list(remove_keys, curr_tags)
317 updates = get_tag_list(update_keys, tags)
338 def get_tag_list(keys, tags): function
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/plugins/modules/
H A Dcloudtrail.py328 adds = get_tag_list(add_keys, tags)
329 removes = get_tag_list(remove_keys, curr_tags)
330 updates = get_tag_list(update_keys, tags)
351 def get_tag_list(keys, tags): function
/dports/textproc/p5-Template-Declare/Template-Declare-0.47/t/
H A DMyTagSet.pm7 sub get_tag_list { subroutine
H A Dinline-tagset.t8 sub get_tag_list {
/dports/devel/py-aws-sam-translator/aws-sam-translator-1.39.0/samtranslator/model/stepfunctions/
H A Dgenerators.py17 from samtranslator.model.tags.resource_tagging import get_tag_list
243 return get_tag_list(sam_tag) + get_tag_list(self.tags)
/dports/textproc/p5-Template-Declare/Template-Declare-0.47/lib/Template/Declare/TagSet/
H A DRDF.pm8 sub get_tag_list { subroutine
H A DXUL.pm17 sub get_tag_list { subroutine
H A DHTML.pm30 sub get_tag_list { subroutine
/dports/textproc/p5-Template-Declare/Template-Declare-0.47/lib/Template/Declare/TagSet/RDF/
H A DEM.pm8 sub get_tag_list { subroutine
/dports/textproc/p5-Template-Declare/Template-Declare-0.47/lib/Template/Declare/
H A DTagSet.pm15 sub get_tag_list { subroutine
/dports/devel/py-aws-sam-translator/aws-sam-translator-1.39.0/samtranslator/model/tags/
H A Dresource_tagging.py6 def get_tag_list(resource_tag_dict): function
/dports/www/py-django-tagging/django-tagging-0.5.0/tagging/tests/
H A Dtests.py27 from tagging.utils import get_tag_list
110 ret = get_tag_list('cheese toast')
116 ret = get_tag_list('cheese,toast')
122 self.assertEqual(get_tag_list([]), [])
125 ret = get_tag_list(['cheese', 'toast'])
131 ret = get_tag_list([self.cheese.id, self.toast.id])
137 ret = get_tag_list(['cheese', 'toast', 'ŠĐĆŽćžšđ'])
143 ret = get_tag_list([self.cheese, self.toast])
149 ret = get_tag_list((self.cheese, self.toast))
162 get_tag_list(['cheese', self.toast])
[all …]
/dports/science/gramps/gramps-5.1.4/gramps/gen/filters/rules/
H A D_hastagbase.py69 return self.tag_handle in obj.get_tag_list()
/dports/science/gramps/gramps-5.1.4/gramps/plugins/tool/
H A Dnotrelated.py293 self.model.set_value(iter, 3, self.get_tag_list(person))
429 tag_list = self.get_tag_list(person)
478 def get_tag_list(self, person): member in NotRelated
483 for handle in person.get_tag_list():
/dports/science/gramps/gramps-5.1.4/gramps/plugins/export/
H A Dexportxml.py485 for tag_handle in note.get_tag_list():
558 for tag_handle in person.get_tag_list():
586 for tag_handle in family.get_tag_list():
603 for tag_handle in citation.get_tag_list():
620 for tag_handle in source.get_tag_list():
639 for tag_handle in repo.get_tag_list():
778 for tag_handle in event.get_tag_list():
1256 for tag_handle in place.get_tag_list():
1296 for tag_handle in obj.get_tag_list():
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DWriteUtil.hpp270 get_tag_list(std::vector<Tag>& result_list,
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/moab/
H A DWriteUtilIface.hpp308 get_tag_list(std::vector<Tag>& result_list,

1234567