代码搜索:Extensions

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

代码结果 9,524
www.eeworm.com/read/384030/2604370

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/382187/2638943

java delayedtest.java

package covertjava.loadtest; import junit.framework.*; import junit.extensions.TestDecorator; /** * A test decorator that executes the given test after a specified delay * Copyrig
www.eeworm.com/read/381758/2640851

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/359115/2979640

c dhdemo.c

/* DHDEMO.C - demonstration program for Diffie-Hellman extensions to RSAREF */ /* Copyright (C) 1993 RSA Laboratories, a division of RSA Data Security, Inc. All rights reserved. */
www.eeworm.com/read/359112/2979704

c dhdemo.c

/* DHDEMO.C - demonstration program for Diffie-Hellman extensions to RSAREF */ /* Copyright (C) 1993 RSA Laboratories, a division of RSA Data Security, Inc. All rights reserved. */
www.eeworm.com/read/359048/2980541

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/354016/3080350

cmake cmakeasm-attinformation.cmake

SET(ASM_DIALECT "-ATT") SET(CMAKE_ASM${ASM_DIALECT}_SOURCE_FILE_EXTENSIONS s;S;asm) INCLUDE(CMakeASMInformation) SET(ASM_DIALECT)
www.eeworm.com/read/263726/4300389

tex wanted.tex

% -*- mode: latex; tex-main-file: "pospaper.tex" -*- \section{Architecture and Requirements} We've hopefully convinced you that Internet research would be better off if changes and extensions could
www.eeworm.com/read/162400/5547672

c charcnv.c

/* Unix SMB/Netbios implementation. Version 1.9. Character set conversion Extensions Copyright (C) Andrew Tridgell 1992-1998 This program is free software; you can redistribute it
www.eeworm.com/read/160611/5568561

c extern.c

/* extern.c - external type support for xlisp 2.0 */ /* Description of external types: A new node type EXTERN has been created to allow extensions to the xlisp type system. If a node is of