代码搜索:instead

找到约 6,048 项符合「instead」的源代码

代码结果 6,048
www.eeworm.com/read/209559/4967407

makefile

# Makefile for the Linux video drivers. # 5 Aug 1999, James Simmons, # Rewritten to use lists instead of if-statements. # Each configuration option enables a list of fi
www.eeworm.com/read/209559/4970384

h timex.h

/* * Use prescale timer at 25000 Hz instead of the baudrate timer at * 19200 to get rid of the 64ppm to fast timer (and we get better * resolution within a jiffie as well. */ #ifndef _ASM_CRIS_
www.eeworm.com/read/207993/4997848

py odbc.py

# This file was created automatically by SWIG. # Don't modify this file, modify the SWIG interface instead. # This file is compatible with both classic and new-style classes. import _odbc def _swig_
www.eeworm.com/read/205824/5021030

spec avifile.spec

# I'm just using "long" instead of "ptr" for the interface pointers, # because they are 32-bit pointers, not converted to 16-bit format, # but the app doesn't really need to know, it should never ne
www.eeworm.com/read/205153/5025878

txt changes.txt

SAJAX CHANGELOG --------------- Sajax version 0.10 (March 21, 2005) * [php] Support for POST instead of just GET. Set $sajax_request_type. Based on code from Folletto Malefico, to whom I owe
www.eeworm.com/read/203830/5038282

version

Fixed the weak key values which were wrong :-( Defining SIGACTION causes sigaction() to be used instead of signal(). SIGUSR1/SIGUSR2 are no longer mapped in the read tty stuff because it can cause
www.eeworm.com/read/193974/5137946

py anydbm.py

"""Generic interface to all dbm clones. Instead of import dbm d = dbm.open(file, 'w', 0666) use import anydbm d = anydbm.open(file, 'w') The returned object is a d
www.eeworm.com/read/192133/5159875

js browscap.js

//changes by blueshoes: //i do check for flash up to version 12 instead of version 10 in the code. --andrej // // JavaScript Browser Sniffer // Eric Krok, Andy King, Michel Plungjan Jan. 31, 2002 /
www.eeworm.com/read/191729/5163257

java workqueue.java

// HORRIBLE PROGRAM - uses busy-wait instead of Object.wait! - Page 204 import java.util.*; public abstract class WorkQueue { private final List queue = new LinkedList(); private boole
www.eeworm.com/read/191729/5163326

java workqueue.java

// HORRIBLE PROGRAM - uses busy-wait instead of Object.wait! - Page 204 import java.util.*; public abstract class WorkQueue { private final List queue = new LinkedList(); private boole