Lines Matching refs:thing
2724 my ($thing) = @_;
2728 $$thing =~ s/%FTP6PORT/$FTP6PORT/g;
2729 $$thing =~ s/%FTP2PORT/$FTP2PORT/g;
2730 $$thing =~ s/%FTPSPORT/$FTPSPORT/g;
2731 $$thing =~ s/%FTPPORT/$FTPPORT/g;
2733 $$thing =~ s/%GOPHER6PORT/$GOPHER6PORT/g;
2734 $$thing =~ s/%GOPHERPORT/$GOPHERPORT/g;
2736 $$thing =~ s/%HTTPTLS6PORT/$HTTPTLS6PORT/g;
2737 $$thing =~ s/%HTTPTLSPORT/$HTTPTLSPORT/g;
2738 $$thing =~ s/%HTTP6PORT/$HTTP6PORT/g;
2739 $$thing =~ s/%HTTPSPORT/$HTTPSPORT/g;
2740 $$thing =~ s/%HTTP2PORT/$HTTP2PORT/g;
2741 $$thing =~ s/%HTTPPORT/$HTTPPORT/g;
2742 $$thing =~ s/%HTTPPIPEPORT/$HTTPPIPEPORT/g;
2743 $$thing =~ s/%PROXYPORT/$HTTPPROXYPORT/g;
2745 $$thing =~ s/%IMAP6PORT/$IMAP6PORT/g;
2746 $$thing =~ s/%IMAPPORT/$IMAPPORT/g;
2748 $$thing =~ s/%POP36PORT/$POP36PORT/g;
2749 $$thing =~ s/%POP3PORT/$POP3PORT/g;
2751 $$thing =~ s/%RTSP6PORT/$RTSP6PORT/g;
2752 $$thing =~ s/%RTSPPORT/$RTSPPORT/g;
2754 $$thing =~ s/%SMTP6PORT/$SMTP6PORT/g;
2755 $$thing =~ s/%SMTPPORT/$SMTPPORT/g;
2757 $$thing =~ s/%SOCKSPORT/$SOCKSPORT/g;
2758 $$thing =~ s/%SSHPORT/$SSHPORT/g;
2760 $$thing =~ s/%TFTP6PORT/$TFTP6PORT/g;
2761 $$thing =~ s/%TFTPPORT/$TFTPPORT/g;
2765 $$thing =~ s/%HTTPUNIXPATH/$HTTPUNIXPATH/g;
2769 $$thing =~ s/%CLIENT6IP/$CLIENT6IP/g;
2770 $$thing =~ s/%CLIENTIP/$CLIENTIP/g;
2774 $$thing =~ s/%HOST6IP/$HOST6IP/g;
2775 $$thing =~ s/%HOSTIP/$HOSTIP/g;
2779 $$thing =~ s/%CURL/$CURL/g;
2780 $$thing =~ s/%PWD/$pwd/g;
2781 $$thing =~ s/%SRCDIR/$srcdir/g;
2782 $$thing =~ s/%USER/$USER/g;
2792 $$thing =~ s/%FTPTIME2/$ftp2/g;
2793 $$thing =~ s/%FTPTIME3/$ftp3/g;
2797 $$thing =~ s/%H2CVER/$h2cver/g;