Home
last modified time | relevance | path

Searched refs:tag_types (Results 1 – 25 of 260) sorted by relevance

1234567891011

/dports/audio/musicpd/mpd-0.23.6/src/db/
H A DUniqueTags.cxx30 ConstBuffer<TagType> tag_types) noexcept in CollectUniqueTags() argument
32 if (tag_types.empty()) in CollectUniqueTags()
35 const auto tag_type = tag_types.shift(); in CollectUniqueTags()
37 VisitTagWithFallbackOrEmpty(tag, tag_type, [&result, &tag, tag_types](const char *value){ in CollectUniqueTags()
38 CollectUniqueTags(result[value], tag, tag_types); in CollectUniqueTags()
44 ConstBuffer<TagType> tag_types) in CollectUniqueTags() argument
48 db.Visit(selection, [&result, tag_types](const LightSong &song){ in CollectUniqueTags()
49 CollectUniqueTags(result, song.tag, tag_types); in CollectUniqueTags()
H A DDatabasePrint.cxx194 PrintUniqueTags(Response &r, ConstBuffer<TagType> tag_types, in PrintUniqueTags() argument
197 const char *const name = tag_item_names[tag_types.front()]; in PrintUniqueTags()
198 tag_types.pop_front(); in PrintUniqueTags()
203 if (!tag_types.empty()) in PrintUniqueTags()
204 PrintUniqueTags(r, tag_types, tag); in PrintUniqueTags()
210 ConstBuffer<TagType> tag_types, in PrintUniqueTags() argument
217 PrintUniqueTags(r, tag_types, in PrintUniqueTags()
218 db.CollectUniqueTags(selection, tag_types)); in PrintUniqueTags()
/dports/devel/cpp-netlib/cpp-netlib-cpp-netlib-0.13.0-final/libs/network/test/http/
H A Dmessage_test.cpp20 http::tags::http_keepalive_8bit_udp_resolve> tag_types; typedef
26 BOOST_AUTO_TEST_CASE_TEMPLATE(request_constructor_test, T, tag_types) { in BOOST_FIXTURE_TEST_SUITE()
43 BOOST_AUTO_TEST_CASE_TEMPLATE(request_copy_constructor_test, T, tag_types) { in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
58 BOOST_AUTO_TEST_CASE_TEMPLATE(request_assignment_test, T, tag_types) { in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
74 BOOST_AUTO_TEST_CASE_TEMPLATE(request_swap_test, T, tag_types) { in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
91 BOOST_AUTO_TEST_CASE_TEMPLATE(request_uri_directive_test, T, tag_types) { in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
98 BOOST_AUTO_TEST_CASE_TEMPLATE(response_constructor_test, T, tag_types) { in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
104 BOOST_AUTO_TEST_CASE_TEMPLATE(response_copy_construct_test, T, tag_types) { in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
129 tag_types) { in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
148 BOOST_AUTO_TEST_CASE_TEMPLATE(response_swap_test, T, tag_types) { in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
/dports/textproc/po4a/po4a-0.65/lib/Locale/Po4a/
H A DXhtml.pm98 use vars qw(@tag_types);
99 *tag_types = \@Locale::Po4a::Xml::tag_types;
235 foreach (@tag_types) {
H A DXml.pm58 @EXPORT = qw(new initialize @tag_types);
812 our @tag_types = (
1171 while ( !$found && $i < @tag_types ) {
1172 ( $match1, $match2 ) = ( $tag_types[$i]->{beginning}, $tag_types[$i]->{end} );
1219 my ( $match1, $match2 ) = ( $tag_types[$type]->{beginning}, $tag_types[$type]->{end} );
1269 $break = $tag_types[$type]->{breaking};
1296 my ( $match1, $match2 ) = ( $tag_types[$type]->{beginning}, $tag_types[$type]->{end} );
1699 if ( $tag_types[$type]->{'end'} eq "" ) {
2224 for ( my $i = 0 ; $i < @tag_types ; $i++ ) {
2225 if ( $tag_types[$i]->{beginning} eq '?' && $tag_types[$i]->{end} eq '?' ) {
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/mobi/writer8/
H A Dindex.py96 tag_types = (EndTagTable,) variable in Index
104 for tag_meta in cls.tag_types:
116 for (name, number, vpe, mask, endi) in cls.tag_types:
150 for tag in self.tag_types:
238 tag_types = tuple(map(TagMeta, ( variable in SkelIndex
256 tag_types = tuple(map(TagMeta, ( variable in ChunkIndex
280 tag_types = tuple(map(TagMeta, ( variable in GuideIndex
304 tag_types = tuple(map(TagMeta, ( variable in NCXIndex
359 tag_types = tuple(map(TagMeta, ( variable in NonLinearNCXIndex
/dports/audio/musicpd/mpd-0.23.6/src/command/
H A DDatabaseCommands.cxx318 std::vector<TagType> tag_types; in handle_list() local
347 std::find(tag_types.begin(), tag_types.end(), in handle_list()
348 group) != tag_types.end()) { in handle_list()
353 tag_types.emplace_back(group); in handle_list()
359 tag_types.emplace_back(tagType); in handle_list()
374 {&tag_types.front(), tag_types.size()}, in handle_list()
/dports/net/py-softlayer/SoftLayer-5.9.7/SoftLayer/CLI/tags/
H A Dtaggable.py17 tag_types = tag_manager.get_all_tag_types()
18 for tag_type in tag_types:
/dports/devel/libisofs/libisofs-1.5.4/libisofs/
H A Daaip_0_2.c750 tag_types|= 32; in aaip_cleanout_st_mode()
758 tag_types|= 4; in aaip_cleanout_st_mode()
775 tag_types|= 16; in aaip_cleanout_st_mode()
783 tag_types|= 2; in aaip_cleanout_st_mode()
786 tag_types|= 1024; in aaip_cleanout_st_mode()
802 tag_types|= 8; in aaip_cleanout_st_mode()
810 tag_types|= 1; in aaip_cleanout_st_mode()
838 tag_types|= 64; in aaip_cleanout_st_mode()
859 return(tag_types); in aaip_cleanout_st_mode()
868 int tag_types= 0; in aaip_add_acl_st_mode() local
[all …]
/dports/audio/id3lib/id3lib-3.8.3/src/
H A Dtag_file.cpp131 size_t ID3_TagImpl::Link(const char *fileInfo, flags_t tag_types) in Link() argument
133 _tags_to_parse.set(tag_types); in Link()
149 size_t ID3_TagImpl::Link(ID3_Reader &reader, flags_t tag_types) in Link() argument
151 _tags_to_parse.set(tag_types); in Link()
/dports/devel/geany-legacy/geany-1.37.1/src/tagmanager/
H A Dtm_tag.h124 GPtrArray *tm_tags_extract(GPtrArray *tags_array, guint tag_types);
135 const TMTag *tm_get_current_tag(GPtrArray *file_tags, const gulong line, const TMTagType tag_types);
/dports/devel/geany/geany-1.38/src/tagmanager/
H A Dtm_tag.h124 GPtrArray *tm_tags_extract(GPtrArray *tags_array, guint tag_types);
135 const TMTag *tm_get_current_tag(GPtrArray *file_tags, const gulong line, const TMTagType tag_types);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Http/RequestHandlers/
H A DTreePrivacyAction.php59 $tag_types = $params['tag_type'] ?? [];
63 $tag_type = $tag_types[$n];
/dports/audio/musicpd/mpd-0.23.6/src/db/plugins/
H A DProxyDatabasePlugin.cxx139 ConstBuffer<TagType> tag_types) const override;
1010 ConstBuffer<TagType> tag_types) const in CollectUniqueTags()
1015 enum mpd_tag_type tag_type2 = Convert(tag_types.back()); in CollectUniqueTags()
1019 auto group = tag_types; in CollectUniqueTags()
1043 auto it = std::find(tag_types.begin(), tag_types.end(), in CollectUniqueTags()
1045 if (it == tag_types.end()) in CollectUniqueTags()
1048 size_t i = std::distance(tag_types.begin(), it); in CollectUniqueTags()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dtag.c70 static const char *tag_types[] = { in tag_parse() local
90 for (i = 1; i < ARRAY_SIZE(tag_types); ++i) { in tag_parse()
91 size_t type_length = strlen(tag_types[i]); in tag_parse()
96 if (memcmp(buffer, tag_types[i], type_length) == 0) { in tag_parse()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/src/
H A Dtag.c71 static const char *tag_types[] = { in tag_parse() local
90 for (i = 1; i < ARRAY_SIZE(tag_types); ++i) { in tag_parse()
91 size_t type_length = strlen(tag_types[i]); in tag_parse()
96 if (memcmp(buffer, tag_types[i], type_length) == 0) { in tag_parse()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dtag.c71 static const char *tag_types[] = { in tag_parse() local
90 for (i = 1; i < ARRAY_SIZE(tag_types); ++i) { in tag_parse()
91 size_t type_length = strlen(tag_types[i]); in tag_parse()
96 if (memcmp(buffer, tag_types[i], type_length) == 0) { in tag_parse()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dtag.c71 static const char *tag_types[] = { in tag_parse() local
90 for (i = 1; i < ARRAY_SIZE(tag_types); ++i) { in tag_parse()
91 size_t type_length = strlen(tag_types[i]); in tag_parse()
96 if (memcmp(buffer, tag_types[i], type_length) == 0) { in tag_parse()
/dports/devel/R-cran-git2r/git2r/src/libgit2/src/
H A Dtag.c70 static const char *tag_types[] = { in tag_parse() local
89 for (i = 1; i < ARRAY_SIZE(tag_types); ++i) { in tag_parse()
90 size_t type_length = strlen(tag_types[i]); in tag_parse()
95 if (memcmp(buffer, tag_types[i], type_length) == 0) { in tag_parse()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dtag.c71 static const char *tag_types[] = { in tag_parse() local
90 for (i = 1; i < ARRAY_SIZE(tag_types); ++i) { in tag_parse()
91 size_t type_length = strlen(tag_types[i]); in tag_parse()
96 if (memcmp(buffer, tag_types[i], type_length) == 0) { in tag_parse()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dtag.c71 static const char *tag_types[] = { in tag_parse() local
90 for (i = 1; i < ARRAY_SIZE(tag_types); ++i) { in tag_parse()
91 size_t type_length = strlen(tag_types[i]); in tag_parse()
96 if (memcmp(buffer, tag_types[i], type_length) == 0) { in tag_parse()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/libgit2-sys-0.12.17+1.1.0/libgit2/src/
H A Dtag.c71 static const char *tag_types[] = { in tag_parse() local
90 for (i = 1; i < ARRAY_SIZE(tag_types); ++i) { in tag_parse()
91 size_t type_length = strlen(tag_types[i]); in tag_parse()
96 if (memcmp(buffer, tag_types[i], type_length) == 0) { in tag_parse()
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/src/
H A Dtag.c71 static const char *tag_types[] = { in tag_parse() local
90 for (i = 1; i < ARRAY_SIZE(tag_types); ++i) { in tag_parse()
91 size_t type_length = strlen(tag_types[i]); in tag_parse()
96 if (memcmp(buffer, tag_types[i], type_length) == 0) { in tag_parse()
/dports/devel/libgit2/libgit2-1.3.0/src/
H A Dtag.c71 static const char *tag_types[] = { in tag_parse() local
90 for (i = 1; i < ARRAY_SIZE(tag_types); ++i) { in tag_parse()
91 size_t type_length = strlen(tag_types[i]); in tag_parse()
96 if (memcmp(buffer, tag_types[i], type_length) == 0) { in tag_parse()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dtag.c71 static const char *tag_types[] = { in tag_parse() local
90 for (i = 1; i < ARRAY_SIZE(tag_types); ++i) { in tag_parse()
91 size_t type_length = strlen(tag_types[i]); in tag_parse()
96 if (memcmp(buffer, tag_types[i], type_length) == 0) { in tag_parse()

1234567891011