Home
last modified time | relevance | path

Searched refs:show (Results 1 – 25 of 29) sorted by relevance

12

/curl/docs/cmdline-opts/
H A Dshow-error.md4 Long: show-error
14 - --show-error --silent $URL
17 # `--show-error`
19 When used with --silent, it makes curl show an error message if it fails.
H A Dsuppress-connect-headers.md11 - show-headers
14 - --suppress-connect-headers --show-headers -x proxy $URL
21 or --show-headers which are used to show protocol headers in the output. It
H A Dsilent.md20 Silent or quiet mode. Do not show progress meter or error messages. Makes Curl
24 Use --show-error in addition to this option to disable progress meter but
25 still show error messages.
H A Dshow-headers.md4 Long: show-headers
17 # `--show-headers`
H A Dno-progress-meter.md5 Help: Do not show the progress meter
H A Dverbose.md13 - show-headers
28 If you only want HTTP headers in the output, --show-headers or --dump-header
H A Dlocation.md23 --show-headers or --head, headers from all requested pages are shown.
H A DMakefile.inc253 show-error.md \
254 show-headers.md \
/curl/tests/
H A Dtest1707.pl86 my $show = 0;
90 $show = 1;
92 elsif(/^ -/ && $show) {
95 if($show) {
H A Drunner.pm302 my $show = 1;
321 push @pshow, $show; # push the previous state
323 if($show) {
331 if($show) {
333 $show = $rev;
342 $show = pop @altshow;
343 push @altshow, $show; # put it back for consistency
351 $show = pop @pshow;
355 if($show) {
/curl/tests/data/
H A Dtest14927 --show-headers
33 HTTP GET with -J + --show-headers but no Content-Disposition:
36 http://%HOSTIP:%HTTPPORT/junk%TESTNUMBER -J -O --show-headers --output-dir %LOGDIR
H A Dtest13107 --show-headers
33 HTTP GET with -J + --show-headers
36 http://%HOSTIP:%HTTPPORT/junk -J -O --show-headers --output-dir %LOGDIR
H A Dtest170929 Incorrect option name to show help for, see curl -h
H A Dtest2428 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --fail --silent --show-error
H A Dtest146143 -i, --show-headers Show response headers in output
/curl/tests/server/
H A Dgetpart.c41 #define show(x) printf x macro
43 #define show(x) Curl_nop_stmt macro
320 show(("=> %s", buffer)); in getpart()
415 show(("* ignoring (%s)", buffer)); in getpart()
457 show(("* setting nonewline\n")); in getpart()
467 show(("=> %s", buffer)); in getpart()
/curl/src/
H A Dtool_help.c179 ctx->show = 0; in inithelpscan()
188 if(!ctx->show) { in helpscan()
193 ctx->show++; in helpscan()
197 if(ctx->show == 1) { in helpscan()
203 ctx->show++; in helpscan()
H A Dtool_help.h41 unsigned char show; /* start as at 0. member
/curl/.github/workflows/
H A Dmacos.yml166 xcrun --sdk macosx --show-sdk-path 2>/dev/null || true
167 xcrun --sdk macosx --show-sdk-version || true
178 CC+=" --sysroot=$(xcrun --sdk macosx --show-sdk-path 2>/dev/null)"
195 CFLAGS+=" --sysroot=$(xcrun --sdk macosx --show-sdk-path 2>/dev/null)"
329 xcrun --sdk macosx --show-sdk-path 2>/dev/null || true
330 xcrun --sdk macosx --show-sdk-version || true
338 CC+=" --sysroot=$(xcrun --sdk macosx --show-sdk-path 2>/dev/null)"
353 "-DCMAKE_OSX_SYSROOT=$(xcrun --sdk macosx --show-sdk-path 2>/dev/null)" \
491 xcrun --sdk macosx --show-sdk-path 2>/dev/null || true
492 xcrun --sdk macosx --show-sdk-version || true
[all …]
H A Dwindows.yml295 …curl --disable --fail --silent --show-error --connect-timeout 15 --max-time 60 --retry 3 https://l…
388 …curl --disable --fail --silent --show-error --connect-timeout 15 --max-time 60 --retry 3 https://l…
459 …curl --fail --silent --show-error --retry 3 --retry-connrefused --output pack.bin --location --pro…
517 …curl --disable --fail --silent --show-error --connect-timeout 15 --max-time 60 --retry 3 https://l…
727 git -C "$VCPKG_INSTALLATION_ROOT" show --no-patch --format='%H %ai'
793 …curl --disable --fail --silent --show-error --connect-timeout 15 --max-time 60 --retry 3 https://l…
/curl/docs/libcurl/opts/
H A DCURLOPT_ERRORBUFFER.md82 /* if the request did not complete correctly, show the error
84 show the more generic information from curl_easy_strerror instead.
H A DCURLOPT_VERBOSE.md57 /* ask libcurl to show us the verbose output */
H A DCURLOPT_DEBUGFUNCTION.md126 /* show hex to the left */
134 /* show data on the right */
/curl/docs/
H A Doptions-in-versions218 --show-error (-S) 5.9
219 --show-headers (-i) 4.8
/curl/packages/vms/
H A Dbuild_vms.com45 $! /list/show=(expan,includ)/machine
47 $! /list/show=(all, nomessages)/machine
282 $ cc_list = "/list='objdir'/show=(expan, includ)/machine

Completed in 44 milliseconds

12