Home
last modified time | relevance | path

Searched refs:percent (Results 1 – 10 of 10) sorted by relevance

/curl/docs/libcurl/opts/
H A DCURLOPT_MIME_OPTIONS.md39 backslash-escaping algorithm rather than percent-encoding (HTTP only).
45 Before version 7.81.0, percent-encoding was never applied.
48 transitioned to use percent-encoding. This option allows one to address
/curl/src/
H A Dtool_cb_prg.c198 double percent; in tool_progress_cb() local
206 percent = frac * 100.0; in tool_progress_cb()
218 fprintf(bar->out, format, line, percent); in tool_progress_cb()
/curl/lib/
H A Dprogress.c479 curl_off_t percent; member
496 est->percent = 0; in pgrs_estimates()
499 est->percent = pgrs_est_percent(d->total_size, d->cur_size); in pgrs_estimates()
551 total_estm.percent = pgrs_est_percent(total_expected_size, total_cur_size); in progress_meter()
558 total_estm.percent, /* 3 letters */ /* total % */ in progress_meter()
560 dl_estm.percent, /* 3 letters */ /* rcvd % */ in progress_meter()
562 ul_estm.percent, /* 3 letters */ /* xfer % */ in progress_meter()
/curl/docs/cmdline-opts/
H A Dform-escape.md19 instead of percent-encoding.
H A Ddump-header.md25 Starting in curl 8.10.0, specify `%` (a single percent sign) as filename
H A Dvariable.md55 shows the content URL (percent) encoded.
/curl/tests/
H A Drunner.pm465 my $percent = sprintf("%.2f%%", $shallow * 100 / scalar(@ttests));
466 logmsg " $count functions found, but only fail $shallow ($percent)\n";
/curl/docs/libcurl/
H A Dcurl_url_get.md85 non-ASCII bytes that otherwise gets percent-encoded.
/curl/docs/
H A DFAQ802 In Windows, the standard DOS shell treats the percent sign specially and you
803 need to use TWO percent signs for each single one you want to use in the
806 If you want a literal percent sign to be part of the data you pass in a POST
808 percent sign doubled on Windows machines).
H A DTODO352 from the input string encoding into percent encoded output "over the wire".

Completed in 16 milliseconds