代码搜索:proxy
找到约 9,859 项符合「proxy」的源代码
代码结果 9,859
www.eeworm.com/read/205898/5014194
pm digest.pm
package LWP::Authen::Digest;
use strict;
require Digest::MD5;
sub authenticate
{
my($class, $ua, $proxy, $auth_param, $response,
$request, $arg, $size) = @_;
my($user, $pass) = $ua->
www.eeworm.com/read/198517/5086725
java classfieldlazyloader.java
package com.easyjf.dbo;
import org.apache.log4j.Logger;
import net.sf.cglib.proxy.LazyLoader;
public class ClassFieldLazyLoader implements LazyLoader {
private ClassField field;
priva
www.eeworm.com/read/197479/5094642
cpp quote3.cpp
#include "soapQuoteProxy.h" // get proxy
#include "Quote.nsmap" // get namespace bindings
using namespace std;
class Stock : public Quote // Quote is the name of the service (see quote3.h and Quote
www.eeworm.com/read/193432/5143640
java jiniserviceproxy.java
/*
* Copyright 1999 by dreamBean Software,
* All rights reserved.
*/
package smartproxy.proxies;
import java.io.IOException;
import java.lang.reflect.Proxy;
import java.lang.reflect.Method
www.eeworm.com/read/189285/5201585
java sampledynamicproxy.java
package com.thoughtworks.acceptance.objects;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
public class SampleDynamicProxy implements I
www.eeworm.com/read/184888/5244080
cfg nathelper_rtpp.cfg
#
# $Id: nathelper_rtpp.cfg,v 1.1.1.1 2005/06/13 16:47:41 bogdan_iancu Exp $
#
# example script showing use of nathelper module with RTP proxy
# (incomplete for sake of brevity)
#
# ----------- globa
www.eeworm.com/read/183719/5252524
c getpwnam_auth.c
/*
* getpwnam_auth.c
*
* AUTHOR: Erik Hofman
* Robin Elfrink
*
* Example authentication program for Squid, based on the
* original proxy_auth code from
www.eeworm.com/read/183719/5252575
c usersfile.c
/*
* usersfile.c
* (C) 2000 Antonino Iannella, Stellar-X Pty Ltd
* Released under GPL, see COPYING-2.0 for details.
*
* These routines are to allow users attempting to use the proxy which
* ha
www.eeworm.com/read/183719/5252578
c allowusers.c
/*
* allowusers.c
* (C) 2000 Antonino Iannella, Stellar-X Pty Ltd
* Released under GPL, see COPYING-2.0 for details.
*
* These routines are to allow users attempting to use the proxy which
* h
www.eeworm.com/read/183719/5252589
c denyusers.c
/*
* denyusers.c
* (C) 2000 Antonino Iannella, Stellar-X Pty Ltd
* Released under GPL, see COPYING-2.0 for details.
*
* These routines are to block users attempting to use the proxy which
* ha