代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/339586/3297291
cpp testplugindefaultimpl.cpp
#include
#if !defined(CPPUNIT_NO_TESTPLUGIN)
#include
#include
#include
www.eeworm.com/read/339446/3302834
cpp xinerama.cpp
#include
#include
int main(int, char **)
{
XineramaScreenInfo *info;
info = 0;
return 0;
}
www.eeworm.com/read/333885/3379855
policy java.policy
// Standard extensions get all permissions by default
grant codeBase "file:${java.home}/lib/ext/*" {
permission java.security.AllPermission;
};
// default permissions granted to all domains
grant
www.eeworm.com/read/333885/3379964
policy java.policy
// Standard extensions get all permissions by default
grant codeBase "file:${java.home}/lib/ext/*" {
permission java.security.AllPermission;
};
// default permissions granted to all domains
grant
www.eeworm.com/read/323581/3513493
c itclstublib.c
/*
* itclStubLib.c --
*
* Stub object that will be statically linked into extensions that wish
* to access Itcl.
*
* Copyright (c) 1998-1999 by XXXX
* Copyright (c) 1998 Paul Duffin.
*
* See
www.eeworm.com/read/321483/3534675
t taint.t
#!./perl -Tw
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
require Config; import Config;
if ($^O ne 'VMS' and $Config{'extensions'} !~ /\bPOSIX\b/) {
print "1..0\n";
exit 0;
}
www.eeworm.com/read/321483/3534678
t is.t
#!./perl -w
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
require Config; import Config;
if ($^O ne 'VMS' and $Config{'extensions'} !~ /\bPOSIX\b/) {
print "1..0\n";
exit 0;
}
}
www.eeworm.com/read/321483/3534681
t posix.t
#!./perl
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
require Config; import Config;
if ($^O ne 'VMS' and $Config{'extensions'} !~ /\bPOSIX\b/) {
print "1..0\n";
exit 0;
}
}
B
www.eeworm.com/read/321483/3534920
t tainted.t
#!./perl -T
BEGIN {
unless (-d 'blib') {
chdir 't' if -d 't';
@INC = '../lib';
require Config; import Config;
keys %Config; # Silence warning
if ($Config{extensions} !~ /\bList\/Util\b/) {
www.eeworm.com/read/321483/3534969
t op.t
#!perl -w
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
push @INC, "::lib:$MacPerl::Architecture:" if $^O eq 'MacOS';
require Config; import Config;
if ($Config{'extensions'} !~ /\bXS\/APIt