Lines Matching refs:str

260     def get_incomplete_reason(self) -> Optional[str]:
286 def tcpdmp(self) -> Optional[str]:
299 def incomplete_reason() -> Optional[str]:
323 def curl_uses_lib(libname: str) -> bool: argument
333 def curl_version_string() -> str:
337 def curl_features_string() -> str:
341 def curl_has_feature(feature: str) -> bool: argument
345 def curl_protocols_string() -> str:
349 def curl_has_protocol(protocol: str) -> bool: argument
353 def curl_lib_version(libname: str) -> str: argument
361 def curl_lib_version_at_least(libname: str, min_version) -> bool: argument
369 def curl_os() -> str:
373 def curl_fullname() -> str:
377 def curl_version() -> str:
389 def httpd_version() -> str:
393 def nghttpx_version() -> str:
397 def caddy_version() -> str:
417 def vsftpd_version() -> str:
421 def tcpdump() -> Optional[str]:
462 def gen_dir(self) -> str:
466 def project_dir(self) -> str:
470 def build_dir(self) -> str:
478 def htdocs_dir(self) -> str:
482 def tld(self) -> str:
486 def domain1(self) -> str:
490 def domain1brotli(self) -> str:
494 def domain2(self) -> str:
498 def ftp_domain(self) -> str:
502 def proxy_domain(self) -> str:
541 def pts_port(self, proto: str = 'http/1.1') -> int: argument
546 def caddy(self) -> str:
558 def vsftpd(self) -> str:
566 def curl(self) -> str:
570 def httpd(self) -> str:
574 def apachectl(self) -> str:
578 def apxs(self) -> str:
582 def nghttpx(self) -> Optional[str]:
594 def port_for(self, alpn_proto: Optional[str] = None): argument
602 def authority_for(self, domain: str, alpn_proto: Optional[str] = None): argument
605 def make_data_file(self, indir: str, fname: str, fsize: int, argument
606 line_length: int = 1024) -> str: