代码搜索:diff
找到约 8,375 项符合「diff」的源代码
代码结果 8,375
www.eeworm.com/read/459490/1569193
js diff.js
(function($){
function convertDiff(name, table) {
var inline = table.className == 'inline';
var ths = table.tHead.rows[0].cells;
var afile, bfile;
if ( inline ) {
afile =
www.eeworm.com/read/459490/1569285
py diff.py
from trac.versioncontrol import diff
import unittest
class DiffTestCase(unittest.TestCase):
def test_get_change_extent(self):
self.assertEqual((3, 0), diff._get_change_extent('xxx', 'x
www.eeworm.com/read/459172/1572645
clean-diff
#!/bin/sh
sed '/^+[^+]/!s/ /TaBBaT/g' |\
expand -t `seq -s , 9 8 200` |\
sed 's/TaBBaT/ /g' |\
sed '/^+[^+]/s/ * $//' |\
tr -d '\015' |\
tr '\n' '
www.eeworm.com/read/459172/1572647
unwrap-diff
#!/bin/sh
tr '\n' '\001' | sed 's/\x01\x01/\x01 \x01/g' | sed 's/\x01\([^-+ @]\)/ \1/g' | tr '\001' '\n'
www.eeworm.com/read/459034/1575454
m diff.m
## Copyright (C) 1995, 1996 Kurt Hornik
##
## This file is part of Octave.
##
## Octave is free software; you can redistribute it and/or modify it
## under the terms of the GNU General Public Li
www.eeworm.com/read/459034/1575727
m diff.m
## Copyright (C) 1995, 1996 Kurt Hornik
##
## This file is part of Octave.
##
## Octave is free software; you can redistribute it and/or modify it
## under the terms of the GNU General Public Li
www.eeworm.com/read/455329/1618799
diff timeoutfix.diff
*** /usr/local/src/php-4.0.4pl1/ext/standard/fsock.c.old Mon Mar 26 13:07:40 2001
--- /usr/local/src/php-4.0.4pl1/ext/standard/fsock.c Mon Mar 26 13:12:03 2001
***************
*** 559,564 ****
---
www.eeworm.com/read/249764/4446174
js diff.js
// Diff_Match_Patch v1.3
// Computes the difference between two texts to create a patch.
// Applies the patch onto another text, allowing for errors.
// Copyright (C) 2006 Neil Fraser
// http://ne
www.eeworm.com/read/249144/4455498
diff zlib.diff
diff -ac zlib113/deflate.c zlibwce/deflate.c
*** zlib113/deflate.c Fri Jul 10 01:06:12 1998
--- zlibwce/deflate.c Thu May 25 16:42:18 2000
***************
*** 921,926 ****
--- 921,930 ----
#endif /*