代码搜索结果

找到约 3,568 项符合 Strip 的代码

ipassignfrm.java~181~

package tsinghuaip; import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.table.*; import javax.swing.event.*; import com.borland.jbcl.layout.*; import javax.sw

ipassignfrm.java~179~

package tsinghuaip; import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.table.*; import javax.swing.event.*; import com.borland.jbcl.layout.*; import javax.sw

ipassignfrm.java~180~

package tsinghuaip; import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.table.*; import javax.swing.event.*; import com.borland.jbcl.layout.*; import javax.sw

wavytext.java

// Source File Name: WavyText.java import java.applet.Applet; import java.applet.AppletContext; import java.awt.*; import java.io.PrintStream; import java.net.URL; public class WavyText ex

makefile

ifeq ($(strip $(RHIDESRC)),) error!! You have to set the variable RHIDESRC endif _srcdir=$(RHIDESRC)/tvision/classes/t/linux include $(_srcdir)/makefile.src

zerobase.m4

############################################################ ############################################################ ##### ##### RULESET ZERO PREAMBLE ##### ##### The beginning of ruleset zero i

install.sh

#! /usr/bin/ksh # # @(#)install.sh 4.1 ULTRIX 7/17/90 # cmd=/bin/mv strip="" chmod="/bin/chmod 755" chown="/etc/chown -f root" chgrp="/bin/chgrp -f system" while : do case $1 in -s ) strip="/bin/st

ldump.c

/* ** $Id: ldump.c,v 1.15 2006/02/16 15:53:49 lhf Exp $ ** save precompiled Lua chunks ** See Copyright Notice in lua.h */ #include #define ldump_c #define LUA_CORE #include "lua.h" #in

ldump.c

/* ** $Id: ldump.c,v 2.8.1.1 2007/12/27 13:02:25 roberto Exp $ ** save precompiled Lua chunks ** See Copyright Notice in lua.h */ #include #define ldump_c #define LUA_CORE #include "lua.

makefile

BIN =../bin OBJ =../obj CC=gcc STRIP=strip #CFLAG=-c -O2 -DGNU -DSIMU_TEST -DFILE_SAVE CFLAG=-c -g CPPFLAG=-c INCLDIR=-I. LIBDIR=-L. LIBS= OBJS = test.o SimpleFTP.o all:test clean: rm -f *.o te