Home
last modified time | relevance | path

Searched refs:chop_str (Results 1 – 8 of 8) sorted by relevance

/dports/net-im/vqcc-gtk/vqcc-gtk-0.5/src/
H A Dcmd_proc.c89 chop_str(GString * str) in chop_str() function
235 chop_str(line_s); in cmd_me()
236 raise_event(EVENT_CMDPROC_SESSION_TEXT, (gpointer)chop_str(line_s)->str, 1); in cmd_me()
459 chop_str(text); in parse_text()
/dports/sysutils/dnf/dnf-4.9.0/dnf/
H A Di18n.py156 def chop_str(msg, chop=None): function
201 width, msg = chop_str(msg, chop)
229 list_chr = chop_str(line[count:], 1)[1]
/dports/devel/git-p4/git-2.34.1/gitweb/
H A Dgitweb.perl1780 sub chop_str {
1842 my $chopped = chop_str(@_);
3562 $co{'title'} = chop_str($title, 80, 5);
3580 $co{'title_short'} = chop_str($title, 50, 5);
5673 $pr->{'descr'} = chop_str($descr, $projects_list_description_width, 5);
6074 $comment_short = chop_str($comment, 30, 5);
6496 $match = chop_str($match, 70, 5, 'center');
6499 $lead = chop_str($lead, $contextlen, 10, 'left');
6500 $trail = chop_str($trail, $contextlen, 10, 'right');
8494 my $path = esc_html(chop_str($proj{'path'}, 25, 5));
/dports/devel/git-svn/git-2.34.1/gitweb/
H A Dgitweb.perl1780 sub chop_str { subroutine
1842 my $chopped = chop_str(@_);
3562 $co{'title'} = chop_str($title, 80, 5);
3580 $co{'title_short'} = chop_str($title, 50, 5);
5673 $pr->{'descr'} = chop_str($descr, $projects_list_description_width, 5);
6074 $comment_short = chop_str($comment, 30, 5);
6496 $match = chop_str($match, 70, 5, 'center');
6499 $lead = chop_str($lead, $contextlen, 10, 'left');
6500 $trail = chop_str($trail, $contextlen, 10, 'right');
8494 my $path = esc_html(chop_str($proj{'path'}, 25, 5));
/dports/devel/git-gui/git-2.34.1/gitweb/
H A Dgitweb.perl1780 sub chop_str { subroutine
1842 my $chopped = chop_str(@_);
3562 $co{'title'} = chop_str($title, 80, 5);
3580 $co{'title_short'} = chop_str($title, 50, 5);
5673 $pr->{'descr'} = chop_str($descr, $projects_list_description_width, 5);
6074 $comment_short = chop_str($comment, 30, 5);
6496 $match = chop_str($match, 70, 5, 'center');
6499 $lead = chop_str($lead, $contextlen, 10, 'left');
6500 $trail = chop_str($trail, $contextlen, 10, 'right');
8494 my $path = esc_html(chop_str($proj{'path'}, 25, 5));
/dports/devel/git/git-2.34.1/gitweb/
H A Dgitweb.perl1780 sub chop_str { subroutine
1842 my $chopped = chop_str(@_);
3562 $co{'title'} = chop_str($title, 80, 5);
3580 $co{'title_short'} = chop_str($title, 50, 5);
5673 $pr->{'descr'} = chop_str($descr, $projects_list_description_width, 5);
6074 $comment_short = chop_str($comment, 30, 5);
6496 $match = chop_str($match, 70, 5, 'center');
6499 $lead = chop_str($lead, $contextlen, 10, 'left');
6500 $trail = chop_str($trail, $contextlen, 10, 'right');
8494 my $path = esc_html(chop_str($proj{'path'}, 25, 5));
/dports/devel/git-cvs/git-2.34.1/gitweb/
H A Dgitweb.perl1780 sub chop_str { subroutine
1842 my $chopped = chop_str(@_);
3562 $co{'title'} = chop_str($title, 80, 5);
3580 $co{'title_short'} = chop_str($title, 50, 5);
5673 $pr->{'descr'} = chop_str($descr, $projects_list_description_width, 5);
6074 $comment_short = chop_str($comment, 30, 5);
6496 $match = chop_str($match, 70, 5, 'center');
6499 $lead = chop_str($lead, $contextlen, 10, 'left');
6500 $trail = chop_str($trail, $contextlen, 10, 'right');
8494 my $path = esc_html(chop_str($proj{'path'}, 25, 5));
/dports/devel/cgit/cgit-1.2.3/git/gitweb/
H A Dgitweb.perl1757 sub chop_str { subroutine
1819 my $chopped = chop_str(@_);
3532 $co{'title'} = chop_str($title, 80, 5);
3550 $co{'title_short'} = chop_str($title, 50, 5);
5641 $pr->{'descr'} = chop_str($descr, $projects_list_description_width, 5);
6042 $comment_short = chop_str($comment, 30, 5);
6464 $match = chop_str($match, 70, 5, 'center');
6467 $lead = chop_str($lead, $contextlen, 10, 'left');
6468 $trail = chop_str($trail, $contextlen, 10, 'right');
8457 my $path = esc_html(chop_str($proj{'path'}, 25, 5));