HomeSort by relevance Sort by last modified time
    Searched refs:gopher (Results 1 - 11 of 11) sorted by null

  /external/curl/tests/
httpserver.pl 47 my $gopher = 0;
85 elsif($ARGV[0] eq '--gopher') {
86 $gopher = 1;
126 $flags .= "--gopher " if($gopher);
serverhelp.pm 88 /^(tftp|sftp|socks|ssh|rtsp|gopher|httptls)(\d*)(-ipv6|)$/) {
108 ($proto =~ /^(((FTP|HTTP|IMAP|POP3|SMTP|HTTP-PIPE)S?)|(TFTP|SFTP|SOCKS|SSH|RTSP|GOPHER|HTTPTLS))$/));
  /prebuilts/go/darwin-x86/misc/chrome/gophertool/
popup.js 18 console.log("hacking gopher pop-up loaded.");
  /prebuilts/go/linux-x86/misc/chrome/gophertool/
popup.js 18 console.log("hacking gopher pop-up loaded.");
  /libcore/ojluni/src/main/java/sun/net/www/protocol/gopher/
Handler.java 26 package sun.net.www.protocol.gopher;
40 * A class to handle the gopher protocol.
GopherClient.java 25 package sun.net.www.protocol.gopher;
37 /** Class to maintain the state of a gopher fetch and handle the protocol */
93 * @return true if gopher connections should go through a proxy, according
122 /** Given a url, setup to fetch the gopher document it refers to */
255 /** This method is run as a seperate thread when an incoming gopher
262 ps.print("<html><head><title>Searchable Gopher Index</title></head>\n<body><h1>Searchable Gopher Index</h1><isindex>\n</body></html>\n");
278 title = "Gopher directory " + gkey + " from " + u.getHost();
302 ps.print("<dt><a href=\"gopher://" + host + port + "/"
  /prebuilts/gdb/darwin-x86/lib/python2.7/
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',
  /prebuilts/gdb/linux-x86/lib/python2.7/
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',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
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',
  /libcore/
openjdk_java_files.mk     [all...]

Completed in 513 milliseconds