代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/189356/5193247
py btmakemetafile.py
#!/usr/bin/env python
# Written by Bram Cohen
# multitracker extensions by John Hoffman
# see LICENSE.txt for license information
import sys
import md5
import zlib
from os.path import getsize, spli
www.eeworm.com/read/175066/5351005
java extensiondescriptormessageresources.java
/*
*/
package com.sslexplorer.extensions;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Locale;
import java.util.Properties;
import org.apache.commons.logging.Log;
www.eeworm.com/read/347603/3166353
h own_stdio.h
/**
* \file own_stdio.h
* \author Wei Yongming
* \date 2002/01/06
*
* ISO C standard I/O routines - with some POSIX 1003.1 extensions
*
\verbatim
Copyright (C) 2002-20
www.eeworm.com/read/341356/3252721
java table.java
// Verbatim.java - Xalan extensions supporting DocBook verbatim environments
package com.nwalsh.xalan;
import java.util.Hashtable;
import org.xml.sax.*;
import org.xml.sax.helpers.AttributesImpl;
im
www.eeworm.com/read/341356/3252727
java params.java
// Params.java - Read stylesheet parameters in Xalan
package com.nwalsh.xalan;
import org.apache.xpath.objects.XObject;
import org.apache.xpath.XPathContext;
import org.apache.xalan.extensions.Expre
www.eeworm.com/read/340665/3281020
c ext-3.c
/* Test for format extensions beyond the C standard and X/Open standard.
Test for strftime formats.
*/
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=gnu
www.eeworm.com/read/340665/3281032
c c99-strftime-2.c
/* Test for strftime formats. Rejection of extensions in pedantic mode. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:1999 -pedantic -Wformat"
www.eeworm.com/read/339586/3296857
h moneytest.h
// MoneyTest.h
#ifndef MONEYTEST_H
#define MONEYTEST_H
#include
class MoneyTest : public CPPUNIT_NS::TestFixture
{
CPPUNIT_TEST_SUITE( MoneyTest );
CPPUNIT_TE
www.eeworm.com/read/339586/3297271
cpp typeinfohelper.cpp
#include
#include
#if CPPUNIT_HAVE_RTTI
#include
#if CPPUNIT_HAVE_GCC_ABI_DEMANGLE
#include
#endif
CPPUNIT_NS_BEG