代码搜索:Gopher
找到约 232 项符合「Gopher」的源代码
代码结果 232
www.eeworm.com/read/138548/5815521
pm gopher.pm
#
# $Id: gopher.pm,v 1.19 1998/11/19 20:28:40 aas Exp $
# Implementation of the gopher protocol (RFC 1436)
#
# This code is based on 'wwwgopher.pl,v 0.10 1994/10/17 18:12:34 shelden'
# which in turn
www.eeworm.com/read/138548/5815568
pm gopher.pm
package URI::gopher; # , Dec 4, 1996
require URI::_server;
@ISA=qw(URI::_server);
use strict;
use URI::Escape qw(uri_unescape);
# A Gopher URL follows the common internet
www.eeworm.com/read/137626/5823232
h gopher.h
/* $Id: gopher.h,v 1.2 2004/10/08 17:19:26 zas Exp $ */
#ifndef EL__PROTOCOL_GOPHER_GOPHER_H
#define EL__PROTOCOL_GOPHER_GOPHER_H
#include "modules/module.h"
#include "protocol/protocol.h"
#ifdef C
www.eeworm.com/read/137626/5823233
c gopher.c
/* Gopher access protocol (RFC 1436) */
/* $Id: gopher.c,v 1.31.2.2 2005/05/01 21:04:46 jonas Exp $ */
/* Based on version of HTGopher.c in the lynx tree.
*
* Author tags:
* TBL Tim Berners-Lee
*
www.eeworm.com/read/100043/6275687
c gopher.c
/*
* $Id: gopher.c,v 1.150 1999/01/31 15:58:54 wessels Exp $
*
* DEBUG: section 10 Gopher
* AUTHOR: Harvest Derived
*
* SQUID Internet Object Cache http://squid.nlanr.net/Squid/
* -------
www.eeworm.com/read/229410/14340029
h gopher.h
/***************************************************************************/
/* This code is part of WWW grabber called pavuk */
/* Copyright (c) 1997 - 2001 Stefan Ondre
www.eeworm.com/read/229410/14340182
c gopher.c
/***************************************************************************/
/* This code is part of WWW grabber called pavuk */
/* Copyright (c) 1997 - 2001 Stefan Ondre
www.eeworm.com/read/472167/1418742
pm gopher.pm
#
# $Id: gopher.pm,v 1.1 1999/07/21 19:12:36 kraven Exp $
# Implementation of the gopher protocol (RFC 1436)
#
# This code is based on 'wwwgopher.pl,v 0.10 1994/10/17 18:12:34 shelden'
# which in tur
www.eeworm.com/read/472167/1418763
pm gopher.pm
package URI::URL::gopher;
require URI::URL::_generic;
@ISA = qw(URI::URL::_generic);
use URI::Escape qw(uri_unescape);
sub default_port { 70 }
sub _parse {
my($self, $init) = @_;
$self->U
www.eeworm.com/read/460691/1558572
pm gopher.pm
#
# $Id: gopher.pm,v 1.17 1997/12/15 20:22:02 aas Exp $
# Implementation of the gopher protocol (RFC 1436)
#
# This code is based on 'wwwgopher.pl,v 0.10 1994/10/17 18:12:34 shelden'
# which in