Home
last modified time | relevance | path

Searched refs:ncomments (Results 76 – 100 of 201) sorted by relevance

123456789

/dports/multimedia/ogmtools/ogmtools-1.5/
H A Dr_ogm.h64 audio_sync_t *nasync, range_t *nrange, char **ncomments,
H A Dogmmerge.h88 virtual void set_comments(vorbis_comment *ncomments);
H A Dp_vorbis.cpp33 char **ncomments) throw (error_c) in vorbis_packetizer_c() argument
46 comments = generate_vorbis_comment(ncomments); in vorbis_packetizer_c()
H A Dr_ogm.cpp63 char **ncomments, char *nfourcc) throw (error_c) { in ogm_reader_c() argument
110 if (ncomments == NULL) in ogm_reader_c()
113 comments = dup_comments(ncomments); in ogm_reader_c()
/dports/deskutils/calibre/calibre-src-5.34.0/recipes/
H A Dtelepolis_artikel.recipe38 '"\ncomments="' + description + '"\ntags="' + category + '"'
H A Dluns_a_venres.recipe40 …html2epub_options = 'publisher="' + publisher + '"\ncomments="' + description + '"\nencoding="' + \
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/MeshFiles/unittest/io/
H A Drtttest_v101.rtt10 ncomments 8
/dports/cad/openctm/OpenCTM-1.0.3/tools/rply/
H A Drply.c159 long ncomments; member
486 &ply->ncomments, LINESIZE); in ply_add_comment()
513 for (i = 0; i < ply->ncomments; i++) in ply_write_header()
657 if (last < ply->comment + LINESIZE*ply->ncomments) return last; in ply_get_next_comment()
996 ply->ncomments = 0; in ply_init()
/dports/audio/gogglesmm/gogglesmm-1.2.2/gap/plugins/
H A Dap_flac.cpp566 FXuint ncomments; in parse_vorbiscomment() local
582 if (!input->read_uint32_le(ncomments)) in parse_vorbiscomment()
585 for (FXuint c=0;c<ncomments;c++) { in parse_vorbiscomment()
/dports/audio/opus-tools/opus-tools-0.2/src/
H A Dopusdec.c227 int ncomments; in print_comments() local
229 ncomments = _tags->comments; in print_comments()
230 for (i=0;i<ncomments;i++) { in print_comments()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/rply/
H A Drply.c200 long ncomments; member
580 &ply->ncomments, LINESIZE); in ply_add_comment()
607 for (i = 0; i < ply->ncomments; i++) in ply_write_header()
761 if (last < ply->comment + LINESIZE*ply->ncomments) return last; in ply_get_next_comment()
1115 ply->ncomments = 0; in ply_init()
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/rply/
H A Drply.c199 long ncomments; member
557 &ply->ncomments, LINESIZE); in ply_add_comment()
584 for (i = 0; i < ply->ncomments; i++) in ply_write_header()
746 if (last < ply->comment + LINESIZE*ply->ncomments) return last; in ply_get_next_comment()
1100 ply->ncomments = 0; in ply_init()
/dports/misc/vxl/vxl-3.3.2/v3p/rply/
H A Drply.c199 long ncomments; member
555 &ply->ncomments, LINESIZE); in ply_add_comment()
582 for (i = 0; i < ply->ncomments; i++) in ply_write_header()
725 if (last < ply->comment + LINESIZE*ply->ncomments) return last; in ply_get_next_comment()
1063 ply->ncomments = 0; in ply_init()
/dports/graphics/open3d/Open3D-0.2/src/External/rply/
H A Drply.c199 long ncomments; member
557 &ply->ncomments, LINESIZE); in ply_add_comment()
584 for (i = 0; i < ply->ncomments; i++) in ply_write_header()
738 if (last < ply->comment + LINESIZE*ply->ncomments) return last; in ply_get_next_comment()
1092 ply->ncomments = 0; in ply_init()
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/rply/
H A Drply.c199 long ncomments; member
557 &ply->ncomments, LINESIZE); in ply_add_comment()
584 for (i = 0; i < ply->ncomments; i++) in ply_write_header()
738 if (last < ply->comment + LINESIZE*ply->ncomments) return last; in ply_get_next_comment()
1092 ply->ncomments = 0; in ply_init()
/dports/science/mcstas-comps/mcstas-comps-2.5-src/libs/mcpl/
H A Dmcpl.c2599 uint32_t ncomments; member
2710 f->ncomments = 0; in mcpl_create_outfile()
2751 f->ncomments += 1; in mcpl_hdr_add_comment()
2893 arr[0] = f->ncomments; in mcpl_write_header()
2930 if (f->ncomments) { in mcpl_write_header()
2935 f->ncomments=0; in mcpl_write_header()
3265 uint32_t ncomments; member
3411 f->ncomments = arr[0]; in mcpl_actual_open_file()
3611 return f->ncomments; in mcpl_hdr_ncomments()
3617 if (i>=f->ncomments) in mcpl_hdr_comment()
[all …]
H A Dtool.c2817 uint32_t ncomments; member
2928 f->ncomments = 0; in mcpl_create_outfile()
2969 f->ncomments += 1; in mcpl_hdr_add_comment()
3111 arr[0] = f->ncomments; in mcpl_write_header()
3148 if (f->ncomments) { in mcpl_write_header()
3153 f->ncomments=0; in mcpl_write_header()
3483 uint32_t ncomments; member
3629 f->ncomments = arr[0]; in mcpl_actual_open_file()
3829 return f->ncomments; in mcpl_hdr_ncomments()
3835 if (i>=f->ncomments) in mcpl_hdr_comment()
[all …]
H A Dmcpl2ssw.c2893 uint32_t ncomments; member
3004 f->ncomments = 0; in mcpl_create_outfile()
3045 f->ncomments += 1; in mcpl_hdr_add_comment()
3187 arr[0] = f->ncomments; in mcpl_write_header()
3224 if (f->ncomments) { in mcpl_write_header()
3229 f->ncomments=0; in mcpl_write_header()
3559 uint32_t ncomments; member
3705 f->ncomments = arr[0]; in mcpl_actual_open_file()
3905 return f->ncomments; in mcpl_hdr_ncomments()
3911 if (i>=f->ncomments) in mcpl_hdr_comment()
[all …]
H A Dssw2mcpl.c2893 uint32_t ncomments; member
3004 f->ncomments = 0; in mcpl_create_outfile()
3045 f->ncomments += 1; in mcpl_hdr_add_comment()
3187 arr[0] = f->ncomments; in mcpl_write_header()
3224 if (f->ncomments) { in mcpl_write_header()
3229 f->ncomments=0; in mcpl_write_header()
3559 uint32_t ncomments; member
3705 f->ncomments = arr[0]; in mcpl_actual_open_file()
3905 return f->ncomments; in mcpl_hdr_ncomments()
3911 if (i>=f->ncomments) in mcpl_hdr_comment()
[all …]
/dports/www/py-instabot/instabot-0.117.0/instabot/bot/
H A Dbot.py928 def comment_users(self, user_ids, ncomments=None): argument
929 return comment_users(self, user_ids, ncomments)
/dports/databases/pglogical/pglogical-REL2_4_0/pglogical_dump/
H A Dpg_dump.c7521 int ncomments; in dumpComment() local
7540 while (ncomments > 0) in dumpComment()
7545 ncomments--; in dumpComment()
7549 if (ncomments > 0) in dumpComment()
7584 int ncomments; in dumpTableComment() local
7599 if (ncomments <= 0) in dumpTableComment()
7653 ncomments--; in dumpTableComment()
7681 if (ncomments < 0) in findComments()
9270 int ncomments; in dumpCompositeTypeColComments() local
9311 if (ncomments <= 0) in dumpCompositeTypeColComments()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/bin/pg_dump/
H A Dpg_dump.c9212 int ncomments; in dumpComment() local
9232 while (ncomments > 0) in dumpComment()
9237 ncomments--; in dumpComment()
9241 if (ncomments > 0) in dumpComment()
9284 int ncomments; in dumpTableComment() local
9299 if (ncomments <= 0) in dumpTableComment()
9357 ncomments--; in dumpTableComment()
9385 if (ncomments < 0) in findComments()
10986 int ncomments; in dumpCompositeTypeColComments() local
11027 if (ncomments <= 0) in dumpCompositeTypeColComments()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/bin/pg_dump/
H A Dpg_dump.c9212 int ncomments; in dumpComment() local
9232 while (ncomments > 0) in dumpComment()
9237 ncomments--; in dumpComment()
9241 if (ncomments > 0) in dumpComment()
9284 int ncomments; in dumpTableComment() local
9299 if (ncomments <= 0) in dumpTableComment()
9357 ncomments--; in dumpTableComment()
9385 if (ncomments < 0) in findComments()
10986 int ncomments; in dumpCompositeTypeColComments() local
11027 if (ncomments <= 0) in dumpCompositeTypeColComments()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/bin/pg_dump/
H A Dpg_dump.c9212 int ncomments; in dumpComment() local
9232 while (ncomments > 0) in dumpComment()
9237 ncomments--; in dumpComment()
9241 if (ncomments > 0) in dumpComment()
9284 int ncomments; in dumpTableComment() local
9299 if (ncomments <= 0) in dumpTableComment()
9357 ncomments--; in dumpTableComment()
9385 if (ncomments < 0) in findComments()
10986 int ncomments; in dumpCompositeTypeColComments() local
11027 if (ncomments <= 0) in dumpCompositeTypeColComments()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/bin/pg_dump/
H A Dpg_dump.c9111 int ncomments; in dumpComment() local
9131 while (ncomments > 0) in dumpComment()
9136 ncomments--; in dumpComment()
9140 if (ncomments > 0) in dumpComment()
9183 int ncomments; in dumpTableComment() local
9198 if (ncomments <= 0) in dumpTableComment()
9256 ncomments--; in dumpTableComment()
9284 if (ncomments < 0) in findComments()
10757 int ncomments; in dumpCompositeTypeColComments() local
10797 if (ncomments <= 0) in dumpCompositeTypeColComments()
[all …]

123456789