代码搜索:instead

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

代码结果 6,048
www.eeworm.com/read/308324/3717573

java actionthread.java

package net.suberic.util.thread; import java.util.HashMap; import javax.swing.Action; import java.awt.event.*; import java.util.Vector; /** * This is a Thread which handles ActionEvents. Instead of
www.eeworm.com/read/308324/3717602

java wizardpropertyeditor.java

package net.suberic.util.gui.propedit; import java.awt.Component; import java.awt.Container; import javax.swing.*; /** * A top-level editor for wizard properties. Instead of having a single * pan
www.eeworm.com/read/292705/3948575

makefile

# # Makefile for the Linux filesystems. # # 14 Sep 2000, Christoph Hellwig # Rewritten to use lists instead of if-statements. # O_TARGET := fs.o export-objs := filesystems.o ope
www.eeworm.com/read/292705/3949722

makefile

# # Makefile for the linux networking. # # 2 Sep 2000, Christoph Hellwig # Rewritten to use lists instead of if-statements. # O_TARGET := network.o mod-subdirs := ipv4/netfilter
www.eeworm.com/read/283433/4079725

h passtng.h

// PasStng.h // This module externalizes a portion of the string.h C++ RTL header so // that the Object Pascal RTL can instead handle the calls. #ifndef PASSTNG_H #define PASSTNG_H #ifndef _S
www.eeworm.com/read/443386/1747413

makefile

# # Makefile for the Linux network (wan) device drivers. # # 3 Aug 2000, Christoph Hellwig # Rewritten to use lists instead of if-statements. # wanpipe-y := sdlamain.o sdla_ft1.
www.eeworm.com/read/440906/1774678

c ptrintsum1.c

// PR c++/4401 // This testcase was miscompiled on 64-bit platforms, resulting to // operating on a[0x100000000] instead of a[0]. // { dg-do run } // { dg-options "-O2" } char *a; char b[] = "AAAA";
www.eeworm.com/read/439082/1818599

makefile

# # Makefile for the Linux filesystems. # # 14 Sep 2000, Christoph Hellwig # Rewritten to use lists instead of if-statements. # O_TARGET := fs.o export-objs := filesystems.o ope
www.eeworm.com/read/439082/1819737

makefile

# # Makefile for the linux networking. # # 2 Sep 2000, Christoph Hellwig # Rewritten to use lists instead of if-statements. # O_TARGET := network.o mod-subdirs := ipv4/netfilter
www.eeworm.com/read/438116/1827438

sh generator.sh

#!/bin/bash # $Id: generator.sh,v 2.0 2003/11/18 15:20:44 nijel Exp $ # # Shell script that adds a new function file using a template. Should not be called directly # but instead by template_Generator