代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/144216/5751999
t rx_vrexx.t
BEGIN {
chdir 't' if -d 't/lib';
@INC = '../lib' if -d 'lib';
require Config; import Config;
if (-d 'lib' and $Config{'extensions'} !~ /\bOS2(::|\/)REXX\b/) {
print "1..0\n";
exit 0;
www.eeworm.com/read/144216/5752000
t rx_objcall.t
BEGIN {
chdir 't' if -d 't/lib';
@INC = '../lib' if -d 'lib';
require Config; import Config;
if (-d 'lib' and $Config{'extensions'} !~ /\bOS2(::|\/)REXX\b/) {
print "1..0\n";
exit 0;
www.eeworm.com/read/144216/5752003
t rx_varset.t
BEGIN {
chdir 't' if -d 't/lib';
@INC = '../lib' if -d 'lib';
require Config; import Config;
if (-d 'lib' and $Config{'extensions'} !~ /\bOS2(::|\/)REXX\b/) {
print "1..0\n";
exit 0;
www.eeworm.com/read/144216/5752004
t rx_tieydb.t
BEGIN {
chdir 't' if -d 't/lib';
@INC = '../lib' if -d 'lib';
require Config; import Config;
if (-d 'lib' and $Config{'extensions'} !~ /\bOS2(::|\/)REXX\b/) {
print "1..0\n";
exit 0;
www.eeworm.com/read/144216/5752005
t rx_cmprt.t
BEGIN {
chdir 't' if -d 't/lib';
@INC = '../lib' if -d 'lib';
require Config; import Config;
if (-d 'lib' and $Config{'extensions'} !~ /\bOS2(::|\/)REXX\b/) {
print "1..0\n";
exit 0;
www.eeworm.com/read/144216/5752355
t sdbm.t
#!./perl
# $RCSfile: dbm.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:43 $
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
require Config; import Config;
if (($Config{'extensions'} !~ /\
www.eeworm.com/read/144216/5752425
t anydbm.t
#!./perl
# $RCSfile: dbm.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:43 $
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
require Config; import Config;
if (($Config{'extensions'} !~ /\
www.eeworm.com/read/141726/5768984
h armmem.h
/*
armmem.c - Memory map decoding, ROM and RAM emulation.
ARMulator extensions for the ARM7100 family.
Copyright (C) 1999 Ben Williamson
This program is free software; you can r
www.eeworm.com/read/141268/5774243
h singleton_test.h
#include
#include "Utils/Singleton.h"
using namespace PPC;
class Holdee {
public:
static const int i = 33;
};
class Singleton_Test : public CppUni
www.eeworm.com/read/135153/5889239
h wireless.h
/*
* This file define a set of standard wireless extensions
*
* Version : 12 5.10.01
*
* Authors : Jean Tourrilhes - HPL -
*/
#ifndef _LINUX_WIRELESS_H
#define _LINUX_WIRELESS_H