代码搜索:proxy
找到约 9,859 项符合「proxy」的源代码
代码结果 9,859
www.eeworm.com/read/419415/2077518
c win32sudokuengine_p.c
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 6.00.0366 */
/* at Tue Aug 26 11:38:41 2008
*/
/* Compiler settings for .\Win32Sudo
www.eeworm.com/read/417188/2103967
c sgip_p.c
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 5.01.0164 */
/* at Sat Nov 06 14:47:41 2004
*/
/* Compiler settings for D:\PROJECTS\VC\P
www.eeworm.com/read/415665/2134061
c win32sudokuengine_p.c
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 6.00.0366 */
/* at Tue Aug 26 11:38:41 2008
*/
/* Compiler settings for .\Win32Sudo
www.eeworm.com/read/411488/2187717
cpp _template.cpp
#include
#include
#include "cppunit_proxy.h"
#if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES)
using namespace std;
#endif
//
// TestCase class
//
class Test : public CPP
www.eeworm.com/read/411488/2187738
cpp queue_test.cpp
#include
#include
#include
#include
#include
#include "cppunit/cppunit_proxy.h"
#if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES)
using namespace st
www.eeworm.com/read/411488/2187870
cpp stack_test.cpp
#include
#include
#include
#include
#include
#include "cppunit/cppunit_proxy.h"
#if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES)
using namespace std
www.eeworm.com/read/411488/2187887
cpp rawriter_test.cpp
#include
#include
#include
#include "cppunit/cppunit_proxy.h"
#if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES)
using namespace std;
#endif
class X
{
public:
www.eeworm.com/read/408009/2255504
h htproxy.h
/*
W3C Sample Code Library libwww Proxies and Gateways
!
Proxy and gateway Manager
!
*/
/*
** (c) COPYRIGHT MIT 1995.
** Please first read the full copyright statement in the file COPYRIG
www.eeworm.com/read/407131/2268226
java myproxy.java
package com.interceptor;
import java.lang.reflect.Proxy;
public class MyProxy {
public Object getProxy(Object obj) {
MyHandler myHandler = new MyHandler();
myHandler.setObj(obj);
www.eeworm.com/read/399659/2359372
java invoicemanager.java
package proxy;
import java.sql.*;
import connector.Executor;
import connector.Searcher;
public class InvoiceManager {
private static Searcher s = new Searcher();
private static Executor