代码搜索:diff

找到约 8,375 项符合「diff」的源代码

代码结果 8,375
www.eeworm.com/read/337887/3326268

1 beet-patch-2.6.13.1

diff -urN linux-2.6.13.1/Documentation/networking/README.BEET beet-trunk/linux/Documentation/networking/README.BEET --- linux-2.6.13.1/Documentation/networking/README.BEET 1970-01-01 02:00:00.00000000
www.eeworm.com/read/337377/3341952

js server_time.js

var timerID=null; var server_now=null; function ServerTime() { server_now=new Date(); tim(); } function tim() { var diff; vartime = Date.parse(server_now); server_now.setTime(vartime+1
www.eeworm.com/read/285973/4043610

ch04_01patch

Index: Ch04_01.java =================================================================== RCS file: c:/repository/Ch04_01/org/eclipsebook/ch04/Ch04_01.java,v retrieving revision 1.4 diff -u -r1.4 Ch
www.eeworm.com/read/283355/4080073

patch glibc-2.2.5-hhl-powerpc-fpu.patch

# See http://sources.redhat.com/ml/crossgcc/2002-05/msg00132.html # This patch is taken directly from the Montavista Hard Hat Linux 2.0 source RPMs, # but has been rediffed against glibc-2.2.5 diff -
www.eeworm.com/read/273525/4205866

hlp xtivreg_postestimation.hlp

{smcl} {* 07apr2005}{...} {cmd:help xtivreg postestimation} {right:predict dialogs: {bf:{dialog xtivp_1:re/be/fe}} {bf:{dialog xtivp_2:first-diff}}} {right:also see: {helpb xtivreg}{space 13}}
www.eeworm.com/read/412251/2173099

svn-base bzdiff.svn-base

#!/bin/sh # sh is buggy on RS/6000 AIX 3.2. Replace above line with #!/bin/ksh # Bzcmp/diff wrapped for bzip2, # adapted from zdiff by Philippe Troin for Debian GNU/Linux. # Bzcmp a
www.eeworm.com/read/412251/2173162

bzdiff

#!/bin/sh # sh is buggy on RS/6000 AIX 3.2. Replace above line with #!/bin/ksh # Bzcmp/diff wrapped for bzip2, # adapted from zdiff by Philippe Troin for Debian GNU/Linux. # Bzcmp a
www.eeworm.com/read/366702/2880782

c slp-24.c

/* { dg-require-effective-target vect_int } */ #include #include #include "tree-vect.h" #define N 16 #define DIFF 242 typedef struct { unsigned char a; unsigned char b;
www.eeworm.com/read/358128/3000025

pm yaml.pm

package Test::YAML; use Test::Base 0.47 -Base; use lib 'lib'; our $VERSION = '0.57'; our $YAML = 'YAML'; our @EXPORT = qw( no_diff run_yaml_tests run_roundtrip_nyn roundtrip_nyn run
www.eeworm.com/read/350508/3124678

sh bgp_vpn_attrset.sh

#!/bin/sh echo -n test bgp_vpn_attrset... if (../tcpdump -t -n -v -r bgp_vpn_attrset.pcap | diff -w - bgp_vpn_attrset.out) then echo passed. else echo failed. fi