代码搜索:Extensions

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

代码结果 9,524
www.eeworm.com/read/398729/2370939

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
www.eeworm.com/read/395929/2428684

h stab_gnu.h

/* gnu_stab.h Definitions for GNU extensions to STABS Copyright 2001 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms
www.eeworm.com/read/395269/2443751

txt log.txt

INDEXER SETTINGS: Minimum term length: 2 Maximum term length: 20 Index files with extensions: htm html Ignore files and directories: Starting indexer at "C:\Dreamweaver\Projects\javasound
www.eeworm.com/read/395182/2449053

c x.elfext.c

/* * x.elfext.c -- handle ELF format extensions * Copyright (C) 2002 - 2006 Michael Riepe * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU
www.eeworm.com/read/392773/2491390

cpp ptrspec_test.cpp

#include #include #if defined (STLPORT) && !defined (_STLP_NO_EXTENSIONS) # include #endif #include #include #include #include "cppunit/cppunit_proxy
www.eeworm.com/read/389922/2529944

y bc.y

%{ /* bc.y: The grammar for a POSIX compatable bc processor with some extensions to the language. */ /* This file is part of bc written for MINIX. Copyright (C) 1991, 1992 Free Software
www.eeworm.com/read/375022/2743174

php xml.php

www.eeworm.com/read/366702/2866069

c anon-struct2.c

/* { dg-options "" } */ /* In GNU C++ mode, we recognize the anonymous struct extension, but not Microsoft C extensions. */ struct A { char a; }; struct B { struct A; /* forward decl of B::A
www.eeworm.com/read/366702/2880395

c func-outside-2.c

/* Test for rejection of __func__ outside a function (GNU extensions are OK there). Test with -pedantic-errors. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /*
www.eeworm.com/read/366702/2884330

c func-outside-1.c

/* Test for rejection of __func__ outside a function (GNU extensions are OK there). Test with no special options. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /