代码搜索:Codebase
找到约 2,188 项符合「Codebase」的源代码
代码结果 2,188
www.eeworm.com/read/152312/5674498
java policydb.java
package com.ibm.aglets.security;
import com.ibm.awb.misc.Resource;
import com.ibm.awb.misc.URIPattern;
import java.io.File;
import java.io.FilePermission;
import java.io.IOException;
import java.net.M
www.eeworm.com/read/151482/5681953
java codebaseawareobjectinputstream.java
/*
* Copyright 2002-2005 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/151482/5681959
java httpinvokerclientconfiguration.java
/*
* Copyright 2002-2005 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/151482/5681964
java httpinvokerclientinterceptor.java
/*
* Copyright 2002-2005 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/139059/5811243
java appletviewer.java
/* AppletViewer.java -- a standalone viewer for Java applets
Copyright (C) 2003, 2004 Thomas Fitzsimmons
This file is part of GCJ Applet Viewer.
GCJ Applet Viewer is f
www.eeworm.com/read/131451/5928979
policy catalina.policy
// ============================================================================
// catalina.corepolicy - Security Policy Permissions for Tomcat 4.0
//
// This file contains a default set of security p
www.eeworm.com/read/129399/5973812
policy wordcheck.policy
grant codeBase "file:WordCheck.jar"
{ permission java.security.AllPermission;
};
www.eeworm.com/read/115892/6116305
js object.js
// Description: js.lang.Object 基类
// Author: Wan Changhua
// Version: 2004.02.09.01
_package("js.lang");
_import("js.lang.Class");
function js.lang.Object() {
this.window = window;
www.eeworm.com/read/115238/6119877
java setup.java
/*
* Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or
* without modification, are permitted provided that the following
www.eeworm.com/read/115238/6119894
policy
/*
* Only grant permissions to the local class path (the current directory).
*/
grant codeBase "file:." {
permission java.net.SocketPermission "*:1024-", "connect,accept";
};