代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/334125/3372949
readme
This directory contains Samba specific extensions to ldb. It also
serves as example code on how to extend ldb for your own application.
The main extension Samba uses is to provide ldif encode/decode
www.eeworm.com/read/328128/3447475
cnf botinfs.cnf
vti_encoding:SR|utf8-nl
D\:\\Program Files\\Common Files\\Microsoft Shared\\Web Server Extensions\\40\\bots\\vinavbar\\vinavbar.inf:VW|vinavbar
www.eeworm.com/read/323581/3513601
c itkstublib.c
/*
* itkStubLib.c --
*
* Stub object that will be statically linked into extensions that wish
* to access Itk.
*
* Copyright (c) 1998-1999 by XXXX
* Copyright (c) 1998 Paul Duffin.
*
* See t
www.eeworm.com/read/321483/3534377
t taint.t
#!./perl -Tw
# [perl #33173] shellwords.pl and tainting
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
require Config;
if ($Config::Config{extensions} !~ /\bList\/Util\b/) {
print "1.
www.eeworm.com/read/321483/3534939
t lln.t
#!/usr/bin/perl -w
BEGIN {
unless (-d 'blib') {
chdir 't' if -d 't';
@INC = '../lib';
require Config; import Config;
keys %Config; # Silence warning
if ($Config{extensions} !~ /\bList\/Util\
www.eeworm.com/read/321483/3535240
t io.t
#!/usr/bin/perl -w
BEGIN {
unless(grep /blib/, @INC) {
chdir 't' if -d 't';
@INC = '../lib';
}
require Config;
if ($Config::Config{'extensions'} !~ /\bSocket\b/) {
print "1..0 # Skip: S
www.eeworm.com/read/321483/3535292
t ipcsysv.t
BEGIN {
chdir 't' if -d 't';
@INC = qw(. ../lib);
require Config; import Config;
require 'test.pl';
}
if ($Config{'extensions'} !~ /\bIPC\/SysV\b/) {
skip_all('IPC::SysV was not
www.eeworm.com/read/316872/3604906
c array.c
/*
* linux/fs/proc/array.c
*
* Copyright (C) 1992 by Linus Torvalds
* based on ideas by Darren Senn
*
* Fixes:
* Michael. K. Johnson: stat,statm extensions.
*
www.eeworm.com/read/313814/3641211
cnf botinfs.cnf
vti_encoding:SR|utf8-nl
E\:\\Program Files\\Common Files\\Microsoft Shared\\Web Server Extensions\\40\\bots\\vinavbar\\vinavbar.inf:VW|vinavbar
www.eeworm.com/read/304657/3787302
am makefile.am
# Base level Makefile.am for kaffe extensions
#
# Copyright (c) 2002, 2003
# Dalibor Topic
#
# See the file "license.terms" for information on usage and redistribution
# of this f