代码搜索:Codebase
找到约 2,188 项符合「Codebase」的源代码
代码结果 2,188
www.eeworm.com/read/115238/6119889
sh impl2-setup.sh
#!/bin/sh
java -cp /tmp/setup:/tmp/impl \
-Djava.security.policy=/tmp/policy/setup.policy \
-Djava.rmi.server.codebase=file:/tmp/impl/ \
-Dexamples.activation.setup.codebase=file:/tmp/
www.eeworm.com/read/115238/6119891
policy setup.policy
grant codeBase "${examples.activation.setup.codebase}" {
// permissions to read system properties required by setup program
permission java.util.PropertyPermission "examples.activation.impl.c
www.eeworm.com/read/115238/6120017
policy sampleacn.policy
/** Java 2 Access Control Policy for the JAAS Sample Application **/
/* grant the sample LoginModule permissions */
grant codebase "file:./SampleLM.jar" {
permission javax.security.auth.AuthPermi
www.eeworm.com/read/115238/6120018
policy sampleazn.policy
/** Java 2 Access Control Policy for the JAAS Sample Application **/
/* grant the sample LoginModule permissions */
grant codebase "file:./SampleLM.jar" {
permission javax.security.auth.AuthPermi
www.eeworm.com/read/115238/6120044
policy sample.policy
/** Access Control Policy for the Sample Application **/
grant codebase "file:./Login.jar" {
permission java.security.AllPermission;
};
grant codebase "file:./Sample.jar",
Principal javax.s
www.eeworm.com/read/115238/6120049
policy jaasacn.policy
/** Java 2 Access Control Policy for the JaasAcn Application **/
grant codebase "file:./JaasAcn.jar" {
permission javax.security.auth.AuthPermission "createLoginContext.JaasSample";
};
www.eeworm.com/read/112192/6150339
cgi user.cgi
#!/usr/bin/perl
use Sys::Hostname;
require "getopts.pl";
&Getopts("h:");
$hostname = hostname();
$packedHostIP = gethostbyname($hostname);
($a, $b, $c, $d) = unpack('C4', $packedHostIP);
$hostIP = $a
www.eeworm.com/read/112192/6150340
cgi systemstatus.cgi
#!/usr/bin/perl
use Sys::Hostname;
require "getopts.pl";
&Getopts("h:");
$hostname = hostname();
$packedHostIP = gethostbyname($hostname);
($a, $b, $c, $d) = unpack('C4', $packedHostIP);
$hostIP = $
www.eeworm.com/read/112192/6150341
cgi provisioning.cgi
#!/usr/bin/perl
use Sys::Hostname;
require "getopts.pl";
&Getopts("h:");
$hostname = hostname();
$packedHostIP = gethostbyname($hostname);
($a, $b, $c, $d) = unpack('C4', $packedHostIP);
$hostIP = $