代码搜索:proxy
找到约 9,859 项符合「proxy」的源代码
代码结果 9,859
www.eeworm.com/read/247207/4485917
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/247207/4485928
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
www.eeworm.com/read/246012/4499378
java proxyfactory.java
/*
* Created on 2007-3-7
* Last modified on 2007-3-7
* Powered by YeQiangWei.com
*/
package com.yeqiangwei.club.service.proxy;
public class ProxyFactory {
public static ProxyInt
www.eeworm.com/read/230244/4723393
c myrandplottest_idl_p.c
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 5.01.0164 */
/* at Tue Nov 15 09:20:13 2005
*/
/* Compiler settings for C:/MATLAB6p5/wor
www.eeworm.com/read/229434/4755954
java proxyfactory.java
package proxy1;
import java.lang.reflect.*;
public class ProxyFactory {
public static Object getProxy(final Class classType,final String host,final int port){
InvocationHandler handler=new I
www.eeworm.com/read/228295/4765642
java resourcelist.java
/*
* SubscriberResourceList.java
*/
package gov.nist.sip.proxy.presenceserver;
import java.io.File;
import java.util.HashMap;
import javax.sip.Dialog;
/**
* A ResourceList is a subscriber. It ca
www.eeworm.com/read/228295/4765644
java subscribermultipart.java
/*
* SubscriberMultipart.java
*/
package gov.nist.sip.proxy.presenceserver;
import java.io.File;
import javax.sip.Dialog;
import java.util.HashMap;
/** The multipart subscriber is capable of han
www.eeworm.com/read/228295/4765661
java scriptfilter.java
package gov.nist.sip.proxy.gui;
import java.io.File;
import javax.swing.*;
import javax.swing.filechooser.*;
public class ScriptFilter extends FileFilter {
public String extensionFile;
www.eeworm.com/read/218557/4859650
js project.js
Ext.onReady(function(){
var ds = new Ext.data.Store({
proxy: new Ext.data.HttpProxy({url: '/AcegiExample/projectsAction!findProjects.action'}),
reader: new Ext.data.XmlReader(
www.eeworm.com/read/205898/5014193
pm basic.pm
package LWP::Authen::Basic;
use strict;
require MIME::Base64;
sub authenticate
{
my($class, $ua, $proxy, $auth_param, $response,
$request, $arg, $size) = @_;
my($user, $pass) = $ua->