代码搜索:Extensions

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

代码结果 9,524
www.eeworm.com/read/229396/14340631

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/127651/14345128

java tcommand.java

import java.awt.*; import java.awt.event.*; //implements separate inner Command classes as extensions of //Button and Menu items public class tCommand extends Frame implements ActionListen
www.eeworm.com/read/228372/14388069

m unixwhich.m

function f=unixwhich(c,e) %UNIXWHICH Search system path for an executable program [F]=(C,E) % % Inputs: C name of file to search for (excluding extension) % E list of extensions [default
www.eeworm.com/read/124283/14579463

texi usage.texi

@cindex standards conformance, ANSI C @cindex ANSI C, use of @cindex C extensions, compatible use of @cindex compatibility This chapter describes how to compile programs that use GSL, and introduces i
www.eeworm.com/read/207718/15263510

aspx success.aspx


www.eeworm.com/read/480930/1312152

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/480258/1320576

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/479151/1343672

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/474814/1388685

c itclstublib.c

/* * itclStubLib.c -- * * Stub object that will be statically linked into extensions that wish * to access Itcl. * * Copyright (c) 1998-1999 by XXXX * Copyright (c) 1998 Paul Duffin. * * See
www.eeworm.com/read/472524/1409532

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