代码搜索:proxy
找到约 9,859 项符合「proxy」的源代码
代码结果 9,859
www.eeworm.com/read/482889/1285085
hpp proxy.hpp
// Copyright David Abrahams 2002.
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#ifnde
www.eeworm.com/read/481348/1297413
h proxy.h
// Copyright (c) 1999-2000 Microsoft Corporation. All rights reserved.
#ifndef _proxy_h
#define _proxy_h
// Functions available from proxy.c module.
extern BOOL proxy_init(int slot_count, int
www.eeworm.com/read/481108/1299239
java proxy.java
//========================================================================
//$Id: Proxy.java 215 2006-02-15 09:43:07Z janb $
//Copyright 2000-2004 Mort Bay Consulting Pty. Ltd.
//---------------------
www.eeworm.com/read/476965/1365116
cpp proxy.cpp
/**
*
* @brief Definition of Proxy for ShapeResolver
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
#include
#include
#include "shaperesolve
www.eeworm.com/read/476965/1365122
cpp proxy.cpp
/**
*
* @brief Definition of Proxy
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
//System Include
#include
#include
//User Include
#inclu
www.eeworm.com/read/475888/1378680
c proxy.c
/*
* @(#)Proxy.c 1.12 06/10/10
*
* Copyright 1990-2008 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
*
* This program is free
www.eeworm.com/read/474783/1391495
js proxy.js
/*
* Ext JS Library 0.30
* Copyright(c) 2006-2009, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
/**
* @class Ext.sql.Proxy
* @extends Ext.data.DataProxy
* A
www.eeworm.com/read/472167/1418682
al proxy.al
# NOTE: Derived from ./blib/lib/LWP/UserAgent.pm. Changes made here will be lost.
package LWP::UserAgent;
sub proxy
{
my($self, $key, $proxy) = @_;
LWP::Debug::trace("$key, $proxy");
i