代码搜索:REQUEST
找到约 10,000 项符合「REQUEST」的源代码
代码结果 10,000
www.eeworm.com/read/358236/2998937
java request.java
import java.io.Serializable;
public class Request implements java.io.Serializable {}
www.eeworm.com/read/358236/2998997
jsp request.jsp
JSP Request Object
Request Information
JSP Request Method:
Request URI:
www.eeworm.com/read/358128/2999759
pm request.pm
package HTTP::Request;
# $Id: Request.pm,v 1.40 2004/04/07 10:44:47 gisle Exp $
require HTTP::Message;
@ISA = qw(HTTP::Message);
$VERSION = sprintf("%d.%02d", q$Revision: 1.40 $ =~ /(\d+)\.(\d+)/);
www.eeworm.com/read/358128/2999792
pm request.pm
package DBI::Gofer::Request;
# $Id: Request.pm 10087 2007-10-16 12:42:37Z timbo $
#
# Copyright (c) 2007, Tim Bunce, Ireland
#
# You may distribute under the terms of either the GNU General Pub
www.eeworm.com/read/358128/2999827
pm request.pm
package Apache2::Request;
use APR::Request::Param;
use APR::Request::Apache2;
use Apache2::RequestRec;
push our @ISA, qw/Apache2::RequestRec APR::Request::Apache2/;
our $VERSION = "2.08";
my %old_lim
www.eeworm.com/read/358128/2999952
pm request.pm
#
# /*
# * *********** WARNING **************
# * This file generated by My::WrapXS/2.08
# * Any changes made here will be lost
# * ***********************************
# * 1. /opt/lampp/lib/perl
www.eeworm.com/read/358128/2999960
pod request.pod
=head1 NAME
APR::Request - wrapper for libapreq2's module/handle API.
=begin testing
use APR::Pool;
use APR::Brigade;
use APR::Bucket;
use APR::BucketAlloc;
use APR::Request;
www.eeworm.com/read/357209/3028175
c request.c
/*
** $Id: request.c,v 1.20 2004/06/26 07:49:32 weiym Exp $
**
** request.c: handle request of clients.
**
** Copyright (C) 2003 Feynman Software
** Copyright (C) 2000 ~ 2002 Wei Yongming.
**
** Cur
www.eeworm.com/read/357131/3028750
py request.py
# request.py
#
# Implements a high level request dispatcher that
# validates user input and maps recognized command
# strings to functions that invoke game behavior.
#
# Author: Matthew Walker