代码搜索:Extensions

找到约 9,524 项符合「Extensions」的源代码

代码结果 9,524
www.eeworm.com/read/341356/3252839

rfc1229-mib

-- Changes to RFC1229 (Interface Extensions MIB): -- Changes from RFC-1239 applied which include: -- removing import of experimental, -- adding import of mib-2, changing
www.eeworm.com/read/340665/3272828

c anon-struct2.c

/* { dg-options "" } */ /* In GNU C++ mode, we recognize the anonymous struct extension, but not Microsoft C extensions. */ struct A { char a; }; struct B { struct A; /* forward decl of B::A
www.eeworm.com/read/339586/3296846

cpp main.cpp

#include #include #include #include #include
www.eeworm.com/read/339586/3296863

h xmloutputtertest.h

#ifndef CPPUNITEST_XMLTESTRESULTOUTPUTTERTEST_H #define CPPUNITEST_XMLTESTRESULTOUTPUTTERTEST_H #include #include #include
www.eeworm.com/read/339586/3296885

h extensionsuite.h

#ifndef CPPUNITTEST_EXTENSIONSSUITE_H #define CPPUNITTEST_EXTENSIONSSUITE_H #include #include inline std::string extensionSuiteName() { return "Extensions"; } #en
www.eeworm.com/read/339586/3297272

cpp testsetup.cpp

#include CPPUNIT_NS_BEGIN TestSetUp::TestSetUp( Test *test ) : TestDecorator( test ) { } void TestSetUp::setUp() { } void TestSetUp::tearDown() { } void T
www.eeworm.com/read/328613/3440896

policy java.policy

// Standard extensions get all permissions by default grant codeBase "file:${{java.ext.dirs}}/*" { permission java.security.AllPermission; }; // default permissions granted to all domains grant {
www.eeworm.com/read/321483/3534683

t sysconf.t

#!perl -T BEGIN { if ($ENV{PERL_CORE}) { chdir 't'; @INC = '../lib'; } use Config; use Test::More; plan skip_all => "POSIX is unavailable" if $Config{'extensions'
www.eeworm.com/read/321483/3534917

t sum.t

#!./perl 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/3534918

t weak.t

#!./perl 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/) {