代码搜索:Extensions

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

代码结果 9,524
www.eeworm.com/read/242370/13008898

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
www.eeworm.com/read/320159/13431957

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
www.eeworm.com/read/308995/13684393

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
www.eeworm.com/read/144216/5752409

t posix.t

#!./perl BEGIN { chdir 't' if -d 't'; @INC = '../lib'; require Config; import Config; if ($^O ne 'VMS' and $Config{'extensions'} !~ /\bPOSIX\b/) { print "1..0\n"; exit 0; } } u
www.eeworm.com/read/143881/5754184

ini wehelp.ini

; The EXTENSIONS section below maps the extension of the file being edited ; with a group of help files to try looking up the desired keyword in. ; For example, if a file "XYZ.C" is being edited, th
www.eeworm.com/read/141726/5769005

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/140411/5792387

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/136989/5836066

readme

README,v 1.1 2003/08/05 20:57:20 parsons Exp This test specializes in the Interface Repository support of valuetypes and the IDL extensions that were added to support the CORBA Component Model (
www.eeworm.com/read/135153/5889652

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/134143/5895130

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