Searched refs:List (Results 1 – 25 of 26) sorted by relevance
12
/curl/tests/http/testenv/ |
H A D | curl.py | 121 def stats(self) -> Optional[List[str]]: 136 def stderr(self) -> List[str]: 187 stdout: List[str], stderr: List[str], 237 def args(self) -> List[str]: 258 def trace_lines(self) -> List[str]: 278 def responses(self) -> List[Dict]: 286 def assets(self) -> List: 294 def stats(self) -> List: 315 def add_assets(self, assets: List): argument 652 def ftp_get(self, urls: List[str], [all …]
|
H A D | certs.py | 31 from typing import List, Any, Optional 76 domains: Optional[List[str]] = None, 84 sub_specs: Optional[List['CertificateSpec']] = None): 196 def get_credentials_for_name(self, name) -> List['Credentials']: 199 def issue_certs(self, specs: List[CertificateSpec], 200 chain: Optional[List['Credentials']] = None) -> List['Credentials']: 204 chain: Optional[List['Credentials']] = None) -> 'Credentials': 242 chain: Optional[List[Credentials]] = None, 287 def get_credentials_for_name(self, name) -> List[Credentials]: 448 def _add_leaf_usages(csr: Any, domains: List[str], issuer: Credentials) -> Any: [all …]
|
H A D | httpd.py | 34 from typing import List, Union, Optional 107 def set_extra_config(self, domain: str, lines: Optional[Union[str, List[str]]]): 416 def _curltest_conf(self, servername) -> List[str]:
|
/curl/docs/cmdline-opts/ |
H A D | crlfile.md | 20 Provide a file using PEM format with a Certificate Revocation List that may
|
H A D | proxy-crlfile.md | 19 Provide filename for a PEM formatted file with a Certificate Revocation List
|
H A D | noproxy.md | 6 Help: List of hosts which do not use proxy
|
H A D | list-only.md | 7 Help: List only mode
|
H A D | version.md | 98 PSL is short for Public Suffix List and means that this curl has been built
|
H A D | cookie.md | 59 If curl is built with PSL (**Public Suffix List**) support, it detects and
|
/curl/tests/data/ |
H A D | test1463 | 41 -l, --list-only List only mode
|
H A D | test1464 | 41 -l, --list-only List only mode
|
/curl/tests/http/ |
H A D | test_04_stuttered.py | 28 from typing import Tuple, List, Dict 129 def stats_spread(self, stats: List[Dict], key: str) -> Tuple[float, int, float, int, float]:
|
H A D | scorecard.py | 34 from typing import Dict, Any, Optional, List 115 downloads: Optional[List[int]] = None): 239 def downloads(self, count: int, fsizes: List[int]) -> Dict[str, Any]: 361 def uploads(self, count: int, fsizes: List[int]) -> Dict[str, Any]: 433 downloads: Optional[List[int]] = None, 435 uploads: Optional[List[int]] = None,
|
H A D | test_07_upload.py | 33 from typing import List 717 def check_downloads(self, client, source: List[str], count: int,
|
/curl/scripts/ |
H A D | mk-ca-bundle.pl | 41 use List::Util; 215 return defined(List::Util::first { $target eq $_ } @_); 293 …return 1 if ( defined( List::Util::first { is_in_list( $_, @included_mozilla_trust_purposes ) } @{…
|
/curl/docs/libcurl/opts/ |
H A D | CURLSHOPT_SHARE.md | 82 The Public Suffix List stored in the share object is made available to all 83 easy handle bound to the later. Since the Public Suffix List is periodically
|
H A D | CURLSHOPT_UNSHARE.md | 60 The Public Suffix List is no longer shared.
|
H A D | CURLOPT_CRLFILE.md | 23 CURLOPT_CRLFILE - Certificate Revocation List file
|
H A D | CURLOPT_PROXY_CRLFILE.md | 23 CURLOPT_PROXY_CRLFILE - HTTPS proxy Certificate Revocation List file
|
/curl/packages/OS400/rpg-examples/ |
H A D | SMTPSRCMBR | 75 d rcpts s * inz(*NULL) List of recipients
|
/curl/docs/libcurl/ |
H A D | curl_easy_setopt.md | 213 Certificate Revocation List. See CURLOPT_CRLFILE(3) 237 List only. See CURLOPT_DIRLISTONLY(3) 781 Proxy Certificate Revocation List. See CURLOPT_PROXY_CRLFILE(3)
|
H A D | curl_easy_getinfo.md | 113 List of all known cookies. See CURLINFO_COOKIELIST(3)
|
H A D | curl_version_info.md | 286 libcurl was built with support for Mozilla's Public Suffix List. This makes
|
H A D | libcurl-security.md | 488 If libcurl is built with PSL (**Public Suffix List**) support, it detects and
|
/curl/tests/ |
H A D | runtests.pl | 85 use List::Util 'sum';
|
Completed in 35 milliseconds
12