Home
last modified time | relevance | path

Searched refs:tags2 (Results 1 – 25 of 146) sorted by relevance

123456

/dports/biology/primer3/primer3-2.3.6/
H A Dcmp_settings.pl54 my %tags2;
81 read_file($file2, \%tags2);
88 if (defined($tags2{$tag})) {
89 if ($tags1{$tag} ne $tags2{$tag}) {
90 print "\t$tag:\n\t\t$file1: $tag=$tags1{$tag}\n\t\t$file2: $tag=$tags2{$tag}\n"
103 foreach my $tag (keys %tags2) {
105 print "\t$tag=$tags2{$tag}\n";
/dports/net/yami4/yami4-gpl-1.11.0/src/services/broker/
H A Dpatterns.cpp108 std::vector<char> tags2(tags.size() + 1); in patterns_multi_hierarchic_match() local
109 std::strcpy(&tags2[0], tags.c_str()); in patterns_multi_hierarchic_match()
116 for (std::size_t i = 0u; i != tags2.size(); ++i) in patterns_multi_hierarchic_match()
118 if (tags2[i] == patterns_comma) in patterns_multi_hierarchic_match()
120 tags2[i] = '\0'; in patterns_multi_hierarchic_match()
139 while (i < tags2.size()) in patterns_multi_hierarchic_match()
142 &tags2[i], &patterns2[j]); in patterns_multi_hierarchic_match()
153 while (tags2[i] != '\0') in patterns_multi_hierarchic_match()
/dports/multimedia/gstreamer1/gstreamer-1.16.2/tests/check/gst/
H A Dgsttag.c469 GstTagList *tags, *tags2; in GST_START_TEST() local
478 tags2 = gst_tag_list_new_empty (); in GST_START_TEST()
501 gst_tag_list_unref (tags2); in GST_START_TEST()
519 tags2 = gst_tag_list_new_empty (); in GST_START_TEST()
525 gst_tag_list_unref (tags2); in GST_START_TEST()
528 tags2 = gst_tag_list_new_empty (); in GST_START_TEST()
531 gst_tag_list_unref (tags2); in GST_START_TEST()
534 tags2 = gst_tag_list_new_empty (); in GST_START_TEST()
537 gst_tag_list_unref (tags2); in GST_START_TEST()
576 GstTagList *tags, *tags2; in GST_START_TEST() local
[all …]
H A Dgststream.c33 GstTagList *tags, *tags2; in GST_START_TEST() local
50 tags2 = gst_stream_get_tags (stream); in GST_START_TEST()
51 fail_unless (gst_tag_list_is_equal (tags, tags2)); in GST_START_TEST()
53 gst_tag_list_unref (tags2); in GST_START_TEST()
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/jinzhu/gorm/
H A Dmulti_primary_keys_test.go84 var tags2 []Tag
85 DB.Model(&blog).Related(&tags2, "Tags")
86 if !compareTags(tags2, []string{"tag5", "tag6"}) {
196 var tags2 []Tag
197 DB.Model(&blog).Related(&tags2, "SharedTags")
198 if !compareTags(tags2, []string{"tag5", "tag6"}) {
202 DB.Model(&blog2).Related(&tags2, "SharedTags")
203 if !compareTags(tags2, []string{"tag5", "tag6"}) {
310 var tags2 []Tag
311 DB.Model(&blog).Related(&tags2, "LocaleTags")
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/jinzhu/gorm/
H A Dmulti_primary_keys_test.go84 var tags2 []Tag
85 DB.Model(&blog).Related(&tags2, "Tags")
86 if !compareTags(tags2, []string{"tag5", "tag6"}) {
196 var tags2 []Tag
197 DB.Model(&blog).Related(&tags2, "SharedTags")
198 if !compareTags(tags2, []string{"tag5", "tag6"}) {
202 DB.Model(&blog2).Related(&tags2, "SharedTags")
203 if !compareTags(tags2, []string{"tag5", "tag6"}) {
310 var tags2 []Tag
311 DB.Model(&blog).Related(&tags2, "LocaleTags")
[all …]
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/jinzhu/gorm/
H A Dmulti_primary_keys_test.go84 var tags2 []Tag
85 DB.Model(&blog).Related(&tags2, "Tags")
86 if !compareTags(tags2, []string{"tag5", "tag6"}) {
196 var tags2 []Tag
197 DB.Model(&blog).Related(&tags2, "SharedTags")
198 if !compareTags(tags2, []string{"tag5", "tag6"}) {
202 DB.Model(&blog2).Related(&tags2, "SharedTags")
203 if !compareTags(tags2, []string{"tag5", "tag6"}) {
310 var tags2 []Tag
311 DB.Model(&blog).Related(&tags2, "LocaleTags")
[all …]
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/entities/
H A Dltype.py207 tags2 = [DXFTag(73, 0), DXFTag(40, length)] # temp length of 0
211 if tags2[-1].code == 49: # useless 74 only after 49 :))
212 tags2.append(DXFTag(74, 0))
213 tags2.append(token)
216 tags2.extend(cast(
218 tags2.append(DXFTag(74, 0)) # useless 74 at the end :))
219 tags2[0] = DXFTag(73, count)
220 tags.extend(tags2)
/dports/dns/blocky/blocky-0.17/vendor/gorm.io/gorm/tests/
H A Dmulti_primary_keys_test.go101 var tags2 []Tag
102 DB.Model(&blog).Association("Tags").Find(&tags2)
103 if !compareTags(tags2, []string{"tag5", "tag6"}) {
221 var tags2 []Tag
222 DB.Model(&blog).Association("SharedTags").Find(&tags2)
223 if !compareTags(tags2, []string{"tag5", "tag6"}) {
227 DB.Model(&blog2).Association("SharedTags").Find(&tags2)
228 if !compareTags(tags2, []string{"tag5", "tag6"}) {
343 var tags2 []Tag
344 DB.Model(&blog).Association("LocaleTags").Find(&tags2)
[all …]
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-obsolete-tag-cache.t53 $ cat .hg/cache/tags2-visible
70 $ cat .hg/cache/tags2-visible
78 …1970/01/01 00:00:00 bob @2942a772f72a444bef4bef13874d515f50fa27b6 (5000)> writing .hg/cache/tags2-…
95 $ cat .hg/cache/tags2-visible
102 …1970/01/01 00:00:00 bob @2942a772f72a444bef4bef13874d515f50fa27b6 (5000)> writing .hg/cache/tags2-…
114 $ cat .hg/cache/tags2
123 …1970/01/01 00:00:00 bob @2942a772f72a444bef4bef13874d515f50fa27b6 (5000)> writing .hg/cache/tags2
H A Dtest-tags.t338 $ cat .hg/cache/tags2-visible
376 $ rm -f .hg/cache/tags2-visible
449 $ rm -f .hg/cache/tags2-visible
803 tags2
804 tags2-served
834 tags2
835 tags2-served
836 tags2-visible
867 tags2
868 tags2-served
[all …]
/dports/science/minc2/minc-release-2.2.00/volume_io/Testing/
H A Dexample_tags.c22 Real **tags1, **tags2, *weights; in main() local
31 &tags1, &tags2, &weights, &structure_ids, in main()
84 free_tag_points( n_volumes, n_tag_points, tags1, tags2, in main()
H A Dexample_volume_io.c26 Real **tags1, **tags2, *weights; in main() local
45 &tags1, &tags2, &weights, &structure_ids, in main()
99 free_tag_points( n_volumes, n_tag_points, tags1, tags2, in main()
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_01_dxf_entities/
H A Dtest_102_appdata.py90 tags1, tags2 = tagwriter.tags
93 assert tags2[0] == (102, '{XXX')
94 assert tags2[-1] == (102, '}')
/dports/sysutils/vector/vector-0.10.0/src/transforms/
H A Dtag_cardinality_limit.rs288 let tags2: BTreeMap<String, String> = in drop_event() localVariable
290 let event2 = make_metric(tags2); in drop_event()
325 let tags2: BTreeMap<String, String> = vec![ in drop_tag() localVariable
331 let event2 = make_metric(tags2); in drop_tag()
388 let tags2: BTreeMap<String, String> = vec![ in separate_value_limit_per_tag() localVariable
394 let event2 = make_metric(tags2); in separate_value_limit_per_tag()
/dports/archivers/py-bup/bup-0.31/t/
H A Dtest-split-join.sh42 WVPASS bup split -vvvv -b "$top/t/testfile2" >tags2.tmp
75 WVFAIL diff -u tags1.tmp tags2.tmp
82 WVPASS wc -l tags1.tmp tags2.tmp
86 WVPASS bup join <tags2.tmp >out2.tmp
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/migration/
H A DMigration_0_11_0.cpp82 bool stringEquals(const std::string &tags1, const std::string &tags2);
332 bool Migration_0_11_0_Runnable::stringEquals(const std::string &tags1, const std::string &tags2) { in stringEquals() argument
335 while (i1 < tags1.size() && i2 < tags2.size()) { in stringEquals()
340 if (isspace(tags2[i2])) { in stringEquals()
344 if (tags1[i1++] != tags2[i2++]) { in stringEquals()
348 if (i1 == tags1.size() && i2 < tags2.size()) { in stringEquals()
349 while (i2 < tags2.size()) { in stringEquals()
350 if (!isspace(tags2[i2++])) { in stringEquals()
356 if (i1 < tags1.size() && i2 == tags2.size()) { in stringEquals()
/dports/audio/libmp3splt/libmp3splt-0.9.2/test/
H A Dtest_tags_handling.c60 splt_tags *tags2 = mp3splt_tags_new(&error); in test_append_and_return_tags() local
62 error = mp3splt_tags_set(tags2, in test_append_and_return_tags()
71 error = mp3splt_append_tags(state, tags2); in test_append_and_return_tags()
/dports/devel/py-cachy/cachy-0.3.0/tests/
H A Dtest_tagged_cache.py48 tags2 = ['bam', 'pow']
49 store.tags(*tags2).put('foo', 'bar', 10)
53 self.assertEqual('bar', store.tags(tags2).get('foo'))
/dports/textproc/hevea/hevea-2.34/
H A Dutil.ml29 let cost_compare (tags1,fonts1) (tags2, fonts2) =
30 if tags1 < tags2 then -1
31 else if tags1 > tags2 then 1
/dports/devel/libgdata/libgdata-0.17.13/gdata/tests/
H A Dpicasaweb.c49 const gchar * const *tags1, * const *tags2; in assert_albums_equal() local
86 if (tags1 != NULL && tags2 != NULL) { in assert_albums_equal()
90 g_assert_cmpstr (tags1[i], ==, tags2[i]); in assert_albums_equal()
93 g_assert (tags2[i] == NULL); in assert_albums_equal()
180 const gchar * const *tags1, * const *tags2; in assert_files_equal() local
228 if (tags1 != NULL && tags2 != NULL) { in assert_files_equal()
235 g_assert (tags2[i] == NULL); in assert_files_equal()
1678 g_assert_cmpstr (tags2[0], ==, tags[0]); in test_upload_default_album()
1679 g_assert_cmpstr (tags2[1], ==, tags[1]); in test_upload_default_album()
1680 g_assert_cmpstr (tags2[2], ==, tags[2]); in test_upload_default_album()
[all …]
/dports/sysutils/cfengine317/cfengine-3.17.0/tests/acceptance/08_commands/01_modules/
H A Dset-tags.cf57 "tags2" slist => getvariablemetatags("xyz.myblist");
62 "jtags2" string => join(",", "tags2");
98 "tags2 NOT ok => strcmp('$(jtags2)', '$(etags2)')" if => "!tags2ok";
/dports/sysutils/cfengine/cfengine-3.19.0/tests/acceptance/08_commands/01_modules/
H A Dset-tags.cf57 "tags2" slist => getvariablemetatags("xyz.myblist");
62 "jtags2" string => join(",", "tags2");
98 "tags2 NOT ok => strcmp('$(jtags2)', '$(etags2)')" if => "!tags2ok";
/dports/sysutils/cfengine316/cfengine-3.16.0/tests/acceptance/08_commands/01_modules/
H A Dset-tags.cf57 "tags2" slist => getvariablemetatags("xyz.myblist");
62 "jtags2" string => join(",", "tags2");
98 "tags2 NOT ok => strcmp('$(jtags2)', '$(etags2)')" ifvarclass => "!tags2ok";
/dports/sysutils/cfengine-devel/core-d08ae9eff/tests/acceptance/08_commands/01_modules/
H A Dset-tags.cf57 "tags2" slist => getvariablemetatags("xyz.myblist");
62 "jtags2" string => join(",", "tags2");
98 "tags2 NOT ok => strcmp('$(jtags2)', '$(etags2)')" if => "!tags2ok";

123456