代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/287209/4025434
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/282758/4087833
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/273665/4200912
py pythoncheck.py
#! /usr/bin/python
# Comfychair test cases for Samba python extensions
# Copyright (C) 2003 by Tim Potter
#
# This program is free software; you can redistribute it and/or
# modify
www.eeworm.com/read/268865/4249235
h sa_mmu.h
/*
sa_mmu.h - StrongARM Memory Management Unit emulation.
ARMulator extensions for SkyEye.
This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/449063/1682469
cpp typeinfohelper.cpp
#include
#if CPPUNIT_USE_TYPEINFO_NAME
#include
#include
namespace CppUnit {
std::string
TypeInfoHelper::getClassName( cons
www.eeworm.com/read/444529/1732274
cpp pluginmanager.cpp
#include
#if !defined(CPPUNIT_NO_TESTPLUGIN)
#include
#include
#include
www.eeworm.com/read/439082/1819617
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/438920/1821454
js date.js
/*
* Date prototype extensions. Doesn't depend on any
* other code. Doens't overwrite existing methods.
*
* Adds dayNames, abbrDayNames, monthNames and abbrMonthNames static properties and isLeapY
www.eeworm.com/read/438288/1826208
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/432906/1886836
s apmbios.s
// APM BIOS support for the Bochs BIOS
// Copyright (C) 2004 Fabrice Bellard
//
// Debugging extensions, 16-bit interface and extended power options
// Copyright (C) 2005 Struan Bartlett
//
// Th