/dports/graphics/gimp-app/gimp-2.10.30/app/plug-in/ |
H A D | gimpplugin-progress.c | 54 gint attach_count; in gimp_plug_in_progress_attach() local 58 attach_count = in gimp_plug_in_progress_attach() 62 attach_count++; in gimp_plug_in_progress_attach() 65 GINT_TO_POINTER (attach_count)); in gimp_plug_in_progress_attach() 67 return attach_count; in gimp_plug_in_progress_attach() 73 gint attach_count; in gimp_plug_in_progress_detach() local 77 attach_count = in gimp_plug_in_progress_detach() 81 attach_count--; in gimp_plug_in_progress_detach() 84 GINT_TO_POINTER (attach_count)); in gimp_plug_in_progress_detach() 86 return attach_count; in gimp_plug_in_progress_detach()
|
/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Sources/ |
H A D | Printpage.pm | 632 if ( !%attach_count ) { 640 $attach_count{$atfile} = $atcount; 643 if ( !%attach_count ) { $attach_count{'no_attachments'} = 1; } 662 …$download_txt = ( $attach_count{$_} == 1 ) ? $fatxt{'41b'} : isempty( $fatxt{'41c'}, $fatxt{'41a'}… 671 …. qq~ KB | $attach_count{$_} $download_txt )<br /><img src="$uploadurl/$_" name="attach_img_resize… 677 . qq~ KB | $attach_count{$_} $download_txt )</div>~; 684 exists $attach_count{$_} 685 ? qq~ | $attach_count{$_} $download_txt ~
|
H A D | Display.pm | 796 my ( %attach_gif, %attach_count ); 844 if ( !%attach_count ) { 852 $attach_count{$atfile} = $atcount; 855 if ( !%attach_count ) { $attach_count{'no_attachments'} = 1; } 873 …$download_txt = ( $attach_count{$_} == 1 ) ? $fatxt{'41b'} : isempty( $fatxt{'41c'}, $fatxt{'41a'}… 881 . qq~ KB | $attach_count{$_} $download_txt )<br />~ 897 . qq~ KB | $attach_count{$_} $download_txt )</div>~; 904 exists $attach_count{$_} 905 ? qq~ | $attach_count{$_} $download_txt ~
|
/dports/www/phpgroupware/phpgroupware-0.9.16.017/fudforum/setup/base/src/ |
H A D | ppost.php.t | 59 $attach_count = 0; $file_array = ''; 170 $attach_count = count($attach_list); 174 $attach_count--; 185 $attach_count--; 189 $attach_count = 0; 202 if (($attach_count+1) <= $PRIVATE_ATTACHMENTS) { 205 $attach_count++; 216 $msg_p->attach_cnt = $attach_count;
|
H A D | attach.inc.t | 42 $attach_count = 0; 51 $attach_count++; 74 …q('UPDATE {SQL_TABLE_PREFIX}msg SET attach_cnt='.$attach_count.', attach_cache=\''.addslashes(@ser…
|
H A D | post.php.t | 157 $attach_count = count($attach_list); 203 $attach_count = 0; 208 if (($attach_count = count($attach_list))) { 211 --$attach_count; 225 $attach_count--; 246 if (($attach_count+1) <= $frm->max_file_attachments) { 249 $attach_count++; 256 $attach_cnt = $attach_count;
|
/dports/devel/m17n-lib/m17n-lib-1.8.0/src/ |
H A D | textprop.c | 355 prop->attach_count = 0; in new_text_property() 398 copy->attach_count++; in split_property() 399 prop->attach_count--; in split_property() 476 old->attach_count--; in maybe_merge_interval() 477 xassert (old->attach_count); in maybe_merge_interval() 479 prop->attach_count++; in maybe_merge_interval() 486 old->attach_count--; in maybe_merge_interval() 618 (prop)->attach_count++; \ 646 prop->attach_count--; \ 647 if (! prop->attach_count) \ [all …]
|
H A D | textprop.h | 37 unsigned attach_count; member
|
/dports/devel/p5-SVN-Notify/SVN-Notify-2.87/t/ |
H A D | alt.t | 234 my $attach_count = ( $email 239 is $attach_count, 1, 'The attachment should be attached only once';
|
/dports/mail/neomutt/neomutt-20211029/email/ |
H A D | body.h | 90 signed short attach_count; ///< Number of attachments member
|
/dports/www/e107/e107/e107_plugins/pm/ |
H A D | pm_class.php | 373 * @param int $attach_count - number of attachments 377 function pm_send_notify($uid, $pmInfo, $pmid, $attach_count = 0) argument 415 $data['PM_ATTACHMENTS'] = intval($attach_count);
|
/dports/lang/gcc11/gcc-11.2.0/libgomp/ |
H A D | target.c | 537 if (!n->aux->attach_count) in gomp_attach_pointer() 538 n->aux->attach_count in gomp_attach_pointer() 542 n->aux->attach_count[idx]++; in gomp_attach_pointer() 549 if (n->aux->attach_count[idx] == 1) in gomp_attach_pointer() 604 if (!n->aux || !n->aux->attach_count) in gomp_detach_pointer() 611 n->aux->attach_count[idx] = 1; in gomp_detach_pointer() 613 if (n->aux->attach_count[idx] == 0) in gomp_detach_pointer() 619 n->aux->attach_count[idx]--; in gomp_detach_pointer() 621 if (n->aux->attach_count[idx] == 0) in gomp_detach_pointer() 1495 if (k->aux->attach_count) in gomp_remove_var_internal() [all …]
|
/dports/lang/gcc10/gcc-10.3.0/libgomp/ |
H A D | target.c | 523 if (!n->aux->attach_count) in gomp_attach_pointer() 524 n->aux->attach_count in gomp_attach_pointer() 528 n->aux->attach_count[idx]++; in gomp_attach_pointer() 535 if (n->aux->attach_count[idx] == 1) in gomp_attach_pointer() 590 if (!n->aux || !n->aux->attach_count) in gomp_detach_pointer() 597 n->aux->attach_count[idx] = 1; in gomp_detach_pointer() 599 if (n->aux->attach_count[idx] == 0) in gomp_detach_pointer() 605 n->aux->attach_count[idx]--; in gomp_detach_pointer() 607 if (n->aux->attach_count[idx] == 0) in gomp_detach_pointer() 1374 if (k->aux->attach_count) in gomp_remove_var_internal() [all …]
|
/dports/lang/gcc11-devel/gcc-11-20211009/libgomp/ |
H A D | target.c | 537 if (!n->aux->attach_count) in gomp_attach_pointer() 538 n->aux->attach_count in gomp_attach_pointer() 542 n->aux->attach_count[idx]++; in gomp_attach_pointer() 549 if (n->aux->attach_count[idx] == 1) in gomp_attach_pointer() 604 if (!n->aux || !n->aux->attach_count) in gomp_detach_pointer() 611 n->aux->attach_count[idx] = 1; in gomp_detach_pointer() 613 if (n->aux->attach_count[idx] == 0) in gomp_detach_pointer() 619 n->aux->attach_count[idx]--; in gomp_detach_pointer() 621 if (n->aux->attach_count[idx] == 0) in gomp_detach_pointer() 1495 if (k->aux->attach_count) in gomp_remove_var_internal() [all …]
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgomp/ |
H A D | target.c | 537 if (!n->aux->attach_count) in gomp_attach_pointer() 538 n->aux->attach_count in gomp_attach_pointer() 542 n->aux->attach_count[idx]++; in gomp_attach_pointer() 549 if (n->aux->attach_count[idx] == 1) in gomp_attach_pointer() 604 if (!n->aux || !n->aux->attach_count) in gomp_detach_pointer() 611 n->aux->attach_count[idx] = 1; in gomp_detach_pointer() 613 if (n->aux->attach_count[idx] == 0) in gomp_detach_pointer() 619 n->aux->attach_count[idx]--; in gomp_detach_pointer() 621 if (n->aux->attach_count[idx] == 0) in gomp_detach_pointer() 1495 if (k->aux->attach_count) in gomp_remove_var_internal() [all …]
|
/dports/devel/avr-gcc/gcc-10.2.0/libgomp/ |
H A D | target.c | 523 if (!n->aux->attach_count) in gomp_attach_pointer() 524 n->aux->attach_count in gomp_attach_pointer() 528 n->aux->attach_count[idx]++; in gomp_attach_pointer() 535 if (n->aux->attach_count[idx] == 1) in gomp_attach_pointer() 590 if (!n->aux || !n->aux->attach_count) in gomp_detach_pointer() 597 n->aux->attach_count[idx] = 1; in gomp_detach_pointer() 599 if (n->aux->attach_count[idx] == 0) in gomp_detach_pointer() 605 n->aux->attach_count[idx]--; in gomp_detach_pointer() 607 if (n->aux->attach_count[idx] == 0) in gomp_detach_pointer() 1373 if (k->aux->attach_count) in gomp_remove_var_internal() [all …]
|
/dports/lang/gcc10-devel/gcc-10-20211008/libgomp/ |
H A D | target.c | 523 if (!n->aux->attach_count) in gomp_attach_pointer() 524 n->aux->attach_count in gomp_attach_pointer() 528 n->aux->attach_count[idx]++; in gomp_attach_pointer() 535 if (n->aux->attach_count[idx] == 1) in gomp_attach_pointer() 590 if (!n->aux || !n->aux->attach_count) in gomp_detach_pointer() 597 n->aux->attach_count[idx] = 1; in gomp_detach_pointer() 599 if (n->aux->attach_count[idx] == 0) in gomp_detach_pointer() 605 n->aux->attach_count[idx]--; in gomp_detach_pointer() 607 if (n->aux->attach_count[idx] == 0) in gomp_detach_pointer() 1374 if (k->aux->attach_count) in gomp_remove_var_internal() [all …]
|
/dports/devel/bugzilla44/bugzilla-4.4.13/Bugzilla/DB/ |
H A D | Mysql.pm | 561 my ($attach_count) = $sth->fetchrow_array(); 563 if ($attach_count > 1000) { 597 print "Converted $i of $attach_count attachments\n" if !($i % 1000);
|
/dports/devel/bugzilla50/bugzilla-5.0.4/Bugzilla/DB/ |
H A D | Mysql.pm | 584 my ($attach_count) = $sth->fetchrow_array(); 586 if ($attach_count > 1000) { 620 print "Converted $i of $attach_count attachments\n" if !($i % 1000);
|
/dports/lang/gcc12-devel/gcc-12-20211205/libgomp/ |
H A D | target.c | 747 if (!n->aux->attach_count) in gomp_attach_pointer() 748 n->aux->attach_count in gomp_attach_pointer() 752 n->aux->attach_count[idx]++; in gomp_attach_pointer() 759 if (n->aux->attach_count[idx] == 1) in gomp_attach_pointer() 814 if (!n->aux || !n->aux->attach_count) in gomp_detach_pointer() 821 n->aux->attach_count[idx] = 1; in gomp_detach_pointer() 823 if (n->aux->attach_count[idx] == 0) in gomp_detach_pointer() 829 n->aux->attach_count[idx]--; in gomp_detach_pointer() 831 if (n->aux->attach_count[idx] == 0) in gomp_detach_pointer() 1767 if (k->aux->attach_count) in gomp_remove_splay_tree_key() [all …]
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/dma-buf/ |
H A D | dma-buf.c | 1359 int count = 0, attach_count, shared_count, i; in dma_buf_debug_show() local 1415 attach_count = 0; in dma_buf_debug_show() 1419 attach_count++; in dma_buf_debug_show() 1424 attach_count); in dma_buf_debug_show()
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/dma-buf/ |
H A D | dma-buf.c | 1359 int count = 0, attach_count, shared_count, i; in dma_buf_debug_show() local 1415 attach_count = 0; in dma_buf_debug_show() 1419 attach_count++; in dma_buf_debug_show() 1424 attach_count); in dma_buf_debug_show()
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/dma-buf/ |
H A D | dma-buf.c | 1359 int count = 0, attach_count, shared_count, i; in dma_buf_debug_show() local 1415 attach_count = 0; in dma_buf_debug_show() 1419 attach_count++; in dma_buf_debug_show() 1424 attach_count); in dma_buf_debug_show()
|
/dports/mail/neomutt/neomutt-20211029/attach/ |
H A D | attachments.c | 236 bp->attach_count = count_body_parts(bp->parts); in count_body_parts() 237 count += bp->attach_count; in count_body_parts()
|
/dports/databases/speedtables/speedtables-1.13.12/ctables/shared/ |
H A D | shared.h | 132 int attach_count; member
|