Lines Matching refs:strip
325 proxy_auth = base64.b64encode(proxy_passwd).strip()
331 auth = base64.b64encode(user_passwd).strip()
415 proxy_auth = base64.b64encode(proxy_passwd).strip()
420 auth = base64.b64encode(user_passwd).strip()
1057 url = url.strip()
1059 url = url[1:-1].strip()
1060 if url[:4] == 'URL:': url = url[4:].strip()
1381 # strip port off host
1384 no_proxy_list = [proxy.strip() for proxy in no_proxy.split(',')]