代码搜索:proxy

找到约 9,859 项符合「proxy」的源代码

代码结果 9,859
www.eeworm.com/read/126390/6017757

conf srv_basic_proxy_only_drop_priviledges.conf

# # Cctt - Covert Channel Tunneling Tool v0.1.3 # 17/01/2003 # $Id: srv_basic_proxy_only_drop_priviledges.conf,v 1.4 2003/02/18 13:05:33 simsim Exp $ # # Configuration file for Server (if executed wit
www.eeworm.com/read/345494/11813057

c dlldata.c

/********************************************************* DllData file -- generated by MIDL compiler DO NOT ALTER THIS FILE This file is regenerated by MIDL on every IDL file co
www.eeworm.com/read/412483/11198434

cpp bp_scene.cpp

/* * SOLID - Software Library for Interference Detection * Copyright (c) 2001 Dtecta * * All rights reserved. */ #include "BP_Scene.h" #include "BP_Proxy.h" #include
www.eeworm.com/read/204051/15346064

c dlldatax.c

// wrapper for dlldata.c #ifdef _MERGE_PROXYSTUB // merge proxy stub DLL #define REGISTER_PROXY_DLL //DllRegisterServer, etc. #define _WIN32_WINNT 0x0400 //for WinNT 4.0 or Win95 with DCOM #
www.eeworm.com/read/204051/15346103

c dlldatax.c

// wrapper for dlldata.c #ifdef _MERGE_PROXYSTUB // merge proxy stub DLL #define REGISTER_PROXY_DLL //DllRegisterServer, etc. #define _WIN32_WINNT 0x0400 //for WinNT 4.0 or Win95 with DCOM #
www.eeworm.com/read/204051/15346123

c dlldatax.c

// wrapper for dlldata.c #ifdef _MERGE_PROXYSTUB // merge proxy stub DLL #define REGISTER_PROXY_DLL //DllRegisterServer, etc. #define _WIN32_WINNT 0x0400 //for WinNT 4.0 or Win95 with DCOM #
www.eeworm.com/read/100656/15867943

c dlldatax.c

// wrapper for dlldata.c #ifdef _MERGE_PROXYSTUB // merge proxy stub DLL #define REGISTER_PROXY_DLL //DllRegisterServer, etc. #define _WIN32_WINNT 0x0400 //for WinNT 4.0 or Win95 with DCOM #
www.eeworm.com/read/417019/11007001

js 14.07 - general pattern for creating a virtual proxy.js

/* DynamicProxy abstract class, incomplete. */ var DynamicProxy = function() { this.args = arguments; this.initialized = false; }; DynamicProxy.prototype = { _initialize: function() { this.
www.eeworm.com/read/127767/14336958

txt e111. creating a proxy object.txt

public interface MyInterface { void method(); } public class MyInterfaceImpl implements MyInterface { public void method() { } } public clas