forked from chrisboulton/php-diff
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase version number
- Loading branch information
Showing
20 changed files
with
23 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ | |
* @author Ferry Cools <[email protected]> | ||
* @copyright (c) 2020 Mario Brandt | ||
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php | ||
* @version 2.2.1 | ||
* @version 2.3.0 | ||
* @link https://github.com/JBlond/php-diff | ||
*/ | ||
class Diff | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
* @package jblond\Diff | ||
* @author Mario Brandt <[email protected]> | ||
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php | ||
* @version 2.2.1 | ||
* @version 2.3.0 | ||
* @link https://github.com/JBlond/php-diff | ||
*/ | ||
class DiffUtils | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
* @author Ferry Cools <[email protected]> | ||
* @copyright (c) 2009 Chris Boulton | ||
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php | ||
* @version 2.2.1 | ||
* @version 2.3.0 | ||
* @link https://github.com/JBlond/php-diff | ||
*/ | ||
class Inline extends MainRenderer implements SubRendererInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
* @author Ferry Cools <[email protected]> | ||
* @copyright (c) 2020 Ferry Cools | ||
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php | ||
* @version 2.2.1 | ||
* @version 2.3.0 | ||
* @link https://github.com/JBlond/php-diff | ||
*/ | ||
class Merged extends MainRenderer implements SubRendererInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
* @author Ferry Cools <[email protected]> | ||
* @copyright (c) 2009 Chris Boulton | ||
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php | ||
* @version 2.2.1 | ||
* @version 2.3.0 | ||
* @link https://github.com/JBlond/php-diff | ||
*/ | ||
class SideBySide extends MainRenderer implements SubRendererInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
* @author Ferry Cools <[email protected]> | ||
* @copyright (c) 2009 Chris Boulton | ||
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php | ||
* @version 2.2.1 | ||
* @version 2.3.0 | ||
* @link https://github.com/JBlond/php-diff | ||
*/ | ||
class Unified extends MainRenderer implements SubRendererInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* @author Ferry Cools <[email protected]> | ||
* @copyright (c) 2009 Chris Boulton | ||
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php | ||
* @version 2.2.1 | ||
* @version 2.3.0 | ||
* @link https://github.com/JBlond/php-diff | ||
*/ | ||
class MainRenderer extends MainRendererAbstract | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* @author Ferry Cools <[email protected]> | ||
* @copyright (c) 2009 Chris Boulton | ||
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php | ||
* @version 2.2.1 | ||
* @version 2.3.0 | ||
* @link https://github.com/JBlond/php-diff | ||
*/ | ||
abstract class MainRendererAbstract | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
* @author Ferry Cools <[email protected]> | ||
* @copyright (c) 2020 Ferry Cools | ||
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php | ||
* @version 2.2.1 | ||
* @version 2.3.0 | ||
* @link https://github.com/JBlond/php-diff | ||
*/ | ||
interface SubRendererInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* @author Ferry Cools <[email protected]> | ||
* @copyright (c) 2009 Chris Boulton | ||
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php | ||
* @version 2.2.1 | ||
* @version 2.3.0 | ||
* @link https://github.com/JBlond/php-diff | ||
*/ | ||
class Context extends MainRendererAbstract | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* @author Ferry Cools <[email protected]> | ||
* @copyright (c) 2020 Ferry Cools | ||
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php | ||
* @version 2.2.1 | ||
* @version 2.3.0 | ||
* @link https://github.com/JBlond/php-diff | ||
*/ | ||
class InlineCli extends MainRenderer implements SubRendererInterface | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
* @author Mario Brandt <[email protected]> | ||
* @copyright (c) 2020 Mario Brandt | ||
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php | ||
* @version 2.2.1 | ||
* @version 2.3.0 | ||
* @link https://github.com/JBlond/php-diff | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
* @author Mario Brandt <[email protected]> | ||
* @copyright (c) 2020 Mario Brandt | ||
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php | ||
* @version 2.2.1 | ||
* @version 2.3.0 | ||
* @link https://github.com/JBlond/php-diff | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* @author Ferry Cools <[email protected]> | ||
* @copyright (c) 2020 Mario Brandt | ||
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php | ||
* @version 2.2.1 | ||
* @version 2.3.0 | ||
* @link https://github.com/JBlond/php-diff | ||
*/ | ||
class SequenceMatcher | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ | |
* @author Ferry Cools <[email protected]> | ||
* @copyright (c) 2020 Mario Brandt | ||
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php | ||
* @version 2.2.1 | ||
* @version 2.3.0 | ||
* @link https://github.com/JBlond/php-diff | ||
*/ | ||
class Similarity extends SequenceMatcher | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
* @author Ferry Cools <[email protected]> | ||
* @copyright (c) 2020 Mario Brandt | ||
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php | ||
* @version 2.2.1 | ||
* @version 2.3.0 | ||
* @link https://github.com/JBlond/php-diff | ||
*/ | ||
class HtmlRenderersTest extends TestCase | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
* @author Ferry Cools <[email protected]> | ||
* @copyright (c) 2009 Mario Brandt | ||
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php | ||
* @version 2.2.1 | ||
* @version 2.3.0 | ||
* @link https://github.com/JBlond/php-diff | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
* @author Ferry Cools <[email protected]> | ||
* @copyright (c) 2019 Mario Brandt | ||
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php | ||
* @version 2.2.1 | ||
* @version 2.3.0 | ||
* @link https://github.com/JBlond/php-diff | ||
*/ | ||
class TextRenderersTest extends TestCase | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
* @author Ferry Cools <[email protected]> | ||
* @copyright (c) 2009 Mario Brandt | ||
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php | ||
* @version 2.2.1 | ||
* @version 2.3.0 | ||
* @link https://github.com/JBlond/php-diff | ||
*/ | ||
|
||
|