Home
last modified time | relevance | path

Searched refs:List (Results 1 – 25 of 26) sorted by relevance

12

/curl/tests/http/testenv/
H A Dcurl.py121 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 Dcerts.py31 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 Dhttpd.py34 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 Dcrlfile.md20 Provide a file using PEM format with a Certificate Revocation List that may
H A Dproxy-crlfile.md19 Provide filename for a PEM formatted file with a Certificate Revocation List
H A Dnoproxy.md6 Help: List of hosts which do not use proxy
H A Dlist-only.md7 Help: List only mode
H A Dversion.md98 PSL is short for Public Suffix List and means that this curl has been built
H A Dcookie.md59 If curl is built with PSL (**Public Suffix List**) support, it detects and
/curl/tests/data/
H A Dtest146341 -l, --list-only List only mode
H A Dtest146441 -l, --list-only List only mode
/curl/tests/http/
H A Dtest_04_stuttered.py28 from typing import Tuple, List, Dict
129 def stats_spread(self, stats: List[Dict], key: str) -> Tuple[float, int, float, int, float]:
H A Dscorecard.py34 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 Dtest_07_upload.py33 from typing import List
717 def check_downloads(self, client, source: List[str], count: int,
/curl/scripts/
H A Dmk-ca-bundle.pl41 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 DCURLSHOPT_SHARE.md82 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 DCURLSHOPT_UNSHARE.md60 The Public Suffix List is no longer shared.
H A DCURLOPT_CRLFILE.md23 CURLOPT_CRLFILE - Certificate Revocation List file
H A DCURLOPT_PROXY_CRLFILE.md23 CURLOPT_PROXY_CRLFILE - HTTPS proxy Certificate Revocation List file
/curl/packages/OS400/rpg-examples/
H A DSMTPSRCMBR75 d rcpts s * inz(*NULL) List of recipients
/curl/docs/libcurl/
H A Dcurl_easy_setopt.md213 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 Dcurl_easy_getinfo.md113 List of all known cookies. See CURLINFO_COOKIELIST(3)
H A Dcurl_version_info.md286 libcurl was built with support for Mozilla's Public Suffix List. This makes
H A Dlibcurl-security.md488 If libcurl is built with PSL (**Public Suffix List**) support, it detects and
/curl/tests/
H A Druntests.pl85 use List::Util 'sum';

Completed in 35 milliseconds

12