代码搜索:Local

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

代码结果 10,000
www.eeworm.com/read/132312/5918158

cache netbeans.cache

/screendefinitions.xml/Upd/// /requestmappings.xml/Upd/// /.nbattrs/LMod/// D/CVS/Local/// D/ja////
www.eeworm.com/read/132212/5918968

prl makeprotohmmset.prl

#!/usr/local/bin/perl # # This script can be used to produce prototype HMMSets for # PLAINHS, TIEDHS and DISCRETEHS systems # # Global Variables $nStates=0; # Number
www.eeworm.com/read/131315/5934612

m4 proto.m4

divert(-1) # # Copyright (c) 1983 Eric P. Allman # Copyright (c) 1988, 1993 # The Regents of the University of California. All rights reserved. # # Redistribution and use in source and binary forms,
www.eeworm.com/read/131315/5935599

pl termcap.pl

;# $RCSfile: termcap.pl,v $$Revision: 4.0.1.1 $$Date: 92/06/08 13:49:17 $ ;# ;# Usage: ;# require 'ioctl.pl'; ;# ioctl(TTY,$TIOCGETP,$foo); ;# ($ispeed,$ospeed) = unpack('cc',$foo); ;# require 'termca
www.eeworm.com/read/131315/5935602

pl chat2.pl

## chat.pl: chat with a server ## V2.01.alpha.7 91/06/16 ## Randal L. Schwartz package chat; $sockaddr = 'S n a4 x8'; chop($thishost = `hostname`); $thisaddr = (gethostbyname($thishost))[4]; $thispr
www.eeworm.com/read/131315/5935604

pl look.pl

;# Usage: &look(*FILEHANDLE,$key,$dict,$fold) ;# Sets file position in FILEHANDLE to be first line greater than or equal ;# (stringwise) to $key. Pass flags for dictionary order and case folding. s
www.eeworm.com/read/131315/5935612

pl getopt.pl

;# $RCSfile: getopt.pl,v $$Revision: 4.0.1.1 $$Date: 91/11/05 17:53:01 $ ;# Process single-character switches with switch clustering. Pass one argument ;# which is a string containing all switches t
www.eeworm.com/read/131315/5935616

pl pwd.pl

;# pwd.pl - keeps track of current working directory in PWD environment var ;# ;# $RCSfile: pwd.pl,v $$Revision: 4.0.1.1 $$Date: 92/06/08 13:45:22 $ ;# ;# $Log: pwd.pl,v $ ;# Revision 4.0.1.1 92/06/0
www.eeworm.com/read/131315/5935618

pl ctime.pl

;# ctime.pl is a simple Perl emulation for the well known ctime(3C) function. ;# ;# Waldemar Kebsch, Federal Republic of Germany, November 1988 ;# kebsch.pad@nixpbe.UUCP ;# Modified March 1990, Feb 19
www.eeworm.com/read/131315/5935661

sh c2ph.sh

case $CONFIG in '') if test ! -f config.sh; then ln ../config.sh . || \ ln ../../config.sh . || \ ln ../../../config.sh . || \ (echo "Can't find config.sh."; exit 1) fi . config.sh