Searched refs:environment (Results 1 – 25 of 56) sorted by relevance
123
/curl/docs/cmdline-opts/ |
H A D | variable.md | 29 --variable can import environment variables into the name space. Opt to either 30 require the environment variable to be set or provide a default value for the 34 that environment variable is not already set. To provide a default value if 35 the environment variable is not set, use --variable %name=content or 37 environment variables are case insensitive.
|
H A D | noproxy.md | 25 This option overrides the environment variables that disable the proxy 26 (`no_proxy` and `NO_PROXY`) (added in 7.53.0). If there is an environment
|
H A D | proxy.md | 40 This option overrides existing environment variables that set the proxy to 41 use. If there is an environment variable setting a proxy, you can set proxy to 53 The proxy host can be specified the same way as the proxy environment
|
H A D | telnet-option.md | 28 Sets an environment variable.
|
H A D | proxy-user.md | 23 your environment by specifying a single colon with this option: "-U :".
|
H A D | netrc.md | 25 permissions (it should be neither world- nor group-readable). The environment
|
/curl/ |
H A D | Dockerfile | 5 # Self-contained build environment to match the release environment. 11 # Then run commands from within the build environment, for example 18 # or get into a shell in the build environment, for example
|
/curl/docs/libcurl/ |
H A D | libcurl-env.md | 16 libcurl-env - environment variables libcurl understands 20 libcurl reads and understands a set of environment variables that if set 23 supports a set of additional environment variables independently of this. 29 corresponding environment variable. A URL like https://example.com makes 35 systems actually have a case insensitive handling of environment variables and
|
H A D | libcurl-env-dbg.md | 16 libcurl-env-dbg - environment variables libcurl DEBUGBUILD understands 67 In the curl command line tool, built with `--enable-debug`, this environment 136 by the curl command line tool. The value of the environment variable 143 that are run via easy_perform. The value of the environment variable
|
H A D | curl_global_init.md | 33 This function sets up the program environment that libcurl needs. Think of it 38 function in libcurl. The environment it sets up is constant for the life of 62 See the description in libcurl(3) of global environment requirements for
|
H A D | curl_getenv.md | 16 curl_getenv - return value for environment name
|
/curl/tests/data/ |
H A D | test428 | 34 # getenv() for the blank environment variable which makes the test fail. 49 Expand environment variables within config file
|
H A D | test462 | 21 Missing environment variables in config file
|
H A D | test726 | 26 IPFS with no gateway URL (no environment or home file either)
|
H A D | test1106 | 33 FTP URL and with ftp_proxy environment variable set
|
H A D | test709 | 43 HTTP GET via SOCKS5 set in http_proxy environment variable
|
H A D | test63 | 28 HTTP with proxy authorization set in environment
|
H A D | test429 | 39 Expand environment variable in config file - too long name
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_PROXY.md | 91 of a proxy, even if there is an environment variable set for it. 111 libcurl respects the proxy environment variables named **http_proxy**, 119 The CURLOPT_PROXY(3) and CURLOPT_NOPROXY(3) options override environment 144 Since 7.14.1 the proxy environment variable names can include the protocol
|
H A D | CURLOPT_MAIL_AUTH.md | 33 This optional parameter allows co-operating agents in a trusted environment to 36 server acting in such an environment. If the application is operating as such
|
H A D | CURLOPT_NOPROXY.md | 39 proxy for all hostnames, even if there is an environment variable set for it. 59 If there is an environment variable called **no_proxy** (or **NO_PROXY**),
|
/curl/packages/vms/ |
H A D | clean_gnv_curl.com | 3 $! The GNV environment leaves behind some during the configure and build 13 $! This removes all build products and brings the environment back to 35 $ default_dir = f$environment("default")
|
H A D | backup_gnv_curl_src.com | 37 $ default_dir = f$environment("DEFAULT") 102 $ current_default = f$environment("DEFAULT")
|
H A D | pcsi_product_gnv_curl.com | 25 $ default_dir = f$environment("DEFAULT") 139 $ current_default = f$environment("DEFAULT")
|
/curl/tests/ |
H A D | CMakeLists.txt | 54 # replaced by the contents of the environment variable in runtests.pl. 56 # 'make' or 'ninja' cannot portably reference environment variables.
|
Completed in 22 milliseconds
123