代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/328214/3446350
c array.c
/*
* linux/fs/proc/array.c
*
* Copyright (C) 1992 by Linus Torvalds
* based on ideas by Darren Senn
*
* stat,statm extensions by Michael K. Johnson, johnsonm@stolaf.edu
*/
#inclu
www.eeworm.com/read/324136/3506148
tcl pkgindex.tcl
# Tcl package index file, version 1.0
# This file contains package information for Windows-specific extensions.
#
# Copyright (c) 1997 by Sun Microsystems, Inc.
#
# See the file "license.terms" for in
www.eeworm.com/read/323961/3507159
notice
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
Java Management Extensions (JMX) support is provided by
the MX4J package, which is open source sof
www.eeworm.com/read/321483/3534585
t rx_vrexx.t
BEGIN {
chdir 't' if -d 't/lib';
@INC = '../lib' if -d 'lib';
require Config; import Config;
if (-d 'lib' and $Config{'extensions'} !~ /\bOS2(::|\/)REXX\b/) {
print "1..0 # skipped: O
www.eeworm.com/read/321483/3534593
readme
NOTE: this is just a sample of how building Symbian specific
extensions COULD work. This is most probably far from the best
or final way of doing things.
The Moped::Msg currently defines just a sing
www.eeworm.com/read/321483/3534653
readme
This package contains a base64 encoder/decoder and a quoted-printable
encoder/decoder. These encoding methods are specified in RFC 2045 -
MIME (Multipurpose Internet Mail Extensions).
The base64 enc
www.eeworm.com/read/321483/3535235
t io_taint.t
#!./perl -T
BEGIN {
unless(grep /blib/, @INC) {
chdir 't' if -d 't';
@INC = '../lib';
}
}
use Config;
BEGIN {
if ($ENV{PERL_CORE} and $Config{'extensions'} !~ /\bIO\b/ && $^O ne 'VMS'
www.eeworm.com/read/321483/3535268
t util.t
#!/usr/bin/perl -Tw
BEGIN {
if ($ENV{PERL_CORE}) {
chdir 't' if -d 't';
@INC = '../lib';
require Config; import Config;
keys %Config; # Silence warning
if ($Config{extensions} !~ /\bHash\/Ut
www.eeworm.com/read/316872/3606098
c selinuxfs.c
/* Updated: Karl MacMillan
*
* Added conditional policy language extensions
*
* Copyright (C) 2003 - 2004 Tresys Technology, LLC
* Copyright (C) 2004 Red Hat, Inc., James
www.eeworm.com/read/313802/3641220
java arrowbuttontester.java
package abbot.tester.extensions;
import java.awt.*;
import java.awt.event.InputEvent;
import example.ArrowButton;
/** Provide user actions and identifiers for the {@link ArrowButton}
component.