Home | History | Annotate | Download | only in bin

Lines Matching full:slash

1118   $SYMBOL_PAGE =~ m,[^/]+$,;    # matches everything after the last slash
1139 $PROFILE_PAGE =~ m,[^/]+$,; # matches everything after the last slash
3682 slash
3699 $CONTENTION_PAGE =~ m,[^/]+$,; # matches everything after the last slash
3701 $GROWTH_PAGE =~ m,[^/]+$,; # matches everything after the last slash
3703 $SYMBOL_PAGE =~ m,[^/]+$,; # matches everything after the last slash
3705 $PROFILE_PAGE =~ m,[^/]+$,; # matches everything after the last slash
4949 $0 =~ m,[^/]*$,; # this is everything after the last slash
4950 my $dirname = $`; # this is everything up to and including the last slash