Home
last modified time | relevance | path

Searched refs:add_tag (Results 151 – 175 of 653) sorted by relevance

12345678910>>...27

/dports/science/gramps/gramps-5.1.4/gramps/plugins/view/
H A Dsourceview.py375 def add_tag(self, transaction, source_handle, tag_handle): member in SourceView
380 source.add_tag(tag_handle)
H A Drepoview.py391 def add_tag(self, transaction, repo_handle, tag_handle): member in RepositoryView
396 repo.add_tag(tag_handle)
H A Dcitationlistview.py448 def add_tag(self, transaction, citation_handle, tag_handle): member in CitationListView
453 citation.add_tag(tag_handle)
/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/src/
H A Dtagmanager.cpp75 HSTag* TagManager::add_tag(const string& name) { in add_tag() function in TagManager
107 HSTag* tag = add_tag(input.front()); in tag_add_command()
200 return add_tag("default"); in ensure_tags_are_available()
/dports/games/widelands/widelands-build21/src/editor/ui_menus/
H A Dmain_menu_save_map.cc321 map->add_tag("seafaring"); in save_map()
326 map->add_tag("ferries"); in save_map()
332 map->add_tag("artifacts"); in save_map()
/dports/graphics/argyllcms/Argyll_V1.9.2/profile/
H A Dapplycal.c310 if ((wo = (icmCurve *)icco->add_tag( in main()
368 if ((wo = (icmTextDescription *)icco->add_tag( in main()
427 if ((wo = (icmCurve *)icco->add_tag( in main()
464 if ((wo = (icmCurve *)icco->add_tag( in main()
503 if ((wo = (icmCurve *)icco->add_tag( in main()
/dports/net/py-python-keystoneclient/python-keystoneclient-4.3.0/keystoneclient/tests/functional/v3/
H A Dtest_projects.py274 project.add_tag('tag1')
280 project.add_tag,
409 project_one.add_tag,
412 project_one.add_tag,
415 project_one.add_tag,
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-blocks/lib/
H A Dannotator_raw_impl.h44 void add_tag(uint64_t offset, pmt::pmt_t key, pmt::pmt_t val);
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/tags/
H A Dcreate_service.rb15 new_tag = repository.add_tag(current_user, tag_name, target, message)
/dports/www/p5-HTML-Lint/HTML-Lint-2.32/t/
H A D60-add-tags.t16 HTML::Lint::HTML4::add_tag( 'meal' );
/dports/textproc/p5-Plagger/Plagger-0.7.17/lib/Plagger/Plugin/Filter/
H A DHatenaKeywordTag.pm23 $args->{entry}->add_tag($term);
H A DHatenaBookmarkTag.pm34 $args->{entry}->add_tag($t);
/dports/astro/libosmium/libosmium-2.17.2/test/t/memory/
H A Dtest_buffer_node.cpp104 tag_builder.add_tag("amenity", "bank");
105 tag_builder.add_tag("name", "OSM Savings");
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/src/
H A Dtagtransform-lua.cpp140 out_tags.add_tag(key, value); in filter_tags()
212 out_tags.add_tag(key, value); in filter_rel_member_tags()
/dports/games/wesnoth/wesnoth-1.14.17/src/serialization/
H A Dtag.hpp254 void add_tag(const class_tag& new_tag) in add_tag() function in schema_validation::class_tag
270 void add_tag(const std::string& path, const class_tag& tag, class_tag& root);
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/libosmium/test/t/memory/
H A Dtest_buffer_node.cpp104 tag_builder.add_tag("amenity", "bank");
105 tag_builder.add_tag("name", "OSM Savings");
/dports/converters/p5-Encoding-BER/Encoding-BER-1.02/lib/Encoding/BER/
H A DDumper.pm27 $dec->add_tag('application', 'constructed', 'berdump_hash', 3);
/dports/lang/ruby26/ruby-2.6.9/test/rdoc/
H A Dtest_rdoc_markup.rb53 tt.add_tag :STRIKE, 'STRIKE ', ' STRIKE'
/dports/cad/horizon-eda/horizon-2.1.0/src/widgets/
H A Dtag_entry.hpp27 void add_tag(const std::string &t);
/dports/irc/insub/insub-16.0/old/
H A Drewrite-git-history.py272 def add_tag(name): function
284 add_tag('gay')
286 add_tag('insub')
/dports/mail/fdm/fdm-2.0/
H A Dfetch-maildir.c396 add_tag(&m->tags, "maildir", "%s", maildir); in fetch_maildir_state_mail()
397 add_tag(&m->tags, "maildir_path", "%s", xdirname(path)); in fetch_maildir_state_mail()
398 add_tag(&m->tags, "maildir_file", "%s", path); in fetch_maildir_state_mail()
/dports/astro/libosmium/libosmium-2.17.2/include/osmium/area/detail/
H A Dbasic_assembler_with_tags.hpp72 tl_builder.add_tag(tag.key(), tag.value()); in copy_tags_without_type()
/dports/converters/osm2pgsql/osm2pgsql-1.5.1/contrib/libosmium/include/osmium/area/detail/
H A Dbasic_assembler_with_tags.hpp72 tl_builder.add_tag(tag.key(), tag.value()); in copy_tags_without_type()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/libosmium/include/osmium/area/detail/
H A Dbasic_assembler_with_tags.hpp72 tl_builder.add_tag(tag.key(), tag.value()); in copy_tags_without_type()
/dports/science/gramps/gramps-5.1.4/gramps/plugins/lib/
H A Dlibmixin.py245 self.get_raw_tag_data, self.add_tag)
345 self.has_tag_handle, self.add_tag)

12345678910>>...27