代码搜索:proxy
找到约 9,859 项符合「proxy」的源代码
代码结果 9,859
www.eeworm.com/read/207890/15258698
c spaceshipsvr_p.c
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 5.01.0158 */
/* at Thu Jun 18 16:49:58 1998
*/
/* Compiler settings for D:\BookCode\ex29
www.eeworm.com/read/207890/15259692
c atldicesrvr_p.c
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 5.01.0158 */
/* at Thu Jun 18 16:56:52 1998
*/
/* Compiler settings for D:\BookCode\ex30
www.eeworm.com/read/17094/715416
c taskbar_p.c
/* this ALWAYS GENERATED file contains the proxy stub code */
/* File created by MIDL compiler version 5.01.0164 */
/* at Wed Nov 11 14:48:42 1998
*/
/* Compiler settings for Z:\Chapter.09\co
www.eeworm.com/read/480485/1317598
java test.java
import javax.swing.*;
public class Test {
public static void main(String[] args) {
JFrame frame = new JFrame("Proxy test client");
JLabel label = new JLabel("Loading web pag
www.eeworm.com/read/474868/1388563
js fdm_ffpxy.js
var fdm_FfPrefs = Components.classes["@mozilla.org/preferences;1"].getService (Components.interfaces.nsIPref);
// write current proxy settings of browser to registry settings of FDM
// prot - name
www.eeworm.com/read/462984/1540199
test288
# Server-side
foo
bar
bar
foo
moo
# Client-side
none
file
file:// with (unsupported) proxy,
www.eeworm.com/read/462984/1540280
test551
# this test is meant to be exactly like 547 but using Digest instead of NTLM
HTTP
HTTP POST
POST callback
HTTP proxy Digest auth
# Server-side
www.eeworm.com/read/460691/1558564
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, $pas
www.eeworm.com/read/460691/1558565
pm digest.pm
package LWP::Authen::Digest;
use strict;
require MD5;
sub authenticate
{
my($class, $ua, $proxy, $auth_param, $response,
$request, $arg, $size) = @_;
my($user, $pass) = $ua