代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/144216/5752373
t odbm.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'} !~ /\b
www.eeworm.com/read/144216/5752415
t db-recno.t
#!./perl -w
BEGIN {
@INC = '../lib';
require Config; import Config;
if ($Config{'extensions'} !~ /\bDB_File\b/) {
print "1..0 # Skip: DB_File was not built\n";
exit 0;
}
}
use DB_F
www.eeworm.com/read/141726/5768977
c armio.c
/*
armio.c - I/O registers and interrupt controller.
ARMulator extensions for the ARM7100 family.
Copyright (C) 1999 Ben Williamson
Changes to support running uClinux/Atmel AT91 ta
www.eeworm.com/read/141268/5774225
h instruction_test.h
#include
#include "Instruction.h"
using namespace Core;
class MU0_Load_Store : public Instruction
{
public:
virtual bool execute(void);
DECLARE_SIN
www.eeworm.com/read/134009/5895931
test rx_sql.test
BEGIN {
chdir 't' if -d 't/lib';
@INC = '../lib';
require Config; import Config;
if ($Config{'extensions'} !~ /\bOS2(::|\/)REXX\b/) {
print "1..0\n";
exit 0;
}
}
use OS2::REXX;
www.eeworm.com/read/131315/5939552
el cl.el
;; Common-Lisp extensions for GNU Emacs Lisp.
;; Copyright (C) 1987, 1988 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and
www.eeworm.com/read/117364/6104052
policy java.policy
// my add temporarily
grant codeBase "file:/c:/java/ch8/-" {
permission java.io.FilePermission "c:\\autoexec.bat", "read";
};
// Standard extensions get all permissions by default
grant c
www.eeworm.com/read/113717/6126237
h k6opt.h
/* k6opt.h vector functions optimized for MMX extensions to x86
*
* Copyright (C) 1999 by Stanley J. Brooks
*
* Any use of this software is permitted provided that this not