Lines Matching refs:thing

3045   my ($thing) = @_;
3049 $$thing =~ s/%FTP6PORT/$FTP6PORT/g;
3050 $$thing =~ s/%FTP2PORT/$FTP2PORT/g;
3051 $$thing =~ s/%FTPSPORT/$FTPSPORT/g;
3052 $$thing =~ s/%FTPPORT/$FTPPORT/g;
3054 $$thing =~ s/%GOPHER6PORT/$GOPHER6PORT/g;
3055 $$thing =~ s/%GOPHERPORT/$GOPHERPORT/g;
3057 $$thing =~ s/%HTTPTLS6PORT/$HTTPTLS6PORT/g;
3058 $$thing =~ s/%HTTPTLSPORT/$HTTPTLSPORT/g;
3059 $$thing =~ s/%HTTP6PORT/$HTTP6PORT/g;
3060 $$thing =~ s/%HTTPSPORT/$HTTPSPORT/g;
3061 $$thing =~ s/%HTTP2PORT/$HTTP2PORT/g;
3062 $$thing =~ s/%HTTPPORT/$HTTPPORT/g;
3063 $$thing =~ s/%PROXYPORT/$HTTPPROXYPORT/g;
3065 $$thing =~ s/%IMAP6PORT/$IMAP6PORT/g;
3066 $$thing =~ s/%IMAPPORT/$IMAPPORT/g;
3068 $$thing =~ s/%POP36PORT/$POP36PORT/g;
3069 $$thing =~ s/%POP3PORT/$POP3PORT/g;
3071 $$thing =~ s/%RTSP6PORT/$RTSP6PORT/g;
3072 $$thing =~ s/%RTSPPORT/$RTSPPORT/g;
3074 $$thing =~ s/%SMTP6PORT/$SMTP6PORT/g;
3075 $$thing =~ s/%SMTPPORT/$SMTPPORT/g;
3077 $$thing =~ s/%SOCKSPORT/$SOCKSPORT/g;
3078 $$thing =~ s/%SSHPORT/$SSHPORT/g;
3080 $$thing =~ s/%TFTP6PORT/$TFTP6PORT/g;
3081 $$thing =~ s/%TFTPPORT/$TFTPPORT/g;
3083 $$thing =~ s/%DICTPORT/$DICTPORT/g;
3085 $$thing =~ s/%SMBPORT/$SMBPORT/g;
3086 $$thing =~ s/%SMBSPORT/$SMBSPORT/g;
3088 $$thing =~ s/%NEGTELNETPORT/$NEGTELNETPORT/g;
3092 $$thing =~ s/%HTTPUNIXPATH/$HTTPUNIXPATH/g;
3096 $$thing =~ s/%CLIENT6IP/$CLIENT6IP/g;
3097 $$thing =~ s/%CLIENTIP/$CLIENTIP/g;
3101 $$thing =~ s/%HOST6IP/$HOST6IP/g;
3102 $$thing =~ s/%HOSTIP/$HOSTIP/g;
3106 $$thing =~ s/%CURL/$CURL/g;
3107 $$thing =~ s/%PWD/$pwd/g;
3108 $$thing =~ s/%POSIX_PWD/$posix_pwd/g;
3115 $$thing =~ s/%FILE_PWD/$file_pwd/g;
3116 $$thing =~ s/%SRCDIR/$srcdir/g;
3117 $$thing =~ s/%USER/$USER/g;
3127 $$thing =~ s/%FTPTIME2/$ftp2/g;
3128 $$thing =~ s/%FTPTIME3/$ftp3/g;
3132 $$thing =~ s/%H2CVER/$h2cver/g;