代码搜索:Functionality
找到约 4,782 项符合「Functionality」的源代码
代码结果 4,782
www.eeworm.com/read/398510/2377464
c serial.c
/*
This serial port driver is borrowed heavily from DZComm. I have
simplified it by removing a lot of the functionality (hardware
flow control, etc.). For more details and the full version se
www.eeworm.com/read/395929/2428076
exp script.exp
# Test basic linker script functionality
# By Ian Lance Taylor, Cygnus Support
# Copyright 2001
# Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modi
www.eeworm.com/read/392445/2497094
readme
INTRODUCTION
This distribution contains:
* libtac TACACS+ client library implementing necessary
subset of TACACS+ functionality
* tacc simple TACACS+ client and login utility
* pppd-*.pa
www.eeworm.com/read/388068/2551847
readme
This is absolutely unsupported code. This logging functionality has
instead been implemented as a set of PHP3 scripts available in the
examples/ directory of the PHP3 source distribution.
www.eeworm.com/read/377803/2696167
h basequery.h
/*
* BaseQuery object defining commmon functionality that all drivers inherit from
* Copyright (C) 2002 Johnathan Ingram, jingram@rogueware.org
*
* This library is free software; you can redistrib
www.eeworm.com/read/377803/2696174
cpp basequery.cpp
/*
* BaseQuery object defining commmon functionality that all drivers inherit from
* Copyright (C) 2002 Johnathan Ingram, jingram@rogueware.org
*
* This library is free software; you can redistrib
www.eeworm.com/read/376006/2717050
out plpython_test.out
-- first some tests of basic functionality
--
-- better succeed
--
select stupid();
stupid
--------
zarkon
(1 row)
-- check static and global data
--
SELECT static_test();
static_test
----------
www.eeworm.com/read/376006/2718062
out xml_1.out
CREATE TABLE xmltest (
id int,
data xml
);
INSERT INTO xmltest VALUES (1, 'one');
ERROR: unsupported XML feature
DETAIL: This functionality requires the server to be built wit