代码搜索:Setting

找到约 10,000 项符合「Setting」的源代码

代码结果 10,000
www.eeworm.com/read/408818/2242432

silent readme.silent

The config option CONFIG_SILENT_CONSOLE can be used to quiet messages on the console. If the option has been enabled, the output can be silenced by setting the environment variable "silent". The var
www.eeworm.com/read/408818/2243854

c ixqmgrqcfg.c

/** * @file QMgrQCfg.c * * @author Intel Corporation * @date 30-Oct-2001 * * @brief This modules provides an interface for setting up the static * configuration of AQM queues.This file
www.eeworm.com/read/408483/2248970

php iam_csvdump.php

www.eeworm.com/read/405366/2292626

readme

In this package you will find a whole bunch of files designed to make it easy to add features without bothering about counting them and setting the id right. There is a class called FeatureTypes whic
www.eeworm.com/read/403801/2308776

tex dateandtime.tex

\label{dateandtime} The EFSL library supports setting and updating all date and time fields supported by the filesystem. In order to do this the library must know the current time and date at all tim
www.eeworm.com/read/396920/2405525

c ixqmgrqcfg.c

/** * @file QMgrQCfg.c * * @author Intel Corporation * @date 30-Oct-2001 * * @brief This modules provides an interface for setting up the static * configuration of AQM queues.This file
www.eeworm.com/read/394755/2453250

c ixqmgrqcfg.c

/** * @file QMgrQCfg.c * * @author Intel Corporation * @date 30-Oct-2001 * * @brief This modules provides an interface for setting up the static * configuration of AQM queues.This file
www.eeworm.com/read/393286/2485517

c ipt_tcpmss.c

/* * This is a module which is used for setting the MSS option in TCP packets. * * Copyright (C) 2000 Marc Boucher * * This program is free software; you can redistribute it and/or
www.eeworm.com/read/387667/2556922

sql uninstall_lo.sql

-- -- This removes the LO type -- It's used just for development -- -- Adjust this setting to control where the objects get created. SET search_path = public; -- drop the type and associated functio
www.eeworm.com/read/387667/2556924

sql uninstall_pg_buffercache.sql

-- Adjust this setting to control where the objects get created. SET search_path = public; DROP VIEW pg_buffercache; DROP FUNCTION pg_buffercache_pages();