/curl/scripts/ |
H A D | release-notes.pl | 93 sub extract { subroutine 137 my $ref = extract($2); 141 my $ref = extract($3); 145 my $ref = extract($1);
|
/curl/.github/scripts/ |
H A D | verify-synopsis.pl | 40 sub extract { subroutine 81 $error |= extract($m);
|
H A D | verify-examples.pl | 46 sub extract { subroutine 97 my $out = extract($m);
|
/curl/packages/vms/ |
H A D | build_gnv_curl_pcsi_text.com | 57 $ majorver = f$extract(0, 3, mmversion) 58 $ minorver = f$extract(3, 2, mmversion) 127 $ first_char = f$extract(0, 1, line_in) 150 $ first_char = f$extract(0, 1, line_in) 168 $ vernum = f$extract(1, f$length(node_swvers), node_swvers) 175 $ code = f$extract(0, 1, arch_type)
|
H A D | backup_gnv_curl_src.com | 9 $! VMS system to be able to extract ODS-5 filenames and directories. 40 $ arch_code = f$extract(0, 1, arch_type) 70 $ node_swvers_type = f$extract(0, 1, node_swvers) 71 $ node_swvers_vers = f$extract(1, f$length(node_swvers), node_swvers)
|
H A D | build_libcurl_pc.com | 41 $ majorver = f$extract(0, 3, mmversion) 42 $ minorver = f$extract(3, 2, mmversion) 47 $ kit_type = f$edit(f$extract(0, 1, majorver), "upcase") 107 $ key = f$extract(0, 1, line_in)
|
H A D | make_pcsi_curl_kit_name.com | 75 $ code = f$extract(0, 1, arch_type) 150 $ daily_tag = f$extract(4, daily_tag_len - 4, daily_tag)
|
H A D | pcsi_product_gnv_curl.com | 96 $ arch_code = f$extract(0, 1, arch_type) 120 $ majorver = f$extract(0, 3, mmversion) 121 $ minorver = f$extract(3, 2, mmversion)
|
H A D | build_gnv_curl_pcsi_desc.com | 76 $ majorver = f$extract(0, 3, mmversion) 77 $ minorver = f$extract(3, 2, mmversion) 82 $ kit_type = f$edit(f$extract(0, 1, majorver), "upcase") 118 $ vernum = f$extract(1, f$length(node_swvers), node_swvers) 125 $ code = f$extract(0, 1, arch_type) 126 $ arch_code = f$extract(0, 1, arch_type)
|
H A D | compare_curl_source.com | 101 $ odelim = f$extract(0, 1, mydir) 115 $ delim = f$extract(resultd_len, 1, resultd) 121 $ resultd = f$extract(0, resultd_len, resultd) + delim 199 $! delim = f$extract(rel_path_len, 1, rel_path)
|
/curl/docs/cmdline-opts/ |
H A D | pubkey.md | 22 curl attempts to automatically extract the public key from the private key
|
/curl/docs/libcurl/opts/ |
H A D | CURLINFO_PRIVATE.md | 52 /* extract the private pointer again */
|
H A D | CURLINFO_HTTPAUTH_AVAIL.md | 50 /* extract the available authentication types */
|
H A D | CURLINFO_USED_PROXY.md | 52 /* extract the available proxy authentication types */
|
H A D | CURLOPT_PRIVATE.md | 61 /* we can extract the private pointer again too */
|
H A D | CURLOPT_FILETIME.md | 37 transfer to extract the received time (if any).
|
H A D | CURLINFO_PROXYAUTH_AVAIL.md | 51 /* extract the available proxy authentication types */
|
H A D | CURLOPT_AUTOREFERER.md | 40 With CURLINFO_REFERER(3), applications can extract the actually used
|
H A D | CURLINFO_FTP_ENTRY_PATH.md | 53 /* extract the entry path */
|
H A D | CURLOPT_PINNEDPUBLICKEY.md | 87 If you do not have the server's public key file you can extract it from the 103 # extract public key in pem format from certificate
|
H A D | CURLOPT_PROXY_PINNEDPUBLICKEY.md | 84 If you do not have the https proxy server's public key file you can extract it 100 # extract public key in pem format from certificate
|
H A D | CURLINFO_CONTENT_TYPE.md | 58 /* extract the content-type */
|
H A D | CURLINFO_COOKIELIST.md | 58 /* extract all known cookies */
|
/curl/tests/data/ |
H A D | test1135 | 16 # The VMS and OS/400 builds extract the CURL_EXTERN protos and use in
|
/curl/docs/libcurl/ |
H A D | curl_easy_nextheader.md | 79 /* extract the normal headers from the first request */ 85 /* extract the normal headers + 1xx + trailers from the last request */
|