代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/316872/3605872
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/313796/3641337
java panelclassenhancer.java
package org.uispec4j.extension;
import org.objectweb.asm.*;
class PanelClassEnhancer extends ClassAdapter implements Constants {
private Extension[] extensions;
public static byte[] tran
www.eeworm.com/read/313172/3645131
js jquery.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/312901/3647511
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/302701/3824502
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/302096/3827455
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/292705/3949593
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