代码搜索:Extensions

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

代码结果 9,524
www.eeworm.com/read/321483/3535651

t lexical_debug.t

#!./perl BEGIN { chdir 't' if -d 't'; @INC = '../lib'; require Config; if (($Config::Config{'extensions'} !~ /\bre\b/) ){ print "1..0 # Skip -- Perl configured without re module\n";
www.eeworm.com/read/321483/3535654

t regop.t

#!./perl BEGIN { chdir 't' if -d 't'; @INC = '../lib'; require Config; if (($Config::Config{'extensions'} !~ /\bre\b/) ){ print "1..0 # Skip -- Perl configured without re module\n";
www.eeworm.com/read/310442/3697879

c e100kd.c

/* NOTE: Debugger extensions should be compiled with the headers that match the debugger you will use. You can install the latest debugger package from http://www.microsoft.com/dd
www.eeworm.com/read/310442/3697882

h e100kd.h

/* NOTE: Debugger extensions should be compiled with the headers that match the debugger you will use. You can install the latest debugger package from http://www.microsoft.com/dd
www.eeworm.com/read/306330/3739266

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/294376/3917169

aspx boolean.aspx


www.eeworm.com/read/282085/4110203

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/445365/1723145

php xml.php

www.eeworm.com/read/444529/1732283

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/444529/1732302

cpp testplugindefaultimpl.cpp

#include #if !defined(CPPUNIT_NO_TESTPLUGIN) #include #include #include