Searched refs:quoted (Results 1 – 15 of 15) sorted by relevance
33 …hould be split by encoder.;headers=Content-disposition: "inline";encoder=quoted-printable' -F "=@%…63 Content-Transfer-Encoding: quoted-printable
23 netrc with quoted password but missing end quote
34 netrc with quoted password
38 FTP with quoted double quotes
59 HTTP with Digest and realm with quoted quotes
73 If filename/path contains ',' or ';', it must be quoted by double-quotes like:83 Note that if a filename/path is quoted by double-quotes, any double-quote135 with a transfer error, *quoted-printable* and *base64* that encodes data139 Example: send multipart mail with a quoted-printable text message and a142 curl -F '=text message;encoder=quoted-printable' \
40 itself before sending them to the server. Filenames may be quoted shell-style
132 bool quoted; in parsenetrc() local147 quoted = (*tok == '\"'); in parsenetrc()150 if(!quoted) { in parsenetrc()
163 bool quoted = FALSE; in Curl_hsts_parse() local180 quoted = TRUE; in Curl_hsts_parse()189 if(quoted) { in Curl_hsts_parse()
527 bool quoted = FALSE; in Curl_altsvc_parse() local609 quoted = TRUE; in Curl_altsvc_parse()612 if(quoted) { in Curl_altsvc_parse()
59 "*quoted-printable*": data is encoded in quoted printable lines of
79 newline. Starting in 7.84.0, libcurl also supports quoted strings. They start
108 curl_mime_encoder_ccsid(mimepart: 'quoted-printable': 0);
45 keyword. Remember that the exclamation marks and spaces need to be quoted
31 dnl result in a set of double-quoted strings the returned expansion will32 dnl actually be a single double-quoted string concatenating all them.
Completed in 27 milliseconds