Home
last modified time | relevance | path

Searched refs:filetag (Results 1 – 25 of 63) sorted by relevance

123

/dports/audio/libid3tag/libid3tag-0.15.1b/
H A Dfile.c45 struct filetag { struct
61 struct filetag *tags; argument
157 int add_filetag(struct id3_file *file, struct filetag const *filetag) in add_filetag() argument
159 struct filetag *tags; in add_filetag()
202 struct filetag filetag; in add_tag() local
230 filetag.tag = tag; in add_tag()
231 filetag.location = location; in add_tag()
232 filetag.length = length; in add_tag()
532 struct filetag filetag; in v1_write() local
534 filetag.tag = 0; in v1_write()
[all …]
/dports/misc/dejagnu/dejagnu-1.6.3/testsuite/report-card.all/
H A Dpasses.exp133 proc run_multipass_output_test { filetag } { argument
140 set ssdpar [lindex $tuplemap($filetag) 0]
141 set tags [lindex $tuplemap($filetag) 1]
142 set passes [lindex $tuplemap($filetag) 2]
169 write_file "${filetag}-${tag}" $fileset
173 set want_file_counts(${filetag}-${tag},$result,$pass) 0
174 set have_file_counts(${filetag}-${tag},$result,$pass) 0
188 && exec $LAUNCHER report-card ${filetag}-*.sum"
199 append re_file_row {(} $filetag {-[[:alpha:]]+)[[:space:]]+}
272 foreach filetag [lsort [array names tuplemap]] {
[all …]
/dports/audio/gtkpod/gtkpod-1.0.0/src/
H A Dmp3file.c2801 File_Tag filetag; in id3_read_tags() local
2810 if (filetag.album) in id3_read_tags()
2815 if (filetag.artist) in id3_read_tags()
2825 if (filetag.title) in id3_read_tags()
2830 if (filetag.genre) in id3_read_tags()
2835 if (filetag.composer) in id3_read_tags()
2840 if (filetag.comment) in id3_read_tags()
2845 if (filetag.podcasturl) in id3_read_tags()
2850 if (filetag.podcastrss) in id3_read_tags()
2855 if (filetag.subtitle) in id3_read_tags()
[all …]
/dports/archivers/zoo/zoo-2.10.1_4/
H A Dzoofilt.c41 unsigned int filetag; /* tag stored in input */ local
72 stat1 = rdint (&filetag);
73 if (stat1 != 0 || filetag != FTAG)
/dports/devel/p5-VCS/VCS-0.25/lib/VCS/
H A DDir.pm56 foreach my $filetag (keys(%$file_tag_information)) {
57 $rh->{$filetag}->{$file} = $file_tag_information->{$filetag};
/dports/audio/gmusicbrowser/gmusicbrowser-1.1.15/
H A Dgmusicbrowser_tags.pm65 { push @taglist, $tag => $filetag;
67 elsif ($filetag->{$tag})
1750 $self->{filetag}=my $filetag= $format->[0]->new($file);
1758 { if ($filetag->{APE}) { push @tags,$filetag->{APE}; }
1762 …{ if ($filetag->{ID3v2}) { push @tags,$filetag->{ID3v2};push @tags, @{ $filetag->{ID3v2s} } if $fi…
1766 push @tags,$filetag->{lyrics3v2} if $filetag->{lyrics3v2};
1768 $self->{filetag}=$filetag;
1771 push @boxes,TagBox_id3v1->new($filetag,1) if $filetag->{ID3v1};
1788 $self->{filetag}{errorsub}= sub
2156 my $filetag=$self->{tag};
[all …]
/dports/www/seahub/seahub-8.0.7-server/seahub/tags/
H A Dmodels.py161 filetag = super(FileTagManager, self).filter(
165 if len(filetag) > 0:
166 filetag.delete()
/dports/audio/sonata/sonata-1.7b1-22-gcee3555/sonata/
H A Dtagedit.py275 filetag = tagpy.FileRef(self.tags[self.tagnum]['fullpath'])
276 tag = filetag.tag()
289 save_success = filetag.save()
/dports/net-p2p/amule/aMule-2.3.3/src/
H A DExternalConn.cpp651 CEC_SharedFile_Tag filetag(cur_file, detail_level); local
656 enc->Encode(&filetag);
657 response->AddTag(filetag);
679 enc->Encode(&filetag);
680 response->AddTag(filetag);
682 CEC_SharedFile_Tag filetag(cur_file, EC_DETAIL_INC_UPDATE, &valuemap); local
684 enc->Encode(&filetag);
685 response->AddTag(filetag);
781 CEC_PartFile_Tag filetag(cur_file, detail_level); local
787 enc->Encode(&filetag);
[all …]
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DExternalConn.cpp653 CEC_SharedFile_Tag filetag(cur_file, detail_level); local
658 enc->Encode(&filetag);
659 response->AddTag(filetag);
681 enc->Encode(&filetag);
682 response->AddTag(filetag);
684 CEC_SharedFile_Tag filetag(cur_file, EC_DETAIL_INC_UPDATE, &valuemap); local
686 enc->Encode(&filetag);
687 response->AddTag(filetag);
783 CEC_PartFile_Tag filetag(cur_file, detail_level); local
789 enc->Encode(&filetag);
[all …]
/dports/sysutils/busybox/busybox-1.26.2/archival/
H A Drpm.c264 static void loop_through_files(int filetag, void (*fileaction)(char *filename, int fileref)) in loop_through_files() argument
267 while (rpm_getstr(filetag, count)) { in loop_through_files()
/dports/science/qmcpack/qmcpack-3.11.0/nexus/lib/
H A Dgamess_analyzer.py111 def get_output(self,filetag): argument
112 filename = self.info.files[filetag]
/dports/audio/gogglesmm/gogglesmm-1.2.2/src/
H A DGMTrackEditor.cpp694 GMFileTag filetag; in getTrackSelection() local
695 filetag.open(info.url,FILETAG_TAGS); in getTrackSelection()
696 filetag.getLyrics(content); in getTrackSelection()
/dports/security/secpanel/usr/local/bin/
H A Dsecpanel1727 set filetag "-f $identfile "
1758 set connstring "$configs(keygenbin) $filetag $passtag $typetag $commtag"
1761 set kgstringt "$configs(keygenbin) $filetag $typetag $commtag"
1763 set kgstringt "$configs(keygenbin) $filetag -N ***** $typetag $commtag"
/dports/www/seahub/seahub-8.0.7-server/seahub/api2/endpoints/admin/
H A Dusers.py1709 for filetag in filetag_list:
1710 filetag.username = new_ccnet_email
1711 filetag.save()
/dports/lang/parrot/parrot-8.1.0/examples/tools/
H A Dpbc_checker.cpp342 TagEmit filetag("PbcFile", cout); in read() local
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcfns.c6202 char *filetag = "files"; in nxtdir() local
6363 filetag = "file"; in nxtdir()
6372 filetag, in nxtdir()
/dports/irc/quirc/quirc-0.9.84/data/
H A Dglobal.tcl2069 regexp {.*(filetag[0-9]+).*} [join [[currentwindow].text tag names $b1]] $match curtag
/dports/www/seahub/seahub-8.0.7-server/locale/th_TH/LC_MESSAGES/
H A Ddjangojs.po114 #: frontend/src/components/dialog/edit-filetag-dialog.js:160
1106 #: frontend/src/components/dialog/edit-filetag-dialog.js:141
1110 #: frontend/src/components/dialog/edit-filetag-dialog.js:157
/dports/www/seahub/seahub-8.0.7-server/locale/zh_TW/LC_MESSAGES/
H A Ddjangojs.po116 #: frontend/src/components/dialog/edit-filetag-dialog.js:160
1108 #: frontend/src/components/dialog/edit-filetag-dialog.js:141
1112 #: frontend/src/components/dialog/edit-filetag-dialog.js:157
/dports/www/seahub/seahub-8.0.7-server/locale/da_DK/LC_MESSAGES/
H A Ddjangojs.po115 #: frontend/src/components/dialog/edit-filetag-dialog.js:160
1107 #: frontend/src/components/dialog/edit-filetag-dialog.js:141
1111 #: frontend/src/components/dialog/edit-filetag-dialog.js:157
/dports/www/seahub/seahub-8.0.7-server/locale/he/LC_MESSAGES/
H A Ddjangojs.po114 #: frontend/src/components/dialog/edit-filetag-dialog.js:160
1106 #: frontend/src/components/dialog/edit-filetag-dialog.js:141
1110 #: frontend/src/components/dialog/edit-filetag-dialog.js:157
/dports/www/seahub/seahub-8.0.7-server/locale/ru/LC_MESSAGES/
H A Ddjangojs.po117 #: frontend/src/components/dialog/edit-filetag-dialog.js:160
1109 #: frontend/src/components/dialog/edit-filetag-dialog.js:141
1113 #: frontend/src/components/dialog/edit-filetag-dialog.js:157
/dports/www/seahub/seahub-8.0.7-server/locale/sk_SK/LC_MESSAGES/
H A Ddjangojs.po114 #: frontend/src/components/dialog/edit-filetag-dialog.js:160
1106 #: frontend/src/components/dialog/edit-filetag-dialog.js:141
1110 #: frontend/src/components/dialog/edit-filetag-dialog.js:157
/dports/www/seahub/seahub-8.0.7-server/locale/zh_CN/LC_MESSAGES/
H A Ddjangojs.po128 #: frontend/src/components/dialog/edit-filetag-dialog.js:160
1120 #: frontend/src/components/dialog/edit-filetag-dialog.js:141
1124 #: frontend/src/components/dialog/edit-filetag-dialog.js:157

123