代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/133287/5906148
h expat_external.h
/* Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
See the file COPYING for copying permission.
*/
/* External API definitions */
#if defined(_MSC_EXTENSIONS) && !define
www.eeworm.com/read/127608/6003928
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/125688/6023506
c inode.c
/*
* linux/fs/fat/inode.c
*
* Written 1992,1993 by Werner Almesberger
* VFAT extensions by Gordon Chaffee, merged with msdos fs by Henrik Storner
* Rewritten for the constant inumbers support
www.eeworm.com/read/124465/6047439
cpp typeinfohelper.cpp
#include
#if CPPUNIT_USE_TYPEINFO_NAME
#include
#include
namespace CppUnit {
std::string
TypeInfoHelper::getClassName( cons
www.eeworm.com/read/123279/6061794
h exampletestcase.h
#ifndef CPP_UNIT_EXAMPLETESTCASE_H
#define CPP_UNIT_EXAMPLETESTCASE_H
#include
/*
* A test case that is designed to produce
* example errors and failures
*
www.eeworm.com/read/123117/6062781
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/103694/6213348
cpp typeinfohelper.cpp
#include
#if CPPUNIT_USE_TYPEINFO_NAME
#include
#include
namespace CppUnit {
std::string
TypeInfoHelper::getClassName( cons
www.eeworm.com/read/488496/6488120
ms_makefile_template
#MS compiler: options
# -c compile but do not link
# -GX Enable exception handling
# -nologo suppresses copyright notice
# -o name the output file
# -Za disables language extensions
CPP = cl