代码搜索:Setting

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

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

h bitops.h

#ifndef _I386_BITOPS_H #define _I386_BITOPS_H /* * Copyright 1992, Linus Torvalds. */ /* * These have to be done with inline assembly: that way the bit-setting * is guaranteed to be atomic. All
www.eeworm.com/read/403510/2311146

java gatelaygensettings.java

package com.sun.electric.tool.generator.layout; import com.sun.electric.database.text.Setting; import com.sun.electric.tool.Tool; /** * Constains project settings for the gate layout generator */
www.eeworm.com/read/400650/2348170

c weird.c

/* * Copyright 1997, Regents of the University of Minnesota * * weird.c * * This file contain various graph setting up routines * * Started 10/19/96 * George * * $Id: weird.c 2501 2007-11-20
www.eeworm.com/read/399821/2357846

php lang_en.php

www.eeworm.com/read/393286/2485256

txt via82xx-mixer.txt

VIA82xx mixer ============= On many VIA82xx boards, the 'Input Source Select' mixer control does not work. Setting it to 'Input2' on such boards will cause recording to hang, or fail with EI
www.eeworm.com/read/387667/2556921

sql cube.sql

-- Create the user-defined type for N-dimensional boxes -- -- Adjust this setting to control where the objects get created. SET search_path = public; CREATE OR REPLACE FUNCTION cube_in(cstring) RET
www.eeworm.com/read/387667/2556925

sql ltree.sql

-- Adjust this setting to control where the objects get created. SET search_path = public; CREATE FUNCTION ltree_in(cstring) RETURNS ltree AS '$libdir/ltree' LANGUAGE C RETURNS NULL ON NULL INPUT; C
www.eeworm.com/read/387667/2556929

sql pgcrypto.sql

-- Adjust this setting to control where the objects get created. SET search_path = public; CREATE OR REPLACE FUNCTION digest(text, text) RETURNS bytea AS '$libdir/pgcrypto', 'pg_digest' LANGUAGE C IM
www.eeworm.com/read/387667/2556943

sql _int.sql

-- -- Create the user-defined type for the 1-D integer arrays (_int4) -- -- Adjust this setting to control where the operators, functions, and -- opclasses get created. SET search_path = public; BEG
www.eeworm.com/read/385891/2583127

c ipt_tcpmss.c

/* * This is a module which is used for setting the MSS option in TCP packets. * * Copyright (c) 2000 Marc Boucher */ #include #include #include #in