Searched refs:percent (Results 1 – 10 of 10) sorted by relevance
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_MIME_OPTIONS.md | 39 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 D | tool_cb_prg.c | 198 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 D | progress.c | 479 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 D | form-escape.md | 19 instead of percent-encoding.
|
H A D | dump-header.md | 25 Starting in curl 8.10.0, specify `%` (a single percent sign) as filename
|
H A D | variable.md | 55 shows the content URL (percent) encoded.
|
/curl/tests/ |
H A D | runner.pm | 465 my $percent = sprintf("%.2f%%", $shallow * 100 / scalar(@ttests)); 466 logmsg " $count functions found, but only fail $shallow ($percent)\n";
|
/curl/docs/libcurl/ |
H A D | curl_url_get.md | 85 non-ASCII bytes that otherwise gets percent-encoded.
|
/curl/docs/ |
H A D | FAQ | 802 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 D | TODO | 352 from the input string encoding into percent encoded output "over the wire".
|
Completed in 16 milliseconds