Home
last modified time | relevance | path

Searched full:gopher (Results 1 – 25 of 115) sorted by relevance

12345

/external/curl/tests/data/
Dtest12004 GOPHER
22 gopher
25 Gopher index
28 gopher://%HOSTIP:%GOPHERPORT/1/%TESTNUMBER
Dtest12014 GOPHER
22 gopher
25 Gopher selector
28 gopher://%HOSTIP:%GOPHERPORT/1/selector/SELECTOR/%TESTNUMBER?
Dtest12034 GOPHER-ipv6
26 gopher-ipv6
29 Gopher IPv6 index
32 -g gopher://%HOST6IP:%GOPHER6PORT/1/moo/%TESTNUMBER
Dtest12024 GOPHER
23 gopher
26 Gopher query
29 "gopher://%HOSTIP:%GOPHERPORT/7/the/search/engine%09query%20succeeded/%TESTNUMBER"
Dtest15634 GOPHER
17 Location: gopher://www.example.co.uk
Dtest44528 gopher
49 -x http://%HOSTIP:%PROXYPORT/%TESTNUMBER -p gopher://127.0.0.1 dict://127.0.0.1 http://moo https://…
Dtest12724 GOPHER
/external/curl/tests/
Dhttp-server.pl54 my $gopher = 0;
98 elsif($ARGV[0] eq '--gopher') {
99 $gopher = 1;
144 $flags .= "--gopher " if($gopher);
Druntests.pl216 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 …]
DFILEFORMAT.md124 - `%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/
Dweb-platform-test-urltestdata.txt73 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/
DREADME7 gopher.py A simple gopher client.
Dgopher.py3 # 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/
Dgopher.c36 #include "gopher.h"
59 * Gopher protocol handler.
65 "GOPHER", /* scheme */
232 failf(data, "Failed sending Gopher request"); in gopher_do()
DMakefile.inc150 gopher.c \
288 gopher.h \
/external/python/cpython2/Lib/
Durlparse.py37 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/
DHISTORY.md29 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)
DCURL-DISABLE.md38 Disable the GOPHER protocol.
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/bzip2/
DPythonTruncatedBzip2Test.java43 …perator:/root:\ngames:x:12:100:games:/usr/games:\ngopher:x:13:30:gopher:/usr/lib/gopher-data:\nftp…
/external/AFLplusplus/dictionaries/
Durl.dict13 "gopher"
/external/curl/docs/cmdline-opts/
Dpage-header34 protocols: DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS,
124 .IP GOPHER(S)
/external/curl/docs/libcurl/opts/
DCURLOPT_DEFAULT_PROTOCOL.342 dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3,
DCURLOPT_PROTOCOLS_STR.347 DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS,
DCURLOPT_REDIR_PROTOCOLS_STR.353 DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS,
/external/oss-fuzz/infra/cifuzz/test_data/
Dexample_curl_file_list.json1 …lib/ftp.c", "lib/ftplistparser.c", "lib/getenv.c", "lib/getinfo.c", "lib/gopher.c", "lib/hash.c", …

12345