Searched full:gopher (Results 1 – 25 of 115) sorted by relevance
12345
/external/curl/tests/data/ |
D | test1200 | 4 GOPHER 22 gopher 25 Gopher index 28 gopher://%HOSTIP:%GOPHERPORT/1/%TESTNUMBER
|
D | test1201 | 4 GOPHER 22 gopher 25 Gopher selector 28 gopher://%HOSTIP:%GOPHERPORT/1/selector/SELECTOR/%TESTNUMBER?
|
D | test1203 | 4 GOPHER-ipv6 26 gopher-ipv6 29 Gopher IPv6 index 32 -g gopher://%HOST6IP:%GOPHER6PORT/1/moo/%TESTNUMBER
|
D | test1202 | 4 GOPHER 23 gopher 26 Gopher query 29 "gopher://%HOSTIP:%GOPHERPORT/7/the/search/engine%09query%20succeeded/%TESTNUMBER"
|
D | test1563 | 4 GOPHER 17 Location: gopher://www.example.co.uk
|
D | test445 | 28 gopher 49 -x http://%HOSTIP:%PROXYPORT/%TESTNUMBER -p gopher://127.0.0.1 dict://127.0.0.1 http://moo https://…
|
D | test1272 | 4 GOPHER
|
/external/curl/tests/ |
D | http-server.pl | 54 my $gopher = 0; 98 elsif($ARGV[0] eq '--gopher') { 99 $gopher = 1; 144 $flags .= "--gopher " if($gopher);
|
D | runtests.pl | 216 my $gopher_ipv6; # set if Gopher server has IPv6 support 438 for my $proto (('ftp', 'gopher', 'http', 'imap', 'pop3', 'smtp', 'http/2', 'http/3')) { 915 if($proto eq "gopher") { 916 # gopher is funny 1449 'gopher' => \&verifyhttp, 1693 $flags .= "--gopher " if($proto eq "gopher"); 1794 $flags .= "--connect " . protoport("gopher"); 2728 # Single shot http and gopher server responsiveness test. This should only 3448 'GOPHER', 'GOPHER6', 'GOPHERS', 4979 if($what =~ /^(ftp|gopher|http|imap|pop3|smtp)s((\d*)(-ipv6|-unix|))$/) { [all …]
|
D | FILEFORMAT.md | 124 - `%GOPHER6PORT` - IPv6 port number of the Gopher server 125 - `%GOPHERPORT` - Port number of the Gopher server 357 - `gopher` 358 - `gopher-ipv6`
|
/external/okhttp/okhttp-tests/src/test/resources/ |
D | web-platform-test-urltestdata.txt | 73 gopher:/example.com/ s:gopher h:example.com p:/ 84 gopher:example.com/ s:gopher h:example.com p:/ 184 gopher://foo:70/ s:gopher h:foo p:/ 185 gopher://foo:443/ s:gopher h:foo port:443 p:/ 200 gopher:/example.com/ s:gopher h:example.com p:/ 211 gopher:example.com/ s:gopher h:example.com p:/
|
/external/python/cpython2/Demo/sockets/ |
D | README | 7 gopher.py A simple gopher client.
|
D | gopher.py | 3 # A simple gopher client. 5 # Usage: gopher [ [selector] host [port] ] 14 DEF_HOST = 'gopher.micro.umn.edu' 327 print 'usage: gopher [ [selector] host [port] ]'
|
/external/curl/lib/ |
D | gopher.c | 36 #include "gopher.h" 59 * Gopher protocol handler. 65 "GOPHER", /* scheme */ 232 failf(data, "Failed sending Gopher request"); in gopher_do()
|
D | Makefile.inc | 150 gopher.c \ 288 gopher.h \
|
/external/python/cpython2/Lib/ |
D | urlparse.py | 37 uses_relative = ['ftp', 'http', 'gopher', 'nntp', 'imap', 41 uses_netloc = ['ftp', 'http', 'gopher', 'nntp', 'telnet', 51 non_hierarchical = ['gopher', 'hdl', 'mailto', 'news', 54 'gopher', 'rtsp', 'rtspu', 'sip', 'sips', ''] 55 uses_fragment = ['ftp', 'hdl', 'http', 'gopher', 'news',
|
/external/curl/docs/ |
D | HISTORY.md | 29 We soon found and fixed support for getting currencies over GOPHER. Once FTP 211 January: We dropped support for Gopher. We found bugs in the implementation 276 Gopher support added (re-added actually, see January 2006)
|
D | CURL-DISABLE.md | 38 Disable the GOPHER protocol.
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/bzip2/ |
D | PythonTruncatedBzip2Test.java | 43 …perator:/root:\ngames:x:12:100:games:/usr/games:\ngopher:x:13:30:gopher:/usr/lib/gopher-data:\nftp…
|
/external/AFLplusplus/dictionaries/ |
D | url.dict | 13 "gopher"
|
/external/curl/docs/cmdline-opts/ |
D | page-header | 34 protocols: DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, 124 .IP GOPHER(S)
|
/external/curl/docs/libcurl/opts/ |
D | CURLOPT_DEFAULT_PROTOCOL.3 | 42 dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3,
|
D | CURLOPT_PROTOCOLS_STR.3 | 47 DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS,
|
D | CURLOPT_REDIR_PROTOCOLS_STR.3 | 53 DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS,
|
/external/oss-fuzz/infra/cifuzz/test_data/ |
D | example_curl_file_list.json | 1 …lib/ftp.c", "lib/ftplistparser.c", "lib/getenv.c", "lib/getinfo.c", "lib/gopher.c", "lib/hash.c", …
|
12345