代码搜索:Setting
找到约 10,000 项符合「Setting」的源代码
代码结果 10,000
www.eeworm.com/read/400650/2348198
c grsetup.c
/*
* Copyright 1997, Regents of the University of Minnesota
*
* mgrsetup.c
*
* This file contain various graph setting up routines
*
* Started 10/19/96
* George
*
* $Id: grsetup.c 2501 2007-
www.eeworm.com/read/387667/2556905
sql pg_freespacemap.sql
-- Adjust this setting to control where the objects get created.
BEGIN;
SET search_path = public;
-- Register the functions.
CREATE OR REPLACE FUNCTION pg_freespacemap_pages()
RETURNS SETOF RECORD
A
www.eeworm.com/read/387667/2556928
sql pg_buffercache.sql
-- Adjust this setting to control where the objects get created.
BEGIN;
SET search_path = public;
-- Register the function.
CREATE OR REPLACE FUNCTION pg_buffercache_pages()
RETURNS SETOF RECORD
AS '
www.eeworm.com/read/387667/2556942
sql insert_username.sql
-- Adjust this setting to control where the objects get created.
SET search_path = public;
CREATE OR REPLACE FUNCTION insert_username()
RETURNS trigger
AS '$libdir/insert_username'
LANGUAGE C;
www.eeworm.com/read/383940/2608956
readme
TestSimComm, 5/22/07
This application tests the TOSSIM radio model by setting up a simple
hidden terminal case. It checks whether packets collide correctly and
whether SNR thresholds work correctly.
www.eeworm.com/read/378488/2685802
c settimeofday.c
/* setTimeOfDay.c - Demo for setting the clock to the time of the day value */
/* Copyright 1991 Wind River Systems, Inc. */
/*
modification history
--------------------
01b,10aug97,whjr modified a
www.eeworm.com/read/368758/2810239
mk config.mk
#
# This config file is used for compilation of IMX sources
#
# You might change location of U-Boot in memory by setting right TEXT_BASE.
# This allows for example having one copy located at the end o
www.eeworm.com/read/368758/2810337
mk config.mk
#
# This config file is used for compilation of scb93328 sources
#
# You might change location of U-Boot in memory by setting right TEXT_BASE.
# This allows for example having one copy located at the
www.eeworm.com/read/366702/2876387
f90 parent_result_ref_4.f90
! { dg-do run }
! Tests the fix for PR19546 in which an ICE would result from
! setting the parent result in a contained procedure.
! Check that parent function results can be referenced in module
www.eeworm.com/read/357802/3012942
h ap_common.h
/**********************
* ap_common.h
**********************/
// it is not common for every ap.
#define SCREEN_SETTING 0
//#define SCREEN_USB 1
#define SCREEN_MENU 1
#define SCREEN_POP