代码搜索:Codebase
找到约 2,188 项符合「Codebase」的源代码
代码结果 2,188
www.eeworm.com/read/127767/14337598
txt e222. protecting system properties.txt
Access to system properties (System.getProperty()) is controlled with a policy file (see e220 Managing Policy Files). Here are examples of policy file entries for controlling access to system properti
www.eeworm.com/read/127767/14337740
txt e221. protecting files.txt
Access to files is controlled with a policy file (see e220 Managing Policy Files). Here are examples of policy file entries for controlling access to the system.
// grant all classes loaded from
www.eeworm.com/read/125907/14456043
js localconf.js
// returns:
// -1: Browser not supported
// 0: IE (>= ver 4)
// 1: NS (>= ver 6)
function getBrowserType()
{
if(navigator.appName=="Netscape")
{
if(parseInt(navigator.appVersion)
www.eeworm.com/read/125907/14456074
js localconf.js
// returns:
// -1: Browser not supported
// 0: IE (>= ver 4)
// 1: NS (>= ver 6)
function getBrowserType()
{
if(navigator.appName=="Netscape")
{
if(parseInt(navigator.appVersion)
www.eeworm.com/read/125907/14456110
js localconf.js
// returns:
// -1: Browser not supported
// 0: IE (>= ver 4)
// 1: NS (>= ver 6)
function getBrowserType()
{
if(navigator.appName=="Netscape")
{
if(parseInt(navigator.appVersion)