Home
last modified time | relevance | path

Searched refs:x (Results 1 – 25 of 465) sorted by path

12345678910>>...19

/curl/.circleci/
H A Dconfig.yml163 … nghttp2 libssh2 openssl libssh c-ares libpsl icu4c | xargs -Ix -n1 echo brew '"x"' > /tmp/Brewfile
/curl/.github/workflows/
H A Dmacos.yml146 …omake pkg-config libpsl ${{ matrix.build.install }} | xargs -Ix -n1 echo brew '"x"' > /tmp/Brewfile
235 …onf automake pkg-config ${{ matrix.build.install }} | xargs -Ix -n1 echo brew '"x"' > /tmp/Brewfile
H A Dwindows.yml108 if [ -x "$(cygpath -u "${SYSTEMROOT}/System32/curl.exe")" ]; then
212 if [ -x "$(cygpath -u 'C:/msys64/usr/bin/curl.exe')" ]; then
276 if [ -x "$(cygpath -u 'C:/msys64/usr/bin/curl.exe')" ]; then
/curl/CMake/
H A DCurlTests.c422 #define enquote(x) #x argument
423 #define expand(x) enquote(x) argument
/curl/
H A DCMakeLists.txt61 string(REGEX MATCH "#define LIBCURL_VERSION_NUM 0x[0-9a-fA-F]+"
63 string(REGEX REPLACE "[^0]+0x" "" CURL_VERSION_NUM ${CURL_VERSION_NUM})
1146 string(REGEX MATCH ".*_WIN32_WINNT=0x[0-9a-fA-F]+" OUTPUT "${OUTPUT}")
1148 …string(REGEX REPLACE "0x([0-9a-f][0-9a-f][0-9a-f])$" "0x0\\1" OUTPUT "${OUTPUT}") # pad to 4 digi…
1441 # Check clock_gettime(CLOCK_MONOTONIC, x) support
H A Dacinclude.m41248 if test "x$want_ca" != "xno" -a "x$want_ca" != "xunset" -a \
1249 "x$want_capath" != "xno" -a "x$want_capath" != "xunset"; then
1253 elif test "x$want_ca" != "xno" -a "x$want_ca" != "xunset"; then
1257 elif test "x$want_capath" != "xno" -a "x$want_capath" != "xunset"; then
1316 if test "x$capath" != "xno"; then
1332 if test "x$capath" = "xno"; then
1336 if test "x$ca" != "xno"; then
1347 if test "x$ca" = "xno" && test "x$capath" = "xno"; then
1356 if test "x$with_ca_fallback" != "xyes" -a "x$with_ca_fallback" != "xno"; then
1363 if test "x$OPENSSL_ENABLED" != "x1" -a "x$GNUTLS_ENABLED" != "x1"; then
[all …]
H A Dbuildconf.bat194 rem Function to clean-up local variables under DOS, Windows 3.x and
195 rem Windows 9x as setlocal isn't available until Windows NT
H A Dconfigure.ac345 if test "x$APXS" = "x"; then
351 if test "x$HTTPD" = "x"; then
356 if test "x$HTTPD" = "x" -o "x$APACHECTL" = "x"; then
360 if test "x$APXS" = "x"; then
392 if test "x$TEST_NGHTTPX" != "x" -a "x$TEST_NGHTTPX" != "xnghttpx"; then
401 if test "x$TEST_CADDY" != "x"; then
2031 x)
2791 elif test x"$want_nghttp2_path" != x; then
2979 if test "x$NGTCP2_ENABLED" = "x1" -a "x$OPENSSL_ENABLED" = "x1" -a "x$OPENSSL_IS_BORINGSSL" = "x1";…
3952 if test x"$COMPILER_VERSION" = "x"; then
[all …]
/curl/docs/
H A DFAQ486 'application/x-www-form-urlencoded'.
/curl/docs/cmdline-opts/
H A Ddata-binary.md26 application/x-www-form-urlencoded. If you want the data to be treated as
H A Ddata.md28 content-type application/x-www-form-urlencoded. Compare to --form.
H A Dform.md87 curl -F 'colors="red; green; blue";type=text/x-myapp' example.com
H A Dignore-content-length.md19 servers running Apache 1.x, which reports incorrect Content-Length for
H A Dlocation.md36 You can tell curl to not change POST requests to GET after a 30x response by
H A Dpreproxy.md14 - --preproxy socks5://proxy.example -x http://http.example $URL
H A Dproxy-anyauth.md14 - --proxy-anyauth --proxy-user user:passwd -x proxy $URL
H A Dproxy-basic.md14 - --proxy-basic --proxy-user user:passwd -x proxy $URL
H A Dproxy-cacert.md16 - --proxy-cacert CA-file.txt -x https://proxy $URL
H A Dproxy-capath.md15 - --proxy-capath /local/directory -x https://proxy $URL
H A Dproxy-cert-type.md13 - --proxy-cert-type PEM --proxy-cert file -x https://proxy $URL
H A Dproxy-cert.md13 - --proxy-cert file -x https://proxy $URL
H A Dproxy-ciphers.md15 - --proxy-ciphers ECDHE-ECDSA-AES256-CCM8 -x https://proxy $URL
H A Dproxy-crlfile.md14 - --proxy-crlfile rejects.txt -x https://proxy $URL
H A Dproxy-digest.md14 - --proxy-digest --proxy-user user:passwd -x proxy $URL
H A Dproxy-header.md14 - --proxy-header "X-First-Name: Joe" -x http://proxy $URL
15 - --proxy-header "User-Agent: surprise" -x http://proxy $URL
16 - --proxy-header "Host:" -x http://proxy $URL

Completed in 59 milliseconds

12345678910>>...19