代码搜索:REQUEST
找到约 10,000 项符合「REQUEST」的源代码
代码结果 10,000
www.eeworm.com/read/131843/5927075
h request.h
// Request.h : interface of the CRequest class
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1997-1998 Microsoft Corporation
// All rights reserved.
//
/
www.eeworm.com/read/131843/5927091
cpp request.cpp
// Request.cpp : implementation of the CRequest class
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1997-1998 Microsoft Corporation
// All rights reserved.
www.eeworm.com/read/131315/5941706
h request.h
// -*- C++ -*-
/* Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc.
Written by James Clark (jjc@jclark.com)
This file is part of groff.
groff is free software; you can redistr
www.eeworm.com/read/130382/5957774
c request.c
/*
* Copyright (c) 1995 Regents of the University of Michigan.
* All rights reserved.
*
* request.c - sending of ldap requests; handling of referrals
*/
#ifndef lint
static char copy
www.eeworm.com/read/130122/5964383
java request.java
package com.croftsoft.apps.chat.request;
import java.io.Serializable;
import com.croftsoft.core.security.Authentication;
/*******************************************************
www.eeworm.com/read/130122/5964542
java request.java
package com.croftsoft.apps.mars.net.request;
import java.io.Serializable;
/*********************************************************************
* Network request object.
*
www.eeworm.com/read/128149/5992426
java request.java
package WebServer;
import java.io.InputStream;
import java.io.IOException;
public class Request {
private InputStream input;
private String uri;
public Request(InputStream input) {
this.i
www.eeworm.com/read/128149/5992430
java request.java
package WebServer;
import java.io.InputStream;
import java.io.IOException;
public class Request {
private InputStream input;
private String uri;
public Request(InputStream input) {
this.i
www.eeworm.com/read/128149/5992433
java request.java
package FtpServer;
import java.io.InputStream;
import java.io.IOException;
public class Request {
public static final int LOGIN_USER = 0; //USER
public static final int LOGIN_PASS = 1; //PASS
p