Searched +full:- +full:- +full:disable +full:- +full:gopher (Results 1 – 25 of 31) sorted by relevance
12
| /external/curl/docs/ |
| D | CURL-DISABLE.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 7 # Code defines to disable features and protocols 11 Disable support for Alt-Svc: HTTP headers. 15 Disable support for binding the local end of connections. 19 Disable support for HTTP cookies. 23 Disable support for the Basic authentication methods. 27 Disable support for the Bearer authentication methods. 31 Disable support for the Digest authentication methods. [all …]
|
| D | URL-SYNTAX.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 14 - [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986) (although URL is called 16 - [The WHATWG URL Specification](https://url.spec.whatwg.org/) 68 inter-operate better with URLs that appear in the wild. 78 by re-encoding them to `%20`. 80 ### non-ASCII 83 are percent-encoded by curl. 89 RFC 3986 but not according to the WHATWG spec - which allows one to infinity [all …]
|
| D | FAQ | 20 1.11 Why do you not update ca-bundle.crt 35 3.3 Why does my posting using -F not work? 37 3.5 How can I disable the Accept: */* header? 42 3.10 What about SOAP, WebDAV, XML-RPC or similar protocols over HTTP? 43 3.11 How do I POST with a different Content-Type? 44 3.12 Why do FTP-specific features over HTTP proxy fail? 54 3.22 curl -X gives me HTTP problems 74 4.13 Why is curl -R on Windows one hour off? 78 4.17 Non-functional connect timeouts on Windows 81 4.20 curl does not return error for HTTP non-200 responses [all …]
|
| D | curl.1 | 8 .\" * Copyright (C) 1998 \- 2021, Daniel Stenberg, <daniel@haxx.se>, et al. 27 curl \- transfer a URL 32 protocols: DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, 42 curl is powered by libcurl for all transfer-related features. See 45 The URL syntax is protocol-dependent. You find a detailed description in 55 "ftp://ftp.example.com/file[1-100].txt" 57 "ftp://ftp.example.com/file[001-100].txt" (with leading zeros) 59 "ftp://ftp.example.com/file[a-z].txt" 64 "http://example.com/archive[1996-1999]/vol[1-4]/part{a,b,c}.html" 73 "http://example.com/file[1-100:10].txt" [all …]
|
| /external/curl/ |
| D | androidconfigure | 3 set -e 8 echo "Run 'lunch aosp_arm-eng' and build the current version first." >&2 20 HOST="arm-linux-androideabi" 22 export CC="${T}/prebuilts/clang/host/linux-x86/${CLANG_VERSION}/bin/clang" 23 export LD="${T}/prebuilts/clang/host/linux-x86/${CLANG_VERSION}/bin/lld" 28 "--sysroot ${T}/out/soong/ndk/sysroot/" 31 "-I${T}/external/zlib/" 32 # We don't have target-specific clang binaries like the NDK, so provide 34 "--target=armv7a-linux-androideabi34" 41 "-L${ANDROID_PRODUCT_OUT}/system/lib/" [all …]
|
| D | .azure-pipelines.yml | 21 # SPDX-License-Identifier: curl 32 - 'master' 33 - '*/ci' 36 - '.circleci/*' 37 - '.cirrus.yml' 38 - '.github/*' 39 - '.github/workflows/*' 40 - 'appveyor.*' 41 - 'packages/*' 42 - 'plan9/*' [all …]
|
| D | configure.ac | 21 # SPDX-License-Identifier: curl 29 AC_INIT([curl], [-], [a suitable curl mailing list: https://curl.se/mail/]) 67 if test -z "$SED"; then 71 if test -z "$SED" || test "$SED" = "not_found"; then 79 if test -z "$GREP"; then 83 if test -z "$GREP" || test "$GREP" = "not_found"; then 89 dnl 'grep -E' is mandatory for configure process and libtool. 91 if test -z "$EGREP"; then 93 AC_MSG_CHECKING([that grep -E works]) 94 if echo a | ($GREP -E '(a|b)') >/dev/null 2>&1; then [all …]
|
| D | CMakeLists.txt | 21 # SPDX-License-Identifier: curl 29 # sub-projects in a larger build using `FetchContent`. To support 32 # https://cmake.org/cmake/help/latest/module/FetchContent.html#integrating-with-find-package 61 string(REGEX MATCH "#define LIBCURL_VERSION_NUM 0x[0-9a-fA-F]+" 66 # Setup package meta-data 71 # SET(PACKAGE_VERSION "-") 72 # SET(PACKAGE_STRING "curl-") 91 option(ENABLE_ARES "Set to ON to enable c-ares support" OFF) 92 option(CURL_DISABLE_INSTALL "Set to ON to disable installation targets" OFF) 99 add_definitions(-D_WIN32_WINNT=${CURL_TARGET_WINDOWS_VERSION}) [all …]
|
| D | configure | 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.71 for curl -. 8 # Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, 19 ## -------------------------------- ## 21 ## -------------------------------- ## 66 # Try built-in echo, and fail. 77 (`test -n "$xc_tst_str" >/dev/null 2>&1`) && xc_tst_str='success' 93 (`test -n "$PATH" >/dev/null 2>&1`) && xc_tst_str='success' 126 | sed -e 's:unknown:success:' 2>/dev/null` 160 | tr -d "0123456789$xc_tab" 2>/dev/null` [all …]
|
| /external/curl/packages/vms/ |
| D | build_curl-config_script.com | 1 $! build_curl-config_script.com 3 $! This generates the curl-config. script from the curl-config.in file. 19 $! SPDX-License-Identifier: ISC 23 $! Skip this if the curl-config. already exists. 24 $ if f$search("[--]curl-config.") .nes. "" then goto all_exit 38 $ x_cppflag_curl_staticlib = "-DCURL_STATICLIB" 43 $ x_support_protocols1 = "DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS LDAP" 52 $ part1 = "-L/usr/lib -L/SSL_LIB -lssl -lcrypto -lz" 57 $ x_libcurl_libs = part1 + " -lgssapi" 62 $!----------------------- [all …]
|
| /external/curl/.github/workflows/ |
| D | macos.yml | 3 # SPDX-License-Identifier: curl 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '.azure-pipelines.yml' 15 - '.circleci/**' 16 - '.cirrus.yml' 17 - 'appveyor.*' 18 - 'packages/**' [all …]
|
| /external/curl/tests/ |
| D | FILEFORMAT.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 12 in its own line. Comments are either XML-style (enclosed with `<!--` and 13 `-->`) or shell script style (beginning with `#`) and must appear on their own 43 or even percent-encoded individual bytes. As an example, insert the HTTP 56 %hex[ %XX-encoded data to decode ]hex% 96 Accept-Encoding 103 Accept-Encoding: not-brotli 110 Accept-Encoding: brotli [all …]
|
| /external/curl/scripts/ |
| D | ciconfig.pl | 22 # SPDX-License-Identifier: curl 29 # --enable- 32 'fast-install' => 1, 33 'silent-rules' => 1, 49 'gopher' => 1, 52 'libcurl-option' => 1, 55 'openssl-auto-load-config' => 1, 56 'versioned-symbols' => 1, 57 'symbol-hiding' => 1, 58 'threaded-resolver' => 1, [all …]
|
| /external/curl/.circleci/ |
| D | config.yml | 21 # SPDX-License-Identifier: curl 28 # See https://circleci.com/docs/configuration-reference/#macos-execution-environment 30 …ion of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference 36 - run: 38 autoreconf -fi 39 … ./configure --enable-warnings --enable-werror --with-openssl || { tail -1000 config.log; false; } 41 configure-openssl-no-verbose: 43 - run: 45 autoreconf -fi 46 … ./configure --disable-verbose --enable-werror --with-openssl || { tail -1000 config.log; false; } [all …]
|
| /external/curl/lib/ |
| D | curl_config.h.in | 3 /* Ignore c-ares deprecation warnings */ 21 /* disable alt-svc */ 24 /* to disable AWS sig support */ 27 /* to disable basic authentication */ 30 /* to disable bearer authentication */ 33 /* disable local binding support */ 36 /* to disable cookies support */ 39 /* to disable DICT */ 42 /* to disable digest authentication */ 45 /* disable DoH */ [all …]
|
| D | curl_config.h | 4 /* Ignore c-ares deprecation warnings */ 22 /* disable alt-svc */ 25 /* to disable cookies support */ 28 /* to disable DICT */ 31 /* disable DoH */ 34 /* to disable FILE */ 37 /* disable form API */ 40 /* to disable FTP */ 43 /* to disable curl_easy_options */ 46 /* to disable Gopher */ [all …]
|
| D | url.c | 21 * SPDX-License-Identifier: curl 89 #include "urlapi-int.h" 112 #include "gopher.h" 160 * 'h' [in] - struct Curl_handler pointer. 167 DEBUGASSERT(h->family); in get_protocol_family() 168 return h->family; in get_protocol_family() 173 /* Free all dynamic strings stored in the data->set substructure. */ in Curl_freeset() 178 Curl_safefree(data->set.str[i]); in Curl_freeset() 182 Curl_safefree(data->set.blobs[j]); in Curl_freeset() 185 if(data->state.referer_alloc) { in Curl_freeset() [all …]
|
| /external/golang-protobuf/reflect/protorange/ |
| D | example_test.go | 2 // Use of this source code is governed by a BSD-style 26 detrand.Disable() 49 m, ok := proto.Index(-1).Value.Interface().(protoreflect.Message) 64 // in a depth-first order. 76 Name: "gopher-birthday.png", 106 // in a message in depth-first order. 121 "go1.10.darwin-amd64.pkg": "cbb38bb6ff6ea86279e01745984445bf", 122 "go1.10.linux-amd64.tar.gz": "6b3d0e4a5c77352cf4275573817f7566", 123 "go1.10.windows-amd64.msi": "57bda02030f58f5d2bf71943e1390123", 137 last := p.Index(-1) [all …]
|
| /external/bazelbuild-rules_go/go/ |
| D | nogo.rst | 1 |logo| nogo build-time code analysis 5 .. _configuring-analyzers: nogo.rst#configuring-analyzers 13 .. _golangci-lint: https://github.com/golangci/golangci-lint 15 .. _sluongng/nogo-analyzer: https://github.com/sluongng/nogo-analyzer 22 …gopher, which was designed by Renee French. (http://reneefrench.blogspot.com/) The design is licen… 32 compiler-like errors. 34 ``nogo`` is a powerful tool for preventing bugs and code anti-patterns early 41 ----- 44 ----- 80 …go_register_toolchains(nogo = "@//:my_nogo") # my_nogo is in the top-level BUILD file of this work… [all …]
|
| /external/curl/tests/server/ |
| D | sws.c | 21 * SPDX-License-Identifier: curl 88 static long prevtestno = -1; /* previous test number we served */ 89 static long prevpartno = -1; /* previous part number we served */ 110 size_t cl; /* Content-Length of the incoming request */ 113 int delay; /* if non-zero, delay this number of msec after connect */ 114 int writedelay; /* if non-zero, delay this number of milliseconds between 116 int skip; /* if non-zero, the server is instructed to not read this 118 bytes said in Content-Length, but the server only reads N 119 - skip bytes. */ 157 they can co-exist with the same program running as a "server" */ [all …]
|
| /external/skia/ |
| D | go_repositories.bzl | 1 """This module contains a Gazelle-generated go_repositories macro that mirrors //go.mod. 3 To update this file, please un "make -C bazel gazelle_update_repo". 9 """This Gazelle-generated macro defines repositories for the Go modules in //go.mod.""" 15 version = "v0.0.0-20190523083050-ea95bdfd59fc", 27 importpath = "github.com/aclements/go-moremath", 29 version = "v0.0.0-20190830160640-d16893ddf098", 36 version = "v2.0.0-alpha7", 43 version = "v0.0.0-20190718012654-fb15b899a751", 49 version = "v0.0.0-20190924025748-f65c72e2690d", 53 importpath = "github.com/alicebob/gopher-json", [all …]
|
| /external/python/cpython2/Misc/NEWS.d/ |
| D | 2.6a1.rst | 4 .. release date: 29-Feb-2008 147 Limit free list of method and built-in function objects to 256 entries each. 158 internal free lists of pre-allocted ints and floats. 177 Fix a bug that identifies 0j and -0j when they appear in the same code unit. 245 .. nonce: GX0t-e 259 Python compiles with --enable-unicode=no again. However several extension 266 .. nonce: -TxSag 328 speedups in heavily object-oriented code. 334 .. nonce: JYdqH- 356 Add -B command line option, PYTHONDONTWRITEBYTECODE envvar and [all …]
|
| /external/python/cpython2/Misc/ |
| D | HISTORY | 2 -------------- 7 file of the release25-maint branch.) 16 *Release date: 17-AUG-2006* 19 ----------------- 21 - Unicode objects will no longer raise an exception when being 34 - Fix segfault when doing string formatting on subclasses of long. 36 - Fix bug related to __len__ functions using values > 2**32 on 64-bit machines 37 with new-style classes. 39 - Fix bug related to __len__ functions returning negative values with 42 - Patch #1538606, Fix __index__() clipping. There were some problems [all …]
|
| /external/python/cpython3/Misc/ |
| D | HISTORY | 2 -------------- 13 Release date: 2017-01-17 21 Release date: 2017-01-02 24 ----------------- 26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X 29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug 33 ------- 35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle 39 - In the curses module, raise an error if window.getstr() or window.instr() is 42 - Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller. [all …]
|
| /external/curl/src/ |
| D | tool_hugehelp.c | 18 " curl - transfer a URL\n" in hugehelp() 25 " these protocols: DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS,\n" in hugehelp() 32 " curl offers a busload of useful tricks like proxy support, user authen-\n" in hugehelp() 33 " tication, FTP upload, HTTP post, SSL connections, cookies, file trans-\n" in hugehelp() 39 " curl is powered by libcurl for all transfer-related features. See\n" in hugehelp() 43 " The URL syntax is protocol-dependent. You find a detailed description\n" in hugehelp() 55 " \"ftp://ftp.example.com/file[1-100].txt\"\n" in hugehelp() 57 " \"ftp://ftp.example.com/file[001-100].txt\" (with leading zeros)\n" in hugehelp() 59 " \"ftp://ftp.example.com/file[a-z].txt\"\n" in hugehelp() 64 " \"http://example.com/archive[1996-1999]/vol[1-4]/part{a,b,c}.html\"\n" in hugehelp() [all …]
|
12